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
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
/
kernel
/
semaphore.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-04-06
semaphore: fix improper comment reference to mutex
Lucia Rosculete
1
-1
/
+1
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-09-13
locking, semaphores: Annotate inner lock as raw
Thomas Gleixner
1
-14
/
+14
2008-08-06
semaphore: __down_common: use signal_pending_state()
Oleg Nesterov
1
-3
/
+1
2008-07-01
mmiotrace broken in linux-next (8-bit writes only)
Pekka Paalanen
1
-1
/
+0
2008-05-24
ftrace: stacktrace fix
Ingo Molnar
1
-0
/
+2
2008-05-11
Revert "semaphore: fix"
Linus Torvalds
1
-30
/
+34
2008-05-08
semaphore: fix
Ingo Molnar
1
-34
/
+30
2008-04-17
Improve semaphore documentation
Matthew Wilcox
1
-11
/
+68
2008-04-17
Simplify semaphore implementation
Matthew Wilcox
1
-54
/
+24
2008-04-17
Add down_timeout and change ACPI to use it
Matthew Wilcox
1
-7
/
+35
2008-04-17
Introduce down_killable()
Matthew Wilcox
1
-0
/
+22
2008-04-17
Generic semaphore implementation
Matthew Wilcox
1
-0
/
+187