iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-28 06:53:08 to 2018-06-13 10:06:25 UTC [more...]

[RFC PATCH 01/23] x86/apic: Add a parameter for the APIC delivery mode
 2018-06-13 10:06 UTC  (39+ messages)
` [RFC PATCH 02/23] genirq: Introduce IRQD_DELIVER_AS_NMI
` [RFC PATCH 03/23] genirq: Introduce IRQF_DELIVER_AS_NMI
` [RFC PATCH 04/23] iommu/vt-d/irq_remapping: Add support for IRQCHIP_CAN_DELIVER_AS_NMI
` [RFC PATCH 05/23] x86/msi: "
` [RFC PATCH 06/23] x86/ioapic: Add support for IRQCHIP_CAN_DELIVER_AS_NMI with interrupt remapping
` [RFC PATCH 07/23] x86/hpet: Expose more functions to read and write registers
` [RFC PATCH 08/23] x86/hpet: Calculate ticks-per-second in a separate function
` [RFC PATCH 09/23] x86/hpet: Reserve timer for the HPET hardlockup detector
` [RFC PATCH 10/23] x86/hpet: Relocate flag definitions to a header file
` [RFC PATCH 11/23] x86/hpet: Configure the timer used by the hardlockup detector
` [RFC PATCH 12/23] kernel/watchdog: Introduce a struct for NMI watchdog operations
` [RFC PATCH 13/23] watchdog/hardlockup: Define a generic function to detect hardlockups
` [RFC PATCH 14/23] watchdog/hardlockup: Decouple the hardlockup detector from perf
` [RFC PATCH 15/23] kernel/watchdog: Add a function to obtain the watchdog_allowed_mask
` [RFC PATCH 16/23] watchdog/hardlockup: Add an HPET-based hardlockup detector
` [RFC PATCH 17/23] watchdog/hardlockup/hpet: Convert the timer's interrupt to NMI
` [RFC PATCH 18/23] watchdog/hardlockup/hpet: Add the NMI watchdog operations
` [RFC PATCH 19/23] watchdog/hardlockup: Make arch_touch_nmi_watchdog() to hpet-based implementation
` [RFC PATCH 20/23] watchdog/hardlockup/hpet: Rotate interrupt among all monitored CPUs
` [RFC PATCH 21/23] watchdog/hardlockup/hpet: Adjust timer expiration on the number of "
` [RFC PATCH 22/23] watchdog/hardlockup/hpet: Only enable the HPET watchdog via a boot parameter
` [RFC PATCH 23/23] watchdog/hardlockup: Activate the HPET-based lockup detector

[PATCH v9 0/2] Base enablement of IOMMU debugfs support
 2018-06-12 21:41 UTC  (3+ messages)
