index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
xen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
Paul Durrant
2023-01-24
1
-0
/
+26
*
Merge branch 'kvm-v6.2-rc4-fixes' into HEAD
Paolo Bonzini
2023-01-24
1
-40
/
+50
|
\
|
*
KVM: x86/xen: Avoid deadlock by adding kvm->arch.xen.xen_lock leaf node lock
David Woodhouse
2023-01-11
1
-37
/
+30
|
*
KVM: x86/xen: Fix potential deadlock in kvm_xen_update_runstate_guest()
David Woodhouse
2023-01-11
1
-2
/
+17
|
*
KVM: x86/xen: Fix lockdep warning on "recursive" gpc locking
David Woodhouse
2023-01-11
1
-1
/
+3
*
|
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
1
-0
/
+1
|
/
*
KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
Paolo Bonzini
2022-12-28
1
-3
/
+27
*
KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapi
David Woodhouse
2022-12-27
1
-7
/
+7
*
KVM: x86/xen: Simplify eventfd IOCTLs
Michal Luczaj
2022-12-27
1
-7
/
+1
*
KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_ports
Paolo Bonzini
2022-12-27
1
-11
/
+18
*
KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badly
David Woodhouse
2022-12-27
1
-38
/
+18
*
KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()
Michal Luczaj
2022-12-27
1
-3
/
+4
*
Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEAD
Paolo Bonzini
2022-12-02
1
-54
/
+70
|
\
|
*
KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpers
Sean Christopherson
2022-11-30
1
-11
/
+11
|
*
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()
Michal Luczaj
2022-11-30
1
-6
/
+4
|
*
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()
Michal Luczaj
2022-11-30
1
-9
/
+7
|
*
KVM: Store immutable gfn_to_pfn_cache properties
Michal Luczaj
2022-11-30
1
-35
/
+30
|
*
KVM: x86/xen: add support for 32-bit guests in SCHEDOP_poll
Metin Kaya
2022-11-30
1
-4
/
+29
*
|
KVM: x86: Keep the lock order consistent between SRCU and gpc spinlock
Peng Hao
2022-11-30
1
-2
/
+2
|
/
*
KVM: Shorten gfn_to_pfn_cache function names
Michal Luczaj
2022-11-30
1
-15
/
+15
*
KVM: x86/xen: Add runstate tests for 32-bit mode and crossing page boundary
David Woodhouse
2022-11-30
1
-0
/
+2
*
KVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour to be configured
David Woodhouse
2022-11-30
1
-13
/
+44
*
KVM: x86/xen: Compatibility fixes for shared runstate area
David Woodhouse
2022-11-30
1
-104
/
+266
*
KVM: x86/xen: Add CPL to Xen hypercall tracepoint
David Woodhouse
2022-11-28
1
-1
/
+1
*
KVM: x86/xen: Only do in-kernel acceleration of hypercalls for guest CPL0
David Woodhouse
2022-11-23
1
-1
/
+11
*
KVM: x86/xen: Validate port number in SCHEDOP_poll
David Woodhouse
2022-11-23
1
-8
/
+12
*
KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()
Eiichi Tsukata
2022-10-28
1
-3
/
+4
*
KVM: Initialize gfn_to_pfn_cache locks in dedicated helper
Michal Luczaj
2022-10-27
1
-27
/
+30
*
KVM: remove KVM_REQ_UNHALT
Paolo Bonzini
2022-09-26
1
-1
/
+0
*
KVM: x86/xen: Stop Xen timer before changing IRQ
Coleman Dietsch
2022-08-10
1
-18
/
+17
*
KVM: x86/xen: Initialize Xen timer only once
Coleman Dietsch
2022-08-10
1
-1
/
+3
*
KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor, again
Sean Christopherson
2022-07-12
1
-5
/
+5
*
KVM: x86/xen: Remove the redundantly included header file lapic.h
Like Xu
2022-04-13
1
-1
/
+0
*
KVM: x86/xen: handle PV spinlocks slowpath
Boris Ostrovsky
2022-04-02
1
-2
/
+156
*
KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SEND
David Woodhouse
2022-04-02
1
-1
/
+5
*
KVM: x86/xen: Support per-vCPU event channel upcall via local APIC
David Woodhouse
2022-04-02
1
-0
/
+40
*
KVM: x86/xen: Kernel acceleration for XENVER_version
David Woodhouse
2022-04-02
1
-0
/
+19
*
KVM: x86/xen: handle PV timers oneshot mode
Joao Martins
2022-04-02
1
-0
/
+211
*
KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
David Woodhouse
2022-04-02
1
-0
/
+19
*
KVM: x86/xen: handle PV IPI vcpu yield
Joao Martins
2022-04-02
1
-1
/
+18
*
KVM: x86/xen: intercept EVTCHNOP_send from guests
Joao Martins
2022-04-02
1
-15
/
+280
*
KVM: x86/xen: Support direct injection of event channel events
David Woodhouse
2022-04-02
1
-0
/
+32
*
KVM: x86/xen: Make kvm_xen_set_evtchn() reusable from other places
David Woodhouse
2022-04-02
1
-25
/
+58
*
KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_time_info
David Woodhouse
2022-04-02
1
-13
/
+8
*
KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_info
David Woodhouse
2022-04-02
1
-114
/
+128
*
KVM: x86/xen: Use gfn_to_pfn_cache for runstate area
David Woodhouse
2022-04-02
1
-55
/
+52
*
KVM: Remove dirty handling from gfn_to_pfn_cache completely
David Woodhouse
2022-04-02
1
-3
/
+2
*
KVM: Use enum to track if cached PFN will be used in guest and/or host
Sean Christopherson
2022-04-02
1
-1
/
+1
*
KVM: xen: Use static_call() for invoking kvm_x86_ops hooks
Sean Christopherson
2022-02-10
1
-2
/
+2
*
KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
David Woodhouse
2022-02-10
1
-30
/
+67
[next]