Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2018-06-06 05:29:58 to 2018-06-20 16:00:52 UTC [more...]

[PATCH 0/4 V3] Support kdump for AMD secure memory encryption(SME)
 2018-06-20 16:00 UTC  (9+ messages)
` [PATCH 1/4 V3] Add a function(ioremap_encrypted) for kdump when AMD sme enabled
  ` [PATCH 2/4 V3] Allocate pages for kdump without encryption when SME is enabled
` [PATCH 3/4 V3] Remap the device table of IOMMU in encrypted manner for kdump
` [PATCH 4/4 V3] Help to dump the old memory encrypted into vmcore file

[RESEND 0/6] iommu: ipmmu-vmsa: Add more Gen3 SoCs support
 2018-06-20 11:29 UTC  (8+ messages)
` [RESEND 1/6] iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48
` [RESEND 2/6] iommu/ipmmu-vmsa: Hook up r8a7796 DT matching code
` [RESEND 3/6] iommu/ipmmu-vmsa: Hook up r8a779(70|95) "
` [RESEND 4/6] dt-bindings: iommu/ipmmu-vmsa: Add R-Car M3-N (R8A77965)
` [RESEND 5/6] iommu/ipmmu-vmsa: Hook up R8A77965 DT matching code
` [RESEND 6/6] iommu/ipmmu-vmsa: Document R-Car V3H and E3 IPMMU DT bindings

[RFC PATCH 01/23] x86/apic: Add a parameter for the APIC delivery mode
 2018-06-20  7:47 UTC  (68+ 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

switch mips to use the generic dma map ops v2
 2018-06-20  7:23 UTC  (28+ messages)
  ` [PATCH 01/25] MIPS: remove a dead ifdef from mach-ath25/dma-coherence.h
  ` [PATCH 02/25] MIPS: simplify CONFIG_DMA_NONCOHERENT ifdefs
  ` [PATCH 03/25] MIPS: remove CONFIG_DMA_COHERENT
  ` [PATCH 04/25] MIPS: Octeon: unexport __phys_to_dma and __dma_to_phys
  ` [PATCH 05/25] MIPS: Octeon: refactor swiotlb code
  ` [PATCH 06/25] MIPS: loongson: remove loongson_dma_supported
  ` [PATCH 07/25] MIPS: consolidate the swiotlb implementations
  ` [PATCH 08/25] MIPS: remove the mips_dma_map_ops indirection
  ` [PATCH 09/25] MIPS: make the default mips dma implementation optional
  ` [PATCH 10/25] MIPS: Octeon: remove mips dma-default stubs
  ` [PATCH 11/25] MIPS: Octeon: move swiotlb declarations out of dma-coherence.h
  ` [PATCH 12/25] MIPS: loongson: untangle dma implementations
  ` [PATCH 13/25] MIPS: loongson: remove loongson-3 handling from dma-coherence.h
  ` [PATCH 14/25] MIPS: use dma_direct_ops for coherent I/O
  ` [PATCH 15/25] MIPS: IP27: use dma_direct_ops
  ` [PATCH 16/25] MIPS: move coherentio setup to setup.c
  ` [PATCH 17/25] MIPS: use generic dma noncoherent ops for simple noncoherent platforms
  ` [PATCH 18/25] MIPS: loongson64: use generic dma noncoherent ops
  ` [PATCH 19/25] MIPS: IP32: "
  ` [PATCH 20/25] MIPS: ath25: "
  ` [PATCH 21/25] MIPS: jazz: split dma mapping operations from dma-default
  ` [PATCH 22/25] dma-noncoherent: add a arch_sync_dma_for_cpu_all hook
  ` [PATCH 23/25] MIPS: bmips: use generic dma noncoherent ops
  ` [PATCH 24/25] MIPS: remove the old dma-default implementation
  ` [PATCH 25/25] MIPS: remove unneeded includes from dma-mapping.h

[GIT PULL] dma-mapping file renames for Linux 4.18
 2018-06-20  4:34 UTC  (3+ messages)

[PATCH 0/2] iommu/amd: Handle IOMMU initialization failure
 2018-06-19 20:11 UTC  (4+ messages)
  ` [PATCH 1/2] iommu: Introduce interface for unsetting bus IOMMU
` [PATCH 2/2] iommu/amd: Fallback to dma_direct_ops when fail to enable IOMMU

[PATCH] iommu/io-pgtable-arm-v7s: Abort allocation when table address overflows the PTE
 2018-06-19 13:01 UTC  (2+ messages)

[PATCH] iommu/io-pgtable-arm: Fix pgtable allocation in selftest
 2018-06-19 10:02 UTC  (2+ messages)

[PATCH 1/1] iommu/arm-smmu: Add support to use Last level cache
 2018-06-19  8:34 UTC  (4+ messages)

convert parisc to the generic dma-noncoherent code
 2018-06-19  7:04 UTC  (4+ messages)
  ` [PATCH 1/3] parisc: merge pcx_dma_ops and pcxl_dma_ops
  ` [PATCH 2/3] parisc: always use flush_kernel_dcache_range for DMA cache maintainance
  ` [PATCH 3/3] parisc: use generic dma_noncoherent_ops

[PATCH] xtensa: use generic dma_noncoherent_ops
 2018-06-19  7:03 UTC 

[PATCH] nios2: use generic dma_noncoherent_ops
 2018-06-19  7:01 UTC 

[PATCH v3 0/9] iommu/vt-d: Improve PASID id and table management
 2018-06-19  5:17 UTC  (10+ messages)
` [PATCH v3 1/9] iommu/vt-d: Global PASID name space
  ` [PATCH v3 2/9] iommu/vt-d: Avoid using idr_for_each_entry()
` [PATCH v3 3/9] iommu/vt-d: Apply global PASID in SVA
` [PATCH v3 4/9] iommu/vt-d: Move device_domain_info to header
` [PATCH v3 5/9] iommu/vt-d: Add for_each_device_domain() helper
` [PATCH v3 6/9] iommu/vt-d: Per PCI device pasid table interfaces
` [PATCH v3 7/9] iommu/vt-d: Allocate and free pasid table
` [PATCH v3 8/9] iommu/vt-d: Apply per pci device pasid table in SVA
` [PATCH v3 9/9] iommu/vt-d: Remove the obsolete per iommu pasid tables

[PATCH 1/1] iommu/vt-d: Remove unnecessary WARN_ON()
 2018-06-19  2:49 UTC 

[PATCH v2] mm: convert return type of handle_mm_fault() caller to vm_fault_t
 2018-06-17  8:48 UTC 

[PATCH] mm: convert return type of handle_mm_fault() caller to vm_fault_t
 2018-06-16 18:14 UTC  (3+ messages)

[PATCH v9 0/2] Base enablement of IOMMU debugfs support
 2018-06-14 23:56 UTC  (4+ 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

[RFC] move dma mapping code to kernel/dma
 2018-06-14 12:25 UTC  (5+ messages)
` [PATCH 1/2] dma-mapping: use obj-y instead of lib-y for generic dma ops
` [PATCH 2/2] dma-mapping: move all DMA mapping code to kernel/dma

[PATCH RESEND] iommu/msm: Don't call iommu_device_{,un}link from atomic context
 2018-06-14  7:07 UTC  (2+ messages)
  ` [PATCH RESEND] iommu/msm: Don't call iommu_device_{, un}link "

[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 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 2/5] iommu/dma: add support for non-strict mode
  ` [PATCH v2 4/5] iommu/io-pgtable-arm: "
` [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 00/40] Shared Virtual Addressing for the IOMMU
 2018-06-11 16:32 UTC  (13+ messages)
` [PATCH v2 03/40] iommu/sva: Manage process address spaces

[PATCH 0/7] add non-strict mode support for arm-smmu-v3
 2018-06-10 11:13 UTC  (6+ messages)

[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  (4+ 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox