Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2021-03-15 14:36:07 to 2021-03-19 10:02:40 UTC [more...]

[PATCH v6 00/38] KVM: arm64: Stage-2 for the host
 2021-03-19 10:01 UTC  (22+ messages)
` [PATCH v6 01/38] arm64: lib: Annotate {clear, copy}_page() as position-independent
` [PATCH v6 02/38] KVM: arm64: Link position-independent string routines into .hyp.text
` [PATCH v6 03/38] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
` [PATCH v6 04/38] KVM: arm64: Initialize kvm_nvhe_init_params early
` [PATCH v6 05/38] KVM: arm64: Avoid free_page() in page-table allocator
` [PATCH v6 06/38] KVM: arm64: Factor memory allocation out of pgtable.c
` [PATCH v6 07/38] KVM: arm64: Introduce a BSS section for use at Hyp
` [PATCH v6 08/38] KVM: arm64: Make kvm_call_hyp() a function call "
` [PATCH v6 09/38] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
` [PATCH v6 10/38] KVM: arm64: Introduce an early Hyp page allocator
` [PATCH v6 11/38] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
` [PATCH v6 12/38] KVM: arm64: Introduce a Hyp buddy page allocator
` [PATCH v6 13/38] KVM: arm64: Enable access to sanitized CPU features at EL2
` [PATCH v6 14/38] KVM: arm64: Provide __flush_dcache_area "
` [PATCH v6 15/38] KVM: arm64: Factor out vector address calculation
` [PATCH v6 16/38] arm64: asm: Provide set_sctlr_el2 macro
` [PATCH v6 17/38] KVM: arm64: Prepare the creation of s1 mappings at EL2
` [PATCH v6 18/38] KVM: arm64: Elevate hypervisor mappings creation "
` [PATCH v6 19/38] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [PATCH v6 20/38] KVM: arm64: Use kvm_arch in kvm_s2_mmu
` [PATCH v6 21/38] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params

[PATCH v3 0/5] Debug info for nVHE hyp panics
 2021-03-19  9:59 UTC  (13+ messages)
` [PATCH v3 1/5] bug: Remove redundant condition check in report_bug
` [PATCH v3 2/5] bug: Factor out a getter for a bug's file line
` [PATCH v3 3/5] bug: Assign values once in bug_get_file_line()
` [PATCH v3 4/5] KVM: arm64: Use BUG and BUG_ON in nVHE hyp
` [PATCH v3 5/5] KVM: arm64: Log source when panicking from "

[PATCH v2 00/11] KVM: arm64: Enable SVE support on nVHE systems
 2021-03-18 18:40 UTC  (20+ messages)
` [PATCH v2 01/11] KVM: arm64: Provide KVM's own save/restore SVE primitives
` [PATCH v2 02/11] KVM: arm64: Use {read, write}_sysreg_el1 to access ZCR_EL1
` [PATCH v2 03/11] KVM: arm64: Let vcpu_sve_pffr() handle HYP VAs
` [PATCH v2 04/11] KVM: arm64: Introduce vcpu_sve_vq() helper
` [PATCH v2 05/11] arm64: sve: Provide a conditional update accessor for ZCR_ELx
` [PATCH v2 06/11] KVM: arm64: Rework SVE host-save/guest-restore
` [PATCH v2 07/11] KVM: arm64: Map SVE context at EL2 when available
` [PATCH v2 08/11] KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD state
` [PATCH v2 09/11] KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirty
` [PATCH v2 10/11] KVM: arm64: Save/restore SVE state for nVHE
` [PATCH v2 11/11] KVM: arm64: Enable SVE support "

[kvm-unit-tests PATCH v2] configure: arm/arm64: Add --earlycon option to set UART type and address
 2021-03-18 16:41 UTC  (2+ messages)

[PATCH] KVM: arm64: Update comment for parameter rename
 2021-03-18 10:46 UTC  (2+ messages)

[PATCH kvmtool v3 00/22] Unify I/O port and MMIO trap handling
 2021-03-18 10:04 UTC  (28+ messages)
