summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kvm: selftests: add vm_phy_pages_allocAndrew Jones2018-10-172-23/+39
* kvm: selftests: tidy up kvm_utilAndrew Jones2018-10-176-399/+407
* kvm: selftests: add cscope make targetAndrew Jones2018-10-171-1/+10
* kvm: selftests: move arch-specific files to arch-specific locationsAndrew Jones2018-10-1718-49/+50
* kvm: selftests: introduce ucallAndrew Jones2018-10-1710-85/+222
* kvm: selftests: vcpu_setup: set cr4.osfxsrAndrew Jones2018-10-171-1/+1
* KVM: LAPIC: Tune lapic_timer_advance_ns automaticallyWanpeng Li2018-10-172-2/+25
* KVM: nVMX: Do not flush TLB on L1<->L2 transitions if L1 uses VPID and EPTLiran Alon2018-10-131-10/+27
* KVM: nVMX: Flush linear and combined mappings on VPID02 related flushesLiran Alon2018-10-131-4/+4
* KVM: nVMX: Use correct VPID02 when emulating L1 INVVPIDLiran Alon2018-10-131-6/+14
* KVM: nVMX: Flush TLB entries tagged by dest EPTP on L1<->L2 transitionsLiran Alon2018-10-131-2/+14
* KVM: vmx: rename KVM_GUEST_CR0_MASK tp KVM_VM_CR0_ALWAYS_OFFSean Christopherson2018-10-131-2/+2
* Merge tag 'kvm-s390-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-10-134-48/+70
|\
| * Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390...Christian Borntraeger2018-10-084-48/+70
| |\
| | * s390: vfio-ap: make local functions and data staticChristian Borntraeger2018-10-082-12/+12
| | * s390: vfio-ap: setup APCB mask using KVM dedicated functionPierre Morel2018-10-051-32/+3
| | * KVM: s390: Tracing APCB changesPierre Morel2018-10-052-0/+43
| | * KVM: s390: fix locking for crypto setting error pathChristian Borntraeger2018-10-051-4/+12
* | | Merge tag 'kvm-ppc-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-10-1045-898/+3926
|\ \ \
| * | | KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl resultPaul Mackerras2018-10-093-0/+9
| * | | KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualizationPaul Mackerras2018-10-095-9/+58
| * | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-10-0944-898/+3857
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Add nested shadow page tables to debugfsPaul Mackerras2018-10-093-3/+52
| | * | | KVM: PPC: Book3S HV: Allow HV module to load without hypervisor modePaul Mackerras2018-10-092-5/+14
| | * | | KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTEDSuraj Jitindar Singh2018-10-091-1/+50
| | * | | KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entrySuraj Jitindar Singh2018-10-092-0/+18
| | * | | KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR registerPaul Mackerras2018-10-093-0/+8
| | * | | KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nestedPaul Mackerras2018-10-092-16/+24
| | * | | KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpuSuraj Jitindar Singh2018-10-093-38/+71
| | * | | KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nestedPaul Mackerras2018-10-093-8/+57
| | * | | KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcallSuraj Jitindar Singh2018-10-096-2/+212
| | * | | KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappingsSuraj Jitindar Singh2018-10-095-15/+240
| | * | | KVM: PPC: Book3S HV: Handle page fault for a nested guestSuraj Jitindar Singh2018-10-097-86/+473
| | * | | KVM: PPC: Book3S HV: Handle hypercalls correctly when nestedPaul Mackerras2018-10-094-1/+51
| | * | | KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisorPaul Mackerras2018-10-093-9/+50
| | * | | KVM: PPC: Book3S HV: Nested guest entry via hypercallPaul Mackerras2018-10-097-30/+471
| | * | | KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualizationPaul Mackerras2018-10-098-7/+384
| | * | | KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()Paul Mackerras2018-10-091-20/+13
| | * | | KVM: PPC: Book3S HV: Refactor radix page fault handlerSuraj Jitindar Singh2018-10-091-87/+123
| | * | | KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agno...Suraj Jitindar Singh2018-10-092-34/+78
| | * | | KVM: PPC: Book3S HV: Clear partition table entry on vm teardownSuraj Jitindar Singh2018-10-091-1/+7
| | * | | KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structPaul Mackerras2018-10-0913-32/+30
| | * | | KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappingsPaul Mackerras2018-10-094-0/+183
| | * | | KVM: PPC: Book3S HV: Handle hypervisor instruction faults betterPaul Mackerras2018-10-092-1/+5
| | * | | KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guestsPaul Mackerras2018-10-096-4/+593
| | * | | KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlockedPaul Mackerras2018-10-091-9/+10
| | * | | KVM: PPC: Book3S: Rework TM save/restore code and make it C-callablePaul Mackerras2018-10-093-140/+169
| | * | | KVM: PPC: Book3S HV: Simplify real-mode interrupt handlingPaul Mackerras2018-10-092-109/+119
| | * | | KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functionsPaul Mackerras2018-10-093-210/+253
| | * | | KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C codePaul Mackerras2018-10-094-55/+67