aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-08KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh1-23/+23
2016-08-26treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada1-2/+2
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds14-60/+190
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada6-15/+15
2016-08-03Merge branch '4.7-fixes' into mips-for-linux-nextRalf Baechle1-0/+2
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-10/+0
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-193/+155
2016-08-02MIPS: Use CPHYSADDR to implement mips32 __paPaul Burton1-10/+28
2016-08-02MIPS: store the appended dtb address in a variableJonas Gorski1-0/+4
2016-08-02MIPS: Factor o32 specific code into signal_o32.cHarvey Hunt1-1/+1
2016-08-02MIPS: non-exec stack & heap when non-exec PT_GNU_STACK is presentPaul Burton2-2/+7
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton5-15/+127
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas3-8/+11
2016-08-01MIPS: Fix definition of KSEGX() for 64-bitJames Hogan1-1/+1
2016-07-29MIPS: c-r4k: Exclude sibling CPUs in SMP callsJames Hogan1-1/+1
2016-07-29MIPS: c-r4k: Fix protected_writeback_scache_line for EVAJames Hogan1-0/+4
2016-07-29MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan1-0/+2
2016-07-28MIPS: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan1-0/+1
2016-07-28MIPS: Octeon: Remove forced mappings of USB interrupts.Steven J. Hill1-2/+0
2016-07-27Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-328/+0
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-19/+154
2016-07-24spi: octeon: Move include file from arch/mips to drivers/spiJan Glauber1-328/+0
2016-07-24MIPS: Fix MSA asm warnings in control reg accessorsJames Hogan1-0/+2
2016-07-11MIPS: Octeon: Changes to support readq()/writeq() usage.Steven J. Hill1-29/+13
2016-07-06MIPS: Fix page table corruption on THP permission changes.David Daney1-1/+1
2016-07-06MIPS: Fix page table corruption on THP permission changes.David Daney1-1/+1
2016-07-05MIPS: KVM: Fix pre-r6 ll/sc instructions on r6James Hogan1-3/+3
2016-07-05MIPS: KVM: Relative branch to common exit handlerJames Hogan1-1/+1
2016-07-05MIPS: KVM: Dynamically choose scratch registersJames Hogan1-0/+1
2016-07-05MIPS; KVM: Convert exception entry to uasmJames Hogan1-2/+6
2016-07-05MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan1-0/+2
2016-07-05MIPS: uasm: Add DI instructionJames Hogan1-0/+1
2016-07-05MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan1-0/+2
2016-07-05MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan1-0/+2
2016-07-02MIPS: Fix possible corruption of cache mode by mprotect.Ralf Baechle1-4/+6
2016-06-24mips: get rid of superfluous __GFP_REPEATMichal Hocko1-3/+3
2016-06-17PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas1-10/+0
2016-06-16locking/atomic, arch/mips: Convert to _relaxed atomicsPeter Zijlstra1-20/+22
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-9/+129
2016-06-15MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan1-67/+0
2016-06-15MIPS: Add define for Config.VI (virtual icache) bitJames Hogan1-0/+1
2016-06-15MIPS: KVM: Move commpage so 0x0 is unmappedJames Hogan1-2/+8
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan1-0/+19
2016-06-15MIPS: KVM: Don't hardcode restored HWREnaJames Hogan1-0/+1
2016-06-15MIPS: Clean up RDHWR handlingJames Hogan2-2/+20
2016-06-15MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu()James Hogan1-1/+1
2016-06-15MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan1-0/+2
2016-06-15MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan1-9/+13
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra1-2/+17