index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
2025-03-20
Merge branch 'kvm-pre-tdx' into HEAD
Paolo Bonzini
2025-03-20
Merge branch 'kvm-nvmx-and-vm-teardown' into HEAD
Paolo Bonzini
2025-03-19
Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-03-19
Merge tag 'kvm-x86-pvclock-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-03-14
KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected
Paolo Bonzini
2025-03-14
KVM: x86: Add infrastructure for secure TSC
Isaku Yamahata
2025-03-14
KVM: x86: Push down setting vcpu.arch.user_set_tsc
Isaku Yamahata
2025-03-14
KVM: x86: move vm_destroy callback at end of kvm_arch_destroy_vm
Paolo Bonzini
2025-03-09
Merge tag 'kvm-x86-fixes-6.14-rcN.2' of https://github.com/kvm-x86/linux into...
Paolo Bonzini
2025-02-28
KVM: x86: Always set mp_state to RUNNABLE on wakeup from HLT
Sean Christopherson
2025-02-28
KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
Sean Christopherson
2025-02-28
KVM: x86: Snapshot the host's DEBUGCTL in common x86
Sean Christopherson
2025-02-26
KVM: Drop kvm_arch_sync_events() now that all implementations are nops
Sean Christopherson
2025-02-26
KVM: x86: Fold guts of kvm_arch_sync_events() into kvm_arch_pre_destroy_vm()
Sean Christopherson
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
[next]