index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
pfncache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start()
Sean Christopherson
2024-04-11
1
-1
/
+1
*
KVM: Explicitly disallow activatating a gfn_to_pfn_cache with INVALID_GPA
Sean Christopherson
2024-04-08
1
-0
/
+7
*
KVM: Check validity of offset+length of gfn_to_pfn_cache prior to activation
Sean Christopherson
2024-04-08
1
-7
/
+9
*
KVM: Add helpers to consolidate gfn_to_pfn_cache's page split check
Sean Christopherson
2024-04-08
1
-8
/
+19
*
KVM: pfncache: simplify locking and make more self-contained
David Woodhouse
2024-03-05
1
-10
/
+11
*
KVM: pfncache: check the need for invalidation under read lock first
Paul Durrant
2024-02-22
1
-3
/
+19
*
KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
Paul Durrant
2024-02-20
1
-28
/
+70
*
KVM: pfncache: include page offset in uhva and use it consistently
Paul Durrant
2024-02-20
1
-8
/
+21
*
KVM: pfncache: stop open-coding offset_in_page()
Paul Durrant
2024-02-20
1
-3
/
+3
*
KVM: pfncache: remove KVM_GUEST_USES_PFN usage
Paul Durrant
2024-02-20
1
-52
/
+9
*
KVM: pfncache: remove unnecessary exports
Paul Durrant
2024-02-20
1
-5
/
+0
*
KVM: pfncache: Add a map helper function
Paul Durrant
2024-02-20
1
-18
/
+29
*
KVM: Skip unnecessary "unmap" if gpc is already valid during refresh
Sean Christopherson
2022-11-30
1
-2
/
+1
*
KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpers
Sean Christopherson
2022-11-30
1
-6
/
+11
*
KVM: Do not partially reinitialize gfn=>pfn cache during activation
Sean Christopherson
2022-11-30
1
-4
/
+4
*
KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cache
Sean Christopherson
2022-11-30
1
-28
/
+16
*
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()
Michal Luczaj
2022-11-30
1
-4
/
+3
*
KVM: Clean up hva_to_pfn_retry()
Michal Luczaj
2022-11-30
1
-4
/
+4
*
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()
Michal Luczaj
2022-11-30
1
-3
/
+2
*
KVM: Store immutable gfn_to_pfn_cache properties
Michal Luczaj
2022-11-30
1
-8
/
+14
*
KVM: x86: Remove unused argument in gpc_unmap_khva()
Michal Luczaj
2022-11-30
1
-4
/
+4
*
KVM: Shorten gfn_to_pfn_cache function names
Michal Luczaj
2022-11-30
1
-10
/
+10
*
Merge branch 'kvm-dwmw2-fixes' into HEAD
Paolo Bonzini
2022-11-24
1
-1
/
+6
|
\
|
*
KVM: Update gfn_to_pfn_cache khva when it moves within the same page
David Woodhouse
2022-11-24
1
-1
/
+6
*
|
kvm: Add interruptible flag to __gfn_to_pfn_memslot()
Peter Xu
2022-11-09
1
-1
/
+1
|
/
*
KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache
Sean Christopherson
2022-10-27
1
-7
/
+34
*
KVM: Initialize gfn_to_pfn_cache locks in dedicated helper
Michal Luczaj
2022-10-27
1
-9
/
+12
*
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
2022-08-19
1
-8
/
+9
*
KVM: Do not pin pages tracked by gfn=>pfn caches
Sean Christopherson
2022-05-25
1
-16
/
+20
*
KVM: Fix multiple races in gfn=>pfn cache refresh
Sean Christopherson
2022-05-25
1
-71
/
+122
*
KVM: Fully serialize gfn=>pfn cache refresh via mutex
Sean Christopherson
2022-05-25
1
-0
/
+12
*
KVM: Do not incorporate page offset into gfn=>pfn cache user address
Sean Christopherson
2022-05-25
1
-2
/
+0
*
KVM: Put the extra pfn reference when reusing a pfn in the gpc cache
Sean Christopherson
2022-05-25
1
-0
/
+8
*
KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helper
Sean Christopherson
2022-05-25
1
-7
/
+3
*
KVM: Remove dirty handling from gfn_to_pfn_cache completely
David Woodhouse
2022-04-02
1
-33
/
+8
*
KVM: Use enum to track if cached PFN will be used in guest and/or host
Sean Christopherson
2022-04-02
1
-7
/
+7
*
KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
Sean Christopherson
2022-04-02
1
-7
/
+11
*
KVM: avoid double put_page with gfn-to-pfn cache
David Woodhouse
2022-04-02
1
-0
/
+1
*
KVM: Reinstate gfn_to_pfn_cache with invalidation support
David Woodhouse
2022-01-07
1
-0
/
+337