index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
KVM: TDX: Fix uninitialized error code for __tdx_bringup()
Tony Lindgren
1
-7
/
+3
2025-10-19
KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guest
Hou Wenlong
3
-19
/
+18
2025-10-19
KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
Sean Christopherson
3
-0
/
+8
2025-10-19
KVM: x86: Add helper to retrieve current value of user return MSR
Hou Wenlong
1
-0
/
+6
2025-10-15
KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
Sean Christopherson
1
-2
/
+10
2025-10-12
KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
Sean Christopherson
3
-14
/
+13
2025-09-17
Merge tag 'kvm-x86-fixes-6.17-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+1
2025-09-10
Merge tag 'vmscape-for-linus-20250904' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+9
2025-09-10
KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active
Maciej S. Szmigiero
1
-2
/
+1
2025-08-18
KVM: SEV: don't check have_run_cpus in sev_writeback_caches()
Yury Norov
1
-7
/
+3
2025-08-15
KVM: x86: use array_index_nospec with indices that come from guest
Thijs Raymakers
2
-2
/
+7
2025-08-14
x86/vmscape: Add conditional IBPB mitigation
Pawan Gupta
1
-0
/
+9
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2025-08-02
KVM: x86: fix typo "notifer"
WangYuli
1
-2
/
+2
2025-07-29
Merge tag 'kvm-x86-sev-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-35
/
+84
2025-07-29
Merge tag 'x86_core_for_kvm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD
Paolo Bonzini
1
-2
/
+1
2025-07-29
Merge tag 'kvm-x86-svm-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-5
/
+1
2025-07-29
Merge tag 'kvm-x86-apic-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-91
/
+30
2025-07-29
Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
10
-66
/
+142
2025-07-29
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
16
-701
/
+622
2025-07-29
Merge tag 'kvm-x86-no_assignment-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-26
/
+1
2025-07-29
Merge tag 'kvm-x86-mmio-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-8
/
+66
2025-07-29
Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
23
-1291
/
+1252
2025-07-23
KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercalls
Manuel Andreas
1
-1
/
+1
2025-07-17
Merge tag 'kvm-x86-fixes-6.16-rc7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-3
/
+8
2025-07-17
KVM: TDX: Don't report base TDVMCALLs
Xiaoyao Li
1
-2
/
+0
2025-07-15
KVM: VMX: Ensure unused kvm_tdx_capabilities fields are zeroed out
Sean Christopherson
1
-3
/
+4
2025-07-15
KVM: x86: Reject KVM_SET_TSC_KHZ vCPU ioctl for TSC protected guest
Kai Huang
1
-0
/
+4
2025-07-14
KVM: x86: Reject KVM_SET_TSC_KHZ VM ioctl when vCPUs have been created
Kai Huang
1
-3
/
+6
2025-07-14
KVM: SVM: Flush cache only on CPUs running SEV guest
Zheyun Shen
2
-9
/
+63
2025-07-10
x86/apic: KVM: Move apic_test)vector() to common code
Neeraj Upadhyay
1
-5
/
+0
2025-07-10
x86/apic: KVM: Move lapic set/clear_vector() helpers to common code
Neeraj Upadhyay
1
-10
/
+0
2025-07-10
x86/apic: KVM: Move lapic get/set helpers to common code
Neeraj Upadhyay
2
-22
/
+2
2025-07-10
x86/apic: KVM: Move apic_find_highest_vector() to a common header
Neeraj Upadhyay
1
-17
/
+1
2025-07-10
KVM: x86: Rename lapic set/clear vector helpers
Neeraj Upadhyay
2
-9
/
+7
2025-07-10
KVM: x86: Rename lapic get/set_reg64() helpers
Neeraj Upadhyay
1
-6
/
+6
2025-07-10
KVM: x86: Rename lapic get/set_reg() helpers
Neeraj Upadhyay
2
-9
/
+8
2025-07-10
KVM: x86: Rename find_highest_vector()
Neeraj Upadhyay
1
-3
/
+3
2025-07-10
KVM: x86: Change lapic regs base address to void pointer
Neeraj Upadhyay
2
-4
/
+4
2025-07-10
KVM: x86: Rename VEC_POS/REG_POS macro usages
Neeraj Upadhyay
2
-13
/
+11
2025-07-10
x86/apic: KVM: Deduplicate APIC vector => register+bit math
Sean Christopherson
1
-2
/
+2
2025-07-10
KVM: x86: Remove redundant parentheses around 'bitmap'
Neeraj Upadhyay
2
-3
/
+3
2025-07-10
KVM: x86: Open code setting/clearing of bits in the ISR
Neeraj Upadhyay
1
-12
/
+7
2025-07-10
KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiency
Kevin Loughlin
1
-19
/
+26
2025-07-10
KVM: SVM: Remove wbinvd in sev_vm_destroy()
Zheyun Shen
1
-6
/
+0
2025-07-10
KVM: x86: Use wbinvd_on_cpu() instead of an open-coded equivalent
Sean Christopherson
1
-7
/
+1
2025-07-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-6
/
+60
2025-07-10
x86/lib: Add WBINVD and WBNOINVD helpers to target multiple CPUs
Zheyun Shen
1
-2
/
+1
2025-07-09
KVM: x86: avoid underflow when scaling TSC frequency
Paolo Bonzini
1
-1
/
+3
2025-07-09
KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
Jim Mattson
6
-2
/
+28
[next]