index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
mmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/mmu: Fix race condition in direct_page_fault
Kazuki Takiguchi
2022-11-23
1
-6
/
+7
*
KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()
Sean Christopherson
2022-11-11
1
-2
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-10-09
1
-4
/
+18
|
\
|
*
KVM: Add extra information in kvm_page_fault trace point
Wonhyuk Yang
2022-09-26
1
-1
/
+1
|
*
KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats.
Yosry Ahmed
2022-08-30
1
-2
/
+14
|
*
KVM: x86/mmu: fix memoryleak in kvm_mmu_vendor_module_init()
Miaohe Lin
2022-08-24
1
-1
/
+3
*
|
KVM: x86/mmu: add missing update to max_mmu_rmap_size
Miaohe Lin
2022-09-22
1
-0
/
+2
|
/
*
kvm: x86: mmu: Always flush TLBs when enabling dirty logging
Junaid Shahid
2022-08-19
1
-38
/
+7
*
kvm: x86: mmu: Drop the need_remote_flush() function
Junaid Shahid
2022-08-19
1
-14
/
+1
*
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
2022-08-19
1
-7
/
+7
*
KVM: x86/mmu: rename trace function name for asynchronous page fault
Mingwei Zhang
2022-08-10
1
-1
/
+1
*
KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
Sean Christopherson
2022-08-10
1
-0
/
+4
*
KVM: x86: Tag kvm_mmu_x86_module_init() with __init
Sean Christopherson
2022-08-10
1
-1
/
+1
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
1
-1
/
+1
|
\
|
*
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-07-03
1
-1
/
+1
*
|
KVM: x86/mmu: remove unused variable
Paolo Bonzini
2022-08-01
1
-2
/
+0
*
|
KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT
Sean Christopherson
2022-07-28
1
-1
/
+1
*
|
KVM: x86/mmu: Document the "rules" for using host_pfn_mapping_level()
Sean Christopherson
2022-07-28
1
-7
/
+35
*
|
KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEs
Sean Christopherson
2022-07-28
1
-18
/
+5
*
|
KVM: x86/mmu: Restrict mapping level based on guest MTRR iff they're used
Sean Christopherson
2022-07-28
1
-7
/
+19
*
|
KVM: x86/mmu: Remove underscores from __pte_list_remove()
Sean Christopherson
2022-07-28
1
-4
/
+4
*
|
KVM: x86/mmu: Rename pte_list_{destroy,remove}() to show they zap SPTEs
Sean Christopherson
2022-07-28
1
-8
/
+9
*
|
KVM: x86/mmu: Rename rmap zap helpers to eliminate "unmap" wrapper
Sean Christopherson
2022-07-28
1
-8
/
+8
*
|
KVM: x86/mmu: Rename __kvm_zap_rmaps() to align with other nomenclature
Sean Christopherson
2022-07-28
1
-2
/
+2
*
|
KVM: x86/mmu: Drop the "p is for pointer" from rmap helpers
Sean Christopherson
2022-07-28
1
-22
/
+21
*
|
KVM: x86/mmu: Directly "destroy" PTE list when recycling rmaps
Sean Christopherson
2022-07-28
1
-1
/
+1
*
|
KVM: x86/mmu: Return a u64 (the old SPTE) from mmu_spte_clear_track_bits()
Sean Christopherson
2022-07-28
1
-1
/
+1
*
|
KVM: x86/mmu: Fix typo and tweak comment for split_desc_cache capacity
Sean Christopherson
2022-07-14
1
-7
/
+8
*
|
KVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K shadow pages
Sean Christopherson
2022-07-14
1
-4
/
+11
*
|
KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
Sean Christopherson
2022-07-14
1
-12
/
+10
*
|
KVM: x86/mmu: Buffer nested MMU split_desc_cache only by default capacity
Sean Christopherson
2022-06-25
1
-7
/
+15
*
|
KVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs' @access info
Sean Christopherson
2022-06-25
1
-4
/
+6
*
|
KVM: x86/mmu: Avoid unnecessary flush on eager page split
Paolo Bonzini
2022-06-24
1
-12
/
+20
*
|
KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
David Matlack
2022-06-24
1
-7
/
+252
*
|
KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()
Paolo Bonzini
2022-06-24
1
-22
/
+21
*
|
KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
David Matlack
2022-06-24
1
-7
/
+13
*
|
KVM: x86/mmu: Cache the access bits of shadowed translations
David Matlack
2022-06-24
1
-24
/
+61
*
|
KVM: x86/mmu: Update page stats in __rmap_add()
David Matlack
2022-06-24
1
-1
/
+2
*
|
KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
David Matlack
2022-06-24
1
-18
/
+29
*
|
KVM: x86/mmu: Pass const memslot to rmap_add()
David Matlack
2022-06-24
1
-1
/
+1
*
|
KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
David Matlack
2022-06-24
1
-0
/
+10
*
|
KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_pa...
David Matlack
2022-06-24
1
-13
/
+15
*
|
KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
David Matlack
2022-06-24
1
-6
/
+6
*
|
KVM: x86/mmu: Pass memory caches to allocate SPs separately
David Matlack
2022-06-24
1
-7
/
+29
*
|
KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
David Matlack
2022-06-24
1
-4
/
+4
*
|
KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
David Matlack
2022-06-24
1
-6
/
+7
*
|
KVM: x86/mmu: Consolidate shadow page allocation and initialization
David Matlack
2022-06-24
1
-22
/
+17
*
|
KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
David Matlack
2022-06-24
1
-13
/
+39
*
|
KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
David Matlack
2022-06-24
1
-6
/
+14
*
|
KVM: x86/mmu: Derive shadow MMU page role from parent
David Matlack
2022-06-24
1
-48
/
+66
[next]