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