index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2008-12-12
sparc: use sparc64 version of scatterlist.h
Robert Reif
1
-2
/
+2
2008-08-29
sparc: Kill now spurious includes of sbus.h
David S. Miller
1
-1
/
+0
2008-08-29
sparc: Remove generic SBUS probing layer.
David S. Miller
1
-23
/
+0
2008-08-29
sparc: Kill sbus_arch_preinit().
David S. Miller
1
-9
/
+3
2008-08-29
sparc: Kill sbus_ioremap() and sbus_iounmap().
David S. Miller
1
-16
/
+0
2008-08-29
sparc: Remove SBUS layer resource and irq handling.
David S. Miller
1
-27
/
+0
2008-08-29
sparc: Kill SBUS layer IRQ hooks.
David S. Miller
1
-53
/
+0
2008-08-29
sparc32: Make mmu_map_dma_area and mmu_unmap_dma_area take a device pointer.
David S. Miller
1
-2
/
+2
2008-08-29
sparc32: Kill mmu_translate_dvma() usage.
David S. Miller
1
-35
/
+1
2008-08-29
sparc: Move SBUS DMA attribute interfaces out of asm/sbus.h
David S. Miller
1
-1
/
+1
2008-08-29
sparc32: Implement more generic dma_*() interfaces.
David S. Miller
1
-0
/
+2
2008-08-29
sparc32: Make mmu_{get,release}_*() take a struct device pointer.
David S. Miller
1
-13
/
+4
2008-08-29
sparc: Make SBUS DMA interfaces take struct device.
David S. Miller
1
-24
/
+19
2008-08-29
sparc32: Make IOMMU and IO-UNIT init work with device nodes.
David S. Miller
1
-11
/
+6
2008-08-08
sparc: don't use asm/of_device.h
Stephen Rothwell
1
-1
/
+1
2008-07-18
sparc/kernel/: possible cleanups
Adrian Bunk
1
-6
/
+7
2008-05-20
sparc: remove CVS keywords
Adrian Bunk
1
-1
/
+1
2008-02-03
Spelling fixes: lenght->length
Paulius Zaleckas
1
-2
/
+2
2007-10-22
Update arch/ to use sg helpers
Jens Axboe
1
-9
/
+8
2007-10-16
SPARC: sg chaining support
Jens Axboe
1
-12
/
+13
2007-05-12
[SPARC]: Spelling fixes.
Simon Arlott
1
-1
/
+1
2007-01-01
[SPARC64]: Fix of_iounmap() region release.
David S. Miller
1
-1
/
+1
2006-12-30
[PATCH] sparc32: add offset in pci_map_sg()
Jan Andersson
1
-1
/
+2
2006-12-10
[SPARC]: Replace kmalloc+memset with kzalloc
Yan Burman
1
-4
/
+2
2006-10-04
Remove all inclusions of <linux/config.h>
Dave Jones
1
-1
/
+0
2006-09-23
[PATCH] sun4: fix sbus_setup_iommu()
Al Viro
1
-0
/
+2
2006-06-30
[SPARC]: Add of_io{remap,unmap}().
David S. Miller
1
-0
/
+17
2006-06-27
[PATCH] 64bit resource: change resource core to use resource_size_t
Greg Kroah-Hartman
1
-2
/
+2
2006-06-27
[PATCH] 64bit resource: fix up printks for resources in arch and core code
Greg Kroah-Hartman
1
-1
/
+3
2006-06-24
[SBUS]: Rewrite and plug into of_device framework.
David S. Miller
1
-0
/
+85
2006-06-24
[SBUS]: Start cleaning up generic sbus support layer.
David S. Miller
1
-1
/
+45
2006-05-08
[SPARC]: show device name in /proc/dvma_map
Martin Habets
1
-0
/
+5
2006-03-20
[SPARC]: BUG_ON() Conversion in arch/sparc/kernel/ioport.c
Eric Sesterhenn
1
-25
/
+15
[next]