index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
semaphore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-30
semaphore: use `bool' type for semaphore_waiter's up
liguang
1
-3
/
+3
2013-04-30
semaphore: use unlikely() for down's timeout
liguang
1
-1
/
+1
2012-04-05
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-05
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-23
ftrace: stacktrace fix
Ingo Molnar
1
-0
/
+2
2008-05-10
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