index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-31
KVM: x86/mmu: Disallow guest from using !visible slots for page tables
Sean Christopherson
1
-1
/
+6
2023-08-31
KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow page
Sean Christopherson
1
-5
/
+6
2023-08-31
KVM: x86/mmu: Harden new PGD against roots without shadow pages
Sean Christopherson
1
-6
/
+19
2023-08-31
KVM: x86/mmu: Add helper to convert root hpa to shadow page
Sean Christopherson
3
-16
/
+23
2023-08-31
KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
Sean Christopherson
1
-6
/
+12
2023-08-31
KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
Sean Christopherson
3
-24
/
+70
2023-08-31
KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled
Sean Christopherson
1
-2
/
+2
2023-08-31
KVM: x86/mmu: Assert that correct locks are held for page write-tracking
Sean Christopherson
1
-6
/
+11
2023-08-31
KVM: x86/mmu: Rename page-track APIs to reflect the new reality
Sean Christopherson
3
-17
/
+15
2023-08-31
KVM: x86/mmu: Drop infrastructure for multiple page-track modes
Sean Christopherson
3
-85
/
+38
2023-08-31
KVM: x86/mmu: Use page-track notifiers iff there are external users
Sean Christopherson
2
-9
/
+30
2023-08-31
KVM: x86/mmu: Move KVM-only page-track declarations to internal header
Sean Christopherson
3
-8
/
+36
2023-08-31
KVM: x86: Remove the unused page-track hook track_flush_slot()
Yan Zhao
2
-28
/
+0
2023-08-31
KVM: x86: Add a new page-track hook to handle memslot deletion
Yan Zhao
1
-2
/
+25
2023-08-31
KVM: x86: Reject memslot MOVE operations if KVMGT is attached
Sean Christopherson
1
-0
/
+5
2023-08-31
KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
Sean Christopherson
1
-1
/
+1
2023-08-31
KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
Sean Christopherson
2
-11
/
+4
2023-08-31
KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
Sean Christopherson
1
-8
/
+2
2023-08-31
KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.c
Sean Christopherson
1
-1
/
+12
2023-08-31
KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=y
Sean Christopherson
1
-11
/
+10
2023-08-31
KVM: x86/mmu: Plumb "struct kvm" all the way to pte_list_remove()
Mingwei Zhang
1
-15
/
+18
2023-08-31
KVM: x86/mmu: Use BUILD_BUG_ON_INVALID() for KVM_MMU_WARN_ON() stub
Sean Christopherson
1
-1
/
+1
2023-08-31
KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU Kconfig
Sean Christopherson
2
-4
/
+2
2023-08-31
KVM: x86/mmu: Bug the VM if a vCPU ends up in long mode without PAE enabled
Sean Christopherson
1
-1
/
+11
2023-08-31
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
7
-49
/
+49
2023-08-31
KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
Sean Christopherson
4
-12
/
+12
2023-08-31
KVM: x86/mmu: Cleanup sanity check of SPTEs at SP free
Sean Christopherson
1
-10
/
+9
2023-08-31
KVM: x86/mmu: Avoid pointer arithmetic when iterating over SPTEs
Sean Christopherson
1
-5
/
+5
2023-08-31
KVM: x86/mmu: Delete the "dbg" module param
Sean Christopherson
2
-7
/
+0
2023-08-31
KVM: x86/mmu: Delete rmap_printk() and all its usage
Sean Christopherson
2
-14
/
+0
2023-08-31
KVM: x86/mmu: Delete pgprintk() and all its usage
Sean Christopherson
4
-28
/
+0
2023-08-31
KVM: x86/mmu: Guard against collision with KVM-defined PFERR_IMPLICIT_ACCESS
Sean Christopherson
1
-0
/
+11
2023-08-31
KVM: x86/mmu: Move the lockdep_assert of mmu_lock to inside clear_dirty_pt_ma...
Like Xu
1
-1
/
+2
2023-08-31
Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-18
/
+4
2023-08-31
Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-4
/
+4
2023-08-17
KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled"
Sean Christopherson
1
-17
/
+3
2023-08-17
KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
Sean Christopherson
2
-4
/
+4
2023-08-17
KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
David Matlack
1
-15
/
+1
2023-08-17
KVM: Allow range-based TLB invalidation from common code
David Matlack
2
-11
/
+4
2023-07-31
KVM: x86: Use sysfs_emit() instead of sprintf()
Like Xu
1
-1
/
+1
2023-07-01
Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+4
2023-07-01
Merge tag 'kvm-x86-mmu-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-6
/
+48
2023-06-13
KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
Sean Christopherson
1
-5
/
+36
2023-06-07
KVM: x86/mmu: Trigger APIC-access page reload iff vendor code cares
Sean Christopherson
1
-1
/
+2
2023-06-07
KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access page
Sean Christopherson
1
-0
/
+3
2023-06-03
KVM: x86/mmu: Grab memslot for correct address space in NX recovery worker
Sean Christopherson
1
-1
/
+4
2023-05-26
KVM: x86/mmu: Assert on @mmu in the __kvm_mmu_invalidate_addr()
Like Xu
1
-0
/
+8
2023-05-26
KVM: x86/mmu: Add comment on try_cmpxchg64 usage in tdp_mmu_set_spte_atomic
Uros Bizjak
1
-1
/
+4
2023-05-05
Merge tag 'kvm-x86-mmu-6.4-2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-65
/
+56
2023-04-27
KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated
Sean Christopherson
1
-65
/
+56
[prev]
[next]