aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/consistent.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-14sh: remove call to memset after dma_alloc_coherentChen Zhou1-2/+0
2019-10-18sh: Use pr_warn instead of pr_warningKefeng Wang1-3/+2
2018-08-02sh: split arch/sh/mm/consistent.cChristoph Hellwig1-80/+0
2018-08-02sh: introduce a sh_cacheop_vaddr helperChristoph Hellwig1-5/+1
2018-08-02sh: simplify get_arch_dma_opsChristoph Hellwig1-3/+0
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-9/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-9/+0
2018-05-05sh: mm: Fix unprotected access to struct deviceJacopo Mondi1-3/+8
2018-04-12arch/sh: make the DMA mapping operations observe dev->dma_pfn_offsetThomas Petazzoni1-2/+2
2017-10-19sh: make dma_cache_sync a no-opChristoph Hellwig1-3/+3
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-2/+2
2012-03-28SH: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-2/+4
2011-05-31sh64: Move from P1SEG to CAC_ADDR for consistent sync.Paul Mundt1-1/+1
2010-11-04sh: nommu: use 32-bit phys mode.Paul Mundt1-8/+7
2010-08-04sh: Use __GFP_ZERO for dma_generic_alloc_coherent().Andrew Murray1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-27sh: Bump up dma_ops initialization far earlier in the boot process.Paul Mundt1-2/+0
2009-10-26sh: Add dma-mapping support for dma_alloc/free_coherent() overrides.Paul Mundt1-17/+5
2009-10-20sh: Convert to asm-generic/dma-mapping-common.hPaul Mundt1-0/+6
2009-10-10sh: Remap physical memory into P1 and P2 in pmb_init()Matt Fleming1-1/+1
2009-04-14sh: Pre-allocate a reasonable number of DMA debug entries.Paul Mundt1-1/+11
2009-04-09sh: Add support for DMA API debugging.Paul Mundt1-6/+13
2008-12-22sh: split coherent pagesMagnus Damm1-1/+6
2008-10-20sh: remove consistent alloc cruftMagnus Damm1-10/+0
2008-09-08sh: fixup many sparse errors.Paul Mundt1-1/+1
2008-08-28sh: fix platform_resource_setup_memory() section mismatchMagnus Damm1-3/+3
2008-08-11sh: select memchunk size using kernel cmdlineMagnus Damm1-0/+27
2008-07-29Merge branch 'linus' into core/generic-dma-coherentIngo Molnar1-0/+30
2008-07-28sh: Add memory chunks to SH-Mobile UIO devicesMagnus Damm1-0/+30
2008-07-18Sh: use generic per-device coherent dma allocatorDmitry Baryshkov1-95/+3
2008-02-14sh: declared coherent memory support V2 fixMagnus Damm1-12/+20
2008-01-28sh: declared coherent memory support V2Magnus Damm1-46/+128
2008-01-28sh: Add SH-5 support to the consistent DMA impl.Paul Mundt1-18/+28
2007-10-17Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle1-4/+4
2006-10-10sh: Zero-out coherent buffer in consistent_alloc().Paul Mundt1-0/+1
2006-09-27sh: page table alloc cleanups and page fault optimizations.Paul Mundt1-0/+2
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-2/+1
2005-10-28[PATCH] gfp_t: dma-mapping (sh)Al Viro1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+85