index
:
linux/linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
17 hours
KVM: x86: Free vCPUs before freeing VM state
Sean Christopherson
17 hours
KVM: x86: model canonical checks more precisely
Maxim Levitsky
17 hours
KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid canonical checks
Maxim Levitsky
17 hours
KVM: x86: Route non-canonical checks in emulator through emulate_ops
Maxim Levitsky
17 hours
x86/traps: Initialize DR7 by writing its architectural reset value
Xin Li (Intel)
2025-05-18
x86/its: Enumerate Indirect Target Selection (ITS) bug
Pawan Gupta
2025-05-02
KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producer
Sean Christopherson
2025-05-02
KVM: x86: Explicitly treat routing entry type changes as changes
Sean Christopherson
2025-04-20
KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses
Sean Christopherson
2025-04-10
KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected
Paolo Bonzini
2025-03-13
KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
Sean Christopherson
2025-03-13
KVM: x86: Snapshot the host's DEBUGCTL in common x86
Sean Christopherson
2025-02-27
KVM: x86: Inline kvm_get_apic_mode() in lapic.h
Sean Christopherson
2025-02-27
KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base()
Sean Christopherson
2025-02-21
KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
Sean Christopherson
2025-02-17
kvm: defer huge page recovery vhost task to later
Keith Busch
2024-12-27
KVM: x86: Play nice with protected guests in complete_hypercall_exit()
Sean Christopherson
2024-12-27
KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init
Sean Christopherson
2024-09-17
Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
Merge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
2024-09-17
Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
Merge branch 'kvm-redo-enable-virt' into HEAD
Paolo Bonzini
2024-09-09
KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()
Sean Christopherson
2024-09-09
KVM: x86: Update retry protection fields when forcing retry on emulation failure
Sean Christopherson
2024-09-09
KVM: x86: Apply retry protection to "unprotect on failure" path
Sean Christopherson
2024-09-09
KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfn
Sean Christopherson
2024-09-09
KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulation
Sean Christopherson
2024-09-09
KVM: x86: Fold retry_instruction() into x86_emulate_instruction()
Sean Christopherson
2024-09-09
KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction()
Sean Christopherson
2024-09-09
KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" path
Sean Christopherson
2024-09-09
KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retry
Sean Christopherson
2024-09-09
KVM: x86: Get RIP from vCPU state when storing it to last_retry_eip
Sean Christopherson
2024-09-09
KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zapped
Sean Christopherson
2024-09-09
KVM: x86: Forcibly leave nested if RSM to L2 hits shutdown
Sean Christopherson
2024-09-06
KVM: x86: don't fall through case statements without annotations
Linus Torvalds
2024-09-04
KVM: x86: Register "emergency disable" callbacks when virt is enabled
Sean Christopherson
2024-09-04
KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVM
Sean Christopherson
2024-09-04
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
2024-09-02
KVM: x86: Only advertise KVM_CAP_READONLY_MEM when supported by VM
Tom Dohrmann
2024-08-29
KVM: x86: Add fastpath handling of HLT VM-Exits
Sean Christopherson
2024-08-29
KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpers
Sean Christopherson
2024-08-29
KVM: x86: Exit to userspace if fastpath triggers one on instruction skip
Sean Christopherson
2024-08-29
KVM: x86: Dedup fastpath MSR post-handling logic
Sean Christopherson
2024-08-29
KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successful
Sean Christopherson
2024-08-22
KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRs
Sean Christopherson
2024-08-22
KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRs
Sean Christopherson
2024-08-22
KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()
Sean Christopherson
2024-08-22
KVM: x86: Funnel all fancy MSR return value handling into a common helper
Sean Christopherson
2024-08-22
KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entry
Sean Christopherson
[next]