index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
semaphore.c
Age
Commit message (
Expand
)
Author
2013-11-06
locking: Move the semaphore core to kernel/locking/
Peter Zijlstra
2013-04-30
semaphore: use `bool' type for semaphore_waiter's up
liguang
2013-04-30
semaphore: use unlikely() for down's timeout
liguang
2012-04-05
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-10
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