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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-19
KVM: VMX: Disable preemption when probing user return MSRs
Sean Christopherson
2
-4
/
+17
2021-05-19
KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is unsupported
Sean Christopherson
1
-2
/
+4
2021-05-19
KVM: nVMX: Always make an attempt to map eVMCS after migration
Vitaly Kuznetsov
1
-10
/
+19
2021-05-19
KVM: x86: Move RDPID emulation intercept to its own enum
Sean Christopherson
3
-2
/
+4
2021-05-19
KVM: x86: Emulate RDPID only if RDTSCP is supported
Sean Christopherson
1
-1
/
+2
2021-05-19
KVM: x86: Prevent deadlock against tk_core.seq
Thomas Gleixner
1
-4
/
+18
2021-05-19
KVM: x86: Cancel pvclock_gtod_work on module removal
Thomas Gleixner
1
-0
/
+1
2021-05-19
KVM: LAPIC: Accurately guarantee busy wait for timer to expire when using hv_...
Wanpeng Li
1
-1
/
+1
2021-05-19
KVM/VMX: Invoke NMI non-IST entry instead of IST entry
Lai Jiangshan
1
-7
/
+9
2021-05-19
KVM: x86/mmu: Remove the defunct update_pte() paging hook
Sean Christopherson
2
-48
/
+2
2021-05-19
KVM: SVM: Make sure GHCB is mapped before updating
Tom Lendacky
2
-1
/
+4
2021-05-14
KVM: SVM: Disable SEV/SEV-ES if NPT is disabled
Sean Christopherson
1
-10
/
+10
2021-05-14
KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
Sean Christopherson
1
-1
/
+4
2021-05-14
KVM: SVM: Zero out the VMCB array used to track SEV ASID association
Sean Christopherson
1
-3
/
+2
2021-05-14
KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVM
Sean Christopherson
2
-0
/
+6
2021-05-14
KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
David Edmondson
1
-6
/
+3
2021-05-14
KVM: x86/mmu: Retry page faults that hit an invalid memslot
Sean Christopherson
1
-0
/
+8
2021-05-14
KVM: nVMX: Truncate base/index GPR value on address calc in !64-bit
Sean Christopherson
1
-2
/
+2
2021-05-14
KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit
Sean Christopherson
1
-1
/
+1
2021-05-14
KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch
Sean Christopherson
1
-7
/
+2
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: Do not set sev->es_active until KVM_SEV_ES_INIT completes
Sean Christopherson
1
-17
/
+12
2021-05-14
KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs
Sean Christopherson
1
-2
/
+3
2021-05-14
KVM: SVM: Don't strip the C-bit from CR2 on #PF interception
Sean Christopherson
1
-1
/
+1
2021-05-14
KVM: nSVM: Set the shadow root level to the TDP level for nested NPT
Sean Christopherson
1
-3
/
+8
2021-05-14
KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads
Sean Christopherson
1
-77
/
+3
2021-05-14
KVM: X86: Fix failure to boost kernel lock holder candidate in SEV-ES guests
Wanpeng Li
1
-0
/
+3
2021-05-14
KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit
Sean Christopherson
1
-15
/
+29
2021-05-14
KVM: x86: Defer the MMU unload to the normal path on an global INVPCID
Sean Christopherson
1
-1
/
+1
2021-04-21
KVM: VMX: Don't use vcpu->run->internal.ndata as an array index
Reiji Watanabe
1
-5
/
+5
2021-04-21
KVM: VMX: Convert vcpu_vmx.exit_reason to a union
Sean Christopherson
3
-49
/
+86
2021-04-14
KVM: x86/mmu: preserve pending TLB flush across calls to kvm_tdp_mmu_zap_sp
Paolo Bonzini
1
-1
/
+1
2021-04-14
KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages
Sean Christopherson
3
-7
/
+22
2021-04-14
KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zapping
Sean Christopherson
1
-5
/
+8
2021-04-14
KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range zap
Sean Christopherson
1
-11
/
+13
2021-04-14
KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed
Ben Gardon
1
-10
/
+22
2021-04-14
KVM: x86/mmu: Ensure forward progress when yielding in TDP MMU iter
Ben Gardon
3
-23
/
+23
2021-04-14
KVM: x86/mmu: Rename goal_gfn to next_last_level_gfn
Ben Gardon
2
-12
/
+12
2021-04-14
KVM: x86/mmu: Merge flush and non-flush tdp_mmu_iter_cond_resched
Ben Gardon
1
-29
/
+13
2021-04-14
KVM: x86/mmu: change TDP MMU yield function returns to match cond_resched
Ben Gardon
1
-10
/
+29
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-30
KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish
Sean Christopherson
1
-44
/
+65
2021-03-20
KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled
Sean Christopherson
1
-8
/
+8
2021-03-20
KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()
Sean Christopherson
1
-1
/
+4
2021-03-17
KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
Sean Christopherson
1
-1
/
+10
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
entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
1
-0
/
+1
[next]