summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan1-5/+0
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan1-1/+0
2017-02-03KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan2-6/+0
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan1-2/+0
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan1-3/+0
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan1-3/+0
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan1-5/+2
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan1-0/+17
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan1-0/+17
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan1-1/+2
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan1-0/+1
2017-02-03KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan1-1/+3
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan1-1/+1
2017-02-03KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan1-0/+4
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan1-0/+2
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan1-3/+1
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan1-2/+2
2017-02-03KVM: MIPS/MMU: Simplify ASID restorationJames Hogan1-3/+0
2017-02-03MIPS: Add return errors to protected cache opsJames Hogan1-20/+35
2017-02-03MIPS: Export some tlbex internals for KVM to useJames Hogan1-0/+26
2017-02-03MIPS: uasm: Add include guards in asm/uasm.hJames Hogan1-0/+5
2017-02-02MIPS: Move pgd_alloc() out of headerJames Hogan1-15/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-12-18Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-1/+0
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+0
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-0/+19
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+19
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+2
2016-11-24MIPS: Mask out limit field when calculating wired entry countPaul Burton2-0/+19
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+1
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar3-3/+35
2016-11-05MIPS: jz4740: Remove obsolete codePaul Cercueil1-1/+0
2016-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+4
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki2-0/+31
2016-10-26KVM: MIPS: Precalculate MMIO load resume PCJames Hogan1-3/+4
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra1-1/+0
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds33-737/+449
2016-10-14MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle1-6/+16
2016-10-12MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski1-1/+1
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-9/+15
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-10-11mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-0/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2016-10-10MIPS: Enable hardened usercopyPaul Burton1-0/+18
2016-10-07uprobes: remove function declarations from arch/{mips,s390}Marcin Nowakowski1-12/+0
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf1-2/+3
2016-10-07mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie1-2/+0
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-23/+40