index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
kvm_cache_regs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-24
KVM: x86: Make vmx_get_exit_qual() and vmx_get_intr_info() noinstr-friendly
Sean Christopherson
1
-0
/
+12
2022-11-09
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
1
-5
/
+0
2021-12-08
KVM: X86: Remove kvm_register_clear_available()
Lai Jiangshan
1
-7
/
+0
2021-12-08
KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bits
Paolo Bonzini
1
-0
/
+7
2021-12-08
KVM: X86: Move CR0 pdptr_bits into header file as X86_CR0_PDPTR_BITS
Lai Jiangshan
1
-0
/
+3
2021-12-08
KVM: VMX: Add and use X86_CR4_PDPTR_BITS when !enable_ept
Lai Jiangshan
1
-0
/
+1
2021-12-08
KVM: VMX: Add and use X86_CR4_TLBFLUSH_BITS when !enable_ept
Lai Jiangshan
1
-0
/
+2
2021-06-17
KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2
Maxim Levitsky
1
-0
/
+5
2021-06-17
KVM: x86: introduce kvm_register_clear_available
Maxim Levitsky
1
-0
/
+7
2021-06-17
KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest mode
Krish Sadhukhan
1
-0
/
+3
2021-04-26
KVM: x86: Rename GPR accessors to make mode-aware variants the defaults
Sean Christopherson
1
-7
/
+12
2021-02-04
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
1
-5
/
+5
2021-01-26
KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written"
Sean Christopherson
1
-26
/
+25
2020-12-14
KVM: x86: Mark GPRs dirty when written
Tom Lendacky
1
-25
/
+26
2020-10-22
KVM: x86: Let the guest own CR4.FSGSBASE
Lai Jiangshan
1
-1
/
+1
2020-10-22
KVM: x86: Intercept LA57 to inject #GP fault when it's reserved
Lai Jiangshan
1
-1
/
+1
2020-07-03
KVM: x86: Mark CR4.TSD as being possibly owned by the guest
Sean Christopherson
1
-1
/
+1
2020-05-13
KVM: VMX: Add proper cache tracking for CR0
Sean Christopherson
1
-2
/
+3
2020-05-13
KVM: VMX: Add proper cache tracking for CR4
Sean Christopherson
1
-2
/
+3
2020-03-31
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
1
-5
/
+5
2019-10-22
KVM: x86: Fold decache_cr3() into cache_reg()
Sean Christopherson
1
-1
/
+1
2019-10-22
KVM: x86: Add helpers to test/mark reg availability and dirtiness
Sean Christopherson
1
-6
/
+29
2019-10-22
KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg'
Sean Christopherson
1
-1
/
+1
2019-10-22
KVM: x86: Add WARNs to detect out-of-bounds register indices
Sean Christopherson
1
-4
/
+8
2019-04-30
KVM: x86: use direct accessors for RIP and RSP
Paolo Bonzini
1
-0
/
+10
2019-04-30
KVM: x86: Omit caching logic for always-available GPRs
Sean Christopherson
1
-2
/
+30
2018-12-14
KVM: x86: Add requisite includes to kvm_cache_regs.h
Sean Christopherson
1
-0
/
+2
2018-03-21
KVM: nVMX: Do not load EOI-exitmap while running L2
Liran Alon
1
-0
/
+5
2018-03-17
KVM: x86: Make enum conversion explicit in kvm_pdptr_read()
Matthias Kaehlcke
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-08
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Radim Krčmář
1
-5
/
+0
2017-08-25
KVM: x86: simplify handling of PKRU
Paolo Bonzini
1
-5
/
+0
2017-08-24
KVM: MMU: Expose the LA57 feature to VM.
Yu Zhang
1
-1
/
+1
2016-03-22
KVM, pkeys: add pkeys support for permission_fault
Huaitong Han
1
-0
/
+5
2015-06-04
KVM: x86: API changes for SMM support
Paolo Bonzini
1
-0
/
+5
2011-09-25
KVM: MMU: Do not unconditionally read PDPTE from guest memory
Avi Kivity
1
-7
/
+0
2011-01-12
KVM: Fetch guest cr3 from hardware on demand
Avi Kivity
1
-0
/
+2
2011-01-12
KVM: Replace reads of vcpu->arch.cr3 by an accessor
Avi Kivity
1
-0
/
+5
2011-01-12
KVM: X86: Introduce generic guest-mode representation
Joerg Roedel
1
-0
/
+15
2010-10-24
KVM: MMU: Introduce kvm_pdptr_read_mmu
Joerg Roedel
1
-0
/
+7
2010-10-24
KVM: MMU: Add kvm_mmu parameter to load_pdptrs function
Joerg Roedel
1
-1
/
+1
2010-08-01
KVM: VMX: Enable XSAVE/XRSTOR for guest
Dexuan Cui
1
-0
/
+6
2010-08-01
KVM: kvm_pdptr_read() may sleep
Avi Kivity
1
-0
/
+2
2010-03-01
KVM: Optimize kvm_read_cr[04]_bits()
Avi Kivity
1
-2
/
+9
2010-03-01
KVM: VMX: Allow the guest to own some cr0 bits
Avi Kivity
1
-0
/
+2
2010-03-01
KVM: Replace read accesses of vcpu->arch.cr0 by an accessor
Avi Kivity
1
-0
/
+10
2010-03-01
KVM: Add accessor for reading cr4 (or some bits of cr4)
Avi Kivity
1
-0
/
+12
2009-09-10
KVM: Cache pdptrs
Avi Kivity
1
-0
/
+9
2008-10-15
KVM: x86: accessors for guest registers
Marcelo Tosatti
1
-0
/
+32