index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
KVM: nVMX: always use early vmcs check when EPT is disabled
Paolo Bonzini
2019-04-16
1
-2
/
+20
*
|
|
|
KVM: nVMX: allow tests to use bad virtual-APIC page address
Paolo Bonzini
2019-04-16
3
-10
/
+19
*
|
|
|
KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptes
Sean Christopherson
2019-04-15
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
KVM: x86: nVMX: fix x2APIC VTPR read intercept
Marc Orr
2019-04-05
1
-1
/
+1
*
|
|
KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)
Marc Orr
2019-04-05
1
-28
/
+44
*
|
|
KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow
David Rientjes
2019-04-05
1
-3
/
+9
*
|
|
kvm: svm: fix potential get_num_contig_pages overflow
David Rientjes
2019-04-05
1
-5
/
+5
|
/
/
*
|
KVM: x86: update %rip after emulating IO
Sean Christopherson
2019-03-28
1
-10
/
+26
*
|
x86/kvm/hyper-v: avoid spurious pending stimer on vCPU init
Vitaly Kuznetsov
2019-03-28
1
-2
/
+7
*
|
kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrs
Xiaoyao Li
2019-03-28
1
-1
/
+2
*
|
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
2019-03-28
3
-14
/
+12
*
|
kvm: mmu: Used range based flushing in slot_handle_level_range
Ben Gardon
2019-03-28
1
-2
/
+5
*
|
KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()
Wei Yang
2019-03-28
2
-7
/
+3
*
|
kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...
Krish Sadhukhan
2019-03-28
1
-0
/
+5
*
|
KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)
Singh, Brijesh
2019-03-28
3
-3
/
+43
*
|
KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'
Sean Christopherson
2019-03-28
2
-16
/
+26
*
|
KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPT
Sean Christopherson
2019-03-28
1
-4
/
+9
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-03-15
18
-574
/
+618
|
\
\
|
|
/
|
/
|
|
*
kvm: vmx: fix formatting of a comment
Paolo Bonzini
2019-03-15
1
-5
/
+5
|
*
Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"
Ben Gardon
2019-03-15
1
-13
/
+3
|
*
KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()
Sean Christopherson
2019-02-20
1
-23
/
+10
|
*
KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping children
Sean Christopherson
2019-02-20
1
-2
/
+5
|
*
KVM: x86/mmu: Differentiate between nr zapped and list unstable
Sean Christopherson
2019-02-20
1
-10
/
+26
|
*
Revert "KVM: MMU: fast invalidate all pages"
Sean Christopherson
2019-02-20
2
-98
/
+1
|
*
KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptes
Sean Christopherson
2019-02-20
1
-1
/
+2
|
*
KVM: x86/mmu: skip over invalid root pages when zapping all sptes
Sean Christopherson
2019-02-20
1
-1
/
+4
|
*
Revert "KVM: x86: use the fast way to invalidate all pages"
Sean Christopherson
2019-02-20
2
-1
/
+16
|
*
Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"
Sean Christopherson
2019-02-20
1
-12
/
+9
|
*
Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"
Sean Christopherson
2019-02-20
2
-22
/
+0
|
*
Revert "KVM: MMU: zap pages in batch"
Sean Christopherson
2019-02-20
1
-11
/
+24
|
*
Revert "KVM: MMU: collapse TLB flushes when zap all pages"
Sean Christopherson
2019-02-20
1
-28
/
+3
|
*
Revert "KVM: MMU: reclaim the zapped-obsolete page first"
Sean Christopherson
2019-02-20
2
-18
/
+4
|
*
KVM: x86/mmu: Remove is_obsolete() call
Sean Christopherson
2019-02-20
1
-5
/
+1
|
*
KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptes
Sean Christopherson
2019-02-20
1
-1
/
+2
|
*
Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"
Sean Christopherson
2019-02-20
1
-1
/
+21
|
*
KVM: x86/mmu: Zap only the relevant pages when removing a memslot
Sean Christopherson
2019-02-20
1
-1
/
+32
|
*
KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()
Sean Christopherson
2019-02-20
1
-6
/
+16
|
*
KVM: x86/mmu: Move slot_level_*() helper functions up a few lines
Sean Christopherson
2019-02-20
1
-69
/
+70
|
*
KVM: Move the memslot update in-progress flag to bit 63
Sean Christopherson
2019-02-20
1
-19
/
+12
|
*
KVM: x86: Refactor the MMIO SPTE generation handling
Sean Christopherson
2019-02-20
1
-33
/
+43
|
*
KVM: x86: Use a u64 when passing the MMIO gen around
Sean Christopherson
2019-02-20
1
-7
/
+7
|
*
KVM: Explicitly define the "memslot update in-progress" bit
Sean Christopherson
2019-02-20
1
-1
/
+1
|
*
KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux
Sean Christopherson
2019-02-20
1
-1
/
+6
|
*
KVM: x86/mmu: Detect MMIO generation wrap in any address space
Sean Christopherson
2019-02-20
1
-2
/
+19
|
*
KVM: Call kvm_arch_memslots_updated() before updating memslots
Sean Christopherson
2019-02-20
2
-4
/
+4
|
*
kvm: vmx: Add memcg accounting to KVM allocations
Ben Gardon
2019-02-20
3
-13
/
+27
|
*
kvm: svm: Add memcg accounting to KVM allocations
Ben Gardon
2019-02-20
1
-21
/
+25
|
*
kvm: x86: Add memcg accounting to KVM allocations
Ben Gardon
2019-02-20
8
-18
/
+21
|
*
KVM: nVMX: do not start the preemption timer hrtimer unnecessarily
Paolo Bonzini
2019-02-20
1
-4
/
+9
|
*
kvm: vmx: Fix typos in vmentry/vmexit control setting
Yu Zhang
2019-02-20
1
-3
/
+5
[prev]
[next]