kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-20 11:46:09 to 2020-04-02 14:41:32 UTC [more...]

[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
 2020-04-02 14:41 UTC  (27+ messages)
` [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v7 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v7 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v7 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v7 13/13] arm/arm64: ITS: pending table migration test

[PATCH 0/2] KVM: arm64: PSCI fixes
 2020-04-02 13:48 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: PSCI: Narrow input registers when using 32bit functions
` [PATCH 2/2] KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests

[kvm-unit-tests PATCH 0/2] arm/arm64: Add IPI/vtimer latency
 2020-04-02 12:18 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/2] arm/arm64: gic: Add IPI latency test
` [kvm-unit-tests PATCH 2/2] arm/arm64: Add vtimer "

[PATCH 0/6] Introduce ID_PFR2 and other CPU feature changes
 2020-04-02  2:33 UTC  (7+ messages)
` [PATCH 1/6] arm64/cpufeature: Introduce ID_PFR2 CPU register

[PATCH] KVM: Fix spelling in code comments
 2020-04-01 14:03 UTC 

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

[PATCH] KVM: arm64: vgic-v3: Clear pending bit in guest memory after synchronization
 2020-04-01 12:52 UTC  (5+ messages)

[GIT PULL] KVM/arm updates for Linux 5.7
 2020-03-31 14:45 UTC  (17+ messages)
` [PATCH 01/15] KVM: arm64: Use the correct timer structure to access the physical counter
` [PATCH 02/15] arm: Unplug KVM from the build system
` [PATCH 03/15] arm: Remove KVM from config files
` [PATCH 04/15] arm: Remove 32bit KVM host support
` [PATCH 05/15] arm: Remove HYP/Stage-2 page-table support
` [PATCH 06/15] arm: Remove GICv3 vgic compatibility macros
` [PATCH 07/15] arm: Remove the ability to set HYP vectors outside of the decompressor
` [PATCH 08/15] MAINTAINERS: RIP KVM/arm
` [PATCH 09/15] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH 10/15] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH 11/15] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
` [PATCH 12/15] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH 13/15] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
` [PATCH 14/15] KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
` [PATCH 15/15] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

kvm stage 2 mapping logic
 2020-03-31 13:14 UTC  (3+ messages)

[RFC PATCH] arm64: unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}
 2020-03-30 10:06 UTC  (9+ messages)

[RFC PATCH v10 0/9] Enable ptp_kvm for arm/arm64
 2020-03-27  9:36 UTC  (4+ messages)

[PATCH v2 0/7] Removing support for 32bit KVM/arm host
 2020-03-26 10:17 UTC  (10+ messages)
` [PATCH v2 1/7] arm: Unplug KVM from the build system
` [PATCH v2 2/7] arm: Remove KVM from config files
` [PATCH v2 3/7] arm: Remove 32bit KVM host support
` [PATCH v2 4/7] arm: Remove HYP/Stage-2 page-table support
` [PATCH v2 5/7] arm: Remove GICv3 vgic compatibility macros
` [PATCH v2 6/7] arm: Remove the ability to set HYP vectors outside of the decompressor
` [PATCH v2 7/7] MAINTAINERS: RIP KVM/arm

[PATCH 3/4] kvm: Replace vcpu->swait with rcuwait
 2020-03-25 17:09 UTC  (5+ messages)

[PATCH v4 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-03-25 15:16 UTC  (7+ messages)
` [PATCH v4 1/2] target/arm: kvm: Handle "
` [PATCH v4 2/2] target/arm: kvm: Handle potential issue with dabt injection

[PATCH 3/7] docs: fix broken references to text files
 2020-03-25  2:42 UTC  (2+ messages)

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-03-25 11:28 UTC  (4+ messages)
` [PATCH v2 67/94] arm64: Add level-hinted TLB invalidation helper

[PATCH 0/3] KVM: arm64: Some optimizations about enabling dirty log
 2020-03-25  4:24 UTC  (4+ messages)
` [PATCH 1/3] KVM/memslot: Move the initial set of dirty bitmap to arch
` [PATCH 2/3] KVM/arm64: Support enabling dirty log gradually in small chunks
` [PATCH 3/3] KVM/arm64: Only set bits of dirty bitmap with valid translation entries

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2020-03-24 18:20 UTC  (6+ messages)
` [PATCH v4 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[PATCH v6 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-24 12:35 UTC  (28+ messages)
` [PATCH v6 01/23] irqchip/gic-v3: Use SGIs without active state if offered
` [PATCH v6 02/23] irqchip/gic-v4.1: Skip absent CPUs while iterating over redistributors
` [PATCH v6 03/23] irqchip/gic-v4.1: Ensure mutual exclusion between vPE affinity change and RD access
` [PATCH v6 04/23] irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation
` [PATCH v6 05/23] irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD
` [PATCH v6 06/23] irqchip/gic-v4.1: Advertise support v4.1 to KVM
` [PATCH v6 07/23] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH v6 08/23] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v6 09/23] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v6 10/23] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
` [PATCH v6 11/23] irqchip/gic-v4.1: Plumb get/set_irqchip_state "
` [PATCH v6 12/23] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v6 13/23] irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
` [PATCH v6 14/23] irqchip/gic-v4.1: Add VSGI allocation/teardown
` [PATCH v6 15/23] irqchip/gic-v4.1: Add VSGI property setup
` [PATCH v6 16/23] irqchip/gic-v4.1: Eagerly vmap vPEs
` [PATCH v6 17/23] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH v6 18/23] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH v6 19/23] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
` [PATCH v6 20/23] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH v6 21/23] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
` [PATCH v6 22/23] KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
` [PATCH v6 23/23] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[PATCH v3 0/9] KVM: Move x86 init ops to separate struct
 2020-03-24  1:18 UTC  (25+ messages)
` [PATCH v3 1/9] KVM: Pass kvm_init()'s opaque param to additional arch funcs
` [PATCH v3 2/9] KVM: x86: Move init-only kvm_x86_ops to separate struct
` [PATCH v3 3/9] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
` [PATCH v3 4/9] KVM: VMX: Configure runtime hooks using vmx_x86_ops
` [PATCH v3 5/9] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
` [PATCH v3 6/9] KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
` [PATCH v3 7/9] KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
` [PATCH v3 8/9] KVM: VMX: Annotate vmx_x86_ops as __initdata
` [PATCH v3 9/9] KVM: SVM: Annotate svm_x86_ops "

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-23 12:40 UTC  (21+ messages)
` [PATCH v5 04/23] irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation
` [PATCH v5 05/23] irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD
` [PATCH v5 20/23] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH v5 23/23] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[PATCH] KVM: arm64: Add support for IDSR exits to userspace
 2020-03-23 10:43 UTC  (7+ messages)

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

[PATCH] arm64: move kimage_vaddr to .rodata
 2020-03-20 18:24 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).