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
/
page_track.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-09
KVM: Use vfree for memory allocated by vcalloc()/__vcalloc()
Li RongQing
1
-1
/
+1
2024-02-27
kvm/x86: allocate the write-tracking metadata on-demand
Andrei Vagin
1
-2
/
+66
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
1
-22
/
+63
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
1
-11
/
+9
2023-08-31
KVM: x86/mmu: Drop infrastructure for multiple page-track modes
Sean Christopherson
1
-75
/
+31
2023-08-31
KVM: x86/mmu: Use page-track notifiers iff there are external users
Sean Christopherson
1
-5
/
+5
2023-08-31
KVM: x86/mmu: Move KVM-only page-track declarations to internal header
Sean Christopherson
1
-7
/
+1
2023-08-31
KVM: x86: Remove the unused page-track hook track_flush_slot()
Yan Zhao
1
-26
/
+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
1
-0
/
+2
2023-08-31
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
1
-8
/
+8
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
1
-0
/
+1
2022-03-08
KVM: use __vcalloc for very large allocations
Paolo Bonzini
1
-3
/
+4
2021-12-08
KVM: x86/mmu: Propagate memslot const qualifier
Ben Gardon
1
-2
/
+2
2021-12-08
KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_active
Ben Gardon
1
-2
/
+2
2021-10-22
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
1
-42
/
+15
2021-10-01
KVM: x86: only allocate gfn_track when necessary
David Stevens
1
-3
/
+69
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
1
-11
/
+3
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track
David Matlack
1
-7
/
+13
2021-09-22
KVM: x86: Handle SRCU initialization failure during page track init
Haimin Zhang
1
-2
/
+2
2021-08-20
KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
Peter Xu
1
-0
/
+1
2021-06-17
KVM: x86: Support write protecting only large pages
Keqian Zhu
1
-1
/
+1
2021-02-04
KVM: x86/mmu: Use an rwlock for the x86 MMU
Ben Gardon
1
-4
/
+4
2020-08-25
kvm: mmu: page_track: Fix RCU list API usage
Madhuparna Bhowmik
1
-2
/
+4
2020-07-08
KVM: x86/mmu: Add MMU-internal header
Sean Christopherson
1
-1
/
+1
2020-05-15
KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums
Sean Christopherson
1
-2
/
+2
2020-03-16
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
1
-1
/
+0
2020-03-16
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
1
-9
/
+6
2019-11-21
KVM: x86: create mmu/ subdirectory
Paolo Bonzini
1
-0
/
+265