` [PATCH kvmtool v3 01/22] ioport: Remove ioport__setup_arch()
` [PATCH kvmtool v3 02/22] hw/serial: Use device abstraction for FDT generator function
` [PATCH kvmtool v3 03/22] ioport: Retire .generate_fdt_node functionality
` [PATCH kvmtool v3 04/22] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool v3 05/22] hw/i8042: Clean up data types
` [PATCH kvmtool v3 06/22] hw/i8042: Refactor trap handler
` [PATCH kvmtool v3 07/22] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool v3 08/22] x86/ioport: Refactor "
` [PATCH kvmtool v3 09/22] x86/ioport: Switch to new "
` [PATCH kvmtool v3 10/22] hw/rtc: Refactor "
` [PATCH kvmtool v3 11/22] hw/rtc: Switch to new trap handler
` [PATCH kvmtool v3 12/22] hw/vesa: Switch trap handling to use MMIO handler
` [PATCH kvmtool v3 13/22] hw/serial: Refactor trap handler
` [PATCH kvmtool v3 14/22] hw/serial: Switch to new trap handlers
` [PATCH kvmtool v3 15/22] vfio: Refactor ioport trap handler
` [PATCH kvmtool v3 16/22] vfio: Switch to new ioport trap handlers
` [PATCH kvmtool v3 17/22] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool v3 18/22] pci: "
` [PATCH kvmtool v3 19/22] Remove ioport specific routines
` [PATCH kvmtool v3 20/22] arm: Reorganise and document memory map
` [PATCH kvmtool v3 21/22] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool v3 22/22] hw/rtc: "

[PATCH 00/10] KVM: arm64: Enable SVE support on nVHE systems
 2021-03-18  9:14 UTC  (31+ messages)
` [PATCH 01/10] KVM: arm64: Provide KVM's own save/restore SVE primitives
` [PATCH 02/10] KVM: arm64: Use {read, write}_sysreg_el1 to access ZCR_EL1
  ` [PATCH 02/10] KVM: arm64: Use {read,write}_sysreg_el1 "
` [PATCH 03/10] KVM: arm64: Let vcpu_sve_pffr() handle HYP VAs
` [PATCH 04/10] KVM: arm64: Introduce vcpu_sve_vq() helper
` [PATCH 05/10] KVM: arm64: Rework SVE host-save/guest-restore
` [PATCH 06/10] KVM: arm64: Map SVE context at EL2 when available
` [PATCH 07/10] KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD state
` [PATCH 08/10] KVM: arm64: Add a nVHE-specific SVE VQ reset hypercall
` [PATCH 09/10] KVM: arm64: Save/restore SVE state for nVHE
` [PATCH 10/10] KVM: arm64: Enable SVE support "

[PATCH v5 00/36] KVM: arm64: A stage 2 for the host
 2021-03-17 14:57 UTC  (51+ messages)
` [PATCH v5 10/36] KVM: arm64: Introduce an early Hyp page allocator
` [PATCH v5 11/36] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
` [PATCH v5 12/36] KVM: arm64: Introduce a Hyp buddy page allocator
` [PATCH v5 13/36] KVM: arm64: Enable access to sanitized CPU features at EL2
` [PATCH v5 14/36] KVM: arm64: Provide __flush_dcache_area "
` [PATCH v5 15/36] KVM: arm64: Factor out vector address calculation
` [PATCH v5 16/36] arm64: asm: Provide set_sctlr_el2 macro
` [PATCH v5 17/36] KVM: arm64: Prepare the creation of s1 mappings at EL2
` [PATCH v5 18/36] KVM: arm64: Elevate hypervisor mappings creation "
` [PATCH v5 19/36] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [PATCH v5 20/36] KVM: arm64: Use kvm_arch in kvm_s2_mmu
` [PATCH v5 21/36] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [PATCH v5 22/36] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [PATCH v5 23/36] KVM: arm64: Refactor __load_guest_stage2()
` [PATCH v5 24/36] KVM: arm64: Refactor __populate_fault_info()
` [PATCH v5 25/36] KVM: arm64: Make memcache anonymous in pgtable allocator
` [PATCH v5 26/36] KVM: arm64: Reserve memory for host stage 2
` [PATCH v5 27/36] KVM: arm64: Sort the hypervisor memblocks
` [PATCH v5 28/36] KVM: arm64: Always zero invalid PTEs
` [PATCH v5 29/36] KVM: arm64: Use page-table to track page ownership
` [PATCH v5 30/36] KVM: arm64: Refactor the *_map_set_prot_attr() helpers
` [PATCH v5 31/36] KVM: arm64: Add kvm_pgtable_stage2_find_range()
` [PATCH v5 32/36] KVM: arm64: Provide sanitized mmfr* registers at EL2
` [PATCH v5 33/36] KVM: arm64: Wrap the host with a stage 2
  ` [PATCH 0/2] Fixes for FWB
    ` [PATCH 1/2] KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB Stage-2 flag
    ` [PATCH 2/2] KVM: arm64: Disable FWB in host stage-2
` [PATCH v5 34/36] KVM: arm64: Page-align the .hyp sections
` [PATCH v5 35/36] KVM: arm64: Disable PMU support in protected mode
` [PATCH v5 36/36] KVM: arm64: Protect the .hyp sections from the host

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-03-16 18:10 UTC  (4+ messages)