` [PATCH v9 1/2] iommu - Enable debugfs exposure of IOMMU driver internals
` [PATCH v9 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU

[PATCH v8 0/2] Base enablement of IOMMU debugfs support
 2018-06-12 18:40 UTC  (13+ messages)
` [PATCH v8 1/2] iommu - Enable debugfs exposure of IOMMU driver internals
` [PATCH v8 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU

[PATCH RESEND] iommu/msm: Don't call iommu_device_{,un}link from atomic context
 2018-06-12 14:06 UTC 

[PATCH v2 0/5] add non-strict mode support for arm-smmu-v3
 2018-06-12 12:35 UTC  (8+ messages)
` [PATCH v2 1/5] iommu/arm-smmu-v3: fix the implementation of flush_iotlb_all hook
` [PATCH v2 3/5] iommu/amd: use default branch to deal with all non-supported capabilities
` [PATCH v2 5/5] iommu/arm-smmu-v3: add support for non-strict mode
  ` [PATCH v2 2/5] iommu/dma: "
  ` [PATCH v2 4/5] iommu/io-pgtable-arm: "

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-06-11 16:32 UTC  (36+ messages)
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 07/40] iommu: Add a page fault handler
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing
` [PATCH v2 21/40] iommu/arm-smmu-v3: Add support for Substream IDs
` [PATCH v2 39/40] iommu/arm-smmu-v3: Add support for PRI

[PATCH 0/7] add non-strict mode support for arm-smmu-v3
 2018-06-10 11:13 UTC  (23+ messages)
` [PATCH 1/7] iommu/dma: fix trival coding style mistake
  ` [PATCH 2/7] iommu/arm-smmu-v3: fix the implementation of flush_iotlb_all hook
` [PATCH 3/7] iommu: prepare for the non-strict mode support
` [PATCH 4/7] iommu/amd: make sure TLB to be flushed before IOVA freed
` [PATCH 5/7] iommu/dma: add support for non-strict mode
` [PATCH 6/7] iommu/io-pgtable-arm: "
` [PATCH 7/7] iommu/arm-smmu-v3: "

[git pull] IOMMU Updates for Linux v4.18
 2018-06-08 15:03 UTC 

[PATCH v2 1/2] media: v4l2-ctrl: Add control for VP9 profile
 2018-06-08  9:44 UTC  (2+ messages)

usb HC busted?
 2018-06-08  9:07 UTC  (6+ messages)

[RFC PATCH] iommu/vt-d: Exclude known RMRRs from reserved ranges
 2018-06-08  2:56 UTC  (5+ messages)

[PATCH v2 0/2] iommu/vt-d: pfsid fix
 2018-06-07 16:57 UTC  (3+ messages)
  ` [PATCH v2 1/2] iommu/vt-d: add definitions for PFSID
` [PATCH v2 2/2] iommu/vt-d: fix dev iotlb pfsid use

[PATCH v6 0/7] vfio/type1: Add support for valid iova list management
 2018-06-07 15:05 UTC  (7+ messages)

[PATCH v4 00/22] IOMMU and VT-d driver support for Shared Virtual Address (SVA)
 2018-06-07 13:21 UTC  (16+ messages)
` [PATCH v4 04/22] iommu/vt-d: add bind_pasid_table function

[PATCH 0/2] iommu/vt-d: pfsid fix
 2018-06-07  8:23 UTC  (4+ messages)
` [PATCH 1/2] iommu/vt-d: add definitions for PFSID
  ` [PATCH 2/2] iommu/vt-d: fix dev iotlb pfsid use

[PATCH] iommu/ipmmu-vmsa: Document R-Car V3H and E3 IPMMU DT bindings
 2018-06-06  8:38 UTC  (2+ messages)

[PATCH 1/1] iommu/amd: make sure TLB to be flushed before IOVA freed
 2018-06-06  2:18 UTC 

[PATCH v7 0/2] Base enablement of IOMMU debugfs support
 2018-06-05 16:48 UTC  (12+ messages)
` [PATCH v7 1/2] iommu - Enable debugfs exposure of IOMMU driver internals
` [PATCH v7 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU

[GIT PULL] dma-mapping updates for Linux 4.18
 2018-06-04  6:13 UTC 

[PATCH] iommu/iova: Update cached node pointer when current node fails to get any free IOVA
 2018-06-04  4:06 UTC  (6+ messages)

[PATCH 1/2] dma-coherent: Add one parameter to save available coherent memory
 2018-06-03  2:12 UTC  (6+ messages)
` [PATCH 2/2] dma-coherent: Change the bitmap APIs

[PATCH] iommu/amd: Argument page_size could be uninitialized
 2018-06-01 18:30 UTC 

[patch] drivers/iommu/amd_iommu.c: argument page_size could be uninitialized
 2018-06-01 15:42 UTC  (2+ messages)

[RFC] switch mips to use the generic dma map ops
 2018-05-31 23:12 UTC  (6+ messages)
` [PATCH 05/25] MIPS: Octeon: refactor swiotlb code
` [PATCH 06/25] MIPS: loongson: remove loongson_dma_supported

[patch] /drivers/iommu/amd_iommu.c: variable unmap_size could be uninitialized
 2018-05-31 18:21 UTC  (3+ messages)

[PATCH v4 0/2] drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping
 2018-05-31 17:56 UTC  (6+ messages)
  ` [PATCH v4 1/2] ARM: dma-mapping: Set proper DMA ops in arm_iommu_detach_device()
  ` [PATCH v4 2/2] drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping

[PATCH v3 0/2] drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping
 2018-05-30 14:07 UTC  (13+ messages)
` [PATCH v3 1/2] ARM: dma-mapping: Implement arm_dma_iommu_detach_device()
` [PATCH v3 2/2] drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping

[PATCH v11 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-05-30 10:02 UTC  (3+ messages)

[RFC PATCH v2 00/12] get rid of GFP_ZONE_TABLE/BAD
 2018-05-30  9:12 UTC  (15+ messages)
  ` [External] "

[PATCH v5 00/23] IOMMU and VT-d driver support for Shared Virtual Address (SVA)
 2018-05-30  7:46 UTC  (12+ messages)
` [PATCH v5 14/23] iommu: introduce page response function
` [PATCH v5 15/23] iommu: handle page response timeout
` [PATCH v5 17/23] iommu/vt-d: report non-recoverable faults to device

[PATCH] iommu/amd - Optimize PPR log handling
 2018-05-30  4:52 UTC  (4+ messages)

[PATCH] dma-direct: don't crash on device without dma_mask
 2018-05-30  2:16 UTC  (2+ messages)

[PATCH v2 0/9] iommu/vt-d: Improve PASID id and table management
 2018-05-30  0:56 UTC  (5+ messages)

[PATCH v2] iommu/io-pgtable-arm: Make allocations NUMA-aware
 2018-05-29 15:03 UTC  (2+ messages)

switch nds32 to use dma_noncoherent_ops
 2018-05-29 10:14 UTC  (7+ messages)
  ` [PATCH 1/3] nds32: consolidate DMA cache maintainance routines
  ` [PATCH 2/3] nds32: implement the unmap_sg DMA operation
  ` [PATCH 3/3] nds32: use generic dma_noncoherent_ops

refactor 32-bit dma limit quirks
 2018-05-28  8:39 UTC  (9+ messages)
` [PATCH 7/7] x86: switch the VIA 32-bit DMA quirk to use the struct device flag

[PATCH v2 7/8] iommu: Remove IOMMU_OF_DECLARE
 2018-05-28  6:53 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).