aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/kvm_cache_regs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-30KVM: x86: use direct accessors for RIP and RSPPaolo Bonzini1-0/+10
2019-04-30KVM: x86: Omit caching logic for always-available GPRsSean Christopherson1-2/+30
2018-12-14KVM: x86: Add requisite includes to kvm_cache_regs.hSean Christopherson1-0/+2
2018-03-21KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon1-0/+5
2018-03-16KVM: x86: Make enum conversion explicit in kvm_pdptr_read()Matthias Kaehlcke1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář1-5/+0
2017-08-25KVM: x86: simplify handling of PKRUPaolo Bonzini1-5/+0
2017-08-24KVM: MMU: Expose the LA57 feature to VM.Yu Zhang1-1/+1
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han1-0/+5
2015-06-04KVM: x86: API changes for SMM supportPaolo Bonzini1-0/+5
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity1-7/+0
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity1-0/+2
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity1-0/+5
2011-01-12KVM: X86: Introduce generic guest-mode representationJoerg Roedel1-0/+15
2010-10-24KVM: MMU: Introduce kvm_pdptr_read_mmuJoerg Roedel1-0/+7
2010-10-24KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel1-1/+1
2010-08-01KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui1-0/+6
2010-08-01KVM: kvm_pdptr_read() may sleepAvi Kivity1-0/+2
2010-03-01KVM: Optimize kvm_read_cr[04]_bits()Avi Kivity1-2/+9
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity1-0/+2
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity1-0/+10
2010-03-01KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity1-0/+12
2009-09-10KVM: Cache pdptrsAvi Kivity1-0/+9
2008-10-15KVM: x86: accessors for guest registersMarcelo Tosatti1-0/+32