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.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
2023-08-04
KVM: SEV: snapshot the GHCB before accessing it
Paolo Bonzini
2
-34
/
+61
2023-08-04
KVM: nSVM: Skip writes to MSR_AMD64_TSC_RATIO if guest state isn't loaded
Sean Christopherson
1
-1
/
+2
2023-08-04
KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks
Sean Christopherson
5
-14
/
+13
2023-08-04
KVM: SVM: Clean up preemption toggling related to MSR_AMD64_TSC_RATIO
Sean Christopherson
1
-5
/
+3
2023-08-04
KVM: nSVM: Use the "outer" helper for writing multiplier to MSR_AMD64_TSC_RATIO
Sean Christopherson
3
-6
/
+5
2023-08-04
KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state
Sean Christopherson
1
-2
/
+2
2023-08-04
KVM: nSVM: Check instead of asserting on nested TSC scaling support
Sean Christopherson
1
-3
/
+2
2023-08-04
KVM: x86: Advertise AMX-COMPLEX CPUID to userspace
Tao Su
2
-1
/
+3
2023-08-04
KVM: VMX: Skip VMCLEAR logic during emergency reboots if CR4.VMXE=0
Sean Christopherson
1
-2
/
+10
2023-08-04
KVM: SVM: Use "standard" stgi() helper when disabling SVM
Sean Christopherson
1
-10
/
+3
2023-08-04
KVM: x86: Force kvm_rebooting=true during emergency reboot/crash
Sean Christopherson
2
-0
/
+4
2023-08-04
x86/virt: KVM: Move "disable SVM" helper into KVM SVM
Sean Christopherson
1
-4
/
+25
2023-08-04
KVM: VMX: Ensure CPU is stable when probing basic VMX support
Sean Christopherson
1
-3
/
+14
2023-08-04
KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported()
Sean Christopherson
1
-6
/
+19
2023-08-04
x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported()
Sean Christopherson
1
-3
/
+8
2023-08-04
KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGON
Sean Christopherson
1
-1
/
+1
2023-08-04
x86/virt: KVM: Move VMXOFF helpers into KVM VMX
Sean Christopherson
1
-3
/
+26
2023-08-04
x86/virt: KVM: Open code cpu_has_vmx() in KVM VMX
Sean Christopherson
1
-1
/
+1
2023-08-04
x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback
Sean Christopherson
1
-2
/
+17
2023-08-04
x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback
Sean Christopherson
1
-3
/
+5
2023-08-04
x86/reboot: Harden virtualization hooks for emergency reboot
Sean Christopherson
1
-4
/
+2
2023-08-04
x86/reboot: VMCLEAR active VMCSes before emergency reboot
Sean Christopherson
1
-7
/
+3
2023-08-03
KVM: x86: Retry APIC optimized map recalc if vCPU is added/enabled
Sean Christopherson
1
-4
/
+25
2023-08-03
KVM: x86/pmu: Move .hw_event_available() check out of PMC filter helper
Sean Christopherson
1
-3
/
+1
2023-08-03
KVM: x86/pmu: Require nr fixed_pmc_events to match nr max fixed counters
Sean Christopherson
1
-10
/
+9
2023-08-03
KVM: x86/pmu: Simplify intel_hw_event_available()
Sean Christopherson
1
-7
/
+6
2023-08-03
KVM: x86/pmu: Use enums instead of hardcoded magic for arch event indices
Sean Christopherson
1
-12
/
+43
2023-08-03
KVM: SVM: Use svm_get_lbr_vmcb() helper to handle writes to DEBUGCTL
Sean Christopherson
1
-6
/
+1
2023-08-03
KVM: SVM: Clean up handling of LBR virtualization enabled
Sean Christopherson
1
-9
/
+4
2023-08-03
KVM: SVM: Fix dead KVM_BUG() code in LBR MSR virtualization
Sean Christopherson
1
-29
/
+16
2023-08-03
KVM: VMX: Drop manual TLB flush when migrating vmcs.APIC_ACCESS_ADDR
Sean Christopherson
1
-2
/
+4
2023-08-03
KVM: VMX: Drop unnecessary vmx_fb_clear_ctrl_available "cache"
Sean Christopherson
1
-14
/
+3
2023-08-03
KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIES
Sean Christopherson
3
-22
/
+14
2023-08-03
KVM: x86: Advertise host CPUID 0x80000005 in KVM_GET_SUPPORTED_CPUID
Takahiro Itazuri
1
-0
/
+3
2023-08-03
KVM: x86: Remove x86_emulate_ops::guest_has_long_mode
Michal Luczaj
2
-7
/
+0
2023-08-02
KVM: x86: Fix KVM_CAP_SYNC_REGS's sync_regs() TOCTOU issues
Michal Luczaj
1
-3
/
+10
2023-07-31
KVM: x86: Use sysfs_emit() instead of sprintf()
Like Xu
2
-3
/
+3
2023-07-29
KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
Sean Christopherson
1
-4
/
+9
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
3
-19
/
+49
2023-07-29
Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"
Sean Christopherson
1
-8
/
+2
2023-07-29
KVM: x86: Acquire SRCU read lock when handling fastpath MSR writes
Sean Christopherson
1
-0
/
+4
2023-07-29
KVM: VMX: Use vmread_error() to report VM-Fail in "goto" path
Sean Christopherson
1
-2
/
+1
2023-07-29
KVM: VMX: Make VMREAD error path play nice with noinstr
Sean Christopherson
3
-9
/
+26
2023-07-29
KVM: x86/irq: Conditionally register IRQ bypass consumer again
Like Xu
1
-1
/
+1
2023-07-29
KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipiv
Peng Hao
1
-1
/
+2
2023-07-29
KVM: x86: check the kvm_cpu_get_interrupt result before using it
Maxim Levitsky
1
-3
/
+7
2023-07-29
KVM: x86: VMX: set irr_pending in kvm_apic_update_irr
Maxim Levitsky
1
-1
/
+4
2023-07-29
KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically
Maxim Levitsky
1
-7
/
+13
2023-07-29
KVM: SVM: Don't try to pointlessly single-step SEV-ES guests for NMI window
Sean Christopherson
1
-0
/
+13
2023-07-29
KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES guests
Sean Christopherson
2
-6
/
+9
[prev]
[next]