kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-09 17:59:38 to 2020-11-17 13:09:43 UTC [more...]

[PATCH 0/2] KVM: arm64: vgic: Fix handling of userspace register accesses
 2020-11-17 13:09 UTC  (12+ messages)
` [PATCH 1/2] KVM: arm64: vgic: Forbid invalid userspace Redistributor accesses
` [PATCH 2/2] KVM: arm64: vgic: Forbid invalid userspace Distributor 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  (42+ messages)
` [PATCH v1 01/24] psci: Accessor for configured PSCI version
` [PATCH v1 03/24] arm64: Move MAIR_EL1_SET to asm/memory.h
` [PATCH v1 06/24] kvm: arm64: Support per_cpu_ptr in nVHE hyp code
` [PATCH v1 07/24] kvm: arm64: Create nVHE copy of cpu_logical_map
` [PATCH v1 08/24] kvm: arm64: Move hyp-init params to a per-CPU struct
` [PATCH v1 10/24] kvm: arm64: Extract parts of el2_setup into a macro
` [PATCH v1 11/24] kvm: arm64: Add SMC handler in nVHE EL2
` [PATCH v1 13/24] kvm: arm64: Add CPU entry point in nVHE hyp
` [PATCH v1 15/24] kvm: arm64: Bootstrap PSCI SMC handler in nVHE EL2
` [PATCH v1 16/24] kvm: arm64: Add offset for hyp VA <-> PA conversion
` [PATCH v1 17/24] kvm: arm64: Add __hyp_pa_symbol helper macro
` [PATCH v1 23/24] kvm: arm64: Trap host SMCs in protected mode

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

