aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 141-2652/+4905
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 16-20/+0
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+4
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 5-6/+13
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-5/+8
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2014-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 20-779/+750
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 3-8/+3
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsGravatar Alexei Starovoitov 1-4/+4
2014-08-02Merge branch '3.16-fixes' into mips-for-linux-nextGravatar Ralf Baechle 15-28/+116
2014-08-02MIPS: jz4740: remove unnecessary null test before debugfs_removeGravatar Fabian Frederick 1-2/+1
2014-08-02MIPS: Octeon: remove unnecessary null test before debugfs_remove_recursiveGravatar Fabian Frederick 1-2/+1
2014-08-02MIPS: ZBOOT: implement stack protector in compressed boot phaseGravatar Ben Chan 1-0/+14
2014-08-02MIPS: mipsreg: remove duplicate MIPS_CONF4_FTLBSETS_SHIFTGravatar Dan Carpenter 1-1/+0
2014-08-02MIPS: Bonito64: remove a duplicate defineGravatar Dan Carpenter 1-1/+0
2014-08-02MIPS: Malta: initialise MAARsGravatar Paul Burton 1-0/+26
2014-08-02MIPS: Initialise MAARsGravatar Paul Burton 2-0/+142
2014-08-02MIPS: detect presence of MAARsGravatar Paul Burton 3-0/+6
2014-08-02MIPS: define MAAR register accessors & bitsGravatar Paul Burton 1-0/+12
2014-08-02MIPS: mark MSA experimentalGravatar Paul Burton 1-2/+1
2014-08-02MIPS: Don't build MSA support unless it can be usedGravatar Paul Burton 1-0/+1
2014-08-02MIPS: consistently clear MSA flags when starting & copying threadsGravatar Paul Burton 1-0/+3
2014-08-02MIPS: 16 byte align MSA vector contextGravatar Paul Burton 1-2/+8
2014-08-02MIPS: disable preemption whilst initialising MSAGravatar Paul Burton 2-7/+11
2014-08-02MIPS: ensure MSA gets disabled during bootGravatar Paul Burton 1-3/+2
2014-08-02MIPS: fix read_msa_* & write_msa_* functions on non-MSA toolchainsGravatar Paul Burton 1-4/+4
2014-08-02MIPS: fix MSA context for tasks which don't use FP firstGravatar Paul Burton 1-0/+2
2014-08-02MIPS: init upper 64b of vector registers when MSA is first usedGravatar Paul Burton 4-9/+56
2014-08-02MIPS: save/disable MSA in lose_fpuGravatar Paul Burton 1-3/+12
2014-08-02MIPS: preserve scalar FP CSR when switching vector contextGravatar Paul Burton 2-1/+8
2014-08-02MIPS: save/restore MSACSR register on context switchGravatar Paul Burton 2-0/+12
2014-08-02MIPS: allow msa.h to be included in assembly filesGravatar Paul Burton 1-9/+13
2014-08-02MIPS: OCTEON: add interface & port definitions for D-Link DSR-1000NGravatar Aaro Koskinen 1-0/+21
2014-08-02MIPS: OCTEON: add USB clock type for D-Link DSR-1000NGravatar Aaro Koskinen 1-0/+1
2014-08-02MIPS: OCTEON: cvmx-bootinfo: add D-Link DSR-1000NGravatar Aaro Koskinen 1-0/+2
2014-08-02MIPS: OCTEON: disable HOTPLUG_CPU if the bootloader version is incorrectGravatar Aaro Koskinen 1-3/+9
2014-08-02MIPS: OCTEON: support disabling HOTPLUG_CPU run-timeGravatar Aaro Koskinen 1-1/+4
2014-08-02MIPS: OCTEON: SMP: delete redundant checkGravatar Aaro Koskinen 1-8/+0
2014-08-02MIPS: GIC: Fix GICBIS macroGravatar Jeffrey Deans 1-10/+11
2014-08-02MIPS: Malta: Fix dispatching of GIC interruptsGravatar Jeffrey Deans 1-7/+18
2014-08-02MIPS: GIC: Generalise check for pending interruptsGravatar Jeffrey Deans 2-2/+12
2014-08-02MIPS: GIC: Prevent array overrunGravatar Jeffrey Deans 1-2/+4
2014-08-02MIPS: GIC: Remove GIC_FLAG_IPIGravatar Jeffrey Deans 3-7/+5
2014-08-02MIPS: GIC: Move GIC_NUM_INTRS into platform irq.hGravatar Jeffrey Deans 3-2/+4
2014-08-02MIPS: GIC: move GIC interrupt bitmap declarationsGravatar Jeffrey Deans 2-12/+12
2014-08-02MIPS: kernel: cpu-probe: Detect unique RI/XI exceptionsGravatar Leonid Yegoshin 2-0/+10
2014-08-02MIPS: Use dedicated exception handler if CPU supports RI/XI exceptionsGravatar Leonid Yegoshin 2-2/+9
2014-08-02MIPS: Add new option for unique RI/XI exceptionsGravatar Leonid Yegoshin 2-0/+4
2014-08-02MIPS: mm: Use the Hardware Page Table Walker if the core supports itGravatar Markos Chandras 4-0/+140
2014-08-02MIPS: kernel: cpu-probe: Add support for the HardWare Table WalkerGravatar Markos Chandras 1-0/+23