index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2026-01-08
KVM: x86: Don't read guest CR3 when doing async pf while the MMU is direct
Xiaoyao Li
-1
/
+4
2026-01-07
KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is active
Sean Christopherson
-5
/
+1
2025-11-26
Merge tag 'kvm-x86-vmx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-10
/
+10
2025-11-26
Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-44
/
+93
2025-11-26
Merge tag 'kvm-x86-mmu-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-1
/
+4
2025-11-18
KVM: x86: Unify L1TF flushing under per-CPU variable
Brendan Jackman
-1
/
+1
2025-11-18
x86/bugs: Use an x86 feature to track the MMIO Stale Data mitigation
Sean Christopherson
-1
/
+1
2025-11-17
KVM: x86: Use "checked" versions of get_user() and put_user()
Sean Christopherson
-1
/
+1
2025-11-05
KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
Sean Christopherson
-2
/
+1
2025-11-05
KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
Sean Christopherson
-6
/
+2
2025-11-05
KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
Sean Christopherson
-3
/
+3
2025-11-05
Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
Sean Christopherson
-34
/
+7
2025-11-05
KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root
Sean Christopherson
-0
/
+2
2025-11-05
KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
Sean Christopherson
-1
/
+80
2025-11-04
KVM: x86/mmu: Move the misplaced export of kvm_zap_gfn_range()
Kai Huang
-1
/
+1
2025-10-17
KVM: x86/mmu: Move "dummy root" helpers to spte.h
Sean Christopherson
-10
/
+10
2025-10-13
KVM: x86/mmu: Skip MMIO SPTE invalidation if enable_mmio_caching=0
Dmytro Maluka
-0
/
+3
2025-09-30
KVM: x86: Export KVM-internal symbols for sub-modules only
Sean Christopherson
-24
/
+24
2025-09-30
Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-0
/
+3
2025-09-30
Merge tag 'kvm-x86-mmu-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-67
/
+152
2025-09-23
KVM: x86/mmu: Pretty print PK, SS, and SGX flags in MMU tracepoints
Sean Christopherson
-0
/
+3
2025-09-10
KVM: x86/mmu: Return -EAGAIN if userspace deletes/moves memslot during prefault
Sean Christopherson
-2
/
+8
2025-08-27
KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
Ackerley Tng
-4
/
+4
2025-08-27
KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
Sean Christopherson
-5
/
+7
2025-08-27
KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
Sean Christopherson
-35
/
+47
2025-08-27
KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.c
Sean Christopherson
-36
/
+36
2025-08-27
KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
Ackerley Tng
-1
/
+1
2025-08-27
KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
Fuad Tabba
-2
/
+2
2025-08-19
KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
Vipin Sharma
-44
/
+98
2025-08-19
KVM: x86/mmu: Rename kvm_tdp_mmu_zap_sp() to better indicate its purpose
Vipin Sharma
-3
/
+5
2025-08-19
KVM: x86/mmu: Track possible NX huge pages separately for TDP vs. Shadow MMU
Vipin Sharma
-23
/
+46
2025-07-29
Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-8
/
+75
2025-06-25
KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guest
Sean Christopherson
-0
/
+34
2025-06-24
KVM: x86/mmu: Locally cache whether a PFN is host MMIO when making a SPTE
Sean Christopherson
-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
/
+3
2025-06-24
KVM: x86/mmu: Defer allocation of shadow MMU's hashed page list
Sean Christopherson
-10
/
+52
2025-06-24
KVM: x86/mmu: Dynamically allocate shadow MMU's hashed page list
Sean Christopherson
-1
/
+22
2025-06-20
KVM: x86/mmu: Exempt nested EPT page tables from !USER, CR0.WP=0 logic
Sean Christopherson
-2
/
+6
2025-06-12
KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY
Paolo Bonzini
-0
/
+3
2025-06-12
KVM: x86/mmu: Embed direct bits into gpa for KVM_PRE_FAULT_MEMORY
Paolo Bonzini
-1
/
+5
2025-05-27
Merge tag 'kvm-x86-mmu-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-12
/
+12
2025-05-26
Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
-16
/
+54
2025-05-16
KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call()
Sean Christopherson
-5
/
+5
2025-05-02
KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing
Sean Christopherson
-16
/
+53
2025-04-28
KVM: x86/mmu: Check and free obsolete roots in kvm_mmu_reload()
Yan Zhao
-0
/
+1
2025-04-28
KVM: x86/mmu: Warn if PFN changes on shadow-present SPTE in shadow MMU
Yan Zhao
-2
/
+3
2025-04-28
KVM: x86/tdp_mmu: WARN if PFN changes for spurious faults
Yan Zhao
-1
/
+3
2025-04-28
KVM: x86/tdp_mmu: Merge prefetch and access checks for spurious faults
Yan Zhao
-5
/
+1
2025-04-28
KVM: x86/mmu: Further check old SPTE is leaf for spurious prefetch fault
Yan Zhao
-2
/
+3
[next]