[PATCH v3 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2020-11-13 23:54 UTC  (8+ 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 v3 5/5] KVM: arm64: implement the TRNG hypervisor call

[PATCH 0/8] KVM: arm64: Disabled PMU handling
 2020-11-13 18:26 UTC  (9+ messages)
` [PATCH 1/8] KVM: arm64: Add kvm_vcpu_has_pmu() helper
` [PATCH 2/8] KVM: arm64: Set ID_AA64DFR0_EL1.PMUVer to 0 when no PMU support
` [PATCH 3/8] KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset time
` [PATCH 4/8] KVM: arm64: Inject UNDEF on PMU access when no PMU configured
` [PATCH 5/8] KVM: arm64: Remove PMU RAZ/WI handling
` [PATCH 6/8] KVM: arm64: Remove dead PMU sysreg decoding code
` [PATCH 7/8] KVM: arm64: Gate kvm_pmu_update_state() on the PMU feature
` [PATCH 8/8] KVM: arm64: Get rid of the PMU ready state

[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-11-13 16:12 UTC  (7+ messages)
` [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 v3 00/10] Rework hyp vector handling
 2020-11-13 12:10 UTC  (13+ messages)
` [PATCH v3 01/10] KVM: arm64: Remove redundant Spectre-v2 code from kvm_map_vector()
` [PATCH v3 02/10] KVM: arm64: Tidy up kvm_map_vector()
` [PATCH v3 03/10] KVM: arm64: Move kvm_get_hyp_vector() out of header file
` [PATCH v3 04/10] KVM: arm64: Make BP hardening globals static instead
` [PATCH v3 05/10] KVM: arm64: Move BP hardening helpers into spectre.h
` [PATCH v3 06/10] KVM: arm64: Re-jig logic when patching hardened hyp vectors
` [PATCH v3 07/10] KVM: arm64: Allocate hyp vectors statically
` [PATCH v3 08/10] arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3A
` [PATCH v3 09/10] arm64: spectre: Consolidate spectre-v3a detection
` [PATCH v3 10/10] KVM: arm64: Remove redundant hyp vectors entry

[PATCH 0/3] KVM/arm64 fixes for 5.10, take #3
 2020-11-13 11:27 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
` [PATCH 2/3] KVM: arm64: Unify trap handlers injecting an UNDEF
` [PATCH 3/3] KVM: arm64: Handle SCXTNUM_ELx traps

[RFC PATCH 0/4] Add support for ARMv8.6 TWED feature
 2020-11-13  7:54 UTC  (2+ messages)

[PATCH v2 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2020-11-12 16:03 UTC  (7+ messages)
` [PATCH v2 4/5] arm64: Add support for SMCCC TRNG entropy source

[PATCH v2 0/9] Rework hyp vector handling
 2020-11-12 12:24 UTC  (14+ messages)
` [PATCH v2 1/9] KVM: arm64: Remove redundant Spectre-v2 code from kvm_map_vector()
` [PATCH v2 2/9] KVM: arm64: Tidy up kvm_map_vector()
` [PATCH v2 3/9] KVM: arm64: Move kvm_get_hyp_vector() out of header file
` [PATCH v2 4/9] KVM: arm64: Make BP hardening globals static instead
` [PATCH v2 5/9] KVM: arm64: Move BP hardening helpers into spectre.h
` [PATCH v2 6/9] KVM: arm64: Re-jig logic when patching hardened hyp vectors
` [PATCH v2 7/9] KVM: arm64: Allocate hyp vectors statically
` [PATCH v2 8/9] arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3A
` [PATCH v2 9/9] arm64: spectre: Consolidate spectre-v3a detection

[PATCH v2 0/3] KVM: arm64: Another set of CSV2-related fixes
 2020-11-11 22:01 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
` [PATCH v2 2/3] KVM: arm64: Unify trap handlers injecting an UNDEF
` [PATCH v2 3/3] KVM: arm64: Handle SCXTNUM_ELx traps

[PATCH v15 0/9] Enable ptp_kvm for arm/arm64
 2020-11-11  6:22 UTC  (10+ messages)
` [PATCH v15 1/9] arm64: Probe for the presence of KVM hypervisor
` [PATCH v15 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v15 3/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v15 4/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v15 5/9] clocksource: Add clocksource id for arm arch counter
` [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
` [PATCH v15 9/9] arm64: Add kvm capability check extension for ptp_kvm

[PATCH v2 0/9] KVM: arm64: Kill the copro array
 2020-11-10 13:36 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: arm64: Introduce handling of AArch32 TTBCR2 traps
` [PATCH v2 2/9] KVM: arm64: Move AArch32 exceptions over to AArch64 sysregs
` [PATCH v2 3/9] KVM: arm64: Add AArch32 mapping annotation
` [PATCH v2 4/9] KVM: arm64: Map AArch32 cp15 register to AArch64 sysregs
` [PATCH v2 5/9] KVM: arm64: Map AArch32 cp14 "
` [PATCH v2 6/9] KVM: arm64: Drop is_32bit trap attribute
` [PATCH v2 7/9] KVM: arm64: Drop is_aarch32 "
` [PATCH v2 8/9] KVM: arm64: Drop legacy copro shadow register
` [PATCH v2 9/9] KVM: arm64: Drop kvm_coproc.h

[PATCH v3 0/4] KVM: arm64: Fix get-reg-list regression
 2020-11-10 11:13 UTC  (2+ messages)

[PATCH 0/8] KVM: arm64: Kill the copro array
 2020-11-10 10:27 UTC  (10+ messages)
` [PATCH 1/8] KVM: arm64: Move AArch32 exceptions over to AArch64 sysregs
` [PATCH 3/8] KVM: arm64: Map AArch32 cp15 register "
` [PATCH 4/8] KVM: arm64: Map AArch32 cp14 "

[PATCH v2 0/5] KVM: arm64: Host EL2 entry improvements
 2020-11-09 17:59 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: arm64: Add kimg_hyp_va() helper
` [PATCH v2 2/5] KVM: arm64: Turn host HVC handling into a dispatch table
` [PATCH v2 3/5] KVM: arm64: Patch kimage_voffset instead of loading the EL1 value
` [PATCH v2 4/5] KVM: arm64: Simplify __kvm_enable_ssbs()
` [PATCH v2 5/5] KVM: arm64: Avoid repetitive stack access on host EL1 to EL2 exception


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