Quentin Perret ([email protected])

Number of posts: 920 (0.56 per day)
First post: 2019-10-07 13:40:42
Last post: 2024-03-28 10:30:32

Date List Subject
2022-04-05 03:09:02 linux-kernel Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-05 02:11:36 linux-kernel Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-04 13:42:13 linux-kernel Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-03-31 04:40:32 linux-kernel Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-03-30 14:44:26 linux-kernel Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-03-28 21:37:32 linux-kernel Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-03-25 18:32:30 linux-kernel Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-03-10 03:01:20 linux-kernel Re: [PATCH v5 1/8] KVM: arm64: Introduce hyp_alloc_private_va_range()
2021-12-15 16:13:44 linux-kernel [PATCH v4 14/14] KVM: arm64: pkvm: Unshare guest structs during teardown
2021-12-15 16:13:42 linux-kernel [PATCH v4 13/14] KVM: arm64: Expose unshare hypercall to the host
2021-12-15 16:13:32 linux-kernel [PATCH v4 12/14] KVM: arm64: Implement do_unshare() helper for unsharing memory
2021-12-15 16:13:30 linux-kernel [PATCH v4 11/14] KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()
2021-12-15 16:13:25 linux-kernel [PATCH v4 10/14] KVM: arm64: Implement do_share() helper for sharing memory
2021-12-15 16:13:23 linux-kernel [PATCH v4 09/14] KVM: arm64: Introduce wrappers for host and hyp spin lock accessors
2021-12-15 16:13:15 linux-kernel [PATCH v4 08/14] KVM: arm64: Extend pkvm_page_state enumeration to handle absent pages
2021-12-15 16:13:12 linux-kernel [PATCH v4 07/14] KVM: arm64: pkvm: Refcount the pages shared with EL2
2021-12-15 16:13:08 linux-kernel [PATCH v4 06/14] KVM: arm64: Introduce kvm_share_hyp()
2021-12-15 16:13:03 linux-kernel [PATCH v4 05/14] KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
2021-12-15 16:12:56 linux-kernel [PATCH v4 04/14] KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table
2021-12-15 16:12:52 linux-kernel [PATCH v4 03/14] KVM: arm64: Fixup hyp stage-1 refcount
2021-12-15 16:12:48 linux-kernel [PATCH v4 02/14] KVM: arm64: Refcount hyp stage-1 pgtable pages
2021-12-15 16:12:44 linux-kernel [PATCH v4 01/14] KVM: arm64: Provide {get,put}_page() stubs for early hyp allocator
2021-12-15 16:12:39 linux-kernel [PATCH v4 00/14] KVM: arm64: Introduce kvm_{un}share_hyp()
2021-12-15 16:02:12 linux-kernel Re: [PATCH v3 06/15] KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
2021-12-10 14:49:04 linux-kernel Re: [PATCH v3 15/15] KVM: arm64: pkvm: Unshare guest structs during teardown
2021-12-10 14:37:28 linux-kernel Re: [PATCH v3 07/15] KVM: arm64: Introduce kvm_share_hyp()
2021-12-10 14:34:24 linux-kernel Re: [PATCH v3 03/15] KVM: arm64: Refcount hyp stage-1 pgtable pages
2021-12-10 13:37:54 linux-kernel Re: [PATCH v3 01/15] KVM: arm64: Check if running in VHE from kvm_host_owns_hyp_mappings()
2021-12-08 15:23:28 linux-kernel [PATCH 6/6] KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHE
2021-12-08 15:23:27 linux-kernel [PATCH 5/6] KVM: arm64: pkvm: Stub io map functions
2021-12-08 15:23:18 linux-kernel [PATCH 4/6] KVM: arm64: Make __io_map_base static
2021-12-08 15:23:16 linux-kernel [PATCH 3/6] KVM: arm64: Make the hyp memory pool static
2021-12-08 15:23:12 linux-kernel [PATCH 2/6] KVM: arm64: pkvm: Disable GICv2 support
2021-12-08 15:23:10 linux-kernel [PATCH 1/6] KVM: arm64: pkvm: Fix hyp_pool max order
2021-12-08 15:23:06 linux-kernel [PATCH 0/6] KVM: arm64: Miscellaneous pkvm fixes
2021-12-08 09:51:40 linux-kernel Re: [PATCH v3 06/15] KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
2021-12-01 17:07:35 linux-kernel [PATCH v3 12/15] KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()
2021-12-01 17:06:42 linux-kernel [PATCH v3 15/15] KVM: arm64: pkvm: Unshare guest structs during teardown
2021-12-01 17:06:34 linux-kernel [PATCH v3 14/15] KVM: arm64: Expose unshare hypercall to the host
2021-12-01 17:06:32 linux-kernel [PATCH v3 13/15] KVM: arm64: Implement do_unshare() helper for unsharing memory
2021-12-01 17:06:26 linux-kernel [PATCH v3 11/15] KVM: arm64: Implement do_share() helper for sharing memory
2021-12-01 17:06:05 linux-kernel [PATCH v3 10/15] KVM: arm64: Introduce wrappers for host and hyp spin lock accessors
2021-12-01 17:06:00 linux-kernel [PATCH v3 08/15] KVM: arm64: pkvm: Refcount the pages shared with EL2
2021-12-01 17:05:54 linux-kernel [PATCH v3 09/15] KVM: arm64: Extend pkvm_page_state enumeration to handle absent pages
2021-12-01 17:05:43 linux-kernel [PATCH v3 07/15] KVM: arm64: Introduce kvm_share_hyp()
2021-12-01 17:05:32 linux-kernel [PATCH v3 06/15] KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
2021-12-01 17:05:23 linux-kernel [PATCH v3 05/15] KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table
2021-12-01 17:05:02 linux-kernel [PATCH v3 04/15] KVM: arm64: Fixup hyp stage-1 refcount
2021-12-01 17:04:55 linux-kernel [PATCH v3 03/15] KVM: arm64: Refcount hyp stage-1 pgtable pages
2021-12-01 17:04:28 linux-kernel [PATCH v3 02/15] KVM: arm64: Provide {get,put}_page() stubs for early hyp allocator
2021-12-01 17:04:24 linux-kernel [PATCH v3 01/15] KVM: arm64: Check if running in VHE from kvm_host_owns_hyp_mappings()