Linux SNPS ARC Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-11 12:50:25 to 2018-01-10 08:00:23 UTC [more...]

consolidate direct dma mapping V3
 2018-01-10  8:00 UTC  (30+ messages)
` [PATCH 01/33] alpha: mark jensen as broken
` [PATCH 02/33] hexagon: remove unused flush_write_buffers definition
` [PATCH 03/33] m32r: "
` [PATCH 04/33] powerpc: "
` [PATCH 05/33] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 06/33] m32r: remove the unused dma_capable helper
` [PATCH 07/33] riscv: "
` [PATCH 08/33] s390: "
` [PATCH 09/33] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 10/33] arm64: don't override dma_max_pfn
` [PATCH 11/33] dma-mapping: move swiotlb arch helpers to a new header
` [PATCH 12/33] dma-mapping: move dma_mark_clean to dma-direct.h
` [PATCH 13/33] hexagon: use the generic dma_capable helper
` [PATCH 14/33] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 15/33] microblaze: rename dma_direct to dma_nommu
` [PATCH 16/33] microblaze: remove dma_nommu_dma_supported
` [PATCH 17/33] microblaze: remove the dead !NOT_COHERENT_CACHE dma code
` [PATCH 18/33] s390: move s390_pci_dma_ops to asm/pci_dma.h
` [PATCH 19/33] dma-mapping: warn when there is no coherent_dma_mask
` [PATCH 20/33] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 21/33] dma-mapping: add an arch_dma_supported hook
` [PATCH 22/33] dma-mapping: provide a generic asm/dma-mapping.h
` [PATCH 23/33] dma-direct: rename dma_noop to dma_direct
` [PATCH 24/33] dma-direct: use phys_to_dma
` [PATCH 25/33] dma-direct: add dma address sanity checks
` [PATCH 26/33] dma-direct: add support for CMA allocation
` [PATCH 27/33] dma-direct: use node local allocations for coherent memory
` [PATCH 28/33] dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
` [PATCH 29/33] dma-direct: retry allocations using GFP_DMA for small masks

consolidate direct dma mapping and swiotlb support
 2018-01-09 15:55 UTC  (97+ messages)
` [PATCH 01/67] x86: remove X86_PPRO_FENCE
` [PATCH 02/67] alpha: mark jensen as broken
` [PATCH 03/67] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 04/67] arm64: don't override dma_max_pfn
` [PATCH 05/67] dma-mapping: replace PCI_DMA_BUS_IS_PHYS with a flag in struct dma_map_ops
` [PATCH 06/67] hexagon: remove unused flush_write_buffers definition
` [PATCH 07/67] m32r: "
` [PATCH 08/67] powerpc: "
` [PATCH 09/67] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 10/67] m32r: remove the unused dma_capable helper
` [PATCH 11/67] riscv: "
` [PATCH 12/67] s390: "
` [PATCH 13/67] dma-mapping: move swiotlb arch helpers to a new header
` [PATCH 14/67] dma-mapping: move dma_mark_clean to dma-direct.h
` [PATCH 15/67] hexagon: use the generic dma_capable helper
` [PATCH 16/67] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 17/67] microblaze: rename dma_direct to dma_microblaze
` [PATCH 18/67] microblaze: remove dma_nommu_dma_supported
` [PATCH 19/67] microblaze: remove the dead !NOT_COHERENT_CACHE dma code
` [PATCH 20/67] s390: move s390_pci_dma_ops to asm/pci_dma.h
` [PATCH 21/67] dma-mapping: warn when there is no coherent_dma_mask
` [PATCH 22/67] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 23/67] dma-mapping: add an arch_dma_supported hook
` [PATCH 24/67] dma-mapping: provide a generic asm/dma-mapping.h
` [PATCH 25/67] dma-direct: rename dma_noop to dma_direct
` [PATCH 26/67] dma-direct: use phys_to_dma
` [PATCH 27/67] dma-direct: add dma address sanity checks
` [PATCH 28/67] dma-direct: add support for CMA allocation
` [PATCH 29/67] dma-direct: use node local allocations for coherent memory
` [PATCH 30/67] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 31/67] dma-direct: make dma_direct_{alloc, free} available to other implementations
` [PATCH 32/67] dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
` [PATCH 33/67] dma-direct: reject too small dma masks
` [PATCH 34/67] cris: use dma-direct
` [PATCH 35/67] h8300: "
` [PATCH 36/67] x86: remove dma_alloc_coherent_mask
` [PATCH 37/67] x86: use dma-direct
` [PATCH 38/67] x86/amd_gart: clean up gart_alloc_coherent
` [PATCH 39/67] iommu/amd_iommu: use dma_direct_* helpers for the direct mapping case
` [PATCH 40/67] iommu/intel-iommu: "
` [PATCH 41/67] x86: remove dma_alloc_coherent_gfp_flags
` [PATCH 42/67] arm64: rename swiotlb_dma_ops
` [PATCH 43/67] ia64: "
` [PATCH 44/67] powerpc: "
` [PATCH 45/67] swiotlb: rename swiotlb_free to swiotlb_exit
` [PATCH 46/67] swiotlb: lift x86 swiotlb_dma_ops to common code
` [PATCH 47/67] swiotlb: wire up ->dma_supported in swiotlb_dma_ops
` [PATCH 48/67] swiotlb: rely on dev->coherent_dma_mask
` [PATCH 49/67] swiotlb: refactor coherent buffer freeing
` [PATCH 50/67] swiotlb: refactor coherent buffer allocation
` [PATCH 51/67] set_memory.h: provide set_memory_{en,de}crypted stubs
` [PATCH 52/67] dma-direct: handle the memory encryption bit in common code
` [PATCH 53/67] swiotlb: remove swiotlb_set_mem_attributes
` [PATCH 54/67] x86: remove sta2x11_dma_ops
` [PATCH 55/67] ia64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 56/67] ia64: use generic swiotlb_ops
` [PATCH 57/67] ia64: clean up swiotlb support
` [PATCH 58/67] ia64: remove an ifdef around the content of pci-dma.c
` [PATCH 59/67] unicore32: use generic swiotlb_ops
` [PATCH 60/67] tile: replace ZONE_DMA with ZONE_DMA32
` [PATCH 61/67] tile: use generic swiotlb_ops
` [PATCH 62/67] mips/netlogic: remove swiotlb support
` [PATCH 63/67] mips: use swiotlb_{alloc,free}
` [PATCH 64/67] arm64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 65/67] arm64: use swiotlb_alloc and swiotlb_free
` [PATCH 66/67] swiotlb: remove swiotlb_{alloc,free}_coherent
` [PATCH 67/67] swiotlb: remove various exports

[PATCH 00/13] replace print_symbol() with printk()-s
 2018-01-08  2:09 UTC  (26+ messages)
` [PATCH 08/13] x86: do not use print_symbol()
` [PATCH 11/13] irq debug: "
  ` [PATCHv2 "
` [PATCH 13/13] arc: do not use __print_symbol()

[uclibc-ng-devel] [PATCH 4/4] arc: Use new common syscall() implementation
 2018-01-06  2:57 UTC  (2+ messages)

[GIT PULL] ARC updates for 4.15-rc7
 2018-01-05 21:06 UTC 

[RFC] ARC: setup cpu possible mask according to status field in dts
 2018-01-05 20:37 UTC  (2+ messages)

[PATCH] arch: drop duplicate exports of abort()
 2018-01-03 16:51 UTC  (6+ messages)

[PATCH] arc: fix iounmap prototype
 2018-01-02 14:23 UTC  (2+ messages)

[PATCH v2] arch: define weak abort
 2017-12-21 23:20 UTC  (4+ messages)

[PATCH 0/2] ARC __builtin_trap handling
 2017-12-21  8:09 UTC  (4+ messages)
` [PATCH 1/2] ARC: handle gcc generated __builtin_trap()
` [PATCH 2/2] ARC: handle gcc generated __builtin_trap for older compiler

[PATCH] bug.h: Work around GCC PR82365 in BUG()
 2017-12-20 20:29 UTC  (9+ messages)

[PATCH 0/4] ARC: Set initial core pll output frequency via DTS
 2017-12-19 19:11 UTC  (3+ messages)

[PATCH] Fix subtle race in tst-cancel2 / tst-cancelx2
 2017-12-18 19:40 UTC  (4+ messages)
` [PATCH v2] "
  ` [uclibc-ng-devel] "

[PATCH v2] ARC: Force disable IOC if we don't want to use it
 2017-12-18 15:29 UTC 

kisskb: FAILED linux-next/axs103_smp_defconfig/arcv2 Mon Dec 18, 17:27
 2017-12-18  6:27 UTC 

kisskb: FAILED linux-next/axs101_defconfig/arcompact Mon Dec 18, 17:27
 2017-12-18  6:27 UTC 

rsi_91x: Failed to read status register on failed authentication
 2017-12-15 16:09 UTC  (6+ messages)
  ` rsi_91x: Low bandwidth: sends ~100 Kbits/sec, receives ~1.5 Mbits/sec

[PATCH] arc: dts: Remove leading 0x and 0s from bindings notation
 2017-12-14 19:04 UTC 

UDL's fbdev doesn't work for user-space apps
 2017-12-13 21:53 UTC  (7+ messages)

[PATCH] ARC: Force disable IOC if ioc_enable=0
 2017-12-12 17:49 UTC  (2+ messages)

[U-Boot] Please pull ARC changes
 2017-12-12 15:58 UTC  (2+ messages)

[PATCH] arch: define weak abort
 2017-12-12 15:57 UTC 


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