index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-11
Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2025-05-09
x86/its: Enumerate Indirect Target Selection (ITS) bug
Pawan Gupta
1
-1
/
+3
2025-04-24
KVM: x86: Check that the high 32bits are clear in kvm_arch_vcpu_ioctl_run()
Dan Carpenter
1
-2
/
+2
2025-04-24
KVM: x86: Do not use kvm_rip_read() unconditionally for KVM_PROFILING
Adrian Hunter
1
-1
/
+2
2025-04-24
KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producer
Sean Christopherson
1
-2
/
+15
2025-04-24
KVM: x86: Explicitly treat routing entry type changes as changes
Sean Christopherson
1
-1
/
+2
2025-04-24
KVM: arm64, x86: make kvm_arch_has_irq_bypass() inline
Paolo Bonzini
1
-5
/
+0
2025-04-04
KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses
Sean Christopherson
1
-0
/
+4
2025-03-20
Merge branch 'kvm-pre-tdx' into HEAD
Paolo Bonzini
1
-13
/
+27
2025-03-20
Merge branch 'kvm-nvmx-and-vm-teardown' into HEAD
Paolo Bonzini
1
-26
/
+14
2025-03-19
Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-4
/
+9
2025-03-19
Merge tag 'kvm-x86-pvclock-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-58
/
+57
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-67
/
+69
2025-03-14
KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected
Paolo Bonzini
1
-4
/
+11
2025-03-14
KVM: x86: Add infrastructure for secure TSC
Isaku Yamahata
1
-2
/
+9
2025-03-14
KVM: x86: Push down setting vcpu.arch.user_set_tsc
Isaku Yamahata
1
-6
/
+6
2025-03-14
KVM: x86: move vm_destroy callback at end of kvm_arch_destroy_vm
Paolo Bonzini
1
-1
/
+1
2025-03-09
Merge tag 'kvm-x86-fixes-6.14-rcN.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+2
2025-02-28
KVM: x86: Always set mp_state to RUNNABLE on wakeup from HLT
Sean Christopherson
1
-3
/
+2
2025-02-28
KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
Sean Christopherson
1
-1
/
+2
2025-02-28
KVM: x86: Snapshot the host's DEBUGCTL in common x86
Sean Christopherson
1
-0
/
+1
2025-02-26
KVM: Drop kvm_arch_sync_events() now that all implementations are nops
Sean Christopherson
1
-5
/
+0
2025-02-26
KVM: x86: Fold guts of kvm_arch_sync_events() into kvm_arch_pre_destroy_vm()
Sean Christopherson
1
-3
/
+12
2025-02-26
KVM: x86: Unload MMUs during vCPU destruction, not before
Sean Christopherson
1
-12
/
+3
2025-02-26
KVM: x86: Don't load/put vCPU when unloading its MMU during teardown
Sean Christopherson
1
-8
/
+1
2025-02-26
KVM: x86: Free vCPUs before freeing VM state
Sean Christopherson
1
-1
/
+1
2025-02-25
KVM: x86: Use a dedicated flow for queueing re-injected exceptions
Sean Christopherson
1
-47
/
+42
2025-02-25
KVM: x86: Rename and invert async #PF's send_user_only flag to send_always
Sean Christopherson
1
-2
/
+2
2025-02-25
KVM: x86: Don't inject PV async #PF if SEND_ALWAYS=0 and guest state is protected
Sean Christopherson
1
-1
/
+1
2025-02-25
KVM: x86: Update Xen TSC leaves during CPUID emulation
Fred Griffoul
1
-2
/
+1
2025-02-24
KVM: x86/xen: Move kvm_xen_hvm_config field into kvm_xen
Sean Christopherson
1
-1
/
+1
2025-02-24
KVM: x86/xen: Add an #ifdef'd helper to detect writes to Xen MSR
Sean Christopherson
1
-1
/
+1
2025-02-12
KVM: x86: Override TSC_STABLE flag for Xen PV clocks in kvm_guest_time_update()
Sean Christopherson
1
-20
/
+15
2025-02-12
KVM: x86: Setup Hyper-V TSC page before Xen PV clocks (during clock update)
Sean Christopherson
1
-1
/
+2
2025-02-12
KVM: x86: Remove per-vCPU "cache" of its reference pvclock
Sean Christopherson
1
-12
/
+15
2025-02-12
KVM: x86: Pass reference pvclock as a param to kvm_setup_guest_pvclock()
Sean Christopherson
1
-7
/
+7
2025-02-12
KVM: x86: Set PVCLOCK_GUEST_STOPPED only for kvmclock, not for Xen PV clock
Sean Christopherson
1
-8
/
+9
2025-02-12
KVM: x86: Don't bleed PVCLOCK_GUEST_STOPPED across PV clocks
Sean Christopherson
1
-5
/
+8
2025-02-12
KVM: x86: Process "guest stopped request" once per guest time update
Sean Christopherson
1
-5
/
+12
2025-02-12
KVM: x86: Drop local pvclock_flags variable in kvm_guest_time_update()
Sean Christopherson
1
-5
/
+2
2025-02-12
KVM: x86: Eliminate "handling" of impossible errors during SUSPEND
Sean Christopherson
1
-13
/
+7
2025-02-12
KVM: x86: Don't take kvm->lock when iterating over vCPUs in suspend notifier
Sean Christopherson
1
-2
/
+0
2025-02-12
KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulation
Sean Christopherson
1
-3
/
+3
2025-02-12
KVM: x86: Query X86_FEATURE_MWAIT iff userspace owns the CPUID feature bit
Sean Christopherson
1
-2
/
+12
2025-02-12
KVM: x86: Clear pv_unhalted on all transitions to KVM_MP_STATE_RUNNABLE
Jim Mattson
1
-1
/
+0
2025-02-12
KVM: x86: Introduce kvm_set_mp_state()
Jim Mattson
1
-9
/
+8
2025-02-12
KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
Sean Christopherson
1
-0
/
+3
2025-02-11
KVM: x86/xen: Only write Xen hypercall page for guest writes to MSR
David Woodhouse
1
-1
/
+7
2025-02-04
KVM: remove kvm_arch_post_init_vm
Paolo Bonzini
1
-6
/
+1
2025-01-24
kvm: defer huge page recovery vhost task to later
Keith Busch
1
-1
/
+6
[next]