Show patches with: Submitter = Quentin Perret       |    Archived = No       |   42 patches
Patch Series S/W/F Date Submitter Delegate State
[2/2] of/fdt: Make sure no-map does not remove already reserved regions fdt: A couple of no-map fixes --- 2021-01-15 Quentin Perret New
[1/2] fdt: Properly handle "no-map" field in the memory region fdt: A couple of no-map fixes --- 2021-01-15 Quentin Perret New
[RFC,v2,26/26] KVM: arm64: Wrap the host with a stage 2 KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,25/26] KVM: arm64: Reserve memory for host stage 2 KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,24/26] KVM: arm64: Make memcache anonymous in pgtable allocator KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret Accepted
[RFC,v2,23/26] KVM: arm64: Refactor __populate_fault_info() KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,22/26] KVM: arm64: Refactor __load_guest_stage2() KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret Accepted
[RFC,v2,21/26] KVM: arm64: Refactor kvm_arm_setup_stage2() KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,20/26] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,19/26] KVM: arm64: Use kvm_arch in kvm_s2_mmu KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,18/26] KVM: arm64: Use kvm_arch for stage 2 pgtable KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret Accepted
[RFC,v2,17/26] KVM: arm64: Elevate Hyp mappings creation at EL2 KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,16/26] KVM: arm64: Prepare Hyp memory protection KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,15/26] of/fdt: Introduce early_init_dt_add_memory_hyp() KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,14/26] KVM: arm64: Factor out vector address calculation KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret Accepted
[RFC,v2,13/26] KVM: arm64: Enable access to sanitized CPU features at EL2 KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,12/26] KVM: arm64: Introduce a Hyp buddy page allocator KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,11/26] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret Accepted
[RFC,v2,10/26] KVM: arm64: Introduce an early Hyp page allocator KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret Accepted
[RFC,v2,09/26] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,08/26] KVM: arm64: Make kvm_call_hyp() a function call at Hyp KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret Accepted
[RFC,v2,07/26] KVM: arm64: Introduce a BSS section for use at Hyp KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,06/26] KVM: arm64: Factor memory allocation out of pgtable.c KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,05/26] KVM: arm64: Avoid free_page() in page-table allocator KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret Accepted
[RFC,v2,04/26] KVM: arm64: Initialize kvm_nvhe_init_params early KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,03/26] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,02/26] KVM: arm64: Link position-independent string routines into .hyp.text KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,v2,01/26] arm64: lib: Annotate {clear,copy}_page() as position-independent KVM/arm64: A stage 2 for the host --- 2021-01-08 Quentin Perret New
[RFC,26/27] KVM: arm64: Sort the memblock regions list [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret New
[RFC,25/27] KVM: arm64: Reserve memory for host stage 2 [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret Superseded
[RFC,23/27] KVM: arm64: Refactor __populate_fault_info() [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret Superseded
[RFC,20/27] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret Superseded
[RFC,19/27] KVM: arm64: Use kvm_arch in kvm_s2_mmu [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret New
[RFC,17/27] KVM: arm64: Elevate Hyp mappings creation at EL2 [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret Superseded
[RFC,16/27] KVM: arm64: Prepare Hyp memory protection [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret Superseded
[RFC,14/27] KVM: arm64: Factor out vector address calculation [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret Superseded
[RFC,13/27] KVM: arm64: Enable access to sanitized CPU features at EL2 [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret New
[RFC,10/27] KVM: arm64: Introduce an early Hyp page allocator [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret Superseded
[RFC,08/27] KVM: arm64: Make kvm_call_hyp() a function call at Hyp [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret Superseded
[RFC,04/27] KVM: arm64: Initialize kvm_nvhe_init_params early [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret New
[RFC,02/27] KVM: arm64: Link position-independent string routines into .hyp.text [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret New
[RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent [RFC,01/27] arm64: lib: Annotate {clear,copy}_page() as position-independent --- 2020-11-17 Quentin Perret Superseded