aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kvm
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-3/+1
2019-04-19Make anon_inodes unconditionalGravatar David Howells 1-1/+0
2019-03-25MIPS: KVM: Use prandom_u32_max() to generate tlbwr indexGravatar Paul Burton 1-3/+1
2019-02-04MIPS: MemoryMapID (MMID) SupportGravatar Paul Burton 1-0/+5
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsGravatar Paul Burton 2-6/+6
2019-02-04MIPS: mm: Unify ASID version checksGravatar Paul Burton 2-21/+7
2019-02-04MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentGravatar Paul Burton 3-7/+7
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-4/+28
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-1/+1
2018-12-21KVM: Make kvm_set_spte_hva() return intGravatar Lan Tianyu 1-1/+2
2018-12-14kvm: introduce manual dirty log reprotectGravatar Paolo Bonzini 1-0/+23
2018-12-14kvm: rename last argument to kvm_get_dirty_log_protectGravatar Paolo Bonzini 1-3/+3
2018-11-09MIPS: Introduce CONFIG_MIPS_FP_SUPPORTGravatar Paul Burton 1-0/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 5-5/+5
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendGravatar Marc Zyngier 1-10/+0
2018-06-20sched/swait: Rename to exclusiveGravatar Peter Zijlstra 1-2/+2
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2018-06-01kvm: Change return type to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-05-14KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"Gravatar Colin Ian King 1-1/+1
2017-12-14KVM: introduce kvm_arch_vcpu_async_ioctlGravatar Paolo Bonzini 2-3/+13
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlGravatar Christoffer Dall 1-20/+29
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsGravatar Christoffer Dall 1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsGravatar Christoffer Dall 1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runGravatar Christoffer Dall 1-0/+3
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedGravatar Jan H. Schönherr 1-5/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-09-15kvm,mips: Fix potential swait_active() racesGravatar Davidlohr Bueso 1-2/+2
2017-08-08KVM: add spinlock optimization frameworkGravatar Longpeng(Mike) 1-0/+5
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-2/+2
2017-06-20KVM: MIPS: Fix maybe-uninitialized build failureGravatar James Cowgill 1-1/+5
2017-06-04KVM: add kvm_request_pendingGravatar Radim Krčmář 2-2/+2
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitGravatar Radim Krčmář 1-1/+1
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticGravatar Paolo Bonzini 1-3/+0
2017-03-28KVM: MIPS/Emulate: Properly implement TLBR for T&EGravatar James Hogan 1-46/+53
2017-03-28KVM: MIPS/VZ: Handle Octeon III guest.PRid registerGravatar James Hogan 1-2/+17
2017-03-28KVM: MIPS/VZ: Emulate hit CACHE ops for Octeon IIIGravatar James Hogan 1-0/+11
2017-03-28KVM: MIPS/VZ: VZ hardware setup for Octeon IIIGravatar James Hogan 2-28/+108
2017-03-28KVM: MIPS/T&E: Report correct dcache line sizeGravatar James Hogan 1-0/+8
2017-03-28KVM: MIPS/TLB: Handle virtually tagged icachesGravatar James Hogan 1-0/+14
2017-03-28KVM: MIPS/Emulate: Adapt T&E CACHE emulation for OcteonGravatar James Hogan 1-3/+27
2017-03-28KVM: MIPS/VZ: Trace guest mode changesGravatar James Hogan 3-2/+69
2017-03-28KVM: MIPS/VZ: Support hardware guest timerGravatar James Hogan 3-11/+273
2017-03-28KVM: MIPS/VZ: Emulate MAARs when necessaryGravatar James Hogan 2-2/+110
2017-03-28KVM: MIPS/VZ: Support guest load-linked bitGravatar James Hogan 1-0/+24
2017-03-28KVM: MIPS/VZ: Support guest hardware page table walkerGravatar James Hogan 1-0/+80
2017-03-28KVM: MIPS/VZ: Support guest segmentation controlGravatar James Hogan 1-1/+241
2017-03-28KVM: MIPS/VZ: Support guest CP0_[X]ContextConfigGravatar James Hogan 1-2/+60
2017-03-28KVM: MIPS/VZ: Support guest CP0_BadInstr[P]Gravatar James Hogan 1-0/+46
2017-03-28KVM: MIPS: Add VZ support to build systemGravatar James Hogan 2-3/+32