Ben Gardon ([email protected])

Number of posts: 778 (0.61 per day)
First post: 2019-12-11 18:40:36
Last post: 2023-06-05 17:52:37

Date List Subject
2023-06-05 17:52:37 linux-kernel Re: [PATCH] KVM: x86/mmu: Remove KVM MMU write lock when accessing indirect_shadow_pages
2023-03-21 18:43:28 linux-kernel Re: [PATCH 09/21] KVM: x86/MMU: Move paging_tmpl.h includes to shadow_mmu.c
2023-02-06 22:34:13 linux-kernel Re: [Patch v2 5/5] KVM: x86/mmu: Merge all handle_changed_pte* functions.
2023-02-06 22:17:23 linux-kernel Re: [Patch v2 3/5] KVM: x86/mmu: Optimize SPTE change for aging gfn range
2023-02-06 22:09:59 linux-kernel Re: [Patch v2 1/5] KVM: x86/mmu: Make separate function to check for SPTEs atomic write conditions
2023-02-06 22:07:01 linux-kernel Re: [Patch v2 2/5] KVM: x86/mmu: Optimize SPTE change flow for clear-dirty-log
2023-02-02 18:31:02 linux-kernel [PATCH 21/21] KVM: x86/mmu: Split out Shadow MMU lockless walk begin/end
2023-02-02 18:30:49 linux-kernel [PATCH 20/21] KVM: x86/mmu: Move Shadow MMU init/teardown to shadow_mmu.c
2023-02-02 18:30:47 linux-kernel [PATCH 19/21] KVM: x86/mmu: Move Shadow MMU part of kvm_mmu_zap_all() to shadow_mmu.h
2023-02-02 18:30:43 linux-kernel [PATCH 18/21] KVM: x86/mmu: Move split cache topup functions to shadow_mmu.c
2023-02-02 18:30:41 linux-kernel [PATCH 16/21] KVM: x86/MMU: Wrap uses of kvm_handle_gfn_range in mmu.c
2023-02-02 18:30:37 linux-kernel [PATCH 15/21] KVM: x86/MMU: Remove unneeded exports from shadow_mmu.c
2023-02-02 18:30:26 linux-kernel [PATCH 14/21] KVM: x86/MMU: Factor Shadow MMU wrprot / clear dirty ops out of mmu.c
2023-02-02 18:30:18 linux-kernel [PATCH 13/21] KVM: x86/MMU: Fix naming on prepare / commit zap page functions
2023-02-02 18:30:07 linux-kernel [PATCH 10/21] KVM: x86/MMU: Clean up Shadow MMU exports
2023-02-02 18:30:03 linux-kernel [PATCH 17/21] KVM: x86/MMU: Add kvm_shadow_mmu_ to the last few functions in shadow_mmu.h
2023-02-02 18:30:00 linux-kernel [PATCH 11/21] KVM: x86/MMU: Cleanup shrinker interface with Shadow MMU
2023-02-02 18:29:56 linux-kernel [PATCH 12/21] KVM: x86/MMU: Clean up naming of exported Shadow MMU functions
2023-02-02 18:29:48 linux-kernel [PATCH 09/21] KVM: x86/MMU: Move paging_tmpl.h includes to shadow_mmu.c
2023-02-02 18:29:26 linux-kernel [PATCH 07/21] KVM: x86/MMU: Move the Shadow MMU implementation to shadow_mmu.c
2023-02-02 18:29:17 linux-kernel [PATCH 08/21] KVM: x86/MMU: Expose functions for paging_tmpl.h
2023-02-02 18:28:54 linux-kernel [PATCH 05/21] KVM: x86/MMU: Expose functions for the Shadow MMU
2023-02-02 18:28:47 linux-kernel [PATCH 06/21] KVM: x86/mmu: Get rid of is_cpuid_PSE36()
2023-02-02 18:28:42 linux-kernel [PATCH 04/21] KVM: x86/MMU: Add shadow_mmu.(c|h)
2023-02-02 18:28:29 linux-kernel [PATCH 03/21] KVM: x86/mmu: Clean up mmu.c functions that put return type on separate line
2023-02-02 18:28:24 linux-kernel [PATCH 02/21] KVM: x86/mmu: Replace comment with an actual lockdep assertion on mmu_lock
2023-02-02 18:28:20 linux-kernel [PATCH 01/21] KVM: x86/mmu: Rename slot rmap walkers to add clarity and clean up code
2023-02-02 18:28:17 linux-kernel [PATCH 00/21] KVM: x86/MMU: Formalize the Shadow MMU
2023-02-01 22:30:59 linux-kernel Re: [RFC 13/14] KVM: x86/MMU: Wrap uses of kvm_handle_gfn_range in mmu.c
2023-02-01 20:47:56 linux-kernel Re: [RFC 00/14] KVM: x86/MMU: Formalize the Shadow MMU
2023-02-01 19:48:35 linux-kernel Re: [RFC 01/14] KVM: x86/MMU: Add shadow_mmu.(c|h)
2023-01-31 18:18:34 linux-kernel [PATCH V5 2/2] selftests: KVM: Add dirty logging page splitting test
2023-01-31 18:18:31 linux-kernel [PATCH V5 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
2023-01-31 18:18:29 linux-kernel [PATCH V5 0/2] selftests: KVM: Add a test for eager page splitting
2023-01-26 23:12:11 linux-kernel Re: [PATCH v4 2/2] selftests: KVM: Add dirty logging page splitting test
2023-01-26 22:52:19 linux-kernel Re: [PATCH v4 2/2] selftests: KVM: Add dirty logging page splitting test
2023-01-25 22:25:23 linux-kernel Re: [Patch] KVM: x86/mmu: Make optimized __handle_changed_spte() for clear dirty log
2023-01-25 18:23:32 linux-kernel [PATCH v4 2/2] selftests: KVM: Add dirty logging page splitting test
2023-01-25 18:23:29 linux-kernel [PATCH v4 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
2023-01-25 18:23:21 linux-kernel [PATCH v4 0/2] selftests: KVM: Add a test for eager page splitting
2023-01-24 23:45:19 linux-kernel [PATCH v3 2/2] selftests: KVM: Add dirty logging page splitting test
2023-01-24 23:45:02 linux-kernel [PATCH v3 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
2023-01-24 23:44:58 linux-kernel [PATCH v3 0/2] selftests: KVM: Add a test for eager page splitting
2023-01-23 23:42:47 linux-kernel Re: [PATCH v2 2/2] selftests: KVM: Add page splitting test
2023-01-23 19:03:43 linux-kernel [PATCH v2 2/2] selftests: KVM: Add page splitting test
2023-01-23 19:03:42 linux-kernel [PATCH v2 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
2023-01-23 19:03:39 linux-kernel [PATCH v2 0/2] selftests: KVM: Add a test for eager page splitting
2023-01-20 20:59:55 linux-kernel Re: [PATCH 2/2] selftests: KVM: Add page splitting test
2023-01-20 00:32:32 linux-kernel Re: [PATCH 2/2] selftests: KVM: Add page splitting test
2023-01-19 21:59:42 linux-kernel [PATCH 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
2023-01-19 21:58:29 linux-kernel [PATCH 2/2] selftests: KVM: Add page splitting test