summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/consistent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-9/+0
|\
| * dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-9/+0
* | sh: mm: Fix unprotected access to struct deviceJacopo Mondi2018-05-051-3/+8
|/
* arch/sh: make the DMA mapping operations observe dev->dma_pfn_offsetThomas Petazzoni2018-04-121-2/+2
* sh: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-3/+3
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-2/+2
* SH: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-2/+4
* sh64: Move from P1SEG to CAC_ADDR for consistent sync.Paul Mundt2011-05-311-1/+1
* sh: nommu: use 32-bit phys mode.Paul Mundt2010-11-041-8/+7
* sh: Use __GFP_ZERO for dma_generic_alloc_coherent().Andrew Murray2010-08-041-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sh: Bump up dma_ops initialization far earlier in the boot process.Paul Mundt2009-10-271-2/+0
* sh: Add dma-mapping support for dma_alloc/free_coherent() overrides.Paul Mundt2009-10-261-17/+5
* sh: Convert to asm-generic/dma-mapping-common.hPaul Mundt2009-10-201-0/+6
* sh: Remap physical memory into P1 and P2 in pmb_init()Matt Fleming2009-10-101-1/+1
* sh: Pre-allocate a reasonable number of DMA debug entries.Paul Mundt2009-04-141-1/+11
* sh: Add support for DMA API debugging.Paul Mundt2009-04-091-6/+13
* sh: split coherent pagesMagnus Damm2008-12-221-1/+6
* sh: remove consistent alloc cruftMagnus Damm2008-10-201-10/+0
* sh: fixup many sparse errors.Paul Mundt2008-09-081-1/+1
* sh: fix platform_resource_setup_memory() section mismatchMagnus Damm2008-08-281-3/+3
* sh: select memchunk size using kernel cmdlineMagnus Damm2008-08-111-0/+27
* Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-291-0/+30
|\
| * sh: Add memory chunks to SH-Mobile UIO devicesMagnus Damm2008-07-281-0/+30
* | Sh: use generic per-device coherent dma allocatorDmitry Baryshkov2008-07-181-95/+3
|/
* sh: declared coherent memory support V2 fixMagnus Damm2008-02-141-12/+20
* sh: declared coherent memory support V2Magnus Damm2008-01-281-46/+128
* sh: Add SH-5 support to the consistent DMA impl.Paul Mundt2008-01-281-18/+28
* Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle2007-10-171-4/+4
* sh: Zero-out coherent buffer in consistent_alloc().Paul Mundt2006-10-101-0/+1
* sh: page table alloc cleanups and page fault optimizations.Paul Mundt2006-09-271-0/+2
* [PATCH] mm: split highorder pagesNick Piggin2006-03-221-2/+1
* [PATCH] gfp_t: dma-mapping (sh)Al Viro2005-10-281-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+85