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.13.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
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-01
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
Sean Christopherson
1
-4
/
+4
2019-11-12
kvm: x86: mmu: Recovery of shattered NX large pages
Junaid Shahid
1
-0
/
+129
2019-11-12
kvm: mmu: ITLB_MULTIHIT mitigation
Paolo Bonzini
1
-6
/
+135
2019-11-12
KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
Paolo Bonzini
1
-7
/
+7
2019-11-12
KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
Paolo Bonzini
1
-3
/
+9
2019-11-12
KVM: x86: remove now unneeded hugepage gfn adjustment
Paolo Bonzini
1
-6
/
+3
2019-11-12
KVM: x86: make FNAME(fetch) and __direct_map more similar
Paolo Bonzini
1
-28
/
+25
2019-11-12
kvm: mmu: Do not release the page inside mmu_set_spte()
Junaid Shahid
1
-11
/
+7
2019-11-12
kvm: Convert kvm_lock to a mutex
Junaid Shahid
1
-2
/
+2
2019-09-16
kvm: mmu: Fix overflow on kvm mmu page limit calculation
Ben Gardon
1
-7
/
+6
2019-08-06
x86: kvm: avoid constant-conversion warning
Arnd Bergmann
1
-3
/
+3
2019-07-03
KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPT
Sean Christopherson
1
-1
/
+10
2019-03-23
KVM: x86/mmu: Detect MMIO generation wrap in any address space
Sean Christopherson
1
-2
/
+19
2019-03-23
KVM: Call kvm_arch_memslots_updated() before updating memslots
Sean Christopherson
1
-2
/
+2
2018-12-05
kvm: mmu: Fix race in emulated page table writes
Junaid Shahid
1
-18
/
+9
2018-10-01
KVM: x86: fix L1TF's MMIO GFN calculation
Sean Christopherson
1
-4
/
+20
2018-09-20
KVM/MMU: Fix comment in walk_shadow_page_lockless_end()
Tianyu Lan
1
-1
/
+1
2018-09-20
KVM: x86: don't reset root in kvm_mmu_setup()
Wei Yang
1
-1
/
+6
2018-09-07
Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...
Radim Krčmář
1
-5
/
+0
2018-09-07
KVM: Remove obsolete kvm_unmap_hva notifier backend
Marc Zyngier
1
-5
/
+0
2018-08-30
KVM: x86: Do not re-{try,execute} after failed emulation in L2
Sean Christopherson
1
-2
/
+5
2018-08-30
KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_fault
Sean Christopherson
1
-6
/
+12
2018-08-30
KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE
Sean Christopherson
1
-1
/
+1
2018-08-30
KVM: x86: Invert emulation re-execute behavior to make it opt-in
Sean Christopherson
1
-1
/
+1
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-89
/
+442
2018-08-14
kvm: x86: Set highest physical address bits in non-present/reserved SPTEs
Junaid Shahid
1
-5
/
+38
2018-08-06
KVM: x86: Skip pae_root shadow allocation if tdp enabled
Liang Chen
1
-0
/
+3
2018-08-06
KVM/MMU: Combine flushing remote tlb in mmu_set_spte()
Tianyu Lan
1
-3
/
+4
2018-08-06
KVM/MMU: Simplify __kvm_sync_page() function
Tianyu Lan
1
-6
/
+2
2018-08-06
kvm: x86: Add multi-entry LRU cache for previous CR3s
Junaid Shahid
1
-33
/
+78
2018-08-06
kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*
Junaid Shahid
1
-3
/
+11
2018-08-06
kvm: x86: Skip shadow page resync on CR3 switch when indicated by guest
Junaid Shahid
1
-3
/
+30
2018-08-06
kvm: x86: Support selectively freeing either current or previous MMU root
Junaid Shahid
1
-14
/
+22
2018-08-06
kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()
Junaid Shahid
1
-7
/
+29
2018-08-06
kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guest
Junaid Shahid
1
-9
/
+19
2018-08-06
kvm: vmx: Support INVPCID in shadow paging mode
Junaid Shahid
1
-0
/
+18
2018-08-06
kvm: x86: Add ability to skip TLB flush when switching CR3
Junaid Shahid
1
-0
/
+2
2018-08-06
kvm: x86: Use fast CR3 switch for nested VMX
Junaid Shahid
1
-2
/
+4
2018-08-06
kvm: x86: Support resetting the MMU context without resetting roots
Junaid Shahid
1
-17
/
+9
2018-08-06
kvm: x86: Add support for fast CR3 switch across different MMU modes
Junaid Shahid
1
-6
/
+15
2018-08-06
kvm: x86: Introduce KVM_REQ_LOAD_CR3
Junaid Shahid
1
-2
/
+1
2018-08-06
kvm: x86: Introduce kvm_mmu_calc_root_page_role()
Junaid Shahid
1
-27
/
+85
2018-08-06
kvm: x86: Add fast CR3 switch code path
Junaid Shahid
1
-5
/
+58
2018-08-06
kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is needed
Junaid Shahid
1
-8
/
+67
2018-08-06
kvm: x86: Make sync_page() flush remote TLBs once only
Junaid Shahid
1
-4
/
+12
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
1
-1
/
+1
2018-07-27
kvm, mm: account shadow page tables to kmemcg
Shakeel Butt
1
-1
/
+1
2018-07-04
x86/KVM/VMX: Add L1D flush logic
Paolo Bonzini
1
-0
/
+1
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-36
/
+42
2018-05-24
KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault
Sean Christopherson
1
-1
/
+0
[next]