index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
2026-03-11
Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
2026-02-28
KVM: always define KVM_CAP_SYNC_MMU
Paolo Bonzini
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-02-11
Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-02-09
Merge tag 'kvm-x86-misc-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-02-09
Merge tag 'kvm-x86-svm-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-01-30
KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
Khushit Shah
2026-01-30
KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()
Sean Christopherson
2026-01-23
KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2()
Vasiliy Kovalev
2026-01-13
KVM: x86: align the code with kvm_x86_call()
Jun Miao
2026-01-13
KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()
Sean Christopherson
2026-01-13
KVM: x86: Update APICv ISR (a.k.a. SVI) as part of kvm_apic_update_apicv()
Sean Christopherson
2026-01-12
KVM: x86: Add a wrapper to handle common case of IRQ delivery without dest_map
Sean Christopherson
2026-01-12
KVM: x86: Drop MAX_NR_RESERVED_IOAPIC_PINS, use KVM_MAX_IRQ_ROUTES directly
Sean Christopherson
2026-01-10
x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1
Sean Christopherson
2026-01-08
KVM: SVM: Virtualize and advertise support for ERAPS
Amit Shah
2026-01-08
KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported ...
Sean Christopherson
2026-01-08
KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
Sean Christopherson
2026-01-08
KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
Dapeng Mi
2026-01-08
KVM: x86/pmu: Disable RDPMC interception for compatible mediated vPMU
Dapeng Mi
2026-01-08
KVM: x86/pmu: Register PMI handler for mediated vPMU
Xiong Zhang
2026-01-08
KVM: x86/pmu: Start stubbing in mediated PMU support
Dapeng Mi
2026-01-08
KVM: Add a simplified wrapper for registering perf callbacks
Sean Christopherson
2026-01-08
KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
Sean Christopherson
2026-01-07
KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is active
Sean Christopherson
2025-12-18
Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-12-08
KVM: VMX: Update SVI during runtime APICv activation
Dongli Zhang
2025-11-26
Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-26
Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-26
Merge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-19
KVM: x86: Add x86_emulate_ops.get_xcr() callback
Paolo Bonzini
2025-11-19
KVM: x86: Add a helper to dedup loading guest/host XCR0 and XSS
Binbin Wu
2025-11-19
KVM: x86: Load guest/host PKRU outside of the fastpath run loop
Sean Christopherson
2025-11-19
KVM: x86: Load guest/host XCR0 and XSS outside of the fastpath run loop
Sean Christopherson
2025-11-18
KVM: x86: Unify L1TF flushing under per-CPU variable
Brendan Jackman
2025-11-18
KVM: x86: Allocate/free user_return_msrs at kvm.ko (un)loading time
Chao Gao
2025-11-17
KVM: x86: remove comment about ntp correction sync for
Lei Chen
2025-11-17
Revert "x86: kvm: rate-limit global clock updates"
Lei Chen
2025-11-17
Revert "x86: kvm: introduce periodic global clock updates"
Lei Chen
2025-11-13
KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced
Omar Sandoval
2025-11-07
KVM: x86: Don't disable IRQs when unregistering user-return notifier
Hou Wenlong
2025-11-07
KVM: x86: Leave user-return notifier registered on reboot/shutdown
Sean Christopherson
2025-11-07
KVM: x86: WARN if user-return MSR notifier is registered on exit
Sean Christopherson
2025-11-07
KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-...
Sean Christopherson
2025-11-07
KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)
Maxim Levitsky
2025-11-07
KVM: x86: Fix a semi theoretical bug in kvm_arch_async_page_present_queued()
Maxim Levitsky
2025-11-05
KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
Sean Christopherson
2025-11-05
KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
Sean Christopherson
[next]