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