index
:
Linux Stable
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.12.y
linux-6.13.y
linux-6.14.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host
Maxim Levitsky
2021-03-04
4
-20
/
+24
*
KVM: SEV: fix double locking due to incorrect backport
Paolo Bonzini
2021-02-23
1
-1
/
+0
*
Fix unsynchronized access to sev members through svm_register_enc_region
Peter Gonda
2021-02-13
1
-7
/
+11
*
KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode
Sean Christopherson
2021-02-10
1
-0
/
+2
*
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
2021-02-10
1
-0
/
+5
*
KVM: x86: get smi pending status correctly
Jay Zhou
2021-02-03
1
-0
/
+5
*
KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration
Maxim Levitsky
2021-02-03
1
-5
/
+8
*
KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()
Like Xu
2021-02-03
1
-0
/
+4
*
KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
Like Xu
2021-02-03
1
-1
/
+1
*
KVM: x86: fix shift out of bounds reported by UBSAN
Paolo Bonzini
2021-01-12
1
-1
/
+1
*
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
2021-01-06
3
-14
/
+22
*
KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
Paolo Bonzini
2021-01-06
1
-0
/
+4
*
KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
Paolo Bonzini
2021-01-06
4
-10
/
+29
*
KVM: mmu: Fix SPTE encoding of MMIO generation upper half
Maciej S. Szmigiero
2020-12-21
1
-9
/
+20
*
KVM: x86: Fix split-irqchip vs interrupt injection window request
Paolo Bonzini
2020-12-02
2
-9
/
+11
*
KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extint
Paolo Bonzini
2020-12-02
2
-51
/
+34
*
KVM: x86: clflushopt should be treated as a no-op by emulation
David Edmondson
2020-11-22
1
-1
/
+7
*
KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
Maxim Levitsky
2020-11-18
1
-0
/
+4
*
KVM: x86: emulating RDPID failure shall return #UD rather than #GP
Robert Hoo
2020-10-29
1
-1
/
+1
*
KVM: SVM: Initialize prev_ga_tag before use
Suravee Suthikulpanit
2020-10-29
1
-0
/
+1
*
KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpages
Sean Christopherson
2020-10-29
1
-0
/
+1
*
KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails
Sean Christopherson
2020-10-29
1
-1
/
+3
*
KVM: nVMX: Reset the segment cache when stuffing guest segs
Sean Christopherson
2020-10-29
1
-0
/
+2
*
KVM: SVM: Add a dedicated INVD intercept routine
Tom Lendacky
2020-10-01
1
-1
/
+7
*
KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE
Sean Christopherson
2020-10-01
1
-1
/
+2
*
KVM: x86: handle wrap around 32-bit address space
Paolo Bonzini
2020-10-01
3
-6
/
+14
*
KVM: Remove CREATE_IRQCHIP/SET_PIT2 race
Steve Rutherford
2020-10-01
1
-2
/
+8
*
KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru...
He Zhe
2020-10-01
1
-1
/
+1
*
KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow
wanpeng li
2020-10-01
1
-2
/
+9
*
KVM: x86: fix incorrect comparison in trace event
Paolo Bonzini
2020-10-01
1
-1
/
+1
*
KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit
Wanpeng Li
2020-09-17
1
-0
/
+1
*
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
2020-08-26
1
-1
/
+2
*
kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE mode
Jim Mattson
2020-08-26
1
-1
/
+1
*
kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE mode
Jim Mattson
2020-08-26
1
-1
/
+1
*
KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled
Wanpeng Li
2020-08-05
1
-1
/
+1
*
KVM: x86: Mark CR4.TSD as being possibly owned by the guest
Sean Christopherson
2020-07-16
2
-1
/
+3
*
KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode
Sean Christopherson
2020-07-16
1
-0
/
+2
*
KVM: x86: bit 8 of non-leaf PDPEs is not reserved
Paolo Bonzini
2020-07-16
1
-1
/
+1
*
KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL
Sean Christopherson
2020-06-30
2
-20
/
+0
*
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
2020-06-30
4
-9
/
+10
*
KVM: X86: Fix MSR range of APIC registers in X2APIC mode
Xiaoyao Li
2020-06-30
1
-2
/
+2
*
KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
Sean Christopherson
2020-06-17
1
-1
/
+1
*
KVM: nSVM: leave ASID aside in copy_vmcb_control_area
Paolo Bonzini
2020-06-17
1
-1
/
+1
*
KVM: nSVM: fix condition for filtering async PF
Paolo Bonzini
2020-06-17
1
-2
/
+2
*
KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02
Sean Christopherson
2020-06-17
3
-6
/
+17
*
KVM: x86: Fix APIC page invalidation race
Eiichi Tsukata
2020-06-17
1
-5
/
+2
*
KVM: x86: respect singlestep when emulating instruction
Felipe Franciosi
2020-06-17
1
-1
/
+1
*
KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generated
Sean Christopherson
2020-06-17
1
-18
/
+9
*
KVM: x86: only do L1TF workaround on affected processors
Paolo Bonzini
2020-06-17
1
-9
/
+10
*
KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
Babu Moger
2020-05-27
2
-18
/
+17
[next]