kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-16 08:17:04 to 2020-11-23 12:34:33 UTC [more...]

[RFC PATCH 00/27] KVM/arm64: A stage 2 for the host
 2020-11-23 12:34 UTC  (33+ messages)
` [RFC PATCH 01/27] arm64: lib: Annotate {clear, copy}_page() as position-independent
` [RFC PATCH 02/27] KVM: arm64: Link position-independent string routines into .hyp.text
` [RFC PATCH 03/27] KVM: arm64: Add standalone ticket spinlock implementation for use at hyp
` [RFC PATCH 04/27] KVM: arm64: Initialize kvm_nvhe_init_params early
` [RFC PATCH 05/27] KVM: arm64: Avoid free_page() in page-table allocator
` [RFC PATCH 06/27] KVM: arm64: Factor memory allocation out of pgtable.c
` [RFC PATCH 07/27] KVM: arm64: Introduce a BSS section for use at Hyp
` [RFC PATCH 08/27] KVM: arm64: Make kvm_call_hyp() a function call "
` [RFC PATCH 09/27] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
` [RFC PATCH 10/27] KVM: arm64: Introduce an early Hyp page allocator
` [RFC PATCH 11/27] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
` [RFC PATCH 12/27] KVM: arm64: Introduce a Hyp buddy page allocator
` [RFC PATCH 13/27] KVM: arm64: Enable access to sanitized CPU features at EL2
` [RFC PATCH 14/27] KVM: arm64: Factor out vector address calculation
` [RFC PATCH 15/27] of/fdt: Introduce early_init_dt_add_memory_hyp()
` [RFC PATCH 16/27] KVM: arm64: Prepare Hyp memory protection
` [RFC PATCH 17/27] KVM: arm64: Elevate Hyp mappings creation at EL2
` [RFC PATCH 18/27] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [RFC PATCH 19/27] KVM: arm64: Use kvm_arch in kvm_s2_mmu
` [RFC PATCH 20/27] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [RFC PATCH 21/27] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [RFC PATCH 22/27] KVM: arm64: Refactor __load_guest_stage2()
` [RFC PATCH 23/27] KVM: arm64: Refactor __populate_fault_info()
` [RFC PATCH 24/27] KVM: arm64: Make memcache anonymous in pgtable allocator
` [RFC PATCH 25/27] KVM: arm64: Reserve memory for host stage 2
` [RFC PATCH 26/27] KVM: arm64: Sort the memblock regions list
` [RFC PATCH 27/27] KVM: arm64: Wrap the host with a stage 2

[PATCH v5 0/2] MTE support for KVM guest
 2020-11-23 12:16 UTC  (12+ messages)
` [PATCH v5 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v5 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH v15 0/9] Enable ptp_kvm for arm/arm64
 2020-11-23 11:59 UTC  (9+ messages)
` [PATCH v15 6/9] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v15 7/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [PATCH v15 8/9] doc: add ptp_kvm introduction for arm64 support

