summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* KVM: MIPS: Drop vm_init() callbackJames Hogan2017-02-034-28/+0
* KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan2017-02-034-80/+22
* KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan2017-02-034-130/+40
* KVM: MIPS/MMU: Convert KSeg0 faults to page tablesJames Hogan2017-02-031-15/+64
* KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan2017-02-034-0/+119
* KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan2017-02-034-2/+165
* KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan2017-02-033-13/+36
* KVM: MIPS/TLB: Fix off-by-one in TLB invalidateJames Hogan2017-02-031-2/+2
* KVM: MIPS: Add fast path TLB refill handlerJames Hogan2017-02-033-3/+84
* KVM: MIPS: Support NetLogic KScratch registersJames Hogan2017-02-031-5/+20
* KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan2017-02-033-6/+24
* KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan2017-02-032-1/+69
* KVM: MIPS: Wire up vcpu uninitJames Hogan2017-02-033-1/+11
* KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan2017-02-033-1/+50
* KVM: MIPS/T&E: Restore host asid on return to hostJames Hogan2017-02-031-7/+20
* KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan2017-02-033-41/+52
* KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan2017-02-037-48/+44
* KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan2017-02-032-53/+54
* KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan2017-02-033-10/+10
* KVM: MIPS/MMU: Simplify ASID restorationJames Hogan2017-02-032-37/+12
* KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan2017-02-031-16/+0
* Merge MIPS prerequisitesJames Hogan2017-02-039-54/+116
|\
| * MIPS: Add return errors to protected cache opsJames Hogan2017-02-031-20/+35
| * MIPS: Export some tlbex internals for KVM to useJames Hogan2017-02-032-17/+42
| * MIPS: uasm: Add include guards in asm/uasm.hJames Hogan2017-02-031-0/+5
| * MIPS: Export pgd/pmd symbols for KVMJames Hogan2017-02-033-1/+7
| * MIPS: Move pgd_alloc() out of headerJames Hogan2017-02-023-16/+27
* | MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...Markus Elfring2017-02-021-7/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-01-062-3/+6
|\ \ | |/ |/|
| * KVM: MIPS: Flush KVM entry code from icache globallyJames Hogan2017-01-051-2/+2
| * KVM: MIPS: Don't clobber CP0_Status.UXJames Hogan2017-01-051-1/+4
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-2514-20/+20
|\ \
| * | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-2514-20/+20
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-252-2/+2
|\ \ \ | |/ / |/| |
| * | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-252-2/+2
* | | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2433-33/+33
|/ /
* | Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2016-12-186-86/+15
|\ \
| * | MIPS: jz4740: Remove obsolete codePaul Cercueil2016-11-053-85/+0
| * | MIPS: qi_lb60: Probe RTC driver from DT and use it as power controllerPaul Cercueil2016-11-052-1/+4
| * | MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetreePaul Cercueil2016-11-051-0/+11
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-142-4/+6
|\ \ \
| * | | arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-142-4/+6
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-2/+2
|\ \ \
| * | | ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-221-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | treewide: Fix printk() message errorsMasanari Iida2016-12-141-1/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-122-2/+0
|\ \ \ \
| * | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-115-9/+29
| |\| | |
| * | | | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
| * | | | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0