index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-06-12
KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY
Paolo Bonzini
1
-0
/
+3
2025-06-12
KVM: x86/mmu: Embed direct bits into gpa for KVM_PRE_FAULT_MEMORY
Paolo Bonzini
1
-1
/
+5
2025-05-27
Merge tag 'kvm-x86-mmu-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-12
/
+12
2025-05-26
Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD
Paolo Bonzini
1
-16
/
+54
2025-05-16
KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call()
Sean Christopherson
1
-5
/
+5
2025-05-02
KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing
Sean Christopherson
1
-16
/
+53
2025-04-28
KVM: x86/mmu: Check and free obsolete roots in kvm_mmu_reload()
Yan Zhao
1
-0
/
+1
2025-04-28
KVM: x86/mmu: Warn if PFN changes on shadow-present SPTE in shadow MMU
Yan Zhao
1
-2
/
+3
2025-04-28
KVM: x86/tdp_mmu: WARN if PFN changes for spurious faults
Yan Zhao
1
-1
/
+3
2025-04-28
KVM: x86/tdp_mmu: Merge prefetch and access checks for spurious faults
Yan Zhao
1
-5
/
+1
2025-04-28
KVM: x86/mmu: Further check old SPTE is leaf for spurious prefetch fault
Yan Zhao
2
-2
/
+3
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
6
-53
/
+73
2025-04-04
KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages with KVM_PROVE_MMU
Sean Christopherson
1
-1
/
+7
2025-03-19
Merge tag 'kvm-x86-vmx-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+1
2025-03-19
Merge tag 'kvm-x86-mmu-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-145
/
+332
2025-03-14
KVM: x86: remove shadow_memtype_mask
Paolo Bonzini
3
-33
/
+2
2025-03-14
KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT
Yan Zhao
1
-4
/
+6
2025-03-14
KVM: x86: Make cpu_dirty_log_size a per-VM value
Yan Zhao
2
-3
/
+3
2025-03-14
KVM: x86/mmu: Add parameter "kvm" to kvm_mmu_page_ad_need_write_protect()
Yan Zhao
3
-8
/
+9
2025-03-14
KVM: Add parameter "kvm" to kvm_cpu_dirty_log_size() and its callers
Yan Zhao
1
-1
/
+1
2025-03-14
KVM: x86/mmu: Export kvm_tdp_map_page()
Rick Edgecombe
1
-0
/
+2
2025-03-14
KVM: x86/mmu: Bail out kvm_tdp_map_page() when VM dead
Yan Zhao
1
-0
/
+4
2025-03-14
KVM: TDX: Set per-VM shadow_mmio_value to 0
Isaku Yamahata
1
-2
/
+0
2025-03-14
KVM: x86/mmu: Add setter for shadow_mmio_value
Isaku Yamahata
1
-0
/
+6
2025-03-14
KVM: TDX: Require TDP MMU, mmio caching and EPT A/D bits for TDX
Isaku Yamahata
1
-0
/
+1
2025-03-14
KVM: x86/mmu: Do not enable page track for TD guest
Yan Zhao
1
-0
/
+3
2025-03-14
KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU
Isaku Yamahata
2
-7
/
+33
2025-03-14
KVM: x86/mmu: Implement memslot deletion for TDX
Rick Edgecombe
1
-0
/
+1
2025-03-14
KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level
Xiaoyao Li
1
-1
/
+8
[next]