index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-12
KVM: x86: use again the flush argument of __link_shadow_page()
Paolo Bonzini
1
-2
/
+21
2026-05-03
KVM: x86: Fix shadow paging use-after-free due to unexpected GFN
Sean Christopherson
1
-21
/
+14
2026-04-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-1
/
+15
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2026-04-13
Merge tag 'kvm-x86-mmu-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-1
/
+15
2026-04-05
mm: rename my_zero_pfn() to zero_pfn()
Mike Rapoport (Microsoft)
1
-1
/
+1
2026-03-27
KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTE
Sean Christopherson
1
-1
/
+2
2026-03-27
KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
Sean Christopherson
1
-6
/
+8
2026-03-12
KVM: x86/mmu: KVM: x86/mmu: Skip unsync when large pages are allowed
Lai Jiangshan
1
-0
/
+9
2026-03-03
KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepage
Sean Christopherson
1
-1
/
+1
2026-03-02
KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages parameter
Gal Pressman
1
-0
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-08
KVM: x86: Don't read guest CR3 when doing async pf while the MMU is direct
Xiaoyao Li
1
-1
/
+4
2026-01-07
KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is active
Sean Christopherson
1
-5
/
+1
2025-11-26
Merge tag 'kvm-x86-vmx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-10
/
+10
2025-11-26
Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-44
/
+93
2025-11-26
Merge tag 'kvm-x86-mmu-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+4
2025-11-18
KVM: x86: Unify L1TF flushing under per-CPU variable
Brendan Jackman
1
-1
/
+1
2025-11-18
x86/bugs: Use an x86 feature to track the MMIO Stale Data mitigation
Sean Christopherson
1
-1
/
+1
2025-11-17
KVM: x86: Use "checked" versions of get_user() and put_user()
Sean Christopherson
1
-1
/
+1
2025-11-05
KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
Sean Christopherson
1
-2
/
+1
2025-11-05
KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
Sean Christopherson
1
-6
/
+2
2025-11-05
KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
Sean Christopherson
1
-3
/
+3
2025-11-05
Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
Sean Christopherson
2
-34
/
+7
2025-11-05
KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root
Sean Christopherson
1
-0
/
+2
2025-11-05
KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
Sean Christopherson
1
-1
/
+80
2025-11-04
KVM: x86/mmu: Move the misplaced export of kvm_zap_gfn_range()
Kai Huang
1
-1
/
+1
2025-10-17
KVM: x86/mmu: Move "dummy root" helpers to spte.h
Sean Christopherson
2
-10
/
+10
2025-10-13
KVM: x86/mmu: Skip MMIO SPTE invalidation if enable_mmio_caching=0
Dmytro Maluka
1
-0
/
+3
2025-09-30
KVM: x86: Export KVM-internal symbols for sub-modules only
Sean Christopherson
3
-24
/
+24
2025-09-30
Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+3
2025-09-30
Merge tag 'kvm-x86-mmu-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
4
-67
/
+152
2025-09-23
KVM: x86/mmu: Pretty print PK, SS, and SGX flags in MMU tracepoints
Sean Christopherson
1
-0
/
+3
2025-09-10
KVM: x86/mmu: Return -EAGAIN if userspace deletes/moves memslot during prefault
Sean Christopherson
1
-2
/
+8
2025-08-27
KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
Ackerley Tng
1
-4
/
+4
2025-08-27
KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
Sean Christopherson
1
-5
/
+7
2025-08-27
KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
Sean Christopherson
3
-35
/
+47
2025-08-27
KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.c
Sean Christopherson
1
-36
/
+36
2025-08-27
KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
Ackerley Tng
1
-1
/
+1
2025-08-27
KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
Fuad Tabba
1
-2
/
+2
2025-08-19
KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
Vipin Sharma
2
-44
/
+98
2025-08-19
KVM: x86/mmu: Rename kvm_tdp_mmu_zap_sp() to better indicate its purpose
Vipin Sharma
3
-3
/
+5
2025-08-19
KVM: x86/mmu: Track possible NX huge pages separately for TDP vs. Shadow MMU
Vipin Sharma
3
-23
/
+46
2025-07-29
Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-8
/
+75
2025-06-25
KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guest
Sean Christopherson
3
-0
/
+34
2025-06-24
KVM: x86/mmu: Locally cache whether a PFN is host MMIO when making a SPTE
Sean Christopherson
1
-4
/
+18
2025-06-24
KVM: x86: Avoid calling kvm_is_mmio_pfn() when kvm_x86_ops.get_mt_mask is NULL
Sean Christopherson
1
-1
/
+3
2025-06-24
KVM: x86/mmu: Defer allocation of shadow MMU's hashed page list
Sean Christopherson
1
-10
/
+52
2025-06-24
KVM: x86/mmu: Dynamically allocate shadow MMU's hashed page list
Sean Christopherson
1
-1
/
+22
2025-06-20
KVM: x86/mmu: Exempt nested EPT page tables from !USER, CR0.WP=0 logic
Sean Christopherson
1
-2
/
+6
[next]