index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: mmu: Fix race in emulated page table writes
Junaid Shahid
2018-12-13
1
-18
/
+9
*
KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...
David Woodhouse
2018-02-22
1
-5
/
+5
*
KVM: async_pf: avoid async pf injection when in guest mode
Wanpeng Li
2017-06-14
1
-2
/
+5
*
KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
Paolo Bonzini
2016-03-16
1
-1
/
+3
*
KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
Paolo Bonzini
2015-11-10
1
-15
/
+5
*
KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()
Takuya Yoshikawa
2015-10-19
1
-3
/
+4
*
KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()
Takuya Yoshikawa
2015-10-16
1
-6
/
+11
*
KVM: x86: MMU: Remove mapping_level_dirty_bitmap()
Takuya Yoshikawa
2015-10-16
1
-8
/
+16
*
KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()
Takuya Yoshikawa
2015-10-16
1
-15
/
+14
*
KVM: x86: MMU: Make force_pt_level bool
Takuya Yoshikawa
2015-10-16
1
-4
/
+4
*
KVM: x86: manually unroll bad_mt_xwr loop
Paolo Bonzini
2015-10-16
1
-8
/
+10
*
KVM: x86: introduce lapic_in_kernel
Paolo Bonzini
2015-10-01
1
-1
/
+1
*
KVM: x86: fix off-by-one in reserved bits check
Paolo Bonzini
2015-09-25
1
-1
/
+1
*
KVM: x86: use correct page table format to check nested page table reserved bits
Paolo Bonzini
2015-09-25
1
-6
/
+17
*
KVM: x86: avoid uninitialized variable warning
Paolo Bonzini
2015-09-06
1
-3
/
+4
*
KVM: VMX: drop ept misconfig check
Xiao Guangrong
2015-08-05
1
-22
/
+0
*
KVM: MMU: fully check zero bits for sptes
Xiao Guangrong
2015-08-05
1
-6
/
+37
*
KVM: MMU: introduce is_shadow_zero_bits_set()
Xiao Guangrong
2015-08-05
1
-9
/
+19
*
KVM: MMU: introduce the framework to check zero bits on sptes
Xiao Guangrong
2015-08-05
1
-0
/
+50
*
KVM: MMU: split reset_rsvds_bits_mask_ept
Xiao Guangrong
2015-08-05
1
-4
/
+10
*
KVM: MMU: split reset_rsvds_bits_mask
Xiao Guangrong
2015-08-05
1
-8
/
+18
*
KVM: MMU: introduce rsvd_bits_validate
Xiao Guangrong
2015-08-05
1
-33
/
+42
*
KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
Xiao Guangrong
2015-08-05
1
-0
/
+8
*
KVM: MMU: fix validation of mmio page fault
Xiao Guangrong
2015-08-05
1
-45
/
+0
*
KVM: x86: reintroduce kvm_is_mmio_pfn
Paolo Bonzini
2015-07-10
1
-1
/
+9
*
KVM: MTRR: do not map huge page for non-consistent range
Xiao Guangrong
2015-06-19
1
-1
/
+19
*
KVM: x86: move MTRR related code to a separate file
Xiao Guangrong
2015-06-19
1
-103
/
+0
*
KVM: x86: add SMM to the MMU role, support SMRAM address space
Paolo Bonzini
2015-06-05
1
-3
/
+12
*
KVM: x86: work on all available address spaces
Paolo Bonzini
2015-06-05
1
-38
/
+46
*
KVM: x86: use vcpu-specific functions to read/write/translate GFNs
Paolo Bonzini
2015-06-05
1
-31
/
+31
*
KVM: x86: pass struct kvm_mmu_page to gfn_to_rmap
Paolo Bonzini
2015-06-05
1
-5
/
+5
*
arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug
Andrew Morton
2015-05-28
1
-7
/
+7
*
KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed
Paolo Bonzini
2015-05-28
1
-4
/
+8
*
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
Paolo Bonzini
2015-05-28
1
-2
/
+4
*
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
2015-05-28
1
-2
/
+4
*
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
Paolo Bonzini
2015-05-19
1
-4
/
+5
*
KVM: MMU: fix MTRR update
Xiao Guangrong
2015-05-19
1
-0
/
+24
*
KVM: MMU: fix decoding cache type from MTRR
Xiao Guangrong
2015-05-19
1
-8
/
+6
*
KVM: MMU: introduce kvm_zap_rmapp
Xiao Guangrong
2015-05-19
1
-8
/
+12
*
KVM: MMU: use slot_handle_level and its helper to clean up the code
Xiao Guangrong
2015-05-19
1
-112
/
+16
*
KVM: MMU: introduce slot_handle_level_range() and its helpers
Xiao Guangrong
2015-05-19
1
-0
/
+69
*
KVM: MMU: introduce for_each_slot_rmap_range
Xiao Guangrong
2015-05-19
1
-22
/
+75
*
KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL
Xiao Guangrong
2015-05-19
1
-15
/
+9
*
KVM: MMU: introduce for_each_rmap_spte()
Xiao Guangrong
2015-05-19
1
-35
/
+18
*
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
2015-05-19
1
-4
/
+12
*
KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
Paolo Bonzini
2015-05-08
1
-1
/
+1
*
KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spte
Xiao Guangrong
2015-04-15
1
-3
/
+5
*
kvm: mmu: don't do memslot overflow check
Wanpeng Li
2015-04-15
1
-10
/
+2
*
kvm: mmu: lazy collapse small sptes into large sptes
Wanpeng Li
2015-04-08
1
-0
/
+73
*
KVM: x86: Add new dirty logging kvm_x86_ops for PML
Kai Huang
2015-01-29
1
-1
/
+5
[next]