LinuxLists
Users
About
David Matlack (
[email protected]
)
Number of posts: 431 (0.12 per day)
First post: 2014-11-05 19:46:49
Last post: 2024-06-13 21:15:41
Previous Page
/
Next Page
Date
List
Subject
2022-07-25 23:32:15
linux-kernel
Re: [PATCH v2 5/6] KVM: x86/mmu: Add helper to convert SPTE value to its shadow page
2022-07-25 23:31:17
linux-kernel
Re: [PATCH v2 1/6] KVM: x86/mmu: Tag disallowed NX huge pages even if they're not tracked
2022-07-25 23:29:31
linux-kernel
Re: [PATCH v2 2/6] KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
2022-07-25 23:18:34
linux-kernel
Re: [PATCH v2 3/6] KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
2022-07-25 23:17:35
linux-kernel
Re: [PATCH v2 2/6] KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
2022-06-27 23:31:02
linux-kernel
Re: [PATCH 2/4] KVM: x86/mmu: Defer "full" MMU setup until after vendor hardware_setup()
2022-06-25 00:55:13
linux-kernel
Re: [PATCH 2/4] KVM: x86/mmu: Defer "full" MMU setup until after vendor hardware_setup()
2022-06-25 00:12:16
linux-kernel
Re: [PATCH v2 2/4] KVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K shadow pages
2022-06-24 23:44:25
linux-kernel
Re: [PATCH v2 1/4] KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
2022-06-24 18:18:06
linux-kernel
Re: [PATCH 3/3] KVM: x86/mmu: Buffer nested MMU split_desc_cache only by default capacity
2022-06-24 18:00:59
linux-kernel
Re: [PATCH 1/3] KVM: x86/mmu: Avoid subtle pointer arithmetic in kvm_mmu_child_role()
2022-06-24 17:57:00
linux-kernel
Re: [PATCH 2/3] KVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs' @access info
2022-06-24 00:43:39
linux-kernel
Re: [PATCH v7 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
2022-06-23 22:41:27
linux-kernel
Re: [PATCH v7 22/23] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
2022-06-23 16:46:18
linux-kernel
Re: [PATCH v7 22/23] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
2022-06-14 16:34:43
linux-kernel
Re: [PATCH] KVM: Use consistent type for return value of kvm_mmu_memory_cache_nr_free_objects()
2022-06-08 18:52:00
linux-kernel
Re: [PATCH 0/6] KVM: Trivial cleanups
2022-06-08 18:19:13
linux-kernel
Re: [PATCH 6/6] KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()
2022-05-28 20:21:16
linux-kernel
Re: [PATCH V3 00/12] KVM: X86/MMU: Use one-off local shadow page for special roots
2022-05-28 20:03:34
linux-kernel
Re: [PATCH V3 04/12] KVM: X86/MMU: Add local shadow pages
2022-05-28 20:02:53
linux-kernel
Re: [PATCH] KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging
2022-05-28 09:47:37
linux-kernel
Re: [PATCH V3 04/12] KVM: X86/MMU: Add local shadow pages
2022-05-26 23:55:57
linux-kernel
Re: [PATCH V3 02/12] KVM: X86/MMU: Add using_local_root_page()
2022-05-26 20:47:37
linux-kernel
Re: [PATCH] kvm: x86/svm/nested: Cache PDPTEs for nested NPT in PAE paging mode
2022-05-18 17:13:34
linux-kernel
Re: [PATCH] KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic
2022-05-18 04:45:53
linux-kernel
Re: [PATCH V2 6/7] KVM: X86/MMU: Allocate mmu->pae_root for PAE paging on-demand
2022-05-18 04:40:53
linux-kernel
Re: [PATCH V2 3/7] KVM: X86/MMU: Link PAE root pagetable with its children
2022-05-18 01:50:56
linux-kernel
Re: [PATCH V2 5/7] KVM: X86/MMU: Remove the check of the return value of to_shadow_page()
2022-05-17 12:53:40
linux-kernel
Re: [PATCH V2 4/7] KVM: X86/MMU: Activate special shadow pages and remove old logic
2022-05-17 11:20:46
linux-kernel
Re: [PATCH 1/2] KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()
2022-05-17 08:15:00
linux-kernel
Re: [PATCH V2 3/7] KVM: X86/MMU: Link PAE root pagetable with its children
2022-05-14 04:27:08
linux-kernel
Re: [PATCH V2 2/7] KVM: X86/MMU: Add special shadow pages
2022-05-14 02:55:51
linux-kernel
Re: [PATCH 1/2] KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()
2022-05-14 01:21:52
linux-kernel
Re: [PATCH V2 1/7] KVM: X86/MMU: Add using_special_root_page()
2022-05-14 00:25:54
linux-kernel
Re: [PATCH V2 0/7] KVM: X86/MMU: Use one-off special shadow page for special roots
2022-04-16 02:21:32
linux-kernel
Re: [PATCH] KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"
2022-04-14 03:45:13
linux-kernel
Re: [PATCH v5 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-04-12 23:48:21
linux-kernel
Re: [PATCH v4 04/10] KVM: selftests: Read binary stat data in lib
2022-04-12 23:12:06
linux-kernel
Re: [PATCH v4 10/10] KVM: selftests: Test disabling NX hugepages on a VM
2022-04-12 21:53:12
linux-kernel
Re: [PATCH v4 05/10] KVM: selftests: Add NX huge pages test
2022-04-12 21:47:39
linux-kernel
Re: [PATCH v4 02/10] KVM: selftests: Read binary stats header in lib
2022-04-12 20:39:19
linux-kernel
Re: [PATCH v4 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
2022-04-12 13:29:08
linux-kernel
Re: [PATCH v4 03/10] KVM: selftests: Read binary stats desc in lib
2022-04-06 18:29:05
linux-kernel
Re: [RFC PATCH 000/105] KVM: selftests: Overhaul APIs, purge VCPU_ID
2022-04-06 13:16:18
linux-kernel
Re: [PATCH v3 03/11] KVM: selftests: Test reading a single stat
2022-04-06 12:08:40
linux-kernel
Re: [PATCH v3 02/11] KVM: selftests: Dump VM stats in binary stats test
2022-04-06 11:32:34
linux-kernel
Re: [PATCH v3 04/11] KVM: selftests: Add memslot parameter to elf_load
2022-04-06 11:22:25
linux-kernel
Re: [PATCH v3 07/11] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
2022-04-06 11:01:55
linux-kernel
Re: [PATCH v3 08/11] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
2022-04-06 10:11:19
linux-kernel
Re: [PATCH v3 06/11] KVM: selftests: Add NX huge pages test
2022-04-06 06:11:17
linux-kernel
Re: [PATCH v3 11/11] selftests: KVM: Test disabling NX hugepages on a VM