index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
pfncache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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