aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/semaphore.c
Commit message (Expand)AuthorAge
* semaphore: use `bool' type for semaphore_waiter's upliguang2013-04-30
* semaphore: use unlikely() for down's timeoutliguang2013-04-30
* semaphore: fix improper comment reference to mutexLucia Rosculete2012-04-05
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* locking, semaphores: Annotate inner lock as rawThomas Gleixner2011-09-13
* semaphore: __down_common: use signal_pending_state()Oleg Nesterov2008-08-05
* mmiotrace broken in linux-next (8-bit writes only)Pekka Paalanen2008-07-01
* ftrace: stacktrace fixIngo Molnar2008-05-23
* Revert "semaphore: fix"Linus Torvalds2008-05-10
* semaphore: fixIngo Molnar2008-05-08
* Improve semaphore documentationMatthew Wilcox2008-04-17
* Simplify semaphore implementationMatthew Wilcox2008-04-17
* Add down_timeout and change ACPI to use itMatthew Wilcox2008-04-17
* Introduce down_killable()Matthew Wilcox2008-04-17
* Generic semaphore implementationMatthew Wilcox2008-04-17