index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
page_track.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm/x86: allocate the write-tracking metadata on-demand
Andrei Vagin
2024-02-27
1
-2
/
+66
*
KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
Sean Christopherson
2023-08-31
1
-6
/
+12
*
KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
Sean Christopherson
2023-08-31
1
-22
/
+63
*
KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled
Sean Christopherson
2023-08-31
1
-2
/
+2
*
KVM: x86/mmu: Assert that correct locks are held for page write-tracking
Sean Christopherson
2023-08-31
1
-6
/
+11
*
KVM: x86/mmu: Rename page-track APIs to reflect the new reality
Sean Christopherson
2023-08-31
1
-11
/
+9
*
KVM: x86/mmu: Drop infrastructure for multiple page-track modes
Sean Christopherson
2023-08-31
1
-75
/
+31
*
KVM: x86/mmu: Use page-track notifiers iff there are external users
Sean Christopherson
2023-08-31
1
-5
/
+5
*
KVM: x86/mmu: Move KVM-only page-track declarations to internal header
Sean Christopherson
2023-08-31
1
-7
/
+1
*
KVM: x86: Remove the unused page-track hook track_flush_slot()
Yan Zhao
2023-08-31
1
-26
/
+0
*
KVM: x86: Add a new page-track hook to handle memslot deletion
Yan Zhao
2023-08-31
1
-2
/
+25
*
KVM: x86: Reject memslot MOVE operations if KVMGT is attached
Sean Christopherson
2023-08-31
1
-0
/
+5
*
KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
Sean Christopherson
2023-08-31
1
-1
/
+1
*
KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
Sean Christopherson
2023-08-31
1
-0
/
+2
*
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
2023-08-31
1
-8
/
+8
*
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
1
-0
/
+1
*
KVM: use __vcalloc for very large allocations
Paolo Bonzini
2022-03-08
1
-3
/
+4
*
KVM: x86/mmu: Propagate memslot const qualifier
Ben Gardon
2021-12-08
1
-2
/
+2
*
KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_active
Ben Gardon
2021-12-08
1
-2
/
+2
*
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
2021-10-22
1
-42
/
+15
*
KVM: x86: only allocate gfn_track when necessary
David Stevens
2021-10-01
1
-3
/
+69
*
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
2021-10-01
1
-11
/
+3
*
KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track
David Matlack
2021-10-01
1
-7
/
+13
*
KVM: x86: Handle SRCU initialization failure during page track init
Haimin Zhang
2021-09-22
1
-2
/
+2
*
KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
Peter Xu
2021-08-20
1
-0
/
+1
*
KVM: x86: Support write protecting only large pages
Keqian Zhu
2021-06-17
1
-1
/
+1
*
KVM: x86/mmu: Use an rwlock for the x86 MMU
Ben Gardon
2021-02-04
1
-4
/
+4
*
kvm: mmu: page_track: Fix RCU list API usage
Madhuparna Bhowmik
2020-08-25
1
-2
/
+4
*
KVM: x86/mmu: Add MMU-internal header
Sean Christopherson
2020-07-08
1
-1
/
+1
*
KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums
Sean Christopherson
2020-05-15
1
-2
/
+2
*
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
2020-03-16
1
-1
/
+0
*
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
2020-03-16
1
-9
/
+6
*
KVM: x86: create mmu/ subdirectory
Paolo Bonzini
2019-11-21
1
-0
/
+265