index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
xen.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-01-07
KVM: x86/xen: Maintain valid mapping of Xen shared_info page
David Woodhouse
1
-11
/
+14
2021-11-18
KVM: x86: Assume a 64-bit hypercall for guests with protected state
Tom Lendacky
1
-1
/
+1
2021-11-18
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
1
-10
/
+10
2021-11-18
KVM: x86/xen: Use sizeof_field() instead of open-coding it
David Woodhouse
1
-9
/
+9
2021-11-18
KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO
David Woodhouse
1
-1
/
+1
2021-10-25
KVM: x86/xen: Fix kvm_xen_has_interrupt() sleeping in kvm_vcpu_block()
David Woodhouse
1
-5
/
+22
2021-08-05
KVM: xen: do not use struct gfn_to_hva_cache
Paolo Bonzini
1
-11
/
+12
2021-03-02
KVM: x86/xen: Add support for vCPU runstate information
David Woodhouse
1
-0
/
+286
2021-03-02
KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info
David Woodhouse
1
-0
/
+4
2021-02-09
KVM: x86/xen: Allow reset of Xen attributes
David Woodhouse
1
-10
/
+28
2021-02-09
KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
Vitaly Kuznetsov
1
-1
/
+1
2021-02-09
KVM: x86/xen: Use hva_t for holding hypercall page address
Sean Christopherson
1
-2
/
+6
2021-02-09
KVM: x86/xen: Remove extra unlock in kvm_xen_hvm_set_attr()
David Woodhouse
1
-2
/
+0
2021-02-04
KVM: x86/xen: Add event channel interrupt vector upcall
David Woodhouse
1
-0
/
+53
2021-02-04
KVM: x86/xen: register vcpu time info region
Joao Martins
1
-0
/
+18
2021-02-04
KVM: x86/xen: setup pvclock updates
Joao Martins
1
-2
/
+3
2021-02-04
KVM: x86/xen: register vcpu info
Joao Martins
1
-1
/
+24
2021-02-04
KVM: x86/xen: Add KVM_XEN_VCPU_SET_ATTR/KVM_XEN_VCPU_GET_ATTR
David Woodhouse
1
-0
/
+30
2021-02-04
KVM: x86/xen: update wallclock region
Joao Martins
1
-3
/
+30
2021-02-04
KVM: x86/xen: register shared_info page
Joao Martins
1
-4
/
+36
2021-02-04
KVM: x86/xen: latch long_mode when hypercall page is set up
David Woodhouse
1
-1
/
+15
2021-02-04
KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
Joao Martins
1
-0
/
+30
2021-02-04
KVM: x86/xen: Add kvm_xen_enabled static key
David Woodhouse
1
-0
/
+17
2021-02-04
KVM: x86/xen: Move KVM_XEN_HVM_CONFIG handling to xen.c
David Woodhouse
1
-0
/
+18
2021-02-04
KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
Joao Martins
1
-0
/
+6
2021-02-04
KVM: x86/xen: intercept xen hypercalls if enabled
Joao Martins
1
-0
/
+142
[prev]