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
2013-05-01
ipc/msg.c: use list_for_each_entry_[safe] for list traversing
Nikola Pajkovsky
1
-27
/
+8
2013-05-01
ipc,sem: fine grained locking for semtimedop
Rik van Riel
4
-125
/
+203
2013-05-01
ipc,sem: have only one list in struct sem_queue
Rik van Riel
1
-31
/
+34
2013-05-01
ipc,sem: open code and rename sem_lock
Rik van Riel
1
-6
/
+23
2013-05-01
ipc,sem: do not hold ipc lock more than necessary
Davidlohr Bueso
2
-48
/
+118
2013-05-01
ipc: introduce lockless pre_down ipcctl
Davidlohr Bueso
2
-5
/
+29
2013-05-01
ipc: introduce obtaining a lockless ipc object
Davidlohr Bueso
2
-14
/
+59
2013-05-01
ipc: remove bogus lock comment for ipc_checkid
Davidlohr Bueso
1
-6
/
+1
2013-05-01
ipc/msgutil.c: use linux/uaccess.h
HoSung Jung
1
-2
/
+2
2013-05-01
ipc: refactor msg list search into separate function
Peter Hurley
1
-22
/
+26
2013-05-01
ipc: simplify msg list search
Peter Hurley
1
-6
/
+2
2013-05-01
ipc: implement MSG_COPY as a new receive mode
Peter Hurley
1
-13
/
+9
2013-05-01
ipc: remove msg handling from queue scan
Peter Hurley
1
-10
/
+4
2013-05-01
ipc: set EFAULT as default error in load_msg()
Peter Hurley
1
-7
/
+3
2013-05-01
ipc: tighten msg copy loops
Peter Hurley
1
-21
/
+11
2013-05-01
ipc: separate msg allocation from userspace copy
Peter Hurley
1
-14
/
+38
2013-05-01
ipc: clamp with min()
Peter Hurley
1
-22
/
+8
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
87
-1489
/
+539
2013-05-01
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
214
-1690
/
+2820
2013-05-01
Merge tag 'md-3.10' of git://neil.brown.name/md
Linus Torvalds
9
-131
/
+368
2013-05-01
Documentation/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-10
/
+10
2013-05-01
ethernet/emac/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-05-01
sparc/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-2
/
+2
2013-05-01
powerpc/xmon/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-05-01
ARM/etm/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-05-01
power/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-05-01
kgdb/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-05-01
lib/decompress.c: fix initconst
Andi Kleen
1
-1
/
+1
2013-05-01
notifier-error-inject: fix module names in Kconfig
Akinobu Mita
1
-2
/
+2
2013-05-01
kernel/sys.c: make prctl(PR_SET_MM) generally available
Amnon Shiloh
1
-8
/
+2
2013-05-01
UAPI: remove empty Kbuild files
David Howells
2
-4
/
+0
2013-05-01
menuconfig: print more info for symbol without prompts
Wengmeiling
1
-7
/
+20
2013-05-01
init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig display
Mike Frysinger
1
-40
/
+40
2013-05-01
kconfig menu: move Virtualization drivers near other virtualization options
Randy Dunlap
1
-2
/
+2
2013-05-01
Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
Stephen Boyd
16
-76
/
+31
2013-05-01
relay: use macro PAGE_ALIGN instead of FIX_SIZE
zhangwei(Jovi)
1
-4
/
+1
2013-05-01
kernel/relay.c: move FIX_SIZE macro into relay.c
zhangwei(Jovi)
2
-3
/
+3
2013-05-01
kernel/relay.c: remove unused function argument actor
zhangwei(Jovi)
1
-8
/
+4
2013-05-01
drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()
Wei Yongjun
1
-1
/
+2
2013-05-01
drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()
Wei Yongjun
1
-1
/
+2
2013-05-01
drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()
Wei Yongjun
1
-1
/
+2
2013-05-01
drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()
Wei Yongjun
1
-1
/
+3
2013-05-01
drivers/memstick/host/r592.c: make r592_pm_ops static
Jingoo Han
1
-5
/
+3
2013-05-01
semaphore: use `bool' type for semaphore_waiter's up
liguang
1
-3
/
+3
2013-05-01
semaphore: use unlikely() for down's timeout
liguang
1
-1
/
+1
2013-05-01
pps: pps_kc_hardpps_lock can be static
Fengguang Wu
1
-3
/
+3
2013-05-01
pps: hide more configuration symbols behind CONFIG_PPS
Florian Fainelli
1
-2
/
+4
2013-05-01
aoe: replace kmalloc and then memcpy with kmemdup
Mihnea Dobrescu-Balaur
1
-2
/
+1
2013-05-01
nbd: increase default and max request sizes
Michal Belczyk
1
-0
/
+2
2013-05-01
pid_namespace.c/.h: simplify defines
Raphael S.Carvalho
3
-6
/
+3
[next]