index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Bail to userspace if emulation of atomic user access faults
Sean Christopherson
2022-04-13
1
-1
/
+1
*
KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
Sean Christopherson
2022-04-13
1
-21
/
+14
*
KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits
Sean Christopherson
2022-04-13
1
-37
/
+1
*
KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
Peter Gonda
2022-04-13
1
-2
/
+7
*
KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple fault
Sean Christopherson
2022-04-13
2
-4
/
+33
*
KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-Entry
Sean Christopherson
2022-04-13
1
-5
/
+10
*
KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
Sean Christopherson
2022-04-13
2
-6
/
+0
*
KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
Like Xu
2022-04-13
1
-22
/
+34
*
KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
Like Xu
2022-04-13
5
-5
/
+5
*
KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
Like Xu
2022-04-13
3
-26
/
+37
*
KVM: x86: Move kvm_ops_static_call_update() to x86.c
Like Xu
2022-04-13
1
-2
/
+17
*
KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits
Sean Christopherson
2022-04-13
2
-4
/
+8
*
KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition
SU Hang
2022-04-13
1
-1
/
+2
*
kvm: vmx: remove redundant parentheses
Peng Hao
2022-04-13
1
-1
/
+1
*
KVM: x86/xen: Remove the redundantly included header file lapic.h
Like Xu
2022-04-13
1
-1
/
+0
*
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
2022-04-13
12
-479
/
+1640
|
\
|
*
KVM: x86/mmu: Don't rebuild page when the page is synced and no tlb flushing ...
Hou Wenlong
2022-04-02
1
-9
/
+9
|
*
KVM: x86: optimize PKU branching in kvm_load_{guest|host}_xsave_state
Jon Kohler
2022-04-02
1
-5
/
+9
|
*
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
Maxim Levitsky
2022-04-02
4
-17
/
+37
|
*
KVM: x86: allow per cpu apicv inhibit reasons
Maxim Levitsky
2022-04-02
1
-2
/
+11
|
*
KVM: x86: nSVM: implement nested vGIF
Maxim Levitsky
2022-04-02
3
-10
/
+45
|
*
KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSE
Maxim Levitsky
2022-04-02
3
-3
/
+47
|
*
KVM: x86: nSVM: implement nested LBR virtualization
Maxim Levitsky
2022-04-02
3
-4
/
+28
|
*
KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
Maxim Levitsky
2022-04-02
3
-19
/
+93
|
*
KVM: x86: SVM: remove vgif_enabled()
Maxim Levitsky
2022-04-02
2
-14
/
+10
|
*
kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes sense
Maxim Levitsky
2022-04-02
1
-85
/
+94
|
*
KVM: x86: SVM: use vmcb01 in init_vmcb
Maxim Levitsky
2022-04-02
3
-8
/
+8
|
*
KVM: x86: Don't snapshot "max" TSC if host TSC is constant
Sean Christopherson
2022-04-02
1
-15
/
+15
|
*
KVM: x86: Accept KVM_[GS]ET_TSC_KHZ as a VM ioctl.
David Woodhouse
2022-04-02
1
-1
/
+25
|
*
KVM: x86/i8259: Remove a dead store of irq in a conditional block
Like Xu
2022-04-02
1
-1
/
+0
|
*
KVM: VMX: Prepare VMCS setting for posted interrupt enabling when APICv is av...
Zeng Guang
2022-04-02
1
-1
/
+1
|
*
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
2
-2
/
+7
|
*
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
3
-2
/
+247
|
*
KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
David Woodhouse
2022-04-02
3
-0
/
+25
|
*
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
3
-0
/
+42
|
*
KVM: x86/xen: Make kvm_xen_set_evtchn() reusable from other places
David Woodhouse
2022-04-02
3
-27
/
+60
|
*
KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_time_info
David Woodhouse
2022-04-02
2
-74
/
+10
|
*
KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_info
David Woodhouse
2022-04-02
3
-118
/
+156
|
*
KVM: x86: Use gfn_to_pfn_cache for pv_time
David Woodhouse
2022-04-02
1
-13
/
+63
|
*
KVM: x86/xen: Use gfn_to_pfn_cache for runstate area
David Woodhouse
2022-04-02
3
-56
/
+58
|
*
KVM: x86: mark synthetic SMM vmexit as SVM_EXIT_SW
Maxim Levitsky
2022-04-02
1
-1
/
+1
|
*
KVM: x86: SVM: allow to force AVIC to be enabled
Maxim Levitsky
2022-04-02
1
-2
/
+9
|
*
KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
Maxim Levitsky
2022-04-02
3
-8
/
+42
|
*
KVM: x86: Allow userspace to opt out of hypercall patching
Oliver Upton
2022-04-02
1
-0
/
+11
*
|
KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
Vitaly Kuznetsov
2022-04-11
3
-37
/
+12
[next]