[RFC PATCH v1 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2020-11-23  9:27 UTC  (8+ messages)
` [RFC PATCH v1 1/4] irqchip/gic-v4.1: Plumb get_irqchip_state VLPI callback
` [RFC PATCH v1 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
` [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
` [RFC PATCH v1 4/4] KVM: arm64: GICv4.1: Give a chance to save VLPI's pending state

[kvm-unit-tests] its-migration segmentation fault
 2020-11-20 13:34 UTC  (3+ messages)

[PATCH v3 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2020-11-20 11:36 UTC  (11+ messages)
` [PATCH v3 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
` [PATCH v3 2/5] firmware: smccc: Introduce SMCCC TRNG framework
` [PATCH v3 3/5] ARM: implement support for SMCCC TRNG entropy source
` [PATCH v3 4/5] arm64: Add "

[PATCH v2 0/5] KVM: arm64: Host EL2 entry improvements
 2020-11-20 11:26 UTC  (4+ messages)
` [PATCH v2 3/5] KVM: arm64: Patch kimage_voffset instead of loading the EL1 value

[PATCH v4 0/2] MTE support for KVM guest
 2020-11-20  9:33 UTC  (16+ messages)
` [PATCH v4 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v4 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-11-19 17:02 UTC  (19+ messages)
` [PATCH v13 01/15] iommu: Introduce attach/detach_pasid_table API
` [PATCH v13 02/15] iommu: Introduce bind/unbind_guest_msi
` [PATCH v13 03/15] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v13 04/15] iommu/smmuv3: Allow s1 and s2 configs to coexist
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v13 06/15] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v13 08/15] iommu/smmuv3: Implement cache_invalidate
` [PATCH v13 09/15] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v13 10/15] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v13 11/15] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v13 12/15] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v13 13/15] iommu/smmuv3: Report non recoverable faults
` [PATCH v13 14/15] iommu/smmuv3: Accept configs with more than one context descriptor
` [PATCH v13 15/15] iommu/smmuv3: Add PASID cache invalidation per PASID

[RFC PATCH v3 00/16] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2020-11-19 16:59 UTC  (11+ messages)
` [RFC PATCH v3 01/16] KVM: arm64: Initialize VCPU mdcr_el2 before loading it
` [RFC PATCH v3 04/16] arm64: Introduce CPU SPE feature
` [RFC PATCH v3 06/16] KVM: arm64: Introduce SPE primitives
` [RFC PATCH v3 08/16] KVM: arm64: Add a new VCPU device control group for SPE
` [RFC PATCH v3 10/16] KVM: arm64: Add a new VM "

[RFC PATCH 0/6] kvm: arm64: Fix up hyp relocations
 2020-11-19 16:25 UTC  (7+ messages)
` [RFC PATCH 1/6] kvm: arm64: Set up .hyp.rodata ELF section
` [RFC PATCH 2/6] kvm: arm64: Fix up RELA relocations in hyp code/data
` [RFC PATCH 3/6] kvm: arm64: Fix up RELR relocation "
` [RFC PATCH 4/6] kvm: arm64: Remove patching of fn pointers in hyp
` [RFC PATCH 5/6] kvm: arm64: Fix constant-pool users "
` [RFC PATCH 6/6] kvm: arm64: Remove hyp_symbol_addr

[PATCH 0/3] KVM: arm64: Boring cosmetic patches
 2020-11-18 19:44 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Move 'struct kvm_arch_memory_slot' out of uapi/
` [PATCH 2/3] KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()
` [PATCH 3/3] KVM: arm64: Remove unused __extended_idmap_trampoline() prototype

[PATCH] KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace
 2020-11-17 18:55 UTC  (3+ messages)

[PATCH 0/2] KVM: arm64: vgic: Fix handling of userspace register accesses
 2020-11-17 13:09 UTC  (11+ messages)
` [PATCH 1/2] KVM: arm64: vgic: Forbid invalid userspace Redistributor accesses

