summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-141-1/+1
|\
| * Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner2015-04-082-3/+4
| |\
| * | genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg2015-03-051-1/+1
* | | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-141-15/+17
|\ \ \
| | \ \
| | \ \
| *-. | | Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas2015-03-231-15/+17
| |\ \| | | | |_|/ | |/| |
| | * | PCI: Cleanup control flowBjorn Helgaas2015-03-191-16/+17
| | * | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-191-0/+1
| | |/
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-131-2/+2
|\ \ \
| * | | time: Add y2038 safe read_persistent_clock64()Xunlei Pang2015-04-031-2/+2
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-131-4/+3Star
|\ \ \
| * | | jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard2015-04-091-4/+3Star
| | |/ | |/|
* | | MIPS: KVM: Wire up MSA capabilityJames Hogan2015-03-271-0/+18
* | | MIPS: KVM: Expose MSA registersJames Hogan2015-03-272-2/+75
* | | MIPS: KVM: Add MSA exception handlingJames Hogan2015-03-275-2/+140
* | | MIPS: KVM: Emulate MSA bits in COP0 interfaceJames Hogan2015-03-271-2/+35
* | | MIPS: KVM: Add base guest MSA supportJames Hogan2015-03-276-19/+323
* | | MIPS: KVM: Wire up FPU capabilityJames Hogan2015-03-271-0/+37
* | | MIPS: KVM: Expose FPU registersJames Hogan2015-03-272-11/+98
* | | MIPS: KVM: Add FP exception handlingJames Hogan2015-03-275-3/+88
* | | MIPS: KVM: Emulate FPU bits in COP0 interfaceJames Hogan2015-03-271-11/+100
* | | MIPS: KVM: Add base guest FPU supportJames Hogan2015-03-277-1/+333
* | | MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callbackJames Hogan2015-03-273-0/+20
* | | MIPS: KVM: Add Config4/5 and writing of Config registersJames Hogan2015-03-274-2/+126
* | | MIPS: KVM: Simplify default guest Config registersJames Hogan2015-03-272-31/+9Star
* | | MIPS: KVM: Clean up register definitions a littleJames Hogan2015-03-272-55/+68
* | | MIPS: KVM: Drop pr_info messages on init/exitJames Hogan2015-03-271-3/+0Star
* | | MIPS: KVM: Sort kvm_mips_get_reg() registersJames Hogan2015-03-271-3/+3
* | | MIPS: KVM: Implement PRid CP0 register accessJames Hogan2015-03-272-0/+8
* | | MIPS: KVM: Handle TRAP exceptions from guest kernelJames Hogan2015-03-275-0/+71
* | | MIPS: Clear [MSA]FPE CSR.Cause after notify_die()James Hogan2015-03-273-12/+21
* | | MIPS: KVM: Handle MSA Disabled exceptions from guestJames Hogan2015-03-274-0/+35
* | | MIPS: MSA: Fix big-endian FPR_IDX implementationJames Hogan2015-03-271-1/+1
* | | Revert "MIPS: Don't assume 64-bit FP registers for context switch"James Hogan2015-03-273-194/+128Star
* | | MIPS: disable FPU if the mode is unsupportedPaul Burton2015-03-271-7/+12
* | | MIPS: prevent FP context set via ptrace being discardedPaul Burton2015-03-271-6/+24
* | | MIPS: Ensure FCSR cause bits are clear after invoking FPU emulatorPaul Burton2015-03-271-8/+9
* | | MIPS: clear MSACSR cause bits when handling MSA FP exceptionPaul Burton2015-03-271-1/+10
* | | MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA supportPaul Burton2015-03-271-4/+20
* | | MIPS: remove MSA macro recursionPaul Burton2015-03-271-3/+31
* | | MIPS: assume at as source/dest of MSA copy/insert instructionsPaul Burton2015-03-271-16/+12Star
* | | MIPS: Push .set mips64r* into the functions needing itPaul Burton2015-03-272-9/+5Star
* | | MIPS: lose_fpu(): Disable FPU when MSA enabledJames Hogan2015-03-271-0/+1
| |/ |/|
* | KVM: MIPS: Enable after disabling interruptTapasweni Pathak2015-03-021-0/+1
* | KVM: MIPS: Fix trace event to save PC directlyJames Hogan2015-03-021-3/+3
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-22105-1123/+6390
|\
| * MIPS: sead3: Corrected get_c0_perfcount_intNiklas Cassel2015-02-201-1/+1
| * MIPS: mm: Remove dead macro definitionsAndreas Ruprecht2015-02-202-16/+0Star
| * MIPS: OCTEON: irq: add CIB and other fixesDavid Daney2015-02-201-269/+780
| * MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs.David Daney2015-02-201-2/+43
| * MIPS: OCTEON: More OCTEONIII supportChandrakala Chavva2015-02-204-2/+326