[RFC PATCH 0/4] KVM: stats: Retrieve statistics data in binary format
 2021-03-16 17:54 UTC  (5+ messages)
` [RFC PATCH 3/4] KVM: stats: Add ioctl commands to pull statistics "

[PATCH 00/11] KVM: arm64: Initial host support for the Apple M1
 2021-03-16 17:46 UTC  (12+ messages)
` [PATCH 01/11] irqchip/gic: Split vGIC probing information from the GIC code
` [PATCH 02/11] KVM: arm64: Handle physical FIQ as an IRQ while running a guest
` [PATCH 03/11] KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt
` [PATCH 04/11] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH 05/11] KVM: arm64: vgic: move irq->get_input_level into an ops structure
` [PATCH 06/11] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH 07/11] KVM: arm64: timer: Refactor IRQ configuration
` [PATCH 08/11] KVM: arm64: timer: Add support for SW-based deactivation
` [PATCH 09/11] irqchip/apple-aic: Fix [un]masking of guest timers
` [PATCH 10/11] irqchip/apple-aic: Initialise SYS_APL_VM_TMR_FIQ_ENA_EL1 at boot time
` [PATCH 11/11] irqchip/apple-aic: Advertise some level of vGICv3 compatibility

[kvm-unit-tests PATCH 0/6] Misc assembly fixes and cleanups
 2021-03-16 15:40 UTC  (8+ messages)
` [kvm-unit-tests PATCH 2/6] arm/arm64: Remove dcache_line_size global variable
` [kvm-unit-tests PATCH 3/6] arm/arm64: Remove unnecessary ISB when doing dcache maintenance

[RFC PATCH v2 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-03-16 13:43 UTC  (3+ messages)
` [RFC PATCH v2 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
` [RFC PATCH v2 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-03-15 18:04 UTC  (2+ messages)

[PATCH 0/4] KVM: arm64: Minor page fault handler improvement
 2021-03-16  4:20 UTC  (6+ messages)
` [PATCH 2/4] KVM: arm64: Use find_vma_intersection()

[PATCH v2 0/3] KVM: arm64: Minor page fault handler improvement
 2021-03-16  4:11 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Hide kvm_mmu_wp_memory_region()
` [PATCH v2 2/3] KVM: arm64: Use find_vma_intersection()
` [PATCH v2 3/3] KVM: arm64: Don't retrieve memory slot again in page fault handler

[kvm-unit-tests PATCH v4 00/11] GIC fixes and improvements
 2021-03-15 17:57 UTC  (2+ messages)

[kvm-unit-tests PATCH] configure: arm/arm64: Add --earlycon option to set UART type and address
 2021-03-15 16:38 UTC  (3+ messages)

[GIT PULL] KVM/arm64 fixes for 5.12, take #1
 2021-03-15 14:36 UTC  (5+ messages)
` [PATCH 0/8] "
  ` [PATCH 7/8] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox