index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
nested.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
KVM: nSVM: Save/load CET Shadow Stack state to/from vmcb12/vmcb02
Sean Christopherson
1
-0
/
+20
2025-09-11
KVM: nSVM: Replace kzalloc() + copy_from_user() with memdup_user()
Thorsten Blum
1
-11
/
+9
2025-07-09
KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
Jim Mattson
1
-1
/
+3
2025-06-20
KVM: nSVM: Merge MSRPM in 64-bit chunks on 64-bit kernels
Sean Christopherson
1
-10
/
+11
2025-06-20
KVM: SVM: Return -EINVAL instead of MSR_INVALID to signal out-of-range MSR
Sean Christopherson
1
-5
/
+5
2025-06-20
KVM: nSVM: Access MSRPM in 4-byte chunks only for merging L0 and L1 bitmaps
Sean Christopherson
1
-34
/
+18
2025-06-20
KVM: SVM: Store MSRPM pointer as "void *" instead of "u32 *"
Sean Christopherson
1
-1
/
+3
2025-06-20
KVM: SVM: Move svm_msrpm_offset() to nested.c
Sean Christopherson
1
-0
/
+23
2025-06-20
KVM: nSVM: Don't initialize vmcb02 MSRPM with vmcb01's "always passthrough"
Sean Christopherson
1
-1
/
+0
2025-06-20
KVM: nSVM: Omit SEV-ES specific passthrough MSRs from L0+L1 bitmap merge
Sean Christopherson
1
-8
/
+1
2025-06-20
KVM: nSVM: Use dedicated array of MSRPM offsets to merge L0 and L1 bitmaps
Sean Christopherson
1
-11
/
+72
2025-06-20
KVM: SVM: Massage name and param of helper that merges vmcb01 and vmcb12 MSRPMs
Sean Christopherson
1
-8
/
+7
2025-05-27
Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+34
2025-05-19
KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
Manali Shukla
1
-0
/
+34
2025-04-24
KVM: x86: Generalize IBRS virtualization on emulated VM-exit
Yosry Ahmed
1
-0
/
+2
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2025-02-12
KVM: x86: Introduce kvm_set_mp_state()
Jim Mattson
1
-1
/
+1
2025-02-12
KVM: nSVM: Enter guest mode before initializing nested NPT MMU
Sean Christopherson
1
-5
/
+5
2024-12-18
KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
Sean Christopherson
1
-11
/
+11
2024-10-25
KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()
Sean Christopherson
1
-2
/
+2
2024-10-20
KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
Sean Christopherson
1
-1
/
+5
2024-08-22
KVM: SVM: Remove unnecessary GFP_KERNEL_ACCOUNT in svm_set_nested_state()
Yongqiang Liu
1
-2
/
+2
2024-06-03
KVM: SVM: remove useless input parameter in snp_safe_alloc_page
Li RongQing
1
-1
/
+1
2024-01-29
KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
Brijesh Singh
1
-1
/
+1
2024-01-08
Merge tag 'kvm-x86-svm-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-15
/
+0
2024-01-08
Merge tag 'kvm-x86-lam-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+2
2023-12-07
KVM: nSVM: Hide more stuff under CONFIG_KVM_HYPERV/CONFIG_HYPERV
Vitaly Kuznetsov
1
-6
/
+14
2023-12-07
KVM: x86: Introduce helper to handle Hyper-V paravirt TLB flush requests
Vitaly Kuznetsov
1
-8
/
+2
2023-11-30
Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB"
Sean Christopherson
1
-15
/
+0
2023-11-28
KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
Binbin Wu
1
-2
/
+2
2023-10-12
x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()
Maxim Levitsky
1
-0
/
+3
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
Sean Christopherson
1
-1
/
+2
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
Sean Christopherson
1
-2
/
+8
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
Sean Christopherson
1
-10
/
+13
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
Sean Christopherson
1
-1
/
+1
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
Sean Christopherson
1
-1
/
+1
2023-08-17
KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
Sean Christopherson
1
-3
/
+3
2023-08-03
KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks
Sean Christopherson
1
-2
/
+2
2023-08-03
KVM: nSVM: Use the "outer" helper for writing multiplier to MSR_AMD64_TSC_RATIO
Sean Christopherson
1
-2
/
+2
2023-08-03
KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state
Sean Christopherson
1
-2
/
+2
2023-08-03
KVM: nSVM: Check instead of asserting on nested TSC scaling support
Sean Christopherson
1
-3
/
+2
2023-03-22
KVM: nSVM: Implement support for nested VNMI
Santosh Shukla
1
-0
/
+33
2023-03-22
KVM: nSVM: Raise event on nested VM exit if L1 doesn't intercept IRQs
Maxim Levitsky
1
-0
/
+22
2023-03-22
KVM: nSVM: Disable intercept of VINTR if saved L1 host RFLAGS.IF is 0
Santosh Shukla
1
-5
/
+10
2023-03-22
KVM: nSVM: Don't sync vmcb02 V_IRQ back to vmcb12 if KVM (L0) is intercepting...
Santosh Shukla
1
-11
/
+10
2023-01-31
KVM: nSVM: Don't sync tlb_ctl back to vmcb12 on nested VM-Exit
Maxim Levitsky
1
-1
/
+0
2023-01-24
Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD
Paolo Bonzini
1
-1
/
+1
2023-01-24
Merge branch 'kvm-v6.2-rc4-fixes' into HEAD
Paolo Bonzini
1
-7
/
+5
2023-01-13
KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
Sean Christopherson
1
-1
/
+1
2023-01-09
KVM: nSVM: clarify recalc_intercepts() wrt CR8
Paolo Bonzini
1
-7
/
+5
[next]