summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-152-3/+0
|\
| * arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-122-3/+0
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-04-151-1/+1
|\ \
| * | kbuild: use relative path more to include MakefileMasahiro Yamada2015-04-021-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-158-28/+884
|\ \ \
| * | | crypto: octeon - add SHA512 moduleAaro Koskinen2015-03-102-0/+278
| * | | crypto: octeon - add SHA256 moduleAaro Koskinen2015-03-102-0/+281
| * | | crypto: octeon - add SHA1 moduleAaro Koskinen2015-03-102-1/+243
| * | | crypto: octeon - add instruction definitions for SHA1/256/512Aaro Koskinen2015-03-101-4/+79
| * | | crypto: octeon - always disable preemption when using crypto engineAaro Koskinen2015-03-102-5/+3
| * | | crypto: octeon - don't disable bottom half in octeon-md5Aaro Koskinen2015-03-101-4/+0
| * | | MIPS: BCM63xx: remove RSET_RNG register definitionsFlorian Fainelli2015-03-011-14/+0
| |/ /
* | | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook2015-04-141-4/+0
* | | mm: split ET_DYN ASLR from mmap ASLRKees Cook2015-04-141-1/+0
* | | mm: expose arch_mmap_rnd when availableKees Cook2015-04-142-2/+3
* | | mips: extract logic for mmap_rnd()Kees Cook2015-04-141-8/+16
* | | mips: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-0/+5
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-131-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-131-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/+3
|\ \ \
| * | | jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard2015-04-091-4/+3
| | |/ | |/|
* | | 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/+9
* | | 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/+0
* | | 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/+128
OpenPOWER on IntegriCloud