summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-03KVM: MIPS/MMU: Convert KSeg0 faults to page tablesJames Hogan
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan
2017-02-03KVM: MIPS/TLB: Fix off-by-one in TLB invalidateJames Hogan
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan
2017-02-03KVM: MIPS: Support NetLogic KScratch registersJames Hogan
2017-02-03KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan
2017-02-03KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan
2017-02-03KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan
2017-02-03KVM: MIPS/T&E: Restore host asid on return to hostJames Hogan
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan
2017-02-03KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan
2017-02-03KVM: MIPS/MMU: Simplify ASID restorationJames Hogan
2017-02-03KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan
2017-02-03Merge MIPS prerequisitesJames Hogan
2017-02-03MIPS: Add return errors to protected cache opsJames Hogan
2017-02-03MIPS: Export some tlbex internals for KVM to useJames Hogan
2017-02-03MIPS: uasm: Add include guards in asm/uasm.hJames Hogan
2017-02-03MIPS: Export pgd/pmd symbols for KVMJames Hogan
2017-02-02MIPS: Move pgd_alloc() out of headerJames Hogan
2017-02-02MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...Markus Elfring
2017-01-31KVM: PPC: Book3S HV: Advertise availablity of HPT resizing on KVM HVDavid Gibson
2017-01-31KVM: PPC: Book3S HV: KVM-HV HPT resizing implementationDavid Gibson
2017-01-31KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementationDavid Gibson
2017-01-31KVM: PPC: Book3S HV: Create kvmppc_unmap_hpte_helper()David Gibson
2017-01-31KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT sizeDavid Gibson
2017-01-31KVM: PPC: Book3S HV: Split HPT allocation from activationDavid Gibson
2017-01-31KVM: PPC: Book3S HV: Don't store values derivable from HPT orderDavid Gibson
2017-01-31KVM: PPC: Book3S HV: Gather HPT related variables into sub-structureDavid Gibson
2017-01-31KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarityDavid Gibson
2017-01-31KVM: PPC: Book3S HV: HPT resizing documentation and reserved numbersDavid Gibson
2017-01-31Documentation: Correct duplicate section number in kvm/api.txtDavid Gibson
2017-01-31Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras
2017-01-31KVM: PPC: Book3S HV: Enable radix guest supportPaul Mackerras
2017-01-31KVM: PPC: Book3S HV: Invalidate ERAT on guest entry/exit for POWER9 DD1Paul Mackerras
2017-01-31KVM: PPC: Book3S HV: Allow guest exit path to have MMU onPaul Mackerras
2017-01-31KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movementPaul Mackerras
2017-01-31KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix modePaul Mackerras
2017-01-31KVM: PPC: Book3S HV: Implement dirty page logging for radix guestsPaul Mackerras
2017-01-31KVM: PPC: Book3S HV: MMU notifier callbacks for radix guestsPaul Mackerras
2017-01-31KVM: PPC: Book3S HV: Page table construction and page faults for radix guestsPaul Mackerras
2017-01-31KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guestsPaul Mackerras
2017-01-31KVM: PPC: Book3S HV: Add basic infrastructure for radix guestsPaul Mackerras
2017-01-31KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9Paul Mackerras
2017-01-31KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9Paul Mackerras
2017-01-31KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMUPaul Mackerras