index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
openrisc
/
kernel
/
dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncached
Jann Horn
2022-10-08
1
-8
/
+8
*
openrisc: fix SMP tlb flush NULL pointer dereference
Stafford Horne
2021-11-03
1
-2
/
+2
*
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
2020-10-06
1
-1
/
+1
*
openrisc: fix boot oops when DEBUG_VM is enabled
Stafford Horne
2020-06-26
1
-0
/
+5
*
openrisc: use the generic in-place uncached DMA allocator
Christoph Hellwig
2020-03-16
1
-45
/
+10
*
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
2019-11-20
1
-1
/
+1
*
pagewalk: separate function pointers from iterator data
Christoph Hellwig
2019-09-07
1
-10
/
+12
*
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
2019-09-07
1
-0
/
+1
*
Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-07-12
1
-13
/
+9
|
\
|
*
openrisc: remove the partial DMA_ATTR_NON_CONSISTENT support
Christoph Hellwig
2019-06-25
1
-13
/
+9
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
2018-12-20
1
-1
/
+1
*
openrisc: use generic dma_noncoherent_ops
Christoph Hellwig
2018-07-21
1
-56
/
+9
*
openrisc: fix cache maintainance the the sync_single_for_device DMA operation
Christoph Hellwig
2018-07-21
1
-23
/
+19
*
openrisc: remove the no-op unmap_page and unmap_sg DMA operations
Christoph Hellwig
2018-07-21
1
-23
/
+0
*
openrisc: remove the sync_single_for_cpu DMA operation
Christoph Hellwig
2018-07-21
1
-15
/
+0
*
dma-debug: move initialization to common code
Christoph Hellwig
2018-05-08
1
-11
/
+0
*
openrisc: initial SMP support
Stefan Kristiansson
2017-11-03
1
-5
/
+9
*
treewide: Constify most dma_map_ops structures
Bart Van Assche
2017-01-24
1
-1
/
+1
*
arch/openrisc: add option to skip DMA sync as a part of mapping
Alexander Duyck
2016-12-14
1
-0
/
+3
*
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
2016-08-04
1
-11
/
+10
*
openrisc: provide dma_map_ops
Jonas Bonn
2012-05-08
1
-36
/
+73
*
Add missing DMA ops
Jonas Bonn
2011-09-11
1
-1
/
+27
*
OpenRISC: DMA
Jonas Bonn
2011-07-22
1
-0
/
+191