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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-31
dma40: use flags to reduce parameter count
Rabin Vincent
2
-37
/
+52
2011-01-31
dma40: make d40_log_buf_to_lli static
Rabin Vincent
2
-8
/
+1
2011-01-31
dma40: unify src/dst addr check
Rabin Vincent
1
-13
/
+16
2011-01-31
dma40: pass the info pointer all the way to reduce argument count
Rabin Vincent
3
-33
/
+22
2011-01-31
dma40: unify d40_log_sg_to_lli funcs for mem and slave
Rabin Vincent
3
-85
/
+29
2011-01-31
dma40: combine duplicated code in log_sg_to_dev
Rabin Vincent
1
-29
/
+23
2011-01-31
dma40: move lli_load to main source file
Rabin Vincent
3
-35
/
+18
2011-01-31
dma40: combine mem and slave prep_sg functions
Rabin Vincent
1
-94
/
+62
2011-01-31
dma40: remove export of stedma40_memcpy_sg
Rabin Vincent
1
-1
/
+1
2011-01-31
dma40: combine mem and slave sg-to-lli functions
Rabin Vincent
1
-110
/
+84
2011-01-31
dma40: remove duplicated dev addr code
Rabin Vincent
1
-36
/
+30
2011-01-31
dma40: combine duplicated d40_pool_lli_alloc() calls
Rabin Vincent
1
-24
/
+14
2011-01-31
dma40: combine desc init functions
Rabin Vincent
1
-44
/
+32
2011-01-31
dma40: implement prep_memcpy as a wrapper around memcpy_sg
Rabin Vincent
3
-110
/
+10
2011-01-31
dma40: remove unnecessary casts
Rabin Vincent
1
-4
/
+2
2011-01-31
dma40: fix DMA API usage for LLIs
Rabin Vincent
1
-17
/
+41
2011-01-31
dma40: fix DMA API usage for LCLA
Rabin Vincent
1
-8
/
+25
2011-01-31
dma40: use sg_dma_address() instead of sg_phys()
Rabin Vincent
1
-4
/
+4
2011-01-31
dma40: remove unnecessary ALIGN()s
Rabin Vincent
1
-5
/
+3
2011-01-31
dma40: allow realtime and priority for event lines
Rabin Vincent
2
-0
/
+50
2011-01-31
dma40: fix comment to refer to SOCs rather than boards
Rabin Vincent
1
-2
/
+3
2011-01-31
dma40: use helpers for error functions
Rabin Vincent
1
-127
/
+74
2011-01-31
dma40: use helpers for channel type check
Rabin Vincent
1
-22
/
+32
2011-01-31
dma40: use helper for channel registers base
Rabin Vincent
1
-44
/
+30
2011-01-31
dma40: remove "hardware link with previous jobs" code
Rabin Vincent
1
-107
/
+6
2011-01-31
dma40: ensure event lines get enabled
Rabin Vincent
1
-17
/
+46
2011-01-31
dma40: make init function static
Rabin Vincent
1
-1
/
+1
2011-01-22
Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
122
-2635
/
+2376
2011-01-22
Merge branches 'fixes' and 'fwnet' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-7
/
+19
2011-01-22
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
1
-2
/
+2
2011-01-21
powerpc/macintosh: Fix wrong test in fan_{read,write}_reg()
roel kluin
1
-2
/
+2
2011-01-21
ACPI / PM: Call suspend_nvs_free() earlier during resume
Rafael J. Wysocki
1
-1
/
+1
2011-01-21
ACPI: Introduce acpi_os_ioremap()
Rafael J. Wysocki
2
-8
/
+11
2011-01-21
Merge branch 'akpm'
Linus Torvalds
33
-107
/
+108
2011-01-21
backlight: fix 88pm860x_bl macro collision
Randy Dunlap
1
-2
/
+2
2011-01-21
drivers/leds/ledtrig-gpio.c: make output match input, tighten input checking
Janusz Krzysztofik
1
-7
/
+8
2011-01-21
kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
David Rientjes
31
-98
/
+98
2011-01-21
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
139
-16
/
+17
2011-01-21
Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/je...
Linus Torvalds
1
-18
/
+13
2011-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
3
-21
/
+5
2011-01-21
Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...
Linus Torvalds
141
-205
/
+252
2011-01-21
i915: Fix i915 suspend delay
Linus Torvalds
2
-3
/
+3
2011-01-21
firewire: net: is not experimental anymore
Stefan Richter
1
-4
/
+2
2011-01-21
firewire: net: invalidate ARP entries of removed nodes
Maxim Levitsky
1
-1
/
+8
2011-01-21
firewire: core: fix unstable I/O with Canon camcorder
Stefan Richter
1
-2
/
+9
2011-01-21
ACPI / Battery: remove battery refresh on resume
Linus Torvalds
1
-1
/
+0
2011-01-20
virtio: remove virtio-pci root device
Milton Miller
1
-18
/
+2
2011-01-20
lguest: compile fixes
Rusty Russell
1
-1
/
+1
2011-01-20
lguest: Use this_cpu_ops
Christoph Lameter
2
-3
/
+3
2011-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
22
-215
/
+459
[next]