index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
/
dma-mapping.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: dma-mapping: modify condition check while freeing pages
Prathyush K
2012-07-16
1
-2
/
+2
*
ARM: dma-mapping: fix buffer chunk allocation order
Marek Szyprowski
2012-06-25
1
-1
/
+1
*
ARM: dma-mapping: Add missing static storage class specifier
Sachin Kamat
2012-06-11
1
-2
/
+2
*
ARM: dma-mapping: remove unconditional dependency on CMA
Marek Szyprowski
2012-06-04
1
-6
/
+4
*
Merge branch 'for-next-arm-dma' into for-linus
Marek Szyprowski
2012-05-22
1
-142
/
+856
|
\
|
*
ARM: dma-mapping: add support for IOMMU mapper
Marek Szyprowski
2012-05-21
1
-11
/
+701
|
*
ARM: dma-mapping: use alloc, mmap, free from dma_ops
Marek Szyprowski
2012-05-21
1
-36
/
+24
|
*
ARM: dma-mapping: remove redundant code and do the cleanup
Marek Szyprowski
2012-05-21
1
-64
/
+24
|
*
ARM: dma-mapping: move all dma bounce code to separate dma ops structure
Marek Szyprowski
2012-05-21
1
-10
/
+69
|
*
ARM: dma-mapping: implement dma sg methods on top of any generic dma ops
Marek Szyprowski
2012-05-21
1
-24
/
+19
|
*
ARM: dma-mapping: use asm-generic/dma-mapping-common.h
Marek Szyprowski
2012-05-21
1
-62
/
+86
|
*
ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
Marek Szyprowski
2012-05-21
1
-2
/
+2
|
*
ARM: dma-mapping: introduce DMA_ERROR_CODE constant
Marek Szyprowski
2012-05-21
1
-1
/
+1
|
*
ARM: dma-mapping: use pr_* instread of printk
Marek Szyprowski
2012-05-21
1
-8
/
+8
|
*
ARM: dma-mapping: use dma_mmap_from_coherent()
Marek Szyprowski
2012-05-21
1
-0
/
+3
*
|
ARM: dma-mapping: use PMD size for section unmap
Vitaly Andrianov
2012-05-21
1
-1
/
+1
*
|
ARM: integrate CMA with DMA-mapping subsystem
Marek Szyprowski
2012-05-21
1
-67
/
+303
|
/
*
ARM: add dma coherent region reporting via procfs
Russell King
2012-01-23
1
-7
/
+13
*
ARM: 7172/1: dma: Drop GFP_COMP for DMA memory allocations
Sumit Bhattacharya
2011-11-26
1
-0
/
+9
*
ARM: 7166/1: Use PMD_SHIFT instead of PGDIR_SHIFT in dma-consistent.c
Catalin Marinas
2011-11-21
1
-1
/
+1
*
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...
Linus Torvalds
2011-10-28
1
-11
/
+33
|
\
|
*
ARM: Remove support for macro CONSISTENT_DMA_SIZE
Jon Medhurst
2011-08-22
1
-4
/
+0
|
*
ARM: Add init_consistent_dma_size()
Jon Medhurst
2011-08-22
1
-11
/
+38
|
|
|
\
*
-
.
\
Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...
Russell King
2011-10-25
1
-3
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*
Catalin Marinas
2011-08-23
1
-3
/
+3
|
|
/
*
/
ARM: dma-mapping: free allocated page if unable to map
Russell King
2011-09-26
1
-0
/
+2
|
/
*
ARM: dma: replace ISA_DMA_THRESHOLD with a variable
Russell King
2011-07-12
1
-3
/
+32
*
Merge branches 'fixes', 'pgt-next' and 'versatile' into devel
Russell King
2011-03-20
1
-1
/
+10
|
\
|
*
ARM: pgtable: add pud-level code
Russell King
2011-02-21
1
-1
/
+10
*
|
ARM: 6622/1: fix dma_unmap_sg() documentation
Linus Walleij
2011-01-12
1
-1
/
+1
*
|
Merge branch 'misc' into devel
Russell King
2011-01-06
1
-5
/
+23
|
\
\
|
*
|
Merge branch 'smp' into misc
Russell King
2011-01-06
1
-1
/
+1
|
|
\
|
|
*
|
ARM: DMA: add support for DMA debugging
Russell King
2011-01-06
1
-3
/
+21
|
*
|
ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()
Russell King
2011-01-03
1
-2
/
+2
*
|
|
ARM: get rid of kmap_high_l1_vipt()
Nicolas Pitre
2010-12-19
1
-3
/
+4
|
|
/
|
/
|
*
|
ARM: Fix DMA coherent allocator alignment
Russell King
2010-11-07
1
-1
/
+1
|
/
*
ARM: 6379/1: Assume new page cache pages have dirty D-cache
Catalin Marinas
2010-09-19
1
-0
/
+6
*
ARM: Ensure PTE modifications via dma_alloc_coherent are visible
Russell King
2010-09-08
1
-0
/
+2
*
ARM: DMA coherent allocator: align remapped addresses
Russell King
2010-07-27
1
-1
/
+14
*
ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU builds
Catalin Marinas
2010-07-01
1
-9
/
+9
*
ARM: 6007/1: fix highmem with VIPT cache and DMA
Nicolas Pitre
2010-04-14
1
-0
/
+5
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+1
*
Merge branch 'misc2' into devel
Russell King
2010-02-25
1
-3
/
+0
|
\
|
*
ARM: 5927/1: Make delimiters of DMA area globally visibly.
Fenkart/Bostandzhyan
2010-02-15
1
-3
/
+0
*
|
ARM: dma-mapping: fix for speculative prefetching
Russell King
2010-02-15
1
-38
/
+30
*
|
ARM: dma-mapping: provide per-cpu type map/unmap functions
Russell King
2010-02-15
1
-17
/
+12
*
|
ARM: dma-mapping: simplify dma_cache_maint_page
Russell King
2010-02-15
1
-24
/
+18
*
|
ARM: dma-mapping: move selection of page ops out of dma_cache_maint_contiguous
Russell King
2010-02-15
1
-29
/
+30
*
|
ARM: dma-mapping: push buffer ownership down into dma-mapping.c
Russell King
2010-02-15
1
-4
/
+30
*
|
ARM: dma-mapping: introduce the idea of buffer ownership
Russell King
2010-02-15
1
-5
/
+8
|
/
[next]