[PATCH v12 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-11-17 12:36 UTC  (20+ messages)
` [PATCH v12 01/15] iommu: Introduce attach/detach_pasid_table API
` [PATCH v12 02/15] iommu: Introduce bind/unbind_guest_msi
` [PATCH v12 03/15] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v12 04/15] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg
` [PATCH v12 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v12 06/15] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v12 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v12 08/15] iommu/smmuv3: Implement cache_invalidate
` [PATCH v12 09/15] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v12 10/15] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v12 11/15] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v12 12/15] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v12 13/15] iommu/smmuv3: Report non recoverable faults
` [PATCH v12 14/15] iommu/smmuv3: Accept configs with more than one context descriptor
` [PATCH v12 15/15] iommu/smmuv3: Add PASID cache invalidation per PASID

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-11-17  9:16 UTC  (8+ messages)

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2020-11-17  2:11 UTC  (17+ messages)
` [PATCH v11 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v11 02/13] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v11 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING
` [PATCH v11 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v11 05/13] vfio/pci: Register an iommu fault handler
` [PATCH v11 06/13] vfio/pci: Allow to mmap the fault queue
` [PATCH v11 07/13] vfio: Use capability chains to handle device specific irq
` [PATCH v11 08/13] vfio/pci: Add framework for custom interrupt indices
` [PATCH v11 09/13] vfio: Add new IRQ for DMA fault reporting
` [PATCH v11 10/13] vfio/pci: Register and allow DMA FAULT IRQ signaling
` [PATCH v11 11/13] vfio: Document nested stage control
` [PATCH v11 12/13] vfio/pci: Register a DMA fault response region
` [PATCH v11 13/13] vfio/pci: Inject page response upon response region fill

[PATCH v2 00/24] Opt-in always-on nVHE hypervisor
 2020-11-16 20:43 UTC  (25+ messages)
` [PATCH v2 01/24] psci: Support psci_ops.get_version for v0.1
` [PATCH v2 02/24] psci: Accessor for configured PSCI function IDs
` [PATCH v2 03/24] arm64: Make cpu_logical_map() take unsigned int
` [PATCH v2 04/24] arm64: Move MAIR_EL1_SET to asm/memory.h
` [PATCH v2 05/24] kvm: arm64: Initialize MAIR_EL2 using a constant
` [PATCH v2 06/24] kvm: arm64: Move hyp-init params to a per-CPU struct
` [PATCH v2 07/24] kvm: arm64: Refactor handle_trap to use a switch
` [PATCH v2 08/24] kvm: arm64: Add SMC handler in nVHE EL2
` [PATCH v2 09/24] kvm: arm64: Add .hyp.data..ro_after_init ELF section
` [PATCH v2 10/24] kvm: arm64: Support per_cpu_ptr in nVHE hyp code
` [PATCH v2 11/24] kvm: arm64: Create nVHE copy of cpu_logical_map
` [PATCH v2 12/24] kvm: arm64: Bootstrap PSCI SMC handler in nVHE EL2
` [PATCH v2 13/24] kvm: arm64: Add offset for hyp VA <-> PA conversion
` [PATCH v2 14/24] kvm: arm64: Forward safe PSCI SMCs coming from host
` [PATCH v2 15/24] kvm: arm64: Extract parts of el2_setup into a macro
` [PATCH v2 16/24] kvm: arm64: Extract __do_hyp_init into a helper function
` [PATCH v2 17/24] kvm: arm64: Add CPU entry point in nVHE hyp
` [PATCH v2 18/24] kvm: arm64: Add function to enter host from KVM nVHE hyp code
` [PATCH v2 19/24] kvm: arm64: Intercept host's PSCI_CPU_ON SMCs
` [PATCH v2 20/24] kvm: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
` [PATCH v2 21/24] kvm: arm64: Add kvm-arm.protected early kernel parameter
` [PATCH v2 22/24] kvm: arm64: Keep nVHE EL2 vector installed
` [PATCH v2 23/24] kvm: arm64: Trap host SMCs in protected mode
` [PATCH v2 24/24] kvm: arm64: Fix EL2 mode availability checks

[PATCH] memory: Skip dirty tracking for un-migratable memory regions
 2020-11-16 18:22 UTC  (3+ messages)

[PATCH v1 00/24] Opt-in always-on nVHE hypervisor
 2020-11-16 17:56 UTC  (8+ messages)
` [PATCH v1 10/24] kvm: arm64: Extract parts of el2_setup into a macro
` [PATCH v1 13/24] kvm: arm64: Add CPU entry point in nVHE hyp

[PATCH] irqchip/gic-v4.1: Optimize the wait for the completion of the analysis of the VPT
 2020-11-16  7:22 UTC  (2+ messages)

[RFC] vfio-pci/migration: Dirty logging of the Memory BAR region?
 2020-11-16  8:16 UTC  (3+ 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).