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
/
include
/
asm
/
kvm_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-03
1
-48
/
+86
|
\
|
*
x86/kvm/hyper-v: Add support for synthetic debugger interface
Jon Doron
2020-06-01
1
-0
/
+13
|
*
KVM: x86/pmu: Support full width counting
Like Xu
2020-06-01
1
-0
/
+1
|
*
KVM: x86: acknowledgment mechanism for async pf page ready notifications
Vitaly Kuznetsov
2020-06-01
1
-0
/
+3
|
*
KVM: x86: interrupt based APF 'page ready' event delivery
Vitaly Kuznetsov
2020-06-01
1
-1
/
+3
|
*
KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...
Vitaly Kuznetsov
2020-06-01
1
-1
/
+1
|
*
KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
Vitaly Kuznetsov
2020-06-01
1
-1
/
+1
|
*
KVM: nSVM: remove HF_HIF_MASK
Paolo Bonzini
2020-06-01
1
-1
/
+0
|
*
KVM: nSVM: remove HF_VINTR_MASK
Paolo Bonzini
2020-06-01
1
-1
/
+0
|
*
KVM: nSVM: inject exceptions via svm_check_nested_events
Paolo Bonzini
2020-05-28
1
-0
/
+2
|
*
KVM: x86: enable event window in inject_pending_event
Paolo Bonzini
2020-05-28
1
-4
/
+4
|
*
KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index
Sean Christopherson
2020-05-27
1
-1
/
+1
|
*
kvm: add halt-polling cpu usage stats
David Matlack
2020-05-15
1
-0
/
+2
|
*
KVM: nVMX: Migrate the VMX-preemption timer
Jim Mattson
2020-05-15
1
-0
/
+2
|
*
KVM: X86: Introduce more exit_fastpath_completion enum values
Wanpeng Li
2020-05-15
1
-1
/
+3
|
*
KVM: X86: Force ASYNC_PF_PER_VCPU to be power of two
Peter Xu
2020-05-15
1
-1
/
+1
|
*
KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums
Sean Christopherson
2020-05-15
1
-9
/
+3
|
*
KVM: x86/mmu: Move max hugepage level to a separate #define
Sean Christopherson
2020-05-15
1
-3
/
+2
|
*
kvm: x86: Cleanup vcpu->arch.guest_xstate_size
Xiaoyao Li
2020-05-15
1
-1
/
+0
|
*
KVM: x86/mmu: Capture TDP level when updating CPUID
Sean Christopherson
2020-05-13
1
-0
/
+1
|
*
KVM: VMX: Add proper cache tracking for CR0
Sean Christopherson
2020-05-13
1
-1
/
+1
|
*
KVM: VMX: Add proper cache tracking for CR4
Sean Christopherson
2020-05-13
1
-1
/
+1
|
*
KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'
Sean Christopherson
2020-05-13
1
-1
/
+1
|
*
KVM: x86: Replace late check_nested_events() hack with more precise fix
Paolo Bonzini
2020-05-13
1
-3
/
+3
|
*
KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of int
Sean Christopherson
2020-05-13
1
-3
/
+3
|
*
KVM: nVMX: Open a window for pending nested VMX preemption timer
Sean Christopherson
2020-05-13
1
-0
/
+1
|
*
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
2020-05-13
1
-4
/
+4
|
|
\
|
*
|
KVM: x86: move nested-related kvm_x86_ops to a separate struct
Paolo Bonzini
2020-04-23
1
-13
/
+16
|
*
|
KVM: X86: Improve latency for single target IPI fastpath
Wanpeng Li
2020-04-21
1
-3
/
+2
|
*
|
KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flags
Sean Christopherson
2020-04-21
1
-0
/
+1
|
*
|
KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flags
Sean Christopherson
2020-04-21
1
-0
/
+1
|
*
|
KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related code
Sean Christopherson
2020-04-21
1
-4
/
+4
|
*
|
KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switch
Sean Christopherson
2020-04-21
1
-1
/
+2
|
*
|
KVM: VMX: Retrieve APIC access page HPA only when necessary
Sean Christopherson
2020-04-21
1
-1
/
+1
|
*
|
KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASID
Sean Christopherson
2020-04-21
1
-1
/
+3
|
*
|
KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()
Sean Christopherson
2020-04-21
1
-1
/
+1
|
*
|
KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()
Sean Christopherson
2020-04-21
1
-1
/
+1
|
*
|
KVM: x86: make Hyper-V PV TLB flush use tlb_flush_guest()
Vitaly Kuznetsov
2020-04-21
1
-0
/
+2
|
*
|
KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook
Sean Christopherson
2020-04-20
1
-0
/
+6
|
*
|
KVM: x86: introduce kvm_mmu_invalidate_gva
Paolo Bonzini
2020-04-20
1
-0
/
+2
|
*
|
KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault)
Sean Christopherson
2020-04-15
1
-0
/
+2
*
|
|
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-06-03
1
-1
/
+1
|
\
\
\
|
*
|
|
KVM: x86: hyperv: Remove duplicate definitions of Reference TSC Page
Michael Kelley
2020-05-20
1
-1
/
+1
|
|
/
/
*
|
/
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
2020-06-02
1
-2
/
+1
|
|
/
|
/
|
*
|
KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
Babu Moger
2020-05-13
1
-0
/
+1
*
|
KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6
Paolo Bonzini
2020-05-08
1
-2
/
+0
*
|
KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
Paolo Bonzini
2020-05-08
1
-1
/
+1
*
|
KVM: x86: fix DR6 delivery for various cases of #DB injection
Paolo Bonzini
2020-05-07
1
-0
/
+1
*
|
KVM: x86: Fixes posted interrupt check for IRQs delivery modes
Suravee Suthikulpanit
2020-05-04
1
-2
/
+2
|
/
*
KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
Sean Christopherson
2020-03-31
1
-1
/
+1
[next]