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.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-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
2022-12-08
KVM: x86/mmu: Fix race condition in direct_page_fault
Kazuki Takiguchi
1
-5
/
+7
2022-12-02
KVM: x86: remove exit_int_info warning in svm_handle_exit
Maxim Levitsky
1
-15
/
+0
2022-12-02
KVM: x86: add kvm_leave_nested
Maxim Levitsky
3
-7
/
+7
2022-12-02
KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
Maxim Levitsky
1
-0
/
+3
2022-12-02
KVM: x86: forcibly leave nested mode on vCPU reset
Maxim Levitsky
1
-0
/
+10
2022-12-02
KVM: x86: nSVM: leave nested mode on vCPU free
Maxim Levitsky
1
-0
/
+1
2022-11-26
KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yet
Like Xu
1
-12
/
+2
2022-11-16
x86/cpu: Restore AMD's DE_CFG MSR after resume
Borislav Petkov
2
-6
/
+6
2022-11-10
KVM: x86: emulator: update the emulation mode after CR0 write
Maxim Levitsky
1
-1
/
+15
2022-11-10
KVM: x86: emulator: update the emulation mode after rsm
Maxim Levitsky
1
-1
/
+1
2022-11-10
KVM: x86: emulator: introduce emulator_recalc_and_set_mode
Maxim Levitsky
1
-28
/
+57
2022-11-10
KVM: x86: emulator: em_sysexit should update ctxt->mode
Maxim Levitsky
1
-0
/
+1
2022-11-10
KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailable
Emanuele Giuseppe Esposito
1
-0
/
+5
2022-11-10
KVM: x86: Mask off reserved bits in CPUID.8000001FH
Jim Mattson
1
-1
/
+2
2022-11-10
KVM: x86: Mask off reserved bits in CPUID.80000001H
Jim Mattson
1
-0
/
+1
2022-11-10
KVM: x86: Mask off reserved bits in CPUID.80000008H
Jim Mattson
1
-0
/
+1
2022-11-10
KVM: x86: Mask off reserved bits in CPUID.8000001AH
Jim Mattson
1
-0
/
+3
2022-11-10
KVM: x86: Mask off reserved bits in CPUID.80000006H
Jim Mattson
1
-1
/
+2
2022-11-10
KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER
Alexander Graf
1
-0
/
+56
2022-11-10
KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()
Alexander Graf
1
-14
/
+17
2022-11-10
KVM: x86: Protect the unused bits in MSR exiting flags
Aaron Lewis
1
-0
/
+8
2022-11-10
KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
Sean Christopherson
1
-2
/
+25
2022-11-10
KVM: x86: Trace re-injected exceptions
Sean Christopherson
2
-11
/
+17
2022-10-26
KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
Sean Christopherson
2
-2
/
+21
2022-10-26
KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02
Sean Christopherson
1
-1
/
+6
2022-10-26
KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
Sean Christopherson
1
-8
/
+11
2022-10-26
KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
Michal Luczaj
1
-1
/
+1
2022-10-05
KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest
Jim Mattson
1
-2
/
+0
2022-09-28
KVM: x86/mmu: Fold rmap_recycle into rmap_add
David Matlack
1
-26
/
+14
2022-09-28
KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled
Sean Christopherson
2
-0
/
+4
2022-09-23
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
4
-0
/
+16
2022-09-20
lockdep: Fix -Wunused-parameter for _THIS_IP_
Nick Desaulniers
1
-1
/
+1
2022-09-08
KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES
Jim Mattson
1
-4
/
+21
2022-09-08
KVM: VMX: Heed the 'msr' argument in msr_write_intercepted()
Jim Mattson
1
-2
/
+1
2022-08-17
KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it exists
Sean Christopherson
1
-1
/
+3
2022-08-17
KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRL
Sean Christopherson
2
-2
/
+14
2022-08-17
KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrl
Like Xu
1
-0
/
+3
2022-08-17
KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMU
Sean Christopherson
1
-0
/
+2
2022-08-17
KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
Like Xu
1
-1
/
+5
2022-08-17
KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS)
Sean Christopherson
1
-2
/
+2
2022-08-17
KVM: set_msr_mce: Permit guests to ignore single-bit ECC errors
Lev Kujawski
1
-2
/
+5
2022-08-17
KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIP
Sean Christopherson
1
-0
/
+3
2022-08-17
KVM: SVM: Stuff next_rip on emulated INT3 injection if NRIPS is supported
Sean Christopherson
1
-1
/
+5
2022-08-17
KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails"
Sean Christopherson
1
-8
/
+15
2022-08-17
KVM: x86: revalidate steal time cache if MSR value changes
Paolo Bonzini
1
-3
/
+3
2022-08-17
KVM: x86: do not report preemption if the steal time cache is stale
Paolo Bonzini
1
-0
/
+2
2022-08-17
KVM: x86: Tag kvm_mmu_x86_module_init() with __init
Sean Christopherson
1
-1
/
+1
2022-08-17
KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
Vitaly Kuznetsov
1
-1
/
+0
2022-08-17
KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP
Sean Christopherson
1
-2
/
+2
2022-08-17
KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
Sean Christopherson
1
-10
/
+9
[next]