Maciej S. Szmigiero ([email protected])

Number of posts: 804 (0.24 per day)
First post: 2015-02-15 22:39:20
Last post: 2024-04-13 21:15:13

Date List Subject
2021-11-26 00:33:33 linux-kernel [PATCH 0/3] KVM: Scalable memslots implementation additional patches
2021-11-03 15:43:44 linux-kernel Re: [PATCH v5 01/13] KVM: x86: Cache total page count to avoid traversing the memslot array
2021-11-03 12:05:49 linux-kernel Re: [PATCH v5 01/13] KVM: x86: Cache total page count to avoid traversing the memslot array
2021-10-29 16:26:26 linux-kernel Re: [PATCH v5 13/13] KVM: Optimize overlapping memslots check
2021-10-27 21:26:47 linux-kernel Re: [PATCH v5 13/13] KVM: Optimize overlapping memslots check
2021-10-27 07:17:04 linux-kernel Re: [PATCH v5 09/13] KVM: Use interval tree to do fast hva lookup in memslots
2021-10-21 21:48:50 linux-kernel Re: [PATCH v5 12/13] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
2021-10-21 14:18:16 linux-kernel Re: [PATCH v5 12/13] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
2021-10-21 14:17:47 linux-kernel Re: [PATCH v5 08/13] KVM: Resolve memslot ID via a hash table instead of via a static array
2021-10-20 19:00:07 linux-kernel Re: [PATCH v5 07/13] KVM: Just resync arch fields when slots_arch_lock gets reacquired
2021-10-20 18:46:59 linux-kernel Re: [PATCH v5 05/13] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
2021-10-20 18:46:11 linux-kernel Re: [PATCH v5 01/13] KVM: x86: Cache total page count to avoid traversing the memslot array
2021-10-20 18:44:53 linux-kernel Re: [PATCH v5 07/13] KVM: Just resync arch fields when slots_arch_lock gets reacquired
2021-10-20 18:44:53 linux-kernel Re: [PATCH v5 08/13] KVM: Resolve memslot ID via a hash table instead of via a static array
2021-10-20 18:44:13 linux-kernel Re: [PATCH v5 04/13] KVM: x86: Move n_memslots_pages recalc to kvm_arch_prepare_memory_region()
2021-10-20 18:43:47 linux-kernel Re: [PATCH v5 01/13] KVM: x86: Cache total page count to avoid traversing the memslot array
2021-10-20 18:43:27 linux-kernel Re: [PATCH v5 00/13] KVM: Scalable memslots implementation
2021-09-21 03:40:32 linux-kernel [PATCH v5 13/13] KVM: Optimize overlapping memslots check
2021-09-21 03:40:26 linux-kernel [PATCH v5 10/13] KVM: s390: Introduce kvm_s390_get_gfn_end()
2021-09-21 03:39:42 linux-kernel [PATCH v5 12/13] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
2021-09-21 03:38:22 linux-kernel [PATCH v5 06/13] KVM: Move WARN on invalid memslot index to update_memslots()
2021-09-21 03:38:16 linux-kernel [PATCH v5 07/13] KVM: Just resync arch fields when slots_arch_lock gets reacquired
2021-09-21 03:37:10 linux-kernel [PATCH v5 08/13] KVM: Resolve memslot ID via a hash table instead of via a static array
2021-09-21 03:36:41 linux-kernel [PATCH v5 04/13] KVM: x86: Move n_memslots_pages recalc to kvm_arch_prepare_memory_region()
2021-09-21 03:36:16 linux-kernel [PATCH v5 01/13] KVM: x86: Cache total page count to avoid traversing the memslot array
2021-09-21 03:07:02 linux-kernel [PATCH v5 09/13] KVM: Use interval tree to do fast hva lookup in memslots
2021-09-21 03:06:28 linux-kernel [PATCH v5 11/13] KVM: Keep memslots in tree-based structures instead of array-based ones
2021-09-21 03:01:58 linux-kernel [PATCH v5 05/13] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
2021-09-21 03:01:09 linux-kernel [PATCH v5 03/13] KVM: Add "old" memslot parameter to kvm_arch_prepare_memory_region()
2021-09-21 03:01:04 linux-kernel [PATCH v5 02/13] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
2021-09-21 03:00:50 linux-kernel [PATCH v5 00/13] KVM: Scalable memslots implementation
2021-08-19 14:09:12 linux-kernel Re: [PATCH] x86: kvm: Demote level of already loaded message from error to info
2021-08-18 21:45:20 linux-kernel Re: [PATCH v4 06/13] KVM: Move WARN on invalid memslot index to update_memslots()
2021-08-18 13:39:53 linux-kernel Re: [PATCH] x86: kvm: Demote level of already loaded message from error to info
2021-08-13 20:08:09 linux-kernel [PATCH v4 08/13] KVM: Resolve memslot ID via a hash table instead of via a static array
2021-08-13 20:07:03 linux-kernel [PATCH v4 10/13] KVM: s390: Introduce kvm_s390_get_gfn_end()
2021-08-13 20:06:58 linux-kernel [PATCH v4 05/13] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
2021-08-13 20:06:58 linux-kernel [PATCH v4 04/13] KVM: x86: Move n_memslots_pages recalc to kvm_arch_prepare_memory_region()
2021-08-13 20:06:07 linux-kernel [PATCH v4 06/13] KVM: Move WARN on invalid memslot index to update_memslots()
2021-08-13 20:05:40 linux-kernel [PATCH v4 11/13] KVM: Keep memslots in tree-based structures instead of array-based ones
2021-08-13 20:05:01 linux-kernel [PATCH v4 07/13] KVM: Just resync arch fields when slots_arch_lock gets reacquired
2021-08-13 20:05:01 linux-kernel [PATCH v4 12/13] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
2021-08-13 20:03:51 linux-kernel [PATCH v4 13/13] KVM: Optimize overlapping memslots check
2021-08-13 20:03:48 linux-kernel [PATCH v4 02/13] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
2021-08-13 20:03:48 linux-kernel [PATCH v4 00/13] KVM: Scalable memslots implementation
2021-08-13 20:03:33 linux-kernel [PATCH v4 01/13] KVM: x86: Cache total page count to avoid traversing the memslot array
2021-08-13 20:03:25 linux-kernel [PATCH v4 03/13] KVM: Add "old" memslot parameter to kvm_arch_prepare_memory_region()
2021-08-13 20:02:36 linux-kernel [PATCH v4 09/13] KVM: Use interval tree to do fast hva lookup in memslots
2021-06-01 20:26:43 linux-kernel Re: [PATCH v3 7/8] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
2021-06-01 20:26:22 linux-kernel Re: [PATCH v3 6/8] KVM: Keep memslots in tree-based structures instead of array-based ones
2021-05-22 11:13:00 linux-kernel Re: [PATCH v3 3/8] KVM: Resolve memslot ID via a hash table instead of via a static array