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
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-28
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
Sean Christopherson
1
-4
/
+4
2019-11-16
kvm: x86: mmu: Recovery of shattered NX large pages
Junaid Shahid
1
-0
/
+129
2019-11-16
kvm: mmu: ITLB_MULTIHIT mitigation
Paolo Bonzini
1
-6
/
+135
2019-11-16
KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
Paolo Bonzini
1
-7
/
+6
2019-11-16
KVM: x86: Add is_executable_pte()
Ben Hutchings
1
-0
/
+5
2019-11-16
KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
Paolo Bonzini
1
-3
/
+9
2019-11-16
KVM: x86: remove now unneeded hugepage gfn adjustment
Paolo Bonzini
1
-6
/
+3
2019-11-16
KVM: x86: make FNAME(fetch) and __direct_map more similar
Paolo Bonzini
1
-28
/
+25
2019-11-16
kvm: x86: Do not release the page inside mmu_set_spte()
Junaid Shahid
1
-11
/
+7
2019-11-16
kvm: Convert kvm_lock to a mutex
Junaid Shahid
1
-2
/
+2
2019-11-16
KVM: x86: extend usage of RET_MMIO_PF_* constants
Paolo Bonzini
1
-48
/
+45
2019-11-16
KVM: x86: simplify ept_misconfig
Paolo Bonzini
1
-1
/
+18
2018-12-05
kvm: mmu: Fix race in emulated page table writes
Junaid Shahid
1
-18
/
+9
2018-08-03
kvm, mm: account shadow page tables to kmemcg
Shakeel Butt
1
-1
/
+1
2018-02-22
KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...
David Woodhouse
1
-5
/
+5
2017-12-25
kvm, mm: account kvm related kmem slabs to kmemcg
Shakeel Butt
1
-2
/
+2
2017-10-18
KVM: nVMX: update last_nonleaf_level when initializing nested EPT
Ladi Prosek
1
-0
/
+1
2017-10-18
KVM: MMU: always terminate page walks at level 1
Ladi Prosek
1
-7
/
+7
2017-06-14
KVM: async_pf: avoid async pf injection when in guest mode
Wanpeng Li
1
-2
/
+5
2016-08-19
mmu: don't pass *kvm to spte_write_protect and spte_*_dirty
Bandan Das
1
-6
/
+6
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-12
/
+17
2016-07-14
x86/kvm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+2
2016-07-14
kvm: mmu: track read permission explicitly for shadow EPT page tables
Bandan Das
1
-3
/
+7
2016-07-14
kvm: mmu: don't set the present bit unconditionally
Bandan Das
1
-6
/
+7
2016-07-14
kvm: mmu: remove is_present_gpte()
Bandan Das
1
-1
/
+1
2016-07-14
kvm: mmu: extend the is_present check to 32 bits
Bandan Das
1
-1
/
+1
2016-06-14
KVM: x86: Fix typos
Andrea Gelmini
1
-1
/
+1
2016-06-02
KVM: x86: avoid write-tearing of TDP
Nadav Amit
1
-4
/
+4
2016-05-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-16
/
+12
2016-05-17
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2016-05-06
mm: thp: kvm: fix memory corruption in KVM with THP enabled
Andrea Arcangeli
1
-2
/
+2
2016-04-20
KVM: MMU: skip obsolete sp in for_each_gfn_*()
Xiao Guangrong
1
-16
/
+12
2016-04-19
Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes
Ingo Molnar
1
-2
/
+10
2016-04-01
kvm: set page dirty only if page has been writable
Yu Zhao
1
-2
/
+10
2016-03-31
x86/cpufeature: Remove cpu_has_gbpages
Borislav Petkov
1
-1
/
+2
2016-03-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2016-03-22
KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page...
Lan Tianyu
1
-4
/
+3
2016-03-22
KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()
Lan Tianyu
1
-8
/
+7
2016-03-22
KVM, pkeys: introduce pkru_mask to cache conditions
Huaitong Han
1
-0
/
+80
2016-03-17
Merge branch 'x86/cleanups' into x86/urgent
Ingo Molnar
1
-2
/
+2
2016-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-212
/
+290
2016-03-10
KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
Paolo Bonzini
1
-1
/
+3
2016-03-08
KVM: MMU: simplify last_pte_bitmap
Paolo Bonzini
1
-24
/
+26
2016-03-08
KVM: MMU: coalesce more page zapping in mmu_sync_children
Paolo Bonzini
1
-4
/
+11
2016-03-08
KVM: MMU: move zap/flush to kvm_mmu_get_page
Paolo Bonzini
1
-20
/
+20
2016-03-08
KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*
Paolo Bonzini
1
-17
/
+14
2016-03-08
KVM: MMU: cleanup __kvm_sync_page and its callers
Paolo Bonzini
1
-6
/
+4
2016-03-08
KVM: MMU: use kvm_sync_page in kvm_sync_pages
Paolo Bonzini
1
-2
/
+1
2016-03-08
KVM: MMU: move TLB flush out of __kvm_sync_page
Paolo Bonzini
1
-29
/
+24
2016-03-08
KVM: MMU: introduce kvm_mmu_flush_or_zap
Paolo Bonzini
1
-9
/
+10
[next]