messages from 2021-02-11 12:05:33 to 2021-02-26 19:06:02 UTC [more...]
[PATCH] KVM: arm64: Avoid corrupting vCPU context register in guest exit
2021-02-26 19:05 UTC (3+ messages)
[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
2021-02-26 15:58 UTC (14+ messages)
` [RFC PATCH 1/4] KVM: arm64: Move the clean of dcache to the map handler
[PATCH v3 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
2021-02-26 8:58 UTC (2+ messages)
[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
2021-02-25 16:06 UTC (15+ messages)
` [PATCH v14 01/13] iommu: Introduce attach/detach_pasid_table API
` [PATCH v14 02/13] iommu: Introduce bind/unbind_guest_msi
` [PATCH v14 03/13] iommu/smmuv3: Allow s1 and s2 configs to coexist
` [PATCH v14 04/13] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v14 05/13] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v14 08/13] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v14 09/13] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v14 10/13] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v14 11/13] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v14 12/13] iommu/smmuv3: report additional recoverable faults
` [PATCH v14 13/13] iommu/smmuv3: Accept configs with more than one context descriptor
[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
2021-02-25 0:59 UTC (23+ messages)
` [PATCH kvmtool v2 01/22] ioport: Remove ioport__setup_arch()
` [PATCH kvmtool v2 02/22] hw/serial: Use device abstraction for FDT generator function
` [PATCH kvmtool v2 03/22] ioport: Retire .generate_fdt_node functionality
` [PATCH kvmtool v2 04/22] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool v2 05/22] hw/i8042: Clean up data types
` [PATCH kvmtool v2 06/22] hw/i8042: Refactor trap handler
` [PATCH kvmtool v2 07/22] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool v2 08/22] x86/ioport: Refactor "
` [PATCH kvmtool v2 09/22] x86/ioport: Switch to new "
` [PATCH kvmtool v2 10/22] hw/rtc: Refactor "
` [PATCH kvmtool v2 11/22] hw/rtc: Switch to new trap handler
` [PATCH kvmtool v2 12/22] hw/vesa: Switch trap handling to use MMIO handler
` [PATCH kvmtool v2 13/22] hw/serial: Refactor trap handler
` [PATCH kvmtool v2 14/22] hw/serial: Switch to new trap handlers
` [PATCH kvmtool v2 15/22] vfio: Refactor ioport trap handler
` [PATCH kvmtool v2 16/22] vfio: Switch to new ioport trap handlers
` [PATCH kvmtool v2 17/22] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool v2 18/22] pci: "
` [PATCH kvmtool v2 19/22] Remove ioport specific routines
` [PATCH kvmtool v2 20/22] arm: Reorganise and document memory map
` [PATCH kvmtool v2 21/22] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool v2 22/22] hw/rtc: "
[PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
2021-02-24 14:54 UTC (71+ messages)
` [PATCH kvmtool 01/21] ioport: Remove ioport__setup_arch()
` [PATCH kvmtool 02/21] hw/serial: Use device abstraction for FDT generator function
` [PATCH kvmtool 03/21] ioport: Retire .generate_fdt_node functionality
` [PATCH kvmtool 04/21] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool 05/21] hw/i8042: Clean up data types
` [PATCH kvmtool 06/21] hw/i8042: Refactor trap handler
` [PATCH kvmtool 07/21] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool 08/21] x86/ioport: Refactor "
` [PATCH kvmtool 09/21] x86/ioport: Switch to new "
` [PATCH kvmtool 10/21] hw/rtc: Refactor "
` [PATCH kvmtool 11/21] hw/rtc: Switch to new trap handler
` [PATCH kvmtool 12/21] hw/vesa: Switch trap handling to use MMIO handler
` [PATCH kvmtool 13/21] hw/serial: Refactor trap handler
` [PATCH kvmtool 14/21] hw/serial: Switch to new trap handlers
` [PATCH kvmtool 15/21] vfio: Refactor ioport trap handler
` [PATCH kvmtool 16/21] vfio: Switch to new ioport trap handlers
` [PATCH kvmtool 17/21] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool 18/21] pci: "
` [PATCH kvmtool 19/21] Remove ioport specific routines
` [PATCH kvmtool 20/21] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool 21/21] hw/rtc: "
[PATCH v12 00/13] SMMUv3 Nested Stage Setup (VFIO part)
2021-02-24 3:29 UTC (18+ messages)
` [PATCH v12 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v12 02/13] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v12 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING
` [PATCH v12 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v12 05/13] vfio/pci: Register an iommu fault handler
` [PATCH v12 06/13] vfio/pci: Allow to mmap the fault queue
` [PATCH v12 07/13] vfio: Use capability chains to handle device specific irq
` [PATCH v12 08/13] vfio/pci: Add framework for custom interrupt indices
` [PATCH v12 09/13] vfio: Add new IRQ for DMA fault reporting
` [PATCH v12 10/13] vfio/pci: Register and allow DMA FAULT IRQ signaling
` [PATCH v12 11/13] vfio: Document nested stage control
` [PATCH v12 12/13] vfio/pci: Register a DMA fault response region
` [PATCH v12 13/13] vfio/pci: Inject page response upon response region fill
[PATCH v2 0/4] Debug info for nVHE hyp panics
2021-02-23 16:35 UTC (7+ messages)
` [PATCH v2 1/4] bug: Remove redundant condition check in report_bug
` [PATCH v2 2/4] bug: Factor out a getter for a bug's file line
` [PATCH v2 3/4] KVM: arm64: Use BUG and BUG_ON in nVHE hyp
` [PATCH v2 4/4] KVM: arm64: Log source when panicking from "
[PATCH 0/2] Debug info for nVHE hyp panics
2021-02-23 15:18 UTC (6+ messages)
` [PATCH 1/2] KVM: arm64: Use BUG and BUG_ON in nVHE hyp
` [PATCH 2/2] KVM: arm64: Log source when panicking from "
[PATCH v4 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
2021-02-22 18:17 UTC (5+ messages)
` [PATCH v4 1/2] KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
` [PATCH v4 2/2] KVM: x86/mmu: Consider the hva in mmu_notifier retry
[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
2021-02-23 12:57 UTC (13+ messages)
` [PATCH v11 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v11 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v11 12/13] vfio/pci: Register a DMA fault response region
[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2021-02-23 9:43 UTC (14+ messages)
` [PATCH v3 09/66] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v3 33/66] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v3 63/66] KVM: arm64: nv: Allocate VNCR page when required
[RFC PATCH 0/5] KVM/ARM64 Add support for pinned VMIDs
2021-02-22 15:53 UTC (6+ messages)
` [RFC PATCH 1/5] vfio: Add a helper to retrieve kvm instance from a dev
` [RFC PATCH 2/5] KVM: Add generic infrastructure to support pinned VMIDs
` [RFC PATCH 3/5] KVM: ARM64: Add support for "
` [RFC PATCH 4/5] iommu/arm-smmu-v3: Use pinned VMID for NESTED stage with BTM
` [RFC PATCH 5/5] KVM: arm64: Make sure pinned vmid is released on VM exit
[PATCH v7 00/23] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
2021-02-22 9:47 UTC (4+ messages)
` [PATCH v7 23/23] [DO NOT MERGE] arm64: Cope with CPUs stuck in VHE mode
[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
2021-02-22 11:04 UTC (9+ messages)
` [RFC PATCH v2 16/26] KVM: arm64: Prepare Hyp memory protection
[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
2021-02-22 8:56 UTC (15+ messages)
` [PATCH v13 02/15] iommu: Introduce bind/unbind_guest_msi
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v13 06/15] iommu/smmuv3: Implement attach/detach_pasid_table
[kvm-unit-tests PATCH] configure: arm/arm64: Add --earlycon option to set UART type and address
2021-02-19 16:37 UTC
[PATCH] KVM: arm64: Fix nVHE hyp panic host context restore
2021-02-19 12:24 UTC
[kvm-unit-tests PATCH v4 00/11] GIC fixes and improvements
2021-02-19 12:13 UTC (12+ messages)
` [kvm-unit-tests PATCH v4 01/11] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
` [kvm-unit-tests PATCH v4 02/11] lib: arm/arm64: gicv2: Document existing barriers "
` [kvm-unit-tests PATCH v4 03/11] arm/arm64: gic: Remove SMP synchronization from ipi_clear_active_handler()
` [kvm-unit-tests PATCH v4 04/11] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH v4 05/11] arm/arm64: gic: Use correct memory ordering for the IPI test
` [kvm-unit-tests PATCH v4 06/11] arm/arm64: gic: Check spurious and bad_sender in the active test
` [kvm-unit-tests PATCH v4 07/11] arm/arm64: gic: Wait for writes to acked or spurious to complete
` [kvm-unit-tests PATCH v4 08/11] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH v4 09/11] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH v4 10/11] arm64: gic: its-trigger: Don't trigger the LPI while it is pending
` [kvm-unit-tests PATCH v4 11/11] arm64: gic: Use IPI test checking for the LPI tests
[PATCH v2 0/2] KVM: arm64: Prevent spurious PMU accesses when no
2021-02-18 17:41 UTC (5+ messages)
` [PATCH v2 1/2] KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key
` [PATCH v2 2/2] KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available
[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
2021-02-18 1:17 UTC (6+ messages)
` [RFC PATCH 10/11] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM
[PATCH] KVM: arm64: Handle CMOs on Read Only memslots
2021-02-17 11:12 UTC (7+ messages)
[kvm-unit-tests PATCH v3 00/11] GIC fixes and improvements
2021-02-16 18:33 UTC (3+ messages)
` [kvm-unit-tests PATCH v3 08/11] arm/arm64: gic: Split check_acked() into two functions
[kvm-unit-tests PATCH v2 00/12] GIC fixes and improvements
2021-02-16 18:04 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 08/12] arm/arm64: gic: Split check_acked() into two functions
[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
2021-02-15 13:17 UTC (5+ messages)
[GIT PULL] KVM/arm64 updates for 5.12
2021-02-12 16:24 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox