kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-15 17:57:31 to 2021-03-22 15:06:27 UTC [more...]

[kvm-unit-tests PATCH v2 0/6] Misc assembly fixes and cleanups
 2021-03-22 15:06 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/6] arm64: Remove unnecessary ISB when writing to SPSel
` [kvm-unit-tests PATCH v2 2/6] arm/arm64: Remove dcache_line_size global variable

[PATCH v6 00/38] KVM: arm64: Stage-2 for the host
 2021-03-22 14:19 UTC  (46+ 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 v6 22/38] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [PATCH v6 23/38] KVM: arm64: Refactor __load_guest_stage2()
` [PATCH v6 24/38] KVM: arm64: Refactor __populate_fault_info()
` [PATCH v6 25/38] KVM: arm64: Make memcache anonymous in pgtable allocator
` [PATCH v6 26/38] KVM: arm64: Reserve memory for host stage 2
` [PATCH v6 27/38] KVM: arm64: Sort the hypervisor memblocks
` [PATCH v6 28/38] KVM: arm64: Always zero invalid PTEs
` [PATCH v6 29/38] KVM: arm64: Use page-table to track page ownership
` [PATCH v6 30/38] KVM: arm64: Refactor the *_map_set_prot_attr() helpers
` [PATCH v6 31/38] KVM: arm64: Add kvm_pgtable_stage2_find_range()
` [PATCH v6 32/38] KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flag
` [PATCH v6 33/38] KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP "
` [PATCH v6 34/38] KVM: arm64: Provide sanitized mmfr* registers at EL2
` [PATCH v6 35/38] KVM: arm64: Wrap the host with a stage 2
` [PATCH v6 36/38] KVM: arm64: Page-align the .hyp sections
` [PATCH v6 37/38] KVM: arm64: Disable PMU support in protected mode
` [PATCH v6 38/38] KVM: arm64: Protect the .hyp sections from the host

[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-03-22 13:19 UTC  (8+ messages)
` [RFC PATCH 3/4] KVM: arm64: Install the block entry before unmapping the page mappings

[kvm-unit-tests PATCH 0/6] Misc assembly fixes and cleanups
 2021-03-22 12:01 UTC  (6+ messages)
` [kvm-unit-tests PATCH 2/6] arm/arm64: Remove dcache_line_size global variable

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-03-22  9:05 UTC  (12+ messages)
` [PATCH v14 05/13] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
      ` [Linuxarm] "

[kvm-unit-tests PATCH v3] configure: arm/arm64: Add --earlycon option to set UART type and address
 2021-03-22  9:13 UTC  (2+ messages)

[PATCH v5 0/6] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-03-22  6:01 UTC  (7+ messages)
` [PATCH v5 1/6] irqchip/gic-v3-its: Add a cache invalidation right after vPE unmapping
` [PATCH v5 2/6] irqchip/gic-v3-its: Drop the setting of PTZ altogether
` [PATCH v5 3/6] KVM: arm64: GICv4.1: Add function to get VLPI state
` [PATCH v5 4/6] KVM: arm64: GICv4.1: Try to save VLPI state in save_pending_tables
` [PATCH v5 5/6] KVM: arm64: GICv4.1: Restore VLPI pending state to physical side
` [PATCH v5 6/6] KVM: arm64: GICv4.1: Give a chance to save VLPI state

[PATCH 0/7] KVM: arm64: add more event counters for kvm_stat
 2021-03-19 16:17 UTC  (8+ messages)
` [PATCH 1/7] KVM: arm64: Add two page mapping "
` [PATCH 2/7] KVM: arm64: Add remote_tlb_flush counter "
` [PATCH 3/7] KVM: arm64: Add cached_page_invalidated "
` [PATCH 4/7] KVM: arm64: Add flush_all_cache_lines "
` [PATCH 5/7] KVM: arm64: Add memory_slot_unmaped "
` [PATCH 6/7] KVM: arm64: Add stage2_unmap_vm "
` [PATCH 7/7] KVM: arm64: Add irq_inject "

[PATCH v2 00/11] KVM: arm64: Enable SVE support on nVHE systems
 2021-03-19 17:53 UTC  (24+ 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 "

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

[kvm-unit-tests PATCH v2] configure: arm/arm64: Add --earlycon option to set UART type and address
 2021-03-19 11:57 UTC  (4+ messages)

[PATCH v3 0/5] Debug info for nVHE hyp panics
 2021-03-19 10:42 UTC  (15+ 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] 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  (9+ messages)
` [PATCH kvmtool v3 13/22] hw/serial: Refactor trap handler
` [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 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  (17+ messages)
` [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 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

[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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).