summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/kvm_cache_regs.h
AgeCommit message (Expand)Author
2023-03-22KVM: x86: Add helpers to query individual CR0/CR4 bitsBinbin Wu
2023-03-22KVM: VMX: Make CR0.WP a guest owned bitMathias Krause
2023-01-24KVM: x86: Make vmx_get_exit_qual() and vmx_get_intr_info() noinstr-friendlySean Christopherson
2022-11-09KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini
2021-12-08KVM: X86: Remove kvm_register_clear_available()Lai Jiangshan
2021-12-08KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bitsPaolo Bonzini
2021-12-08KVM: X86: Move CR0 pdptr_bits into header file as X86_CR0_PDPTR_BITSLai Jiangshan
2021-12-08KVM: VMX: Add and use X86_CR4_PDPTR_BITS when !enable_eptLai Jiangshan
2021-12-08KVM: VMX: Add and use X86_CR4_TLBFLUSH_BITS when !enable_eptLai Jiangshan
2021-06-17KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2Maxim Levitsky
2021-06-17KVM: x86: introduce kvm_register_clear_availableMaxim Levitsky
2021-06-17KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest modeKrish Sadhukhan
2021-04-26KVM: x86: Rename GPR accessors to make mode-aware variants the defaultsSean Christopherson
2021-02-04KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron
2021-01-25KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written"Sean Christopherson
2020-12-14KVM: x86: Mark GPRs dirty when writtenTom Lendacky
2020-10-21KVM: x86: Let the guest own CR4.FSGSBASELai Jiangshan
2020-10-21KVM: x86: Intercept LA57 to inject #GP fault when it's reservedLai Jiangshan
2020-07-03KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson
2020-05-13KVM: VMX: Add proper cache tracking for CR0Sean Christopherson
2020-05-13KVM: VMX: Add proper cache tracking for CR4Sean Christopherson
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson
2019-10-22KVM: x86: Fold decache_cr3() into cache_reg()Sean Christopherson
2019-10-22KVM: x86: Add helpers to test/mark reg availability and dirtinessSean Christopherson
2019-10-22KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg'Sean Christopherson
2019-10-22KVM: x86: Add WARNs to detect out-of-bounds register indicesSean Christopherson
2019-04-30KVM: x86: use direct accessors for RIP and RSPPaolo Bonzini
2019-04-30KVM: x86: Omit caching logic for always-available GPRsSean Christopherson
2018-12-14KVM: x86: Add requisite includes to kvm_cache_regs.hSean Christopherson
2018-03-21KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon
2018-03-16KVM: x86: Make enum conversion explicit in kvm_pdptr_read()Matthias Kaehlcke
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář
2017-08-25KVM: x86: simplify handling of PKRUPaolo Bonzini
2017-08-24KVM: MMU: Expose the LA57 feature to VM.Yu Zhang
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han
2015-06-04KVM: x86: API changes for SMM supportPaolo Bonzini
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity
2011-01-12KVM: X86: Introduce generic guest-mode representationJoerg Roedel
2010-10-24KVM: MMU: Introduce kvm_pdptr_read_mmuJoerg Roedel
2010-10-24KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel
2010-08-01KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui
2010-08-01KVM: kvm_pdptr_read() may sleepAvi Kivity
2010-03-01KVM: Optimize kvm_read_cr[04]_bits()Avi Kivity
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity
2010-03-01KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity
2009-09-10KVM: Cache pdptrsAvi Kivity