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
2022-03-31 03:09:52 linux-kernel [PATCH v3 03/11] KVM: selftests: Test reading a single stat
2022-03-31 02:55:38 linux-kernel [PATCH v3 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-03-31 02:53:56 linux-kernel Re: [PATCH v3 10/11] KVM: x86/MMU: Require reboot permission to disable NX hugepages
2022-03-31 02:40:53 linux-kernel [PATCH v3 01/11] KVM: selftests: Add vm_alloc_page_table_in_memslot library function
2022-03-31 02:28:00 linux-kernel [PATCH v3 05/11] KVM: selftests: Improve error message in vm_phy_pages_alloc
2022-03-28 23:24:03 linux-kernel Re: [PATCH v2 07/11] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
2022-03-28 23:08:53 linux-kernel Re: [PATCH v2 06/11] KVM: selftests: Add NX huge pages test
2022-03-28 22:20:54 linux-kernel Re: [PATCH v2 9/9] KVM: x86/mmu: Promote pages in-place when disabling dirty logging
2022-03-25 16:06:42 linux-kernel Re: [PATCH v2 4/4] selftests: KVM: use dirty logging to check if page stats work correctly
2022-03-22 00:52:47 linux-kernel [PATCH v2 09/11] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
2022-03-22 00:27:19 linux-kernel [PATCH v2 11/11] KVM: x86/MMU: Require reboot permission to disable NX hugepages
2022-03-22 00:26:13 linux-kernel [PATCH v2 10/11] KVM: x86: Fix errant brace in KVM capability handling
2022-03-22 00:21:17 linux-kernel [PATCH v2 06/11] KVM: selftests: Add NX huge pages test
2022-03-22 00:21:08 linux-kernel [PATCH v2 07/11] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
2022-03-22 00:21:03 linux-kernel [PATCH v2 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-03-22 00:20:54 linux-kernel [PATCH v2 08/11] KVM: x86/MMU: Track NX hugepages on a per-VM basis
2022-03-22 00:20:46 linux-kernel [PATCH v2 05/11] KVM: selftests: Improve error message in vm_phy_pages_alloc
2022-03-22 00:20:17 linux-kernel [PATCH v2 04/11] KVM: selftests: Add memslot parameter to elf_load
2022-03-22 00:20:14 linux-kernel [PATCH v2 03/11] KVM: selftests: Test reading a single stat
2022-03-22 00:20:09 linux-kernel [PATCH v2 01/11] KVM: selftests: Add vm_alloc_page_table_in_memslot library function
2022-03-22 00:20:08 linux-kernel [PATCH v2 02/11] KVM: selftests: Dump VM stats in binary stats test
2022-03-21 23:38:26 linux-kernel [PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
2022-03-21 23:38:20 linux-kernel [PATCH v2 7/9] KVM: x86/mmu: Add try_get_mt_mask to x86_ops
2022-03-21 23:38:19 linux-kernel [PATCH v2 3/9] KVM: x86/mmu: Factor shadow_zero_check out of __make_spte
2022-03-21 23:38:16 linux-kernel [PATCH v2 6/9] KVM: x86/mmu: Factor out part of vmx_get_mt_mask which does not depend on vcpu
2022-03-21 23:38:14 linux-kernel [PATCH v2 1/9] KVM: x86/mmu: Move implementation of make_spte to a helper
2022-03-21 23:38:10 linux-kernel [PATCH v2 4/9] KVM: x86/mmu: Replace vcpu argument with kvm pointer in make_spte
2022-03-21 23:38:07 linux-kernel [PATCH v2 5/9] KVM: x86/mmu: Factor out the meat of reset_tdp_shadow_zero_bits_mask
2022-03-21 23:38:02 linux-kernel [PATCH v2 2/9] KVM: x86/mmu: Factor mt_mask out of __make_spte
2022-03-21 23:37:56 linux-kernel [PATCH v2 8/9] KVM: x86/mmu: Make kvm_is_mmio_pfn usable outside of spte.c
2022-03-21 23:37:46 linux-kernel [PATCH v2 9/9] KVM: x86/mmu: Promote pages in-place when disabling dirty logging
2022-03-21 23:22:48 linux-kernel Re: [PATCH 4/4] selftests: KVM: use dirty logging to check if page stats work correctly
2022-03-21 22:39:55 linux-kernel Re: [PATCH 4/4] selftests: KVM: use dirty logging to check if page stats work correctly
2022-03-21 22:12:15 linux-kernel Re: [PATCH 3/4] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()
2022-03-17 05:46:55 linux-kernel Re: [PATCH 00/13] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-03-11 23:29:52 linux-kernel [PATCH 01/13] selftests: KVM: Dump VM stats in binary stats test
2022-03-11 23:11:27 linux-kernel Re: [PATCH 07/13] selftests: KVM: Add NX huge pages test
2022-03-11 22:45:05 linux-kernel [PATCH 11/13] KVM: x86: Fix errant brace in KVM capability handling
2022-03-11 22:27:03 linux-kernel [PATCH 04/13] selftests: KVM: Add memslot parameter to VM vaddr allocation
2022-03-11 21:50:09 linux-kernel [PATCH 03/13] selftests: KVM: Wrap memslot IDs in a struct for readability
2022-03-11 18:42:18 linux-kernel Re: [PATCH 00/13] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-03-11 14:11:24 linux-kernel [PATCH 02/13] selftests: KVM: Test reading a single stat
2022-03-11 10:23:37 linux-kernel [PATCH 08/13] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
2022-03-11 06:00:46 linux-kernel [PATCH 13/13] selftests: KVM: Test disabling NX hugepages on a VM
2022-03-11 03:23:27 linux-kernel [PATCH 12/13] KVM: x86/MMU: Require reboot permission to disable NX hugepages
2022-03-11 00:05:56 linux-kernel [PATCH 07/13] selftests: KVM: Add NX huge pages test
2022-03-10 23:56:51 linux-kernel [PATCH 09/13] KVM: x86/MMU: Track NX hugepages on a per-VM basis
2022-03-10 19:59:19 linux-kernel [PATCH 00/13] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-03-10 19:04:29 linux-kernel [PATCH 05/13] selftests: KVM: Add memslot parameter to elf_load
2022-03-10 18:08:08 linux-kernel [PATCH 10/13] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
2022-03-10 17:24:47 linux-kernel [PATCH 06/13] selftests: KVM: Improve error message in vm_phy_pages_alloc