index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
kernel
/
ioport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
1
-1
/
+1
2020-04-03
sparc32: use per-device dma_ops
Christoph Hellwig
1
-3
/
+0
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
1
-2
/
+2
2018-12-20
dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
1
-1
/
+1
2018-12-13
sparc: use DT node full_name in sparc_dma_alloc_resource
Christoph Hellwig
1
-1
/
+1
2018-12-11
sparc: remove the sparc32_dma_ops indirection
Christoph Hellwig
1
-121
/
+3
2018-12-11
sparc: factor the dma coherent mapping into helper
Christoph Hellwig
1
-84
/
+67
2018-12-11
sparc: remove not needed sbus_dma_ops methods
Christoph Hellwig
1
-20
/
+0
2018-08-21
sparc: use generic dma_noncoherent_ops
Christoph Hellwig
1
-162
/
+31
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-15
/
+4
2018-02-22
asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...
Greentime Hu
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-28
sparc: remove arch specific dma_supported implementations
Christoph Hellwig
1
-16
/
+6
2017-06-28
sparc: remove leon_dma_ops
Christoph Hellwig
1
-4
/
+1
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
1
-4
/
+4
2016-12-15
arch/sparc: add option to skip DMA sync as a part of map and unmap
Alexander Duyck
1
-2
/
+2
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-12
/
+12
2016-03-21
sparc: Fix misspellings in comments.
Adam Buchbinder
1
-3
/
+3
2014-09-11
sparc32: dma_alloc_coherent must honour gfp flags
Daniel Hellstrom
1
-2
/
+3
2014-04-29
sparc32: fix sparse warnings in ioport.c
Sam Ravnborg
1
-3
/
+3
2014-01-05
sparc/PCI: Use dev_is_pci() to identify PCI devices
Yijing Wang
1
-3
/
+2
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-1
/
+1
2012-05-28
sparc32: Export leon_dma_ops to modules.
David S. Miller
1
-1
/
+2
2012-05-28
sparc32: support leon + sun in dma_make_coherent()
Sam Ravnborg
1
-8
/
+4
2012-05-28
sparc32,leon: always support leon in ioport
Sam Ravnborg
1
-9
/
+2
2012-05-14
sparc32: Convert mmu_* interfaces from btfixup to method ops.
David S. Miller
1
-3
/
+5
2012-05-13
sparc32: drop btfixup in pgtable_32.h
Sam Ravnborg
1
-5
/
+5
2012-05-12
sparc32: Trivial removal of sun4c references in comments.
David S. Miller
1
-5
/
+0
2012-03-28
SPARC: adapt for dma_map_ops changes
Andrzej Pietrasiewicz
1
-8
/
+10
2011-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
1
-25
/
+7
2011-07-30
sparc: iounmap() and *_free_coherent() - Use lookup_resource()
Geert Uytterhoeven
1
-25
/
+7
2011-07-30
sparc: _sparc_find_resource() should check for exact matches
Geert Uytterhoeven
1
-2
/
+2
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
1
-6
/
+6
2011-05-17
sparc32,leon: Remove unnecessary page_address calls in LEON DMA API.
Kristoffer Glembo
1
-26
/
+16
2011-03-17
sparc: Fix sbus_alloc_coherent error handling.
Kristoffer Glembo
1
-2
/
+2
2011-03-17
sparc: Make mmu_inval_dma_area take void * instead of unsigned long to minimi...
Kristoffer Glembo
1
-26
/
+27
2011-03-17
sparc/leon: Make mmu_inval_dma_area flush dcache for LEONs without snooping e...
Kristoffer Glembo
1
-3
/
+7
2011-03-17
sparc/leon: Add LEON dma_ops.
Kristoffer Glembo
1
-5
/
+13
2011-03-17
sparc: Add pci32_unmap_page.
Kristoffer Glembo
1
-0
/
+8
2011-03-17
sparc: Replace open coded page alignment with PAGE_ALIGN macro.
Kristoffer Glembo
1
-14
/
+11
2010-07-24
sparc: remove references to of_device and to_of_device
Grant Likely
1
-1
/
+1
2010-05-19
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-1
/
+1
2010-03-13
dma-mapping: sparc: unify 32bit and 64bit dma_set_mask
FUJITA Tomonori
1
-11
/
+0
2009-11-02
sparc,leon: Sparc-Leon SMP support
Konrad Eisele
1
-0
/
+5
2009-09-12
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-85
/
+105
2009-09-02
sparc: convert /proc/io_map, /proc/dvma_map to seq_file
Alexey Dobriyan
1
-12
/
+20
2009-08-10
sparc: Add CONFIG_DMA_API_DEBUG support
FUJITA Tomonori
1
-0
/
+27
2009-08-10
sparc: Use asm-generic/pci-dma-compat
FUJITA Tomonori
1
-86
/
+76
2009-08-10
sparc: Replace sbus_map_single and sbus_unmap_single with sbus_map_page and s...
FUJITA Tomonori
1
-2
/
+5
2009-01-09
sparc: move EXPORT_SYMBOL to the symbols definition
Sam Ravnborg
1
-0
/
+15
[next]