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
2021-11-29 23:41:56
linux-kernel
Re: [PATCH 4/4] KVM: x86: Use a stable condition around all VT-d PI paths
2021-11-29 23:39:17
linux-kernel
Re: [PATCH 3/4] KVM: x86: check PIR even for vCPUs with disabled APICv
2021-11-29 23:34:16
linux-kernel
Re: [PATCH 2/4] KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled
2021-11-29 23:32:45
linux-kernel
Re: [PATCH 1/4] KVM: x86: ignore APICv if LAPIC is not enabled
2021-11-16 00:27:22
linux-kernel
Re: [PATCH] KVM: x86/mmu: Update number of zapped pages even if page list is stable
2021-11-16 00:04:45
linux-kernel
Re: [PATCH] KVM: x86/mmu: Update number of zapped pages even if page list is stable
2021-11-11 18:55:44
linux-kernel
Re: [RFC 05/19] KVM: x86/mmu: Remove redundant flushes when disabling dirty logging
2021-11-11 18:50:34
linux-kernel
Re: [RFC 04/19] KVM: x86/mmu: Yield while processing disconnected_sps
2021-11-11 18:31:33
linux-kernel
Re: [RFC 03/19] KVM: x86/mmu: Factor flush and free up when zapping under MMU write lock
2021-11-11 18:07:06
linux-kernel
Re: [RFC 02/19] KVM: x86/mmu: Batch TLB flushes for a single zap
2021-11-11 17:44:54
linux-kernel
Re: [RFC 01/19] KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
2021-10-20 15:58:59
linux-kernel
Re: [PATCHV2 1/3] KVM: x86: introduce kvm_mmu_pte_prefetch structure
2021-10-19 22:47:34
linux-kernel
Re: [PATCHV2 1/3] KVM: x86: introduce kvm_mmu_pte_prefetch structure
2021-10-12 16:53:26
linux-kernel
Re: [PATCH] KVM: MMU: make PTE_PREFETCH_NUM tunable
2021-09-28 23:29:53
linux-kernel
Re: [PATCH v3 00/31] KVM: x86: pass arguments on the page fault path via struct kvm_page_fault
2021-09-28 23:29:33
linux-kernel
Re: [PATCH v3 02/31] KVM: MMU: Introduce struct kvm_page_fault
2021-09-28 23:22:26
linux-kernel
Re: [PATCH v3 31/31] KVM: MMU: make spte an in-out argument in make_spte
2021-09-28 22:16:21
linux-kernel
Re: [PATCH 14/14] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
2021-09-28 22:15:20
linux-kernel
Re: [PATCH 13/14] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
2021-09-28 22:09:47
linux-kernel
Re: [PATCH 12/14] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
2021-09-28 22:06:31
linux-kernel
Re: [PATCH 11/14] KVM: stats: Add stat to detect if vcpu is currently blocking
2021-09-28 22:04:59
linux-kernel
Re: [PATCH 09/14] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
2021-09-28 22:04:48
linux-kernel
Re: [PATCH 10/14] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
2021-09-28 22:01:00
linux-kernel
Re: [PATCH 08/14] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
2021-09-28 21:31:27
linux-kernel
Re: [PATCH 06/14] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
2021-09-28 21:28:40
linux-kernel
Re: [PATCH 04/14] KVM: Reconcile discrepancies in halt-polling stats
2021-09-28 19:04:44
linux-kernel
Re: [PATCH 03/14] KVM: Refactor and document halt-polling stats update helper
2021-09-28 19:02:01
linux-kernel
Re: [PATCH 02/14] KVM: Update halt-polling stats if and only if halt-polling was attempted
2021-09-27 17:01:26
linux-kernel
Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)
2021-08-12 18:51:09
linux-kernel
Re: [PATCH 00/16] KVM: x86: pass arguments on the page fault path via struct kvm_page_fault
2021-08-02 22:45:03
linux-kernel
Re: [PATCH v3 3/3] KVM: x86/mmu: Add detailed page size stats
2021-08-02 22:43:03
linux-kernel
Re: [PATCH v3 2/3] KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage stats
2021-08-02 22:33:56
linux-kernel
Re: [PATCH v3 1/3] KVM: x86/mmu: Remove redundant spte present check in mmu_set_spte
2021-07-29 17:25:51
linux-kernel
Re: [RFC PATCH 00/10] KVM: x86/mmu: simplify argument to kvm page fault handler
2021-07-29 16:53:26
linux-kernel
Re: [RFC PATCH 00/10] KVM: x86/mmu: simplify argument to kvm page fault handler
2021-07-28 16:11:47
linux-kernel
Re: [RFC PATCH 1/4] KVM: selftests: Add support for creating non-default type VMs
2021-07-27 15:40:45
linux-kernel
Re: [PATCH v2 3/3] KVM: x86/mmu: Add detailed page size stats
2021-07-26 22:43:33
linux-kernel
Re: [RFC PATCH 3/4] KVM: selftest: Adding TDX life cycle test.
2021-07-26 22:27:28
linux-kernel
Re: [RFC PATCH 1/4] KVM: selftests: Add support for creating non-default type VMs
2021-07-08 20:39:11
linux-kernel
Re: [PATCH v2 0/2] kvm: x86: Convey the exit reason to user-space on emulation failure
2021-07-08 18:39:08
linux-kernel
Re: [PATCH v2 0/2] kvm: x86: Convey the exit reason to user-space on emulation failure
2021-07-07 23:51:31
linux-kernel
Re: [PATCH v2 0/2] kvm: x86: Convey the exit reason to user-space on emulation failure
2021-07-07 23:23:06
linux-kernel
Re: [PATCH v2 0/2] kvm: x86: Convey the exit reason to user-space on emulation failure
2021-06-30 17:10:37
linux-kernel
Re: [PATCH 0/2] KVM: x86: Convey the exit reason to user-space on emulation failure
2021-06-30 16:49:46
linux-kernel
Re: [PATCH 2/2] KVM: x86: On emulation failure, convey the exit reason to userspace
2021-06-30 16:36:57
linux-kernel
Re: [PATCH 1/2] KVM: x86: Add kvm_x86_ops.get_exit_reason
2021-06-30 16:36:04
linux-kernel
Re: [PATCH 0/2] KVM: x86: Convey the exit reason to user-space on emulation failure
2021-06-22 22:41:07
linux-kernel
Re: [PATCH] KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU check
2021-06-04 16:02:17
linux-kernel
Re: [PATCH 1/2] KVM: LAPIC: write 0 to TMICT should also cancel vmx-preemption timer
2021-06-03 23:04:41
linux-kernel
Re: [PATCH 1/2] KVM: LAPIC: write 0 to TMICT should also cancel vmx-preemption timer
2021-06-01 16:44:34
linux-kernel
[PATCH] proc: Add .gitignore for proc-subset-pid selftest