index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
semaphore.c
Age
Commit message (
Expand
)
Author
2014-04-07
Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12
Scott Wood
2013-11-06
locking: Move the semaphore core to kernel/locking/
Peter Zijlstra
2013-05-01
semaphore: use `bool' type for semaphore_waiter's up
liguang
2013-05-01
semaphore: use unlikely() for down's timeout
liguang
2012-04-06
semaphore: fix improper comment reference to mutex
Lucia Rosculete
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-09-13
locking, semaphores: Annotate inner lock as raw
Thomas Gleixner
2008-08-05
semaphore: __down_common: use signal_pending_state()
Oleg Nesterov
2008-07-01
mmiotrace broken in linux-next (8-bit writes only)
Pekka Paalanen
2008-05-23
ftrace: stacktrace fix
Ingo Molnar
2008-05-11
Revert "semaphore: fix"
Linus Torvalds
2008-05-08
semaphore: fix
Ingo Molnar
2008-04-17
Improve semaphore documentation
Matthew Wilcox
2008-04-17
Simplify semaphore implementation
Matthew Wilcox
2008-04-17
Add down_timeout and change ACPI to use it
Matthew Wilcox
2008-04-17
Introduce down_killable()
Matthew Wilcox
2008-04-17
Generic semaphore implementation
Matthew Wilcox