messages from 2018-12-04 16:16:42 to 2018-12-07 16:05:58 UTC [more...]
[RFC] avoid indirect calls for DMA direct mappings
2018-12-07 16:05 UTC (17+ messages)
` [PATCH] dma-mapping: bypass indirect calls for dma-direct
[PATCH v3 1/9] mm: Introduce new vm_insert_range API
2018-12-07 15:34 UTC (3+ messages)
dma_declare_coherent_memory on main memory
2018-12-07 15:34 UTC
use generic DMA mapping code in powerpc V4
2018-12-07 15:04 UTC (24+ messages)
` [PATCH 01/34] powerpc: use mm zones more sensibly
` [PATCH 02/34] powerpc: allow NOT_COHERENT_CACHE for amigaone
` [PATCH 03/34] powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
` [PATCH 04/34] powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
` [PATCH 05/34] powerpc/dma: remove the unused dma_iommu_ops export
` [PATCH 06/34] powerpc/dma: split the two __dma_alloc_coherent implementations
` [PATCH 07/34] powerpc/dma: remove the no-op dma_nommu_unmap_{page,sg} routines
` [PATCH 07/34] powerpc/dma: remove the no-op dma_nommu_unmap_{page, sg} routines
` [PATCH 08/34] powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_ops
` [PATCH 14/34] powerpc/dart: remove dead cleanup code in iommu_init_early_dart
` [PATCH 19/34] cxl: drop the dma_set_mask callback from vphb
[PATCH v5 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
2018-12-07 15:01 UTC (8+ messages)
` [PATCH v5 1/3] mm: Add support for kmem caches in DMA32 zone
` [PATCH v5 2/3] iommu/io-pgtable-arm-v7s: Request DMA32 memory, and improve debugging
` [PATCH v5 3/3] mm: Add /sys/kernel/slab/cache/cache_dma32
[PATCH v3 6/9] iommu/dma-iommu.c: Convert to use vm_insert_range
2018-12-07 13:47 UTC (2+ messages)
use generic DMA mapping code in powerpc V4
2018-12-07 13:45 UTC (18+ messages)
[PATCH RFC 1/1] swiotlb: add debugfs to track swiotlb buffer usage
2018-12-07 13:17 UTC (5+ messages)
[PATCH] iommu: fix amd_iommu=force_isolation
2018-12-07 13:08 UTC (5+ messages)
` [PATCH v2] "
[RFC PATCH 0/6] Auxiliary IOMMU domains and Arm SMMUv3
2018-12-07 10:29 UTC (10+ messages)
[PATCH v2 00/17] locking/lockdep: Add a new class of terminal locks
2018-12-07 9:52 UTC (10+ messages)
` [PATCH v2 03/17] locking/lockdep: Add a new terminal lock type
` [PATCH v2 07/17] debugobjects: Move printk out of db lock critical sections
` [PATCH v2 08/17] locking/lockdep: Add support for nestable terminal locks
` [PATCH v2 09/17] debugobjects: Make object hash locks "
[PATCH 0/5] Introduce device_iommu_maped() function
2018-12-07 9:31 UTC (14+ messages)
` [PATCH 1/5] driver core: Introduce device_iommu_mapped() function
` [PATCH 2/5] iommu/of: Use device_iommu_mapped()
` [PATCH 3/5] ACPI/IORT: "
` [PATCH 4/5] powerpc/iommu: "
` [PATCH 5/5] xhci: "
[PATCH 1/1] iommu/arm-smmu: Add support to use Last level cache
2018-12-07 9:24 UTC (3+ messages)
[PATCH v2 0/8] dma-debug cleanup and dynamic allocation
2018-12-06 18:46 UTC (19+ messages)
` [PATCH v2 1/8] dma-debug: Use pr_fmt()
` [PATCH v2 2/8] dma-debug: Expose nr_total_entries in debugfs
` [PATCH v2 3/8] dma-debug: Refactor dma_debug_entry allocation
` [PATCH v2 4/8] dma-debug: Dynamically expand the dma_debug_entry pool
` [PATCH v2 5/8] dma-debug: Make leak-like behaviour apparent
` [PATCH v2 6/8] x86/dma/amd-gart: Stop resizing dma_debug_entry pool
` [PATCH v2 7/8] dma/debug: Remove dma_debug_resize_entries()
` [PATCH v2 8/8] dma-debug: Batch dma_debug_entry allocation
[PATCH v3 0/9] Use vm_insert_range
2018-12-06 18:37 UTC
[PATCH 0/4] Consolitate iommu_ops->add/remove_device() calls
2018-12-06 16:19 UTC (11+ messages)
` [PATCH 1/4] iommu/sysfs: Rename iommu_release_device()
` [PATCH 2/4] iommu: Consolitate ->add/remove_device() calls
` [PATCH 3/4] iommu/of: Don't call iommu_ops->add_device directly
` [PATCH 4/4] ACPI/IORT: "
scatterlist arch cleanups
2018-12-06 15:01 UTC (5+ messages)
` [PATCH 1/2] csky, h8300, riscv: remove <asm/scatterlist.h> leftovers
` [PATCH 2/2] arch: switch the default on ARCH_HAS_SG_CHAIN
remove the ->mapping_error method from dma_map_ops V3
2018-12-06 14:57 UTC (5+ messages)
` [PATCH 01/23] dma-mapping: provide a generic DMA_MAPPING_ERROR
[PATCH 0/9] Access dev->iommu_fwspec through functions
2018-12-06 14:16 UTC (15+ messages)
` [PATCH 1/9] iommu: Introduce wrappers around dev->iommu_fwspec
` [PATCH 2/9] ACPI/IORT: Use helper functions to access dev->iommu_fwspec
` [PATCH 4/9] iommu/dma: "
` [PATCH 3/9] iommu/arm-smmu: "
` [PATCH 5/9] iommu/ipmmu-vmsa: "
` [PATCH 6/9] iommu/mediatek: "
` [PATCH 7/9] iommu/of: "
` [PATCH 8/9] iommu/qcom: "
` [PATCH 9/9] iommu/tegra: "
[PATCH v4 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
2018-12-06 10:09 UTC (25+ messages)
` [PATCH v4 1/3] mm: slab/slub: Add check_slab_flags function to check for valid flags
` [PATCH v4 2/3] mm: Add support for kmem caches in DMA32 zone
` [PATCH v4 3/3] iommu/io-pgtable-arm-v7s: Request DMA32 memory, and improve debugging
[PATCH 1/1] swiotlb: fix comment on swiotlb_bounce()
2018-12-06 4:17 UTC
[PATCH v5 00/12] iommu/vt-d: Add scalable mode support
2018-12-06 1:19 UTC (14+ messages)
` [PATCH v5 02/12] iommu/vt-d: Manage scalalble mode PASID tables
` [PATCH v5 04/12] iommu/vt-d: Add 256-bit invalidation descriptor support
[RFC v2] iommu/vt-d: Allow iommu_domain_alloc to allocate IOMMU_DOMAIN_DMA
2018-12-05 17:19 UTC
[PATCH] Fix typo. Change tlb_range_add to iotlb_range_add and tlb_sync to iotlb_sync
2018-12-05 16:04 UTC (2+ messages)
[PATCH v2 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
2018-12-05 14:41 UTC (7+ messages)
[PATCH 5/9] dma-mapping: support highmem in the generic remap allocator
2018-12-05 13:49 UTC (4+ messages)
` [PATCH] dma-mapping: fix lack of DMA address assignment in "
[PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
2018-12-05 11:47 UTC (6+ messages)
` [LKP] [mm] 19717e78a0: stderr.if(target_node==NUMA_NO_NODE){
[PATCH] media: s5p-mfc: Fix memdev DMA configuration
2018-12-05 9:31 UTC (3+ messages)
[PATCH v3 0/4] PCI / iommu / thunderbolt: IOMMU based DMA protection
2018-12-05 9:11 UTC (2+ messages)
[PATCH] of/device: add blacklist for iommu dma_ops
2018-12-04 22:29 UTC (2+ messages)
[PATCH v4 9/9] dmapool: debug: prevent endless loop in case of corruption
2018-12-04 22:05 UTC (10+ messages)
[PATCH 0/4] dma-debug: implement dynamic entry allocation
2018-12-04 17:38 UTC (11+ messages)
` [PATCH 1/4] dma-debug: Use pr_fmt()
` [PATCH 3/4] dma-debug: Dynamically expand the dma_debug_entry pool
[PATCH v3, RFC] iommu/io-pgtable-arm-v7s: Use page_frag to request DMA32 memory
2018-12-04 16:41 UTC (2+ messages)
merge swiotlb support into dma_direct_ops
2018-12-04 16:16 UTC (5+ messages)
` [PATCH 2/5] swiotlb: remove dma_mark_clean
` [PATCH 3/5] dma-direct: improve addressability error reporting
` [PATCH 4/5] dma-direct: use dma_direct_map_page to implement dma_direct_map_sg
` [PATCH 5/5] dma-direct: merge swiotlb_dma_ops into the dma_direct code
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