LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2021-03-10 18:00:50
linux-kernel
[PATCH v4 22/34] KVM: arm64: Refactor __load_guest_stage2()
2021-03-10 18:00:50
linux-kernel
[PATCH v4 21/34] KVM: arm64: Refactor kvm_arm_setup_stage2()
2021-03-10 18:00:41
linux-kernel
[PATCH v4 20/34] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
2021-03-10 18:00:40
linux-kernel
[PATCH v4 19/34] KVM: arm64: Use kvm_arch in kvm_s2_mmu
2021-03-10 18:00:33
linux-kernel
[PATCH v4 12/34] KVM: arm64: Introduce a Hyp buddy page allocator
2021-03-10 18:00:32
linux-kernel
[PATCH v4 15/34] arm64: asm: Provide set_sctlr_el2 macro
2021-03-10 18:00:32
linux-kernel
[PATCH v4 18/34] KVM: arm64: Use kvm_arch for stage 2 pgtable
2021-03-10 18:00:31
linux-kernel
[PATCH v4 16/34] KVM: arm64: Prepare the creation of s1 mappings at EL2
2021-03-10 18:00:30
linux-kernel
[PATCH v4 17/34] KVM: arm64: Elevate hypervisor mappings creation at EL2
2021-03-10 18:00:11
linux-kernel
[PATCH v4 13/34] KVM: arm64: Enable access to sanitized CPU features at EL2
2021-03-10 18:00:08
linux-kernel
[PATCH v4 11/34] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
2021-03-10 18:00:07
linux-kernel
[PATCH v4 10/34] KVM: arm64: Introduce an early Hyp page allocator
2021-03-10 18:00:07
linux-kernel
[PATCH v4 09/34] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
2021-03-10 18:00:06
linux-kernel
[PATCH v4 08/34] KVM: arm64: Make kvm_call_hyp() a function call at Hyp
2021-03-10 17:59:52
linux-kernel
[PATCH v4 07/34] KVM: arm64: Introduce a BSS section for use at Hyp
2021-03-10 17:59:45
linux-kernel
[PATCH v4 06/34] KVM: arm64: Factor memory allocation out of pgtable.c
2021-03-10 17:59:37
linux-kernel
[PATCH v4 03/34] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
2021-03-10 17:59:36
linux-kernel
[PATCH v4 00/34] KVM: arm64: A stage 2 for the host
2021-03-10 17:59:35
linux-kernel
[PATCH v4 02/34] KVM: arm64: Link position-independent string routines into .hyp.text
2021-03-10 17:59:35
linux-kernel
[PATCH v4 01/34] arm64: lib: Annotate {clear,copy}_page() as position-independent
2021-03-08 13:42:16
linux-kernel
Re: [PATCH v3 29/32] KVM: arm64: Wrap the host with a stage 2
2021-03-08 09:24:28
linux-kernel
Re: [PATCH v3 29/32] KVM: arm64: Wrap the host with a stage 2
2021-03-05 15:05:44
linux-kernel
Re: [PATCH v3 28/32] KVM: arm64: Add kvm_pgtable_stage2_idmap_greedy()
2021-03-05 09:54:09
linux-kernel
Re: [PATCH v3 26/32] KVM: arm64: Introduce PROT_NONE mappings for stage 2
2021-03-05 09:21:57
linux-kernel
Re: [PATCH v3 27/32] KVM: arm64: Refactor stage2_map_set_prot_attr()
2021-03-05 09:19:50
linux-kernel
Re: [PATCH v3 24/32] KVM: arm64: Reserve memory for host stage 2
2021-03-05 09:16:36
linux-kernel
Re: [PATCH v3 16/32] KVM: arm64: Elevate hypervisor mappings creation at EL2
2021-03-04 20:22:35
linux-kernel
[PATCH v3 27/32] KVM: arm64: Refactor stage2_map_set_prot_attr()
2021-03-04 18:00:51
linux-kernel
Re: [PATCH v3 12/32] KVM: arm64: Introduce a Hyp buddy page allocator
2021-03-04 09:56:41
linux-kernel
Re: [PATCH] KVM: arm64: Fix unaligned addr case in mmu walking
2021-03-04 06:34:42
linux-kernel
[PATCH v3 01/32] arm64: lib: Annotate {clear,copy}_page() as position-independent
2021-03-04 06:34:40
linux-kernel
[PATCH v3 00/32] KVM: arm64: A stage 2 for the host
2021-03-04 06:34:40
linux-kernel
[PATCH v3 08/32] KVM: arm64: Make kvm_call_hyp() a function call at Hyp
2021-03-04 06:34:32
linux-kernel
[PATCH v3 03/32] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
2021-03-04 06:34:20
linux-kernel
[PATCH v3 30/32] KVM: arm64: Page-align the .hyp sections
2021-03-04 06:33:55
linux-kernel
[PATCH v3 31/32] KVM: arm64: Disable PMU support in protected mode
2021-03-04 06:33:22
linux-kernel
[PATCH v3 17/32] KVM: arm64: Use kvm_arch for stage 2 pgtable
2021-03-04 06:33:16
linux-kernel
[PATCH v3 13/32] KVM: arm64: Enable access to sanitized CPU features at EL2
2021-03-04 06:33:09
linux-kernel
[PATCH v3 09/32] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
2021-03-04 06:33:09
linux-kernel
[PATCH v3 15/32] KVM: arm64: Prepare the creation of s1 mappings at EL2
2021-03-04 06:32:57
linux-kernel
[PATCH v3 06/32] KVM: arm64: Factor memory allocation out of pgtable.c
2021-03-04 06:32:50
linux-kernel
[PATCH v3 05/32] KVM: arm64: Avoid free_page() in page-table allocator
2021-03-04 06:32:45
linux-kernel
[PATCH v3 04/32] KVM: arm64: Initialize kvm_nvhe_init_params early
2021-03-04 06:32:45
linux-kernel
[PATCH v3 02/32] KVM: arm64: Link position-independent string routines into .hyp.text
2021-03-04 06:32:44
linux-kernel
[PATCH v3 07/32] KVM: arm64: Introduce a BSS section for use at Hyp
2021-03-04 06:32:42
linux-kernel
[PATCH v3 29/32] KVM: arm64: Wrap the host with a stage 2
2021-03-04 06:32:36
linux-kernel
[PATCH v3 23/32] KVM: arm64: Make memcache anonymous in pgtable allocator
2021-03-04 06:31:32
linux-kernel
[PATCH v3 24/32] KVM: arm64: Reserve memory for host stage 2
2021-03-04 06:31:21
linux-kernel
[PATCH v3 11/32] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
2021-03-04 06:31:18
linux-kernel
[PATCH v3 16/32] KVM: arm64: Elevate hypervisor mappings creation at EL2
2021-03-04 06:31:06
linux-kernel
[PATCH v3 19/32] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params