index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
pfncache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-30
KVM: Skip unnecessary "unmap" if gpc is already valid during refresh
Sean Christopherson
1
-2
/
+1
2022-11-30
KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpers
Sean Christopherson
1
-6
/
+11
2022-11-30
KVM: Do not partially reinitialize gfn=>pfn cache during activation
Sean Christopherson
1
-4
/
+4
2022-11-30
KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cache
Sean Christopherson
1
-28
/
+16
2022-11-30
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()
Michal Luczaj
1
-4
/
+3
2022-11-30
KVM: Clean up hva_to_pfn_retry()
Michal Luczaj
1
-4
/
+4
2022-11-30
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()
Michal Luczaj
1
-3
/
+2
2022-11-30
KVM: Store immutable gfn_to_pfn_cache properties
Michal Luczaj
1
-8
/
+14
2022-11-30
KVM: x86: Remove unused argument in gpc_unmap_khva()
Michal Luczaj
1
-4
/
+4
2022-11-30
KVM: Shorten gfn_to_pfn_cache function names
Michal Luczaj
1
-10
/
+10
2022-11-24
Merge branch 'kvm-dwmw2-fixes' into HEAD
Paolo Bonzini
1
-1
/
+6
2022-11-24
KVM: Update gfn_to_pfn_cache khva when it moves within the same page
David Woodhouse
1
-1
/
+6
2022-11-09
kvm: Add interruptible flag to __gfn_to_pfn_memslot()
Peter Xu
1
-1
/
+1
2022-10-27
KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache
Sean Christopherson
1
-7
/
+34
2022-10-27
KVM: Initialize gfn_to_pfn_cache locks in dedicated helper
Michal Luczaj
1
-9
/
+12
2022-08-19
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
1
-8
/
+9
2022-05-25
KVM: Do not pin pages tracked by gfn=>pfn caches
Sean Christopherson
1
-16
/
+20
2022-05-25
KVM: Fix multiple races in gfn=>pfn cache refresh
Sean Christopherson
1
-71
/
+122
2022-05-25
KVM: Fully serialize gfn=>pfn cache refresh via mutex
Sean Christopherson
1
-0
/
+12
2022-05-25
KVM: Do not incorporate page offset into gfn=>pfn cache user address
Sean Christopherson
1
-2
/
+0
2022-05-25
KVM: Put the extra pfn reference when reusing a pfn in the gpc cache
Sean Christopherson
1
-0
/
+8
2022-05-25
KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helper
Sean Christopherson
1
-7
/
+3
2022-04-02
KVM: Remove dirty handling from gfn_to_pfn_cache completely
David Woodhouse
1
-33
/
+8
2022-04-02
KVM: Use enum to track if cached PFN will be used in guest and/or host
Sean Christopherson
1
-7
/
+7
2022-04-02
KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
Sean Christopherson
1
-7
/
+11
2022-04-02
KVM: avoid double put_page with gfn-to-pfn cache
David Woodhouse
1
-0
/
+1
2022-01-07
KVM: Reinstate gfn_to_pfn_cache with invalidation support
David Woodhouse
1
-0
/
+337