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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-08
powerpc: Use pr_devel() in arch/powerpc/mm/gup.c
Michael Ellerman
1
-5
/
+5
2009-07-08
powerpc: Cleanup & use pr_devel() in arch/powerpc/mm/slb.c
Michael Ellerman
1
-10
/
+3
2009-07-08
powerpc/perf_counter: Remove duplicated #include
Huang Weiyi
2
-2
/
+0
2009-07-08
powerpc: Use pr_devel() in arch/powerpc/mm/mmu_context_nohash.c
Michael Ellerman
1
-8
/
+8
2009-07-08
powerpc/pseries: Use pr_devel() in xics.c
Michael Ellerman
1
-4
/
+4
2009-07-08
powerpc: Remove unnecessary semicolons
Joe Perches
7
-8
/
+7
2009-07-08
powerpc/pseries: Use pr_devel() in pseries LPAR HPTE routines
Michael Ellerman
1
-9
/
+9
2009-07-08
Merge commit 'jwb/merge' into merge
Benjamin Herrenschmidt
3
-56
/
+166
2009-07-07
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
15
-51
/
+39
2009-07-07
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
6
-411
/
+1026
2009-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6
Linus Torvalds
1
-22
/
+32
2009-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
35
-259
/
+658
2009-07-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
12
-73
/
+104
2009-07-07
Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
49
-1803
/
+120
2009-07-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
3
-4
/
+8
2009-07-07
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
25
-112
/
+1027
2009-07-07
Merge git://git.infradead.org/iommu-2.6
Linus Torvalds
2
-23
/
+95
2009-07-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
8
-22
/
+43
2009-07-07
fb: Initialize fb_info mutexes in framebuffer_alloc()
Paul Mundt
4
-4
/
+4
2009-07-07
cred_guard_mutex: do not return -EINTR to user-space
Oleg Nesterov
3
-6
/
+6
2009-07-07
linux/sysrq.h needs linux/errno.h
Tobias Doerffel
1
-0
/
+2
2009-07-07
drivers/video/s3c-fb.c: fix clock setting for Samsung SoC Framebuffer
InKi Dae
1
-10
/
+7
2009-07-07
Fix virt_to_phys() warnings
Kevin Cernekee
3
-3
/
+3
2009-07-07
mm: mark page accessed before we write_end()
Josef Bacik
1
-0
/
+1
2009-07-07
elf: fix multithreaded program core dumping on arm
Hui Zhu
1
-0
/
+2
2009-07-07
sys_sync(): fix 16% performance regression in ffsb create_4k test
Zhang, Yanmin
1
-0
/
+5
2009-07-07
gcov: exclude code operating in userspace from profiling
Peter Oberparleiter
1
-0
/
+2
2009-07-07
rtc: ds1374, fix lock imbalance
Jiri Slaby
1
-2
/
+2
2009-07-07
vlynq: fix typo in Kconfig to enable debugging
Florian Fainelli
1
-1
/
+1
2009-07-07
vlynq: correct typo of missing "CONFIG_" prefix in ifdef
Robert P. J. Day
1
-1
/
+1
2009-07-07
sisfb: fix regression with uninitalized fb_info->mm_lock mutex
Krzysztof Helt
1
-1
/
+0
2009-07-06
Revert "p54: Use SKB list handling helpers instead of by-hand code."
David S. Miller
1
-19
/
+27
2009-07-06
sctp: fix warning at inet_sock_destruct() while release sctp socket
Wei Yongjun
1
-23
/
+2
2009-07-06
tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.
Mariusz Kozlowski
1
-1
/
+3
2009-07-06
Revert "ide: improve handling of Power Management requests"
David S. Miller
1
-22
/
+32
2009-07-06
microblaze: Fix cast warning for init.c
Michal Simek
1
-3
/
+3
2009-07-06
microblaze: Wire up new syscalls
Michal Simek
2
-1
/
+5
2009-07-06
microblaze: use generic syscalls.h
Arnd Bergmann
6
-62
/
+28
2009-07-06
microblaze: clean up signal handling
Arnd Bergmann
7
-345
/
+43
2009-07-06
microblaze: convert all simple headers to use asm-generic
Remis Lima Baima
19
-266
/
+21
2009-07-06
microblaze: use the generic lib/checksum.c
Remis Lima Baima
4
-241
/
+6
2009-07-06
microblaze: fall back on generic header files for the ABI
Arnd Bergmann
17
-887
/
+16
2009-07-06
Merge branch 'slab/urgent' into for-linus
Pekka Enberg
3
-4
/
+8
2009-07-06
dsa: fix 88e6xxx statistics counter snapshotting
Stephane Contri
1
-1
/
+1
2009-07-06
forcedeth: Fix NAPI race.
Eric Dumazet
1
-11
/
+14
2009-07-06
drivers/net/smsc911x.c: Fix resource size off by 1 error
Julia Lawall
1
-3
/
+3
2009-07-06
pcnet_cs: add new id
Ken Kawasaki
1
-0
/
+1
2009-07-06
bnx2x: Fix the maximal values of coalescing timeouts.
Eilon Greenstein
2
-4
/
+6
2009-07-06
bnx2x: Disable HC coalescing when setting timeout to zero.
Eilon Greenstein
1
-2
/
+2
2009-07-06
tun: Fix device unregister race
Herbert Xu
1
-7
/
+9
[next]