Oliver Upton ([email protected])

Number of posts: 471 (0.65 per day)
First post: 2022-06-16 19:29:19
Last post: 2024-06-14 20:12:58

Date List Subject
2024-03-07 22:18:08 linux-kernel Re: [PATCH][next] KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
2024-03-06 08:40:04 linux-kernel Re: [RFC PATCH] kvm: nv: Optimize the unmapping of shadow S2-MMU tables.
2024-03-05 08:50:35 linux-kernel Re: [RFC PATCH] kvm: nv: Optimize the unmapping of shadow S2-MMU tables.
2024-03-01 20:10:00 linux-kernel Re: [PATCH] KVM: arm64: Only save S1PIE registers when dirty
2024-02-29 06:40:23 linux-kernel Re: [PATCH v3 3/8] KVM: selftests: Move setting a vCPU's entry point to a dedicated API
2024-02-29 06:38:49 linux-kernel Re: [PATCH] KVM: selftests: aarch64: Remove unused functions from vpmu test
2024-02-28 21:34:36 linux-kernel Re: [PATCH v3 3/8] KVM: selftests: Move setting a vCPU's entry point to a dedicated API
2024-02-28 21:30:11 linux-kernel Re: [PATCH v3 3/8] KVM: selftests: Move setting a vCPU's entry point to a dedicated API
2024-02-27 20:27:17 linux-kernel Re: [PATCH] arm64: errata: Minimize tlb flush due to vttbr writes on AmpereOne
2024-02-27 09:02:31 linux-kernel Re: [PATCH v9 0/4] KVM: arm64: Allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-27 07:17:09 linux-kernel Re: [PATCH 2/2] KVM: arm64: Reuse struct cpu_fp_state to track the guest FP state
2024-02-26 23:49:17 linux-kernel Re: [PATCH v9 0/4] KVM: arm64: Allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-24 11:11:59 linux-kernel Re: [PATCH 3/3] irqchip/gic-v3-its: Print the vPE table installed in redistributor
2024-02-24 11:02:59 linux-kernel Re: [PATCH 2/3] irqchip/gic-v3-its: Spin off GICv4 init into a separate function
2024-02-24 09:16:07 linux-kernel Re: (subset) [PATCH 5/8] KVM: arm64: Fix typos
2024-02-24 09:13:38 linux-kernel Re: [PATCH 5/8] KVM: arm64: Fix typos
2024-02-23 21:52:37 linux-kernel Re: [PATCH v4 00/10] KVM: arm64: Avoid serializing LPI get() / put()
2024-02-23 21:51:41 linux-kernel Re: [PATCH] KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
2024-02-22 20:03:55 linux-kernel Re: linux-next: build failure after merge of the kvm-arm tree
2024-02-21 05:47:21 linux-kernel [PATCH v4 08/10] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
2024-02-21 05:47:05 linux-kernel [PATCH v4 10/10] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
2024-02-21 05:46:33 linux-kernel [PATCH v4 03/10] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
2024-02-21 05:46:15 linux-kernel [PATCH v4 09/10] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
2024-02-21 05:46:00 linux-kernel [PATCH v4 06/10] KVM: arm64: vgic: Use atomics to count LPIs
2024-02-21 05:45:46 linux-kernel [PATCH v4 07/10] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
2024-02-21 05:45:16 linux-kernel [PATCH v4 05/10] KVM: arm64: vgic: Get rid of the LPI linked-list
2024-02-21 05:44:58 linux-kernel [PATCH v4 04/10] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
2024-02-21 05:44:22 linux-kernel [PATCH v4 02/10] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
2024-02-21 05:44:06 linux-kernel [PATCH v4 01/10] KVM: arm64: vgic: Store LPIs in an xarray
2024-02-21 05:43:59 linux-kernel [PATCH v4 00/10] KVM: arm64: Avoid serializing LPI get() / put()
2024-02-21 05:14:06 linux-kernel Re: [PATCH v3 01/10] KVM: arm64: vgic: Store LPIs in an xarray
2024-02-20 18:02:45 linux-kernel Re: [PATCH v3 01/10] KVM: arm64: vgic: Store LPIs in an xarray
2024-02-20 17:43:20 linux-kernel Re: [PATCH v3 01/10] KVM: arm64: vgic: Store LPIs in an xarray
2024-02-20 17:16:40 linux-kernel Re: [PATCH v3 01/10] KVM: arm64: vgic: Store LPIs in an xarray
2024-02-19 19:01:52 linux-kernel [PATCH 2/3] irqchip/gic-v3-its: Spin off GICv4 init into a separate function
2024-02-19 18:59:30 linux-kernel [PATCH 3/3] irqchip/gic-v3-its: Print the vPE table installed in redistributor
2024-02-19 18:59:04 linux-kernel [PATCH 1/3] irqchip/gic-v3-its: Do not assume vPE tables are preallocated
2024-02-19 18:58:50 linux-kernel [PATCH 0/3] irqchip/gic-v3-its: Fix GICv4.1 initialization after kexec
2024-02-18 18:05:59 linux-kernel Re: [PATCH v3 04/10] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
2024-02-16 18:54:28 linux-kernel [PATCH v3 09/10] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
2024-02-16 18:54:20 linux-kernel [PATCH v3 08/10] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
2024-02-16 18:54:03 linux-kernel [PATCH v3 07/10] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
2024-02-16 18:45:56 linux-kernel [PATCH v3 10/10] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
2024-02-16 18:44:29 linux-kernel [PATCH v3 06/10] KVM: arm64: vgic: Use atomics to count LPIs
2024-02-16 18:44:06 linux-kernel [PATCH v3 05/10] KVM: arm64: vgic: Get rid of the LPI linked-list
2024-02-16 18:43:48 linux-kernel [PATCH v3 04/10] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
2024-02-16 18:43:39 linux-kernel [PATCH v3 03/10] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
2024-02-16 18:43:13 linux-kernel [PATCH v3 02/10] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
2024-02-16 18:43:08 linux-kernel [PATCH v3 01/10] KVM: arm64: vgic: Store LPIs in an xarray
2024-02-16 18:42:50 linux-kernel [PATCH v3 00/10] KVM: arm64: Avoid serializing LPI get() / put()
2024-02-16 16:02:05 linux-kernel [PATCH] KVM: Get rid of return value from kvm_arch_create_vm_debugfs()