messages from 2018-01-02 10:36:00 to 2018-01-12 08:42:27 UTC [more...]
consolidate direct dma mapping V4
2018-01-12 8:42 UTC (30+ messages)
` [PATCH 01/34] alpha: mark jensen as broken
` [PATCH 10/34] arm64: don't override dma_max_pfn
` [PATCH 11/34] mips: fix an off-by-one in dma_capable
` [PATCH 12/34] dma-mapping: move swiotlb arch helpers to a new header
` [PATCH 14/34] hexagon: use the generic dma_capable helper
` [PATCH 15/34] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 17/34] microblaze: remove dma_nommu_dma_supported
` [PATCH 18/34] microblaze: remove the dead !NOT_COHERENT_CACHE dma code
` [PATCH 19/34] s390: move s390_pci_dma_ops to asm/pci_dma.h
` [PATCH 21/34] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 24/34] dma-direct: rename dma_noop to dma_direct
` [PATCH 02/34] hexagon: remove unused flush_write_buffers definition
` [PATCH 03/34] m32r: "
` [PATCH 04/34] powerpc: "
` [PATCH 05/34] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 06/34] m32r: remove the unused dma_capable helper
` [PATCH 07/34] riscv: "
` [PATCH 08/34] s390: "
` [PATCH 09/34] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 13/34] dma-mapping: move dma_mark_clean to dma-direct.h
` [PATCH 16/34] microblaze: rename dma_direct to dma_nommu
` [PATCH 20/34] dma-mapping: warn when there is no coherent_dma_mask
` [PATCH 22/34] dma-mapping: add an arch_dma_supported hook
` [PATCH 23/34] dma-mapping: provide a generic asm/dma-mapping.h
` [PATCH 25/34] dma-direct: use phys_to_dma
` [PATCH 26/34] dma-direct: add dma address sanity checks
` [PATCH 27/34] dma-direct: add support for CMA allocation
` [PATCH 28/34] dma-direct: use node local allocations for coherent memory
` [PATCH 29/34] dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
[PATCH v4 0/9] Renesas Capture Engine Unit (CEU) V4L2 driver
2018-01-12 6:48 UTC (14+ messages)
` [PATCH v4 1/9] dt-bindings: media: Add Renesas CEU bindings
` [PATCH v4 2/9] include: media: Add Renesas CEU driver interface
` [PATCH v4 3/9] v4l: platform: Add Renesas CEU driver
` [PATCH v4 4/9] ARM: dts: r7s72100: Add Capture Engine Unit (CEU)
` [PATCH v4 5/9] v4l: i2c: Copy ov772x soc_camera sensor driver
` [PATCH v4 6/9] media: i2c: ov772x: Remove soc_camera dependencies
` [PATCH v4 7/9] v4l: i2c: Copy tw9910 soc_camera sensor driver
` [PATCH v4 8/9] media: i2c: tw9910: Remove soc_camera dependencies
` [PATCH v4 9/9] arch: sh: migor: Use new renesas-ceu camera driver
[PATCH 02/11] signal/sh: Ensure si_signo is initialized in do_divide_error
2018-01-12 0:59 UTC
consolidate direct dma mapping V3
2018-01-10 17:00 UTC (51+ messages)
` [PATCH 02/33] hexagon: remove unused flush_write_buffers definition
` [PATCH 01/33] alpha: mark jensen as broken
` [PATCH 03/33] m32r: remove unused flush_write_buffers definition
` [PATCH 04/33] powerpc: "
` [PATCH 07/33] riscv: remove the unused dma_capable helper
` [PATCH 08/33] s390: "
` [PATCH 10/33] arm64: don't override dma_max_pfn
` [PATCH 11/33] dma-mapping: move swiotlb arch helpers to a new header
` [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 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 27/33] dma-direct: use node local allocations for coherent memory
` [PATCH 05/33] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 06/33] m32r: remove the unused dma_capable helper
` [PATCH 09/33] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 12/33] dma-mapping: move dma_mark_clean to dma-direct.h
` [PATCH 13/33] hexagon: use the generic dma_capable helper
` [PATCH 17/33] microblaze: remove the dead !NOT_COHERENT_CACHE dma 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 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
` [PATCH 30/33] dma-direct: make dma_direct_{alloc,free} available to other implementations
` [PATCH 31/33] dma-direct: reject too small dma masks
` [PATCH 32/33] cris: use dma-direct
` [PATCH 33/33] h8300: "
[PATCH 0/2] Ether fixes for the SolutionEngine771x boards
2018-01-09 17:21 UTC (9+ messages)
consolidate direct dma mapping and swiotlb support
2018-01-09 15:55 UTC (40+ messages)
` [PATCH 02/67] alpha: mark jensen as broken
` [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 09/67] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 16/67] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 17/67] microblaze: rename dma_direct to dma_microblaze
` [PATCH 22/67] dma-mapping: clear harmful GFP_* flags in common code
` [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 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 31/67] dma-direct: make dma_direct_{alloc, free} "
` [PATCH 34/67] cris: use dma-direct
[PATCH] arch/sh: fix Ethernet clock for SH7786
2018-01-09 14:57 UTC (2+ messages)
[PATCH 0/8] SH7786 PCIe support fixes
2018-01-08 22:27 UTC (4+ messages)
[PATCH] sh_eth: fix TXALCR1 offsets
2018-01-08 19:32 UTC (2+ messages)
[PATCH] sh_eth: remove sh_eth_plat_data::edmac_endian
2018-01-08 19:10 UTC (2+ messages)
[PATCH 00/13] replace print_symbol() with printk()-s
2018-01-08 2:09 UTC (11+ messages)
[PATCH 2/2] SolutionEngine771x: add Ether TSU resource
2018-01-06 18:53 UTC (3+ messages)
[PATCH 1/2] SolutionEngine771x: fix Ether platform data
2018-01-06 18:53 UTC (3+ messages)
[PATCH v5 00/22] sh: LANDISK and R2Dplus convert to device tree
2018-01-05 22:10 UTC (9+ messages)
` [J-core] "
[PATCH] sh_eth: fix SH7757 GEther initialization
2018-01-05 18:59 UTC (2+ messages)
[PATCH v3 0/9] Renesas Capture Engine Unit (CEU) V4L2 driver
2018-01-05 17:55 UTC (17+ messages)
` [PATCH v3 1/9] dt-bindings: media: Add Renesas CEU bindings
` [PATCH v3 2/9] include: media: Add Renesas CEU driver interface
` [PATCH v3 3/9] v4l: platform: Add Renesas CEU driver
` [PATCH v3 4/9] ARM: dts: r7s72100: Add Capture Engine Unit (CEU)
` [PATCH v3 5/9] v4l: i2c: Copy ov772x soc_camera sensor driver
` [PATCH v3 6/9] media: i2c: ov772x: Remove soc_camera dependencies
` [PATCH v3 7/9] v4l: i2c: Copy tw9910 soc_camera sensor driver
` [PATCH v3 8/9] media: i2c: tw9910: Remove soc_camera dependencies
` [PATCH v3 9/9] arch: sh: migor: Use new renesas-ceu camera driver
[PATCH] sh_eth: fix TSU resource handling
2018-01-04 19:18 UTC (2+ messages)
[PATCH v2 0/9] Renesas Capture Engine Unit (CEU) V4L2 driver
2018-01-03 19:34 UTC (30+ messages)
` [PATCH v2 1/9] dt-bindings: media: Add Renesas CEU bindings
` [PATCH v2 2/9] include: media: Add Renesas CEU driver interface
` [PATCH v2 3/9] v4l: platform: Add Renesas CEU driver
` [PATCH v2 4/9] ARM: dts: r7s72100: Add Capture Engine Unit (CEU)
` [PATCH v2 5/9] arch: sh: migor: Use new renesas-ceu camera driver
` [PATCH v2 7/9] media: i2c: ov772x: Remove soc_camera dependencies
` [PATCH v2 9/9] media: i2c: tw9910: "
[PATCH] sh: shut up gcc-8 warnings
2018-01-02 10:57 UTC
Build regressions/improvements in v4.15-rc6
2018-01-02 10:49 UTC
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;
as well as URLs for NNTP newsgroup(s).