messages from 2019-01-10 03:00:23 to 2019-01-16 13:51:16 UTC [more...]
remove block layer bounce buffering for MMC
2019-01-16 13:51 UTC (18+ messages)
` [PATCH 01/11] mmc: davinci: handle highmem pages
` [PATCH 02/11] mmc: moxart: "
` [PATCH 03/11] mmc: omap: "
` [PATCH 04/11] mmc: omap: handle chained sglists
` [PATCH 05/11] mmc: s3cmci: handle highmem pages
` [PATCH 06/11] mmc: s3cmci: handle chained sglists
` [PATCH 07/11] mmc: mvsdio: handle highmem pages
` [PATCH 08/11] mmc: sh_mmcif: "
` [PATCH 09/11] mmc: sh_mmcif: handle chained sglists
` [PATCH 10/11] mmc: core: don't use block layer bounce buffers
` [PATCH 11/11] dma-mapping: remove dma_max_pfn
[PATCH] dma-debug: add dumping facility via debugfs
2019-01-16 13:44 UTC
[PATCH v7 00/24] Tegra GART driver clean up and optimization
2019-01-16 13:41 UTC (5+ messages)
[PATCH] iommu/amd: Fix IOMMU page flush when detach all devices from a domain
2019-01-16 13:26 UTC (2+ messages)
[PATCH] iommu/amd: Mark translation invalid during device detach
2019-01-16 13:03 UTC (2+ messages)
[RFC v3 00/21] SMMUv3 Nested Stage Setup
2019-01-16 12:49 UTC (33+ messages)
` [RFC v3 01/21] iommu: Introduce set_pasid_table API
` [RFC v3 02/21] iommu: Introduce cache_invalidate API
` [RFC v3 03/21] iommu: Introduce bind_guest_msi
` [RFC v3 04/21] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [RFC v3 06/21] vfio: VFIO_IOMMU_BIND_MSI
` [RFC v3 09/21] iommu/smmuv3: Get prepared for nested stage support
` [RFC v3 11/21] iommu/smmuv3: Implement cache_invalidate
` [RFC v3 14/21] iommu: introduce device fault data
` [RFC v3 17/21] iommu/smmuv3: Report non recoverable faults
` [RFC v3 18/21] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
[PATCH] Revert "ARM: dma-mapping: Set proper DMA ops in arm_iommu_detach_device()"
2019-01-16 10:36 UTC (6+ messages)
[PATCH v1] iommu/s390: Declare s390 iommu reserved regions
2019-01-16 9:33 UTC (4+ messages)
[PATCH v2] dma-direct: do not allocate a single page from CMA area
2019-01-15 21:51 UTC
[PATCH 0/3 v2] Fix virtio-blk issue with SWIOTLB
2019-01-15 17:54 UTC (7+ messages)
` [PATCH 1/3] swiotlb: Introduce swiotlb_max_mapping_size()
` [PATCH 2/3] dma: Introduce dma_max_mapping_size()
` [PATCH 3/3] virtio-blk: Consider dma_max_mapping_size() for maximum segment size
use generic DMA mapping code in powerpc V4
2019-01-15 15:17 UTC (22+ messages)
[RFC v2] iommu/vt-d: Allow iommu_domain_alloc to allocate IOMMU_DOMAIN_DMA
2019-01-15 14:26 UTC (3+ messages)
[PATCH v5 0/8] vfio/mdev: IOMMU aware mediated device
2019-01-15 13:31 UTC (17+ messages)
` [PATCH v5 1/8] iommu: Add APIs for multiple domains per device
` [PATCH v5 2/8] iommu/vt-d: Add per-device IOMMU feature ops entries
` [PATCH v5 3/8] iommu/vt-d: Move common code out of iommu_attch_device()
` [PATCH v5 4/8] iommu/vt-d: Aux-domain specific domain attach/detach
` [PATCH v5 5/8] iommu/vt-d: Return ID associated with an auxiliary domain
` [PATCH v5 6/8] vfio/mdev: Add iommu related member in mdev_device
` [PATCH v5 7/8] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v5 8/8] vfio/type1: Handle different mdev isolation type
[PATCH 0/3] Fix virtio-blk issue with SWIOTLB
2019-01-15 13:20 UTC (26+ messages)
` [PATCH 1/3] swiotlb: Export maximum allocation size
` [PATCH 2/3] virtio: Introduce virtio_max_dma_size()
` [PATCH 3/3] virtio-blk: Consider virtio_max_dma_size() for maximum segment size
[PATCH v7 0/7] Add virtio-iommu driver
2019-01-15 12:19 UTC (8+ messages)
` [PATCH v7 1/7] dt-bindings: virtio-mmio: Add IOMMU description
` [PATCH v7 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
` [PATCH v7 3/7] of: Allow the iommu-map property to omit untranslated devices
` [PATCH v7 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v7 5/7] iommu: Add virtio-iommu driver
` [PATCH v7 6/7] iommu/virtio: Add probe request
` [PATCH v7 7/7] iommu/virtio: Add event queue
[PATCH] swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit
2019-01-14 20:33 UTC (3+ messages)
amdgpu/TTM oopses since merging swiotlb_dma_ops into the dma_direct code
2019-01-14 19:32 UTC (13+ messages)
fix a layering violation in videobuf2 and improve dma_map_resource
2019-01-14 17:08 UTC (13+ messages)
` [PATCH 1/3] dma-mapping: remove the default map_resource implementation
` [PATCH 2/3] dma-mapping: don't BUG when calling dma_map_resource on RAM
` [PATCH 3/3] videobuf2: replace a layering violation with dma_map_resource
[PATCH 0/2] ACPI/IORT: handle potential overflows
2019-01-14 15:29 UTC (7+ messages)
` [PATCH 1/2] ACPI/IORT: Handle potential overflow in iort_dma_setup
implement generic dma_map_ops for IOMMUs
2019-01-14 9:41 UTC (20+ messages)
` [PATCH 01/19] dma-mapping: add a Kconfig symbol to indicated arch_dma_prep_coherent presence
` [PATCH 02/19] dma-iommu: cleanup dma-iommu.h
` [PATCH 03/19] dma-iommu: don't use a scatterlist in iommu_dma_alloc
` [PATCH 04/19] dma-iommu: remove the flush_page callback
` [PATCH 05/19] dma-iommu: move the arm64 wrappers to common code
` [PATCH 06/19] dma-iommu: fix and refactor iommu_dma_mmap
` [PATCH 07/19] dma-iommu: fix and refactor iommu_dma_get_sgtable
` [PATCH 08/19] dma-iommu: move __iommu_dma_map
` [PATCH 09/19] dma-iommu: refactor page array remap helpers
` [PATCH 10/19] dma-iommu: factor atomic pool allocations into helpers
` [PATCH 11/19] dma-iommu: factor contiguous "
` [PATCH 12/19] dma-iommu: refactor iommu_dma_free
` [PATCH 13/19] dma-iommu: don't remap contiguous allocations for coherent devices
` [PATCH 14/19] dma-iommu: factor contiguous remapped allocations into helpers
` [PATCH 15/19] dma-iommu: refactor iommu_dma_alloc
` [PATCH 16/19] dma-iommu: don't depend on CONFIG_DMA_DIRECT_REMAP
` [PATCH 17/19] dma-iommu: switch copyright boilerplace to SPDX
` [PATCH 18/19] arm64: switch copyright boilerplace to SPDX in dma-mapping.c
` [PATCH 19/19] arm64: trim includes "
[PATCH v5 00/18] MT8183 IOMMU SUPPORT
2019-01-14 6:57 UTC (3+ messages)
` [PATCH v5 12/20] memory: mtk-smi: Add gals support
[GIT PULL] remove dma_zalloc_coherent
2019-01-12 19:35 UTC (5+ messages)
remove dma_zalloc_coherent
2019-01-11 18:16 UTC (2+ messages)
[PATCH 6/9] iommu/dma-iommu.c: Convert to use vm_insert_range
2019-01-11 15:11 UTC
[PATCH 1/9] mm: Introduce new vm_insert_range and vm_insert_range_buggy API
2019-01-11 15:07 UTC
[PATCH 0/9] Use vm_insert_range and vm_insert_range_buggy
2019-01-11 15:05 UTC
[PATCH 00/13] Clean up "mediatek,larb" after adding device_link
2019-01-11 14:58 UTC (3+ messages)
` [PATCH 01/13] dt-binding: mediatek: Get rid of mediatek, larb for multimedia HW
` [PATCH 01/13] dt-binding: mediatek: Get rid of mediatek,larb "
[PATCH v6 0/7] Add virtio-iommu driver
2019-01-11 13:00 UTC (5+ messages)
[PATCH 1/1] iommu/vt-d: Support page request in scalable mode
2019-01-11 11:29 UTC (2+ messages)
[PATCH] iommu/of: Fix probe-deferral
2019-01-11 11:28 UTC (2+ messages)
[PATCH 1/1] iova: Allow compiling the library without IOMMU support
2019-01-11 11:27 UTC (2+ messages)
[PATCH 0/8] reduce indentation
2019-01-11 11:25 UTC (3+ messages)
` [PATCH 8/8] iommu/msm: "
[PATCH 0/4 v2] Consolidate iommu_ops->add/remove_device() calls
2019-01-11 10:23 UTC (6+ messages)
` [PATCH 3/4] iommu/of: Don't call iommu_ops->add_device directly
[PATCH v6 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
2019-01-11 10:21 UTC (3+ messages)
[PATCH] Fix typo. Change tlb_range_add to iotlb_range_add and tlb_sync to iotlb_sync
2019-01-11 10:05 UTC (4+ messages)
ensure dma_alloc_coherent always returns zeroed memory
2019-01-11 6:09 UTC (7+ messages)
` [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
[PATCH v4 0/2] Enable smmu support on sdm845
2019-01-11 3:15 UTC (5+ messages)
` [PATCH v4 2/2] dts: arm64/sdm845: Add node for arm,mmu-500
[PATCH v2] kernel/dma: Fix panic caused by passing swiotlb to command line
2019-01-11 1:49 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