index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
semaphore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
semaphore: use `bool' type for semaphore_waiter's up
liguang
2013-04-30
1
-3
/
+3
*
semaphore: use unlikely() for down's timeout
liguang
2013-04-30
1
-1
/
+1
*
semaphore: fix improper comment reference to mutex
Lucia Rosculete
2012-04-05
1
-1
/
+1
*
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
locking, semaphores: Annotate inner lock as raw
Thomas Gleixner
2011-09-13
1
-14
/
+14
*
semaphore: __down_common: use signal_pending_state()
Oleg Nesterov
2008-08-05
1
-3
/
+1
*
mmiotrace broken in linux-next (8-bit writes only)
Pekka Paalanen
2008-07-01
1
-1
/
+0
*
ftrace: stacktrace fix
Ingo Molnar
2008-05-23
1
-0
/
+2
*
Revert "semaphore: fix"
Linus Torvalds
2008-05-10
1
-30
/
+34
*
semaphore: fix
Ingo Molnar
2008-05-08
1
-34
/
+30
*
Improve semaphore documentation
Matthew Wilcox
2008-04-17
1
-11
/
+68
*
Simplify semaphore implementation
Matthew Wilcox
2008-04-17
1
-54
/
+24
*
Add down_timeout and change ACPI to use it
Matthew Wilcox
2008-04-17
1
-7
/
+35
*
Introduce down_killable()
Matthew Wilcox
2008-04-17
1
-0
/
+22
*
Generic semaphore implementation
Matthew Wilcox
2008-04-17
1
-0
/
+187