messages from 2019-05-13 12:16:14 to 2019-05-21 09:14:50 UTC [more...]
[PATCH v2 0/4] Retrieving zPCI specific info with VFIO
2019-05-21 9:14 UTC (14+ messages)
` [PATCH v2 1/4] s390: pci: Exporting access to CLP PCI function and PCI group
` [PATCH v2 2/4] vfio: vfio_iommu_type1: Define VFIO_IOMMU_INFO_CAPABILITIES
` [PATCH v2 3/4] s390: iommu: Adding get attributes for s390_iommu
` [PATCH v2 4/4] vfio: vfio_iommu_type1: implement VFIO_IOMMU_INFO_CAPABILITIES
` [RFC PATCH] vfio: vfio_iommu_type1: vfio_iommu_type1_caps() can be static
[PATCH v3 00/16] Shared virtual address IOMMU and VT-d support
2019-05-21 8:21 UTC (27+ messages)
` [PATCH v3 02/16] iommu: Introduce cache_invalidate API
` [PATCH v3 03/16] iommu: Add I/O ASID allocator
` [PATCH v3 09/16] iommu: Introduce guest PASID bind function
[PATCH 1/2] iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lock
2019-05-21 7:30 UTC (2+ messages)
` [PATCH 2/2] iommu/vt-d: Set the right field for Page Walk Snoop
[PATCH 1/1] iommu: Use right function to get group for device
2019-05-21 7:27 UTC
[PATCH] iommu/vt-d: Fix bind svm with multiple devices
2019-05-20 15:33 UTC (2+ messages)
[PATCH 1/1] iommu/vt-d: Remove unnecessary rcu_read_locks
2019-05-20 13:41 UTC
[PATCH v7 0/1] iommu: enhance IOMMU dma mode build options
2019-05-20 13:59 UTC (2+ messages)
` [PATCH v7 1/1] "
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
2019-05-20 13:16 UTC (16+ messages)
[PATCH v3 0/7] RMRR related fixes and enhancements
2019-05-20 12:45 UTC (22+ messages)
` [PATCH v3 1/7] iommu: Pass a GFP flag parameter to iommu_alloc_resv_region()
` [PATCH v3 2/7] iommu/vt-d: Duplicate iommu_resv_region objects per device list
` [PATCH v3 3/7] iommu/vt-d: Introduce is_downstream_to_pci_bridge helper
` [PATCH v3 4/7] iommu/vt-d: Handle RMRR with PCI bridge device scopes
` [PATCH v3 5/7] iommu/vt-d: Handle PCI bridge RMRR device scopes in intel_iommu_get_resv_regions
` [PATCH v3 6/7] iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions
` [PATCH v3 7/7] iommu/vt-d: Differentiate relaxable and non relaxable RMRRs
implement generic dma_map_ops for IOMMUs v5
2019-05-20 7:29 UTC (25+ messages)
` [PATCH 01/24] arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
` [PATCH 02/24] iommu/dma: Cleanup dma-iommu.h
` [PATCH 03/24] iommu/dma: Remove the flush_page callback
` [PATCH 04/24] iommu/dma: Use for_each_sg in iommu_dma_alloc
` [PATCH 05/24] iommu/dma: move the arm64 wrappers to common code
` [PATCH 06/24] iommu/dma: Move __iommu_dma_map
` [PATCH 07/24] iommu/dma: Move domain lookup into __iommu_dma_{map, unmap}
` [PATCH 08/24] iommu/dma: Squash __iommu_dma_{map,unmap}_page helpers
` [PATCH 09/24] iommu/dma: Factor out remapped pages lookup
` [PATCH 10/24] iommu/dma: Refactor the page array remapping allocator
` [PATCH 11/24] iommu/dma: Remove __iommu_dma_free
` [PATCH 12/24] iommu/dma: Refactor iommu_dma_free
` [PATCH 13/24] iommu/dma: Refactor iommu_dma_alloc
` [PATCH 14/24] iommu/dma: Don't remap CMA unnecessarily
` [PATCH 15/24] iommu/dma: Merge the CMA and alloc_pages allocation paths
` [PATCH 16/24] iommu/dma: Split iommu_dma_free
` [PATCH 17/24] iommu/dma: Cleanup variable naming in iommu_dma_alloc
` [PATCH 18/24] iommu/dma: Refactor iommu_dma_alloc, part 2
` [PATCH 19/24] iommu/dma: Refactor iommu_dma_get_sgtable
` [PATCH 20/24] iommu/dma: Refactor iommu_dma_mmap
` [PATCH 21/24] iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAP
` [PATCH 22/24] iommu/dma: Switch copyright boilerplace to SPDX
` [PATCH 23/24] arm64: switch copyright boilerplace to SPDX in dma-mapping.c
` [PATCH 24/24] arm64: trim includes "
[PATCH v5 0/6] Allwinner H6 Mali GPU support
2019-05-18 14:45 UTC (11+ messages)
` [PATCH v5 1/6] drm: panfrost: add optional bus_clock
` [PATCH v5 2/6] iommu: io-pgtable: fix sanity check for non 48-bit mali iommu
` [PATCH v5 3/6] dt-bindings: gpu: add bus clock for Mali Midgard GPUs
` [PATCH v5 4/6] dt-bindings: gpu: mali-midgard: Add H6 mali gpu compatible
` [PATCH v5 5/6] arm64: dts: allwinner: Add ARM Mali GPU node for H6
` [PATCH v5 6/6] arm64: dts: allwinner: Add mali GPU supply for H6 boards
[RFC/PATCH 0/4] Initial support for modular IOMMU drivers
2019-05-17 22:06 UTC (6+ messages)
` [RFC/PATCH 1/4] of: Export of_phandle_iterator_args() to modules
` [RFC/PATCH 2/4] PCI: Export PCI ACS and DMA searching functions "
` [RFC/PATCH 3/4] iommu: Export core IOMMU functions to kernel modules
` [RFC/PATCH 4/4] iommu: Add probe deferral support for IOMMU "
[PATCH 0/4] Retrieving zPCI specific info with VFIO
2019-05-17 8:18 UTC (9+ messages)
` [PATCH 2/4] vfio: vfio_iommu_type1: Define VFIO_IOMMU_INFO_CAPABILITIES
` [PATCH 4/4] vfio: vfio_iommu_type1: implement VFIO_IOMMU_INFO_CAPABILITIES
[PATCH 0/3] handle init errors more gracefully in amd_iommu
2019-05-17 0:52 UTC (4+ messages)
` [PATCH 1/3] iommu/amd: make iommu_disable safer
` [PATCH 2/3] iommu/amd: move gart fallback to amd_iommu_init
` [PATCH 3/3] iommu/amd: only free resources once on init error
Linux crash when using FTDI FT232R USB to serial converter on AMD boards
2019-05-16 13:36 UTC (18+ messages)
[PATCH v2 0/7] RMRR related fixes and enhancements
2019-05-16 9:32 UTC (9+ messages)
` [PATCH v2 1/7] iommu: Pass a GFP flag parameter to iommu_alloc_resv_region()
` [PATCH v2 2/7] iommu/vt-d: Duplicate iommu_resv_region objects per device list
` [PATCH v2 3/7] iommu/vt-d: Introduce is_downstream_to_pci_bridge helper
` [PATCH v2 4/7] iommu/vt-d: Handle RMRR with PCI bridge device scopes
` [PATCH v2 5/7] iommu/vt-d: Handle PCI bridge RMRR device scopes in intel_iommu_get_resv_regions
` [PATCH v2 6/7] iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions
` [PATCH v2 7/7] iommu/vt-d: Differentiate relaxable and non relaxable RMRRs
[PATCH v5 1/1] iommu/io-pgtable-arm: Add support to use system cache
2019-05-16 9:30 UTC
[PATCH] iommu: io-pgtable: Support non-coherent page tables
2019-05-16 6:47 UTC (2+ messages)
[PATCH v3 02/10] swiotlb: Factor out slot allocation and free
2019-05-16 1:53 UTC (12+ messages)
[RFC PATCH v3 00/21] Implement an HPET-based hardlockup detector
2019-05-15 15:56 UTC (28+ messages)
` [RFC PATCH v3 01/21] x86/msi: Add definition for NMI delivery mode
` [RFC PATCH v3 02/21] x86/hpet: Expose hpet_writel() in header
` [RFC PATCH v3 03/21] x86/hpet: Calculate ticks-per-second in a separate function
` [RFC PATCH v3 04/21] x86/hpet: Add hpet_set_comparator() for periodic and one-shot modes
` [RFC PATCH v3 05/21] x86/hpet: Reserve timer for the HPET hardlockup detector
` [RFC PATCH v3 06/21] x86/hpet: Configure the timer used by the "
` [RFC PATCH v3 07/21] watchdog/hardlockup: Define a generic function to detect hardlockups
` [RFC PATCH v3 08/21] watchdog/hardlockup: Decouple the hardlockup detector from perf
` [RFC PATCH v3 09/21] x86/nmi: Add a NMI_WATCHDOG NMI handler category
` [RFC PATCH v3 10/21] watchdog/hardlockup: Add function to enable NMI watchdog on all allowed CPUs at once
` [RFC PATCH v3 11/21] x86/watchdog/hardlockup: Add an HPET-based hardlockup detector
` [RFC PATCH v3 12/21] watchdog/hardlockup/hpet: Adjust timer expiration on the number of monitored CPUs
` [RFC PATCH v3 13/21] x86/watchdog/hardlockup/hpet: Determine if HPET timer caused NMI
` [RFC PATCH v3 14/21] watchdog/hardlockup: Use parse_option_str() to handle "nmi_watchdog"
` [RFC PATCH v3 15/21] watchdog/hardlockup/hpet: Only enable the HPET watchdog via a boot parameter
` [RFC PATCH v3 16/21] x86/watchdog: Add a shim hardlockup detector
` [RFC PATCH v3 17/21] x86/tsc: Switch to perf-based hardlockup detector if TSC become unstable
` [RFC PATCH v3 18/21] x86/apic: Add a parameter for the APIC delivery mode
` [RFC PATCH v3 19/21] iommu/vt-d: Rework prepare_irte() to support per-irq "
` [RFC PATCH v3 20/21] iommu/vt-d: hpet: Reserve an interrupt remampping table entry for watchdog
` [RFC PATCH v3 21/21] x86/watchdog/hardlockup/hpet: Support interrupt remapping
[PATCH v7 00/23] SMMUv3 Nested Stage Setup
2019-05-15 15:57 UTC (21+ messages)
` [PATCH v7 04/23] iommu: Introduce attach/detach_pasid_table API
` [PATCH v7 12/23] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v7 14/23] iommu/smmuv3: Implement cache_invalidate
` [PATCH v7 18/23] iommu/smmuv3: Report non recoverable faults
[PATCH v3 0/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
2019-05-15 12:46 UTC (4+ messages)
` [PATCH v3 2/4] iommu/dma-iommu: Handle deferred devices
[PATCH v4 1/1] iommu/io-pgtable-arm: Add support to use system cache
2019-05-15 6:11 UTC (4+ messages)
AMD IOMMU BCM 5762 watchdog timeout under heavy traffic
2019-05-14 20:24 UTC
[RFC] iommu: arm-smmu: stall support
2019-05-14 17:17 UTC (10+ messages)
[RFC v3 0/3] vfio_pci: wrap pci device as a mediated device
2019-05-14 16:21 UTC (3+ messages)
` [RFC v3 1/3] vfio_pci: split vfio_pci.c into two source files
[PATCH] iommu/amd: print out "tag" in INVALID_PPR_REQUEST
2019-05-14 14:55 UTC (3+ messages)
[PATCH 0/4] RMRR related fixes
2019-05-13 16:58 UTC (4+ messages)
` [PATCH 3/4] iommu/vt-d: Handle RMRR with PCI bridge device scopes
[PATCH v6 0/1] iommu: enhance IOMMU dma mode build options
2019-05-13 14:04 UTC (4+ messages)
` [PATCH v6 1/1] "
[git pull] IOMMU Updates for Linux v5.2
2019-05-13 13:40 UTC (2+ messages)
[ARM SMMU] Dynamic StreamID allocation
2019-05-13 13:36 UTC (6+ 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