Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d0e23bdf3a73b1aff1fe51a71d5e05d89465e2aa
/
arch
/
arm
/
mm
/
dma-mapping.c
0adfca6
ARM: 6622/1: fix dma_unmap_sg() documentation
by Linus Walleij
· 14 years ago
4073723
Merge branch 'misc' into devel
by Russell King
· 14 years ago
4ec3eb1
Merge branch 'smp' into misc
by Russell King
· 14 years ago
24056f5
ARM: DMA: add support for DMA debugging
by Russell King
· 14 years ago
9eedd96
ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()
by Russell King
· 14 years ago
39af22a
ARM: get rid of kmap_high_l1_vipt()
by Nicolas Pitre
· 14 years ago
c947f69
ARM: Fix DMA coherent allocator alignment
by Russell King
· 14 years ago
c017780
ARM: 6379/1: Assume new page cache pages have dirty D-cache
by Catalin Marinas
· 14 years ago
2be23c4
ARM: Ensure PTE modifications via dma_alloc_coherent are visible
by Russell King
· 14 years ago
5bc23d3
ARM: DMA coherent allocator: align remapped addresses
by Russell King
· 14 years ago
a5e9d38
ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU builds
by Catalin Marinas
· 14 years ago
7e5a69e
ARM: 6007/1: fix highmem with VIPT cache and DMA
by Nicolas Pitre
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
2741ecb
Merge branch 'misc2' into devel
by Russell King
· 15 years ago
a7bd08c
ARM: 5927/1: Make delimiters of DMA area globally visibly.
by Fenkart/Bostandzhyan
· 15 years ago
2ffe2da
ARM: dma-mapping: fix for speculative prefetching
by Russell King
· 15 years ago
a9c9147
ARM: dma-mapping: provide per-cpu type map/unmap functions
by Russell King
· 15 years ago
93f1d62
ARM: dma-mapping: simplify dma_cache_maint_page
by Russell King
· 15 years ago
65af191
ARM: dma-mapping: move selection of page ops out of dma_cache_maint_contiguous
by Russell King
· 15 years ago
4ea0d73
ARM: dma-mapping: push buffer ownership down into dma-mapping.c
by Russell King
· 15 years ago
18eabe2
ARM: dma-mapping: introduce the idea of buffer ownership
by Russell King
· 15 years ago
26a26d3
ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attribute
by Russell King
· 15 years ago
acaac25
ARM: dma-mapping: get rid of setting/clearing the reserved page bit
by Russell King
· 15 years ago
31ebf94
ARM: dma-mapping: Factor out noMMU dma buffer allocation code
by Russell King
· 15 years ago
ebd7a84
ARM: dma-mapping: clean up coherent arch dma allocation
by Russell King
· 15 years ago
88c58f3
ARM: dma-mapping: move consistent_init into CONFIG_MMU section
by Russell King
· 15 years ago
695ae0a
ARM: dma-mapping: factor dma_free_coherent() common code
by Russell King
· 15 years ago
04da569
ARM: dma-mapping: fix nommu dma_alloc_coherent()
by Russell King
· 15 years ago
3e82d01
ARM: dma-mapping: fix coherent arch dma_alloc_coherent()
by Russell King
· 15 years ago
7a9a32a
ARM: dma-mapping: functions to allocate/free a coherent buffer
by Russell King
· 15 years ago
13ccf3a
ARM: dma-mapping: split out vmregion code from dma coherent mapping code
by Russell King
· 15 years ago
c06e004
ARM: Use GFP_DMA only for masks _less_ than 32-bit
by Russell King
· 15 years ago
ab6494f
nommu: Add noMMU support to the DMA API
by Catalin Marinas
· 15 years ago
4337745
[ARM] introduce dma_cache_maint_page()
by Nicolas Pitre
· 16 years ago
1522ac3
[ARM] Fix virtual to physical translation macro corner cases
by Russell King
· 16 years ago
9c93af1
NOMMU: Rename ARM's struct vm_region
by David Howells
· 16 years ago
309dbba
[ARM] dma: don't touch cache on dma_*_for_cpu()
by Russell King
· 16 years ago
2638b4d
[ARM] dma: Reduce to one dma_sync_sg_* implementation
by Russell King
· 16 years ago
01135d92
[ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation
by Russell King
· 16 years ago
afd1a32
[ARM] Update dma_map_sg()/dma_unmap_sg() API
by Russell King
· 16 years ago
0ddbccd
[ARM] dma: rename consistent.c to dma-mapping.c
by Russell King
· 16 years ago
[Renamed (99%) from arch/arm/mm/consistent.c]
1fe5326
ARM: support generic per-device coherent dma mem
by Dmitry Baryshkov
· 16 years ago
6d6a54d
[ARM] remove useless setting of VM_RESERVED
by Russell King
· 17 years ago
84aa462
[ARM] Rename consistent_sync() as dma_cache_maint()
by Russell King
· 17 years ago
3e1a80f
[ARM] 4153/1: fix consistent_sync() off-by-one BUG check
by Lennert Buytenhek
· 18 years ago
7ae5a76
[ARM] Convert DMA cache handling to take const void * args
by Russell King
· 18 years ago
953233d
[ARM] 4134/1: Add generic support for outer caches
by Catalin Marinas
· 18 years ago
ad1ae2f
[ARM] Unuse another Linux PTE bit
by Russell King
· 18 years ago
105ef9a
[ARM] 3942/1: ARM: comment: consistent_sync should not be called directly
by Dan Williams
· 18 years ago
23759dc
[ARM] 3439/2: xsc3: add I/O coherency support
by Lennert Buytenhek
· 19 years ago
8dfcc9b
[PATCH] mm: split highorder pages
by Nick Piggin
· 19 years ago
37134cd
[ARM] 3209/1: Configurable DMA-consistent memory region
by Kevin Hilman
· 19 years ago
78ff18a
[ARM] Cleanup ARM includes
by Russell King
· 19 years ago
5edf71a
[ARM] Do not call flush_tlb_kernel_range() with IRQs disabled.
by Russell King
· 19 years ago
872fec1
[PATCH] mm: init_mm without ptlock
by Hugh Dickins
· 19 years ago
f9e3214
[PATCH] gfp_t: dma-mapping (arm)
by Al Viro
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago