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
2025-02-26
KVM: x86: Unload MMUs during vCPU destruction, not before
Sean Christopherson
2025-02-26
KVM: x86: Don't load/put vCPU when unloading its MMU during teardown
Sean Christopherson
2025-02-26
KVM: x86: Free vCPUs before freeing VM state
Sean Christopherson
2025-02-25
KVM: x86: Use a dedicated flow for queueing re-injected exceptions
Sean Christopherson
2025-02-25
KVM: x86: Rename and invert async #PF's send_user_only flag to send_always
Sean Christopherson
2025-02-25
KVM: x86: Don't inject PV async #PF if SEND_ALWAYS=0 and guest state is prote...
Sean Christopherson
2025-02-25
KVM: x86: Update Xen TSC leaves during CPUID emulation
Fred Griffoul
2025-02-24
KVM: x86/xen: Move kvm_xen_hvm_config field into kvm_xen
Sean Christopherson
2025-02-24
KVM: x86/xen: Add an #ifdef'd helper to detect writes to Xen MSR
Sean Christopherson
2025-02-12
KVM: x86: Override TSC_STABLE flag for Xen PV clocks in kvm_guest_time_update()
Sean Christopherson
2025-02-12
KVM: x86: Setup Hyper-V TSC page before Xen PV clocks (during clock update)
Sean Christopherson
2025-02-12
KVM: x86: Remove per-vCPU "cache" of its reference pvclock
Sean Christopherson
2025-02-12
KVM: x86: Pass reference pvclock as a param to kvm_setup_guest_pvclock()
Sean Christopherson
2025-02-12
KVM: x86: Set PVCLOCK_GUEST_STOPPED only for kvmclock, not for Xen PV clock
Sean Christopherson
2025-02-12
KVM: x86: Don't bleed PVCLOCK_GUEST_STOPPED across PV clocks
Sean Christopherson
2025-02-12
KVM: x86: Process "guest stopped request" once per guest time update
Sean Christopherson
2025-02-12
KVM: x86: Drop local pvclock_flags variable in kvm_guest_time_update()
Sean Christopherson
2025-02-12
KVM: x86: Eliminate "handling" of impossible errors during SUSPEND
Sean Christopherson
2025-02-12
KVM: x86: Don't take kvm->lock when iterating over vCPUs in suspend notifier
Sean Christopherson
2025-02-12
KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulation
Sean Christopherson
2025-02-12
KVM: x86: Query X86_FEATURE_MWAIT iff userspace owns the CPUID feature bit
Sean Christopherson
2025-02-12
KVM: x86: Clear pv_unhalted on all transitions to KVM_MP_STATE_RUNNABLE
Jim Mattson
2025-02-12
KVM: x86: Introduce kvm_set_mp_state()
Jim Mattson
2025-02-12
KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
Sean Christopherson
2025-02-11
KVM: x86/xen: Only write Xen hypercall page for guest writes to MSR
David Woodhouse
2025-02-04
KVM: remove kvm_arch_post_init_vm
Paolo Bonzini
2025-01-24
kvm: defer huge page recovery vhost task to later
Keith Busch
2025-01-20
Merge branch 'kvm-mirror-page-tables' into HEAD
Paolo Bonzini
2025-01-20
Merge branch 'kvm-userspace-hypercall' into HEAD
Paolo Bonzini
2025-01-20
Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-01-20
Merge tag 'kvm-memslots-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-01-14
KVM: x86: Drop double-underscores from __kvm_set_memory_region()
Sean Christopherson
2025-01-14
KVM: Add a dedicated API for setting KVM-internal memslots
Sean Christopherson
2025-01-14
KVM: Assert slots_lock is held when setting memory regions
Sean Christopherson
2025-01-08
KVM: x86: Avoid double RDPKRU when loading host/guest PKRU
Sean Christopherson
2024-12-23
KVM: x86/mmu: Prevent aliased memslot GFNs
Rick Edgecombe
2024-12-22
KVM: x86: Refactor __kvm_emulate_hypercall() into a macro
Paolo Bonzini
2024-12-22
KVM: x86: Always complete hypercall via function callback
Sean Christopherson
2024-12-22
KVM: x86: Bump hypercall stat prior to fully completing hypercall
Sean Christopherson
2024-12-22
KVM: x86: Add a helper to check for user interception of KVM hypercalls
Binbin Wu
2024-12-22
KVM: x86: clear vcpu->run->hypercall.ret before exiting for KVM_EXIT_HYPERCALL
Paolo Bonzini
2024-12-22
Merge tag 'kvm-x86-fixes-6.13-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-12-22
Merge tag 'kvm-x86-fixes-6.13-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-12-22
KVM: x86: let it be known that ignore_msrs is a bad idea
Paolo Bonzini
2024-12-19
KVM: x86: Play nice with protected guests in complete_hypercall_exit()
Sean Christopherson
2024-12-18
KVM: x86: Try to unprotect and retry on unhandleable emulation failure
Ivan Orlov
2024-12-18
KVM: x86: Add emulation status for unhandleable exception vectoring
Ivan Orlov
2024-12-18
KVM: x86: Add function for vectoring error generation
Ivan Orlov
2024-12-18
KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
Sean Christopherson
2024-12-18
KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
Sean Christopherson
[prev]
[next]