index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
vmx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: VMX: reset the segment cache after segment init in vmx_vcpu_reset()
Maxim Levitsky
2024-10-20
1
-3
/
+3
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-09-28
1
-32
/
+35
|
\
|
*
Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
1
-6
/
+11
|
|
\
|
|
*
KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if the GVA is valid
Sean Christopherson
2024-09-10
1
-2
/
+3
|
|
*
KVM: nVMX: Explicitly invalidate posted_intr_nv if PI is disabled at VM-Enter
Sean Christopherson
2024-09-10
1
-0
/
+7
|
|
*
KVM: VMX: Also clear SGX EDECCSSA in KVM CPU caps when SGX is disabled
Kai Huang
2024-09-10
1
-0
/
+1
|
|
*
KVM: nVMX: Use vmx_segment_cache_clear() instead of open coded equivalent
Maxim Levitsky
2024-08-22
1
-4
/
+0
|
*
|
Merge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
2024-09-17
1
-15
/
+15
|
|
\
\
|
|
*
|
KVM: VMX: Open code VMX preemption timer rate mask in its accessor
Xin Li
2024-08-22
1
-1
/
+1
|
|
*
|
KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value
Xin Li
2024-08-22
1
-14
/
+14
|
|
*
|
x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...
Sean Christopherson
2024-08-22
1
-1
/
+1
|
|
|
/
|
*
|
Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
1
-4
/
+6
|
|
\
\
|
|
*
|
KVM: x86: Add fastpath handling of HLT VM-Exits
Sean Christopherson
2024-08-30
1
-0
/
+2
|
|
*
|
KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
Sean Christopherson
2024-08-22
1
-1
/
+1
|
|
*
|
KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entry
Sean Christopherson
2024-08-22
1
-3
/
+3
|
|
*
|
KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
Sean Christopherson
2024-08-22
1
-1
/
+1
|
|
|
/
|
*
|
KVM: x86: Register "emergency disable" callbacks when virt is enabled
Sean Christopherson
2024-09-04
1
-5
/
+1
|
*
|
KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVM
Sean Christopherson
2024-09-04
1
-5
/
+5
|
|
/
*
/
Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"
Paolo Bonzini
2024-09-15
1
-6
/
+4
|
/
*
Merge tag 'kvm-x86-vmx-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-27
/
+9
|
\
|
*
KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()
Sean Christopherson
2024-06-28
1
-20
/
+0
|
*
KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked()
Sean Christopherson
2024-06-28
1
-3
/
+8
|
*
KVM: VMX: Switch __vmx_exit() and kvm_x86_vendor_exit() in vmx_exit()
Kai Huang
2024-06-28
1
-1
/
+1
|
*
KVM: VMX: Remove unnecessary INVEPT[GLOBAL] from hardware enable path
Sean Christopherson
2024-06-28
1
-3
/
+0
*
|
Merge tag 'kvm-x86-pmu-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-11
/
+9
|
\
\
|
*
|
KVM: VMX: Switch to new Intel CPU model infrastructure
Tony Luck
2024-06-03
1
-11
/
+9
*
|
|
Merge tag 'kvm-x86-mtrrs-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-27
/
+13
|
\
\
\
|
*
|
|
KVM: VMX: Always honor guest PAT on CPUs that support self-snoop
Sean Christopherson
2024-06-07
1
-4
/
+6
|
*
|
|
KVM: VMX: Drop support for forcing UC memory when guest CR0.CD=1
Sean Christopherson
2024-06-05
1
-4
/
+0
|
*
|
|
KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes
Sean Christopherson
2024-06-05
1
-25
/
+13
|
|
/
/
*
|
|
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-15
/
+14
|
\
\
\
|
*
|
|
KVM: x86: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-28
1
-0
/
+1
|
*
|
|
KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"
Sean Christopherson
2024-06-03
1
-8
/
+6
|
*
|
|
KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc...
Sean Christopherson
2024-06-03
1
-7
/
+7
|
|
/
/
*
|
|
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-41
/
+39
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
KVM: x86: Drop now-superflous setting of l1tf_flush_l1d in vcpu_run()
Sean Christopherson
2024-06-11
1
-3
/
+4
|
*
|
KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
Sean Christopherson
2024-06-11
1
-6
/
+3
|
*
|
KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()
Sean Christopherson
2024-06-11
1
-32
/
+32
|
|
/
*
|
Merge branch 'kvm-fixes-6.10-1' into HEAD
Paolo Bonzini
2024-06-03
1
-2
/
+9
|
\
\
|
|
/
|
/
|
|
*
KVM: x86/mmu: Print SPTEs on unexpected #VE
Sean Christopherson
2024-05-23
1
-0
/
+5
|
*
KVM: VMX: Dump VMCS on unexpected #VE
Sean Christopherson
2024-05-23
1
-1
/
+3
|
*
KVM: VMX: Don't kill the VM on an unexpected #VE
Sean Christopherson
2024-05-23
1
-2
/
+2
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-05-15
1
-281
/
+159
|
\
|
|
*
Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
1
-2
/
+0
|
|
\
|
|
*
KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exception
Sean Christopherson
2024-04-09
1
-2
/
+0
|
*
|
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2024-05-10
1
-6
/
+35
|
|
\
\
|
*
|
|
KVM: VMX: Introduce test mode related to EPT violation VE
Isaku Yamahata
2024-04-19
1
-3
/
+50
|
*
|
|
KVM, x86: add architectural support code for #VE
Paolo Bonzini
2024-04-19
1
-0
/
+4
|
*
|
|
KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
Sean Christopherson
2024-04-12
1
-9
/
+7
|
*
|
|
KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDX
Paolo Bonzini
2024-04-12
1
-269
/
+100
|
|
|
/
|
|
/
|
[next]