summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2015-05-18crypto: octeon - use md5 IV MD5_HX instead of their raw valueLABBE Corentin
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook
2015-04-14mm: split ET_DYN ASLR from mmap ASLRKees Cook
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook
2015-04-14mips: extract logic for mmap_rnd()Kees Cook
2015-04-14mips: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-04-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger
2015-04-09jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner
2015-04-03time: Add y2038 safe read_persistent_clock64()Xunlei Pang
2015-04-02kbuild: use relative path more to include MakefileMasahiro Yamada
2015-03-27MIPS: KVM: Wire up MSA capabilityJames Hogan
2015-03-27MIPS: KVM: Expose MSA registersJames Hogan
2015-03-27MIPS: KVM: Add MSA exception handlingJames Hogan
2015-03-27MIPS: KVM: Emulate MSA bits in COP0 interfaceJames Hogan
2015-03-27MIPS: KVM: Add base guest MSA supportJames Hogan
2015-03-27MIPS: KVM: Wire up FPU capabilityJames Hogan
2015-03-27MIPS: KVM: Expose FPU registersJames Hogan
2015-03-27MIPS: KVM: Add FP exception handlingJames Hogan
2015-03-27MIPS: KVM: Emulate FPU bits in COP0 interfaceJames Hogan
2015-03-27MIPS: KVM: Add base guest FPU supportJames Hogan
2015-03-27MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callbackJames Hogan
2015-03-27MIPS: KVM: Add Config4/5 and writing of Config registersJames Hogan
2015-03-27MIPS: KVM: Simplify default guest Config registersJames Hogan
2015-03-27MIPS: KVM: Clean up register definitions a littleJames Hogan
2015-03-27MIPS: KVM: Drop pr_info messages on init/exitJames Hogan
2015-03-27MIPS: KVM: Sort kvm_mips_get_reg() registersJames Hogan
2015-03-27MIPS: KVM: Implement PRid CP0 register accessJames Hogan
2015-03-27MIPS: KVM: Handle TRAP exceptions from guest kernelJames Hogan
2015-03-27MIPS: Clear [MSA]FPE CSR.Cause after notify_die()James Hogan
2015-03-27MIPS: KVM: Handle MSA Disabled exceptions from guestJames Hogan
2015-03-27MIPS: MSA: Fix big-endian FPR_IDX implementationJames Hogan
2015-03-27Revert "MIPS: Don't assume 64-bit FP registers for context switch"James Hogan
2015-03-27MIPS: disable FPU if the mode is unsupportedPaul Burton
2015-03-27MIPS: prevent FP context set via ptrace being discardedPaul Burton
2015-03-27MIPS: Ensure FCSR cause bits are clear after invoking FPU emulatorPaul Burton
2015-03-27MIPS: clear MSACSR cause bits when handling MSA FP exceptionPaul Burton
2015-03-27MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA supportPaul Burton
2015-03-27MIPS: remove MSA macro recursionPaul Burton
2015-03-27MIPS: assume at as source/dest of MSA copy/insert instructionsPaul Burton
2015-03-27MIPS: Push .set mips64r* into the functions needing itPaul Burton
2015-03-27MIPS: lose_fpu(): Disable FPU when MSA enabledJames Hogan
2015-03-23Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas