summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-095-88/+55
|\
| * mips: Use sigsp()Richard Weinberger2014-08-063-9/+7
| * mips: Use get_signal() signal_setup_done()Richard Weinberger2014-08-065-84/+53
* | Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-08-081-0/+1
|\ \
| * | gpio: split gpiod board registration into machine headerLinus Walleij2014-07-281-0/+1
* | | Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-081-0/+2
|\ \ \
| * | | kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-0/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-1/+1
| |\ \ \
| | * | | KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-08-07141-2652/+4905
|\ \ \ \ \
| * \ \ \ \ Merge branch '3.16-fixes' into mips-for-linux-nextRalf Baechle2014-08-0215-28/+116
| |\ \ \ \ \
| | * | | | | MIPS: bugfix: missed cache flush of TLB refill handlerLeonid Yegoshin2014-08-011-0/+2
| | * | | | | MIPS: Jz4740: Rename usb_nop_xceiv to usb_phy_genericApelete Seketeli2014-08-011-1/+1
| | * | | | | MIPS: smp-mt: Fix link error when PROC_FS=nJames Hogan2014-08-011-0/+2
| | * | | | | MIPS: N32: Use compat getsockopt syscallSorin Dumitru2014-08-011-1/+1
| | * | | | | MIPS: APRP: Fix an issue when device_create() fails.Sebastien Bourdelin2014-08-012-0/+6
| | * | | | | MIPS: GIC: Prevent array overrunJeffrey Deans2014-07-311-2/+4
| | * | | | | MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen2014-07-301-1/+0
| | * | | | | MIPS: ftrace: Fix dynamic tracing of kernel modulesPetri Gynther2014-07-302-9/+60
| | * | | | | MIPS: Prevent user from setting FCSR cause bitsPaul Burton2014-07-301-1/+2
| | * | | | | MIPS: math-emu: Fix instruction decoding.Rob Kendrick2014-07-301-1/+1
| | * | | | | MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen2014-07-301-0/+1
| | * | | | | MIPS: RB532: Fix reregistering of serial consoleWaldemar Brodkorb2014-07-301-0/+1
| | * | | | | MIPS: IP22: Add missing put_device callLevente Kurusa2014-07-301-1/+9
| | * | | | | MIPS: TXx9: 7segled: add missing put_device callLevente Kurusa2014-07-301-3/+11
| | * | | | | MIPS: TXx9: Add missing put_device callLevente Kurusa2014-07-301-10/+19
| | | |_|_|/ | | |/| | |
| * | | | | MIPS: jz4740: remove unnecessary null test before debugfs_removeFabian Frederick2014-08-021-2/+1
| * | | | | MIPS: Octeon: remove unnecessary null test before debugfs_remove_recursiveFabian Frederick2014-08-021-2/+1
| * | | | | MIPS: ZBOOT: implement stack protector in compressed boot phaseBen Chan2014-08-021-0/+14
| * | | | | MIPS: mipsreg: remove duplicate MIPS_CONF4_FTLBSETS_SHIFTDan Carpenter2014-08-021-1/+0
| * | | | | MIPS: Bonito64: remove a duplicate defineDan Carpenter2014-08-021-1/+0
| * | | | | MIPS: Malta: initialise MAARsPaul Burton2014-08-021-0/+26
| * | | | | MIPS: Initialise MAARsPaul Burton2014-08-022-0/+142
| * | | | | MIPS: detect presence of MAARsPaul Burton2014-08-023-0/+6
| * | | | | MIPS: define MAAR register accessors & bitsPaul Burton2014-08-021-0/+12
| * | | | | MIPS: mark MSA experimentalPaul Burton2014-08-021-2/+1
| * | | | | MIPS: Don't build MSA support unless it can be usedPaul Burton2014-08-021-0/+1
| * | | | | MIPS: consistently clear MSA flags when starting & copying threadsPaul Burton2014-08-021-0/+3
| * | | | | MIPS: 16 byte align MSA vector contextPaul Burton2014-08-021-2/+8
| * | | | | MIPS: disable preemption whilst initialising MSAPaul Burton2014-08-022-7/+11
| * | | | | MIPS: ensure MSA gets disabled during bootPaul Burton2014-08-021-3/+2
| * | | | | MIPS: fix read_msa_* & write_msa_* functions on non-MSA toolchainsPaul Burton2014-08-021-4/+4
| * | | | | MIPS: fix MSA context for tasks which don't use FP firstPaul Burton2014-08-021-0/+2
| * | | | | MIPS: init upper 64b of vector registers when MSA is first usedPaul Burton2014-08-024-9/+56
| * | | | | MIPS: save/disable MSA in lose_fpuPaul Burton2014-08-021-3/+12
| * | | | | MIPS: preserve scalar FP CSR when switching vector contextPaul Burton2014-08-022-1/+8
| * | | | | MIPS: save/restore MSACSR register on context switchPaul Burton2014-08-022-0/+12
| * | | | | MIPS: allow msa.h to be included in assembly filesPaul Burton2014-08-021-9/+13
| * | | | | MIPS: OCTEON: add interface & port definitions for D-Link DSR-1000NAaro Koskinen2014-08-021-0/+21
OpenPOWER on IntegriCloud