index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-13
KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs
Jim Mattson
1
-5
/
+3
2022-04-08
KVM: SVM: fix panic on out-of-bounds guest IRQ
Yi Wang
1
-2
/
+8
2022-02-23
KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
Like Xu
1
-4
/
+4
2022-02-23
KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests
Sean Christopherson
1
-3
/
+4
2022-02-23
Revert "svm: Add warning message for AVIC IPI invalid target"
Sean Christopherson
1
-2
/
+0
2022-02-16
KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode
Sean Christopherson
1
-1
/
+15
2022-02-05
KVM: x86: Forcibly leave nested virt when SMM state is toggled
Sean Christopherson
3
-4
/
+10
2022-02-01
Revert "KVM: SVM: avoid infinite loop on NPF from bad address"
Sean Christopherson
1
-7
/
+0
2021-12-08
KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
Like Xu
1
-1
/
+1
2021-10-09
KVM: x86: nSVM: restore int_vector in svm_clear_vintr
Maxim Levitsky
1
-0
/
+2
2021-10-06
KVM: x86: nSVM: don't copy virt_ext from vmcb12
Maxim Levitsky
1
-1
/
+0
2021-08-18
KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
Maxim Levitsky
1
-0
/
+3
2021-08-18
KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
Maxim Levitsky
2
-8
/
+11
2021-08-15
KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCB
Sean Christopherson
1
-1
/
+1
2021-07-20
KVM: nSVM: Check the value written to MSR_VM_HSAVE_PA
Vitaly Kuznetsov
1
-1
/
+10
2021-06-30
KVM: SVM: Call SEV Guest Decommission if ASID binding fails
Alper Gun
1
-11
/
+21
2021-06-10
KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
Sean Christopherson
1
-4
/
+4
2021-05-28
KVM: x86: Defer vtime accounting 'til after IRQ handling
Wanpeng Li
1
-3
/
+3
2021-05-14
KVM: SVM: Inject #GP on guest MSR_TSC_AUX accesses if RDTSCP unsupported
Sean Christopherson
1
-0
/
+7
2021-05-14
KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created
Sean Christopherson
1
-0
/
+3
2021-05-14
KVM: SVM: Don't strip the C-bit from CR2 on #PF interception
Sean Christopherson
1
-1
/
+1
2021-04-07
KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested...
Paolo Bonzini
1
-1
/
+17
2021-04-07
KVM: SVM: load control fields from VMCB12 before checking them
Paolo Bonzini
1
-4
/
+6
2021-03-11
KVM: SVM: Clear the CR4 register on reset
Babu Moger
1
-0
/
+1
2021-03-04
KVM: nSVM: fix running nested guests when npt=0
Paolo Bonzini
1
-0
/
+20
2021-03-04
KVM: SVM: Intercept INVPCID when it's disabled to inject #UD
Sean Christopherson
1
-4
/
+4
2021-03-04
KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRs
Sean Christopherson
1
-1
/
+1
2021-02-17
KVM: x86: cleanup CR3 reserved bits checks
Paolo Bonzini
2
-13
/
+3
2021-02-10
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
1
-0
/
+5
2021-02-10
Fix unsynchronized access to sev members through svm_register_enc_region
Peter Gonda
1
-7
/
+10
2021-02-03
KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
Paolo Bonzini
1
-0
/
+3
2021-02-03
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
1
-0
/
+3
2020-12-30
KVM: SVM: Remove the call to sev_platform_status() during setup
Tom Lendacky
1
-21
/
+1
2020-12-30
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
1
-10
/
+4
2020-12-04
kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()
Jacob Xu
1
-2
/
+2
2020-11-17
KVM: SVM: fix error return code in svm_create_vcpu()
Chen Zhou
1
-1
/
+3
2020-11-16
KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt().
Ashish Kalra
1
-1
/
+1
2020-11-13
KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guests
Babu Moger
1
-0
/
+8
2020-10-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-347
/
+544
2020-10-21
Merge branch 'kvm-fixes' into 'next'
Paolo Bonzini
1
-1
/
+7
2020-10-21
KVM: SVM: Initialize prev_ga_tag before use
Suravee Suthikulpanit
1
-0
/
+1
2020-10-21
KVM: nSVM: implement on demand allocation of the nested state
Maxim Levitsky
3
-28
/
+83
2020-10-21
KVM: x86: allow kvm_x86_ops.set_efer to return an error value
Maxim Levitsky
2
-2
/
+3
2020-10-14
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-14
/
+35
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2020-10-12
Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2020-09-28
KVM: nSVM: delay MSR permission processing to first nested VM run
Paolo Bonzini
1
-3
/
+18
2020-09-28
KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied
Alexander Graf
2
-8
/
+76
2020-09-28
KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
Aaron Lewis
1
-25
/
+35
2020-09-28
KVM: x86: Use common definition for kvm_nested_vmexit tracepoint
Sean Christopherson
1
-6
/
+1
[next]