summaryrefslogtreecommitdiffstats
path: root/kernel/semaphore.c
Commit message (Expand)AuthorAgeFilesLines
* semaphore: fix improper comment reference to mutexLucia Rosculete2012-04-051-1/+1
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* locking, semaphores: Annotate inner lock as rawThomas Gleixner2011-09-131-14/+14
* semaphore: __down_common: use signal_pending_state()Oleg Nesterov2008-08-051-3/+1
* mmiotrace broken in linux-next (8-bit writes only)Pekka Paalanen2008-07-011-1/+0
* ftrace: stacktrace fixIngo Molnar2008-05-231-0/+2
* Revert "semaphore: fix"Linus Torvalds2008-05-101-30/+34
* semaphore: fixIngo Molnar2008-05-081-34/+30
* Improve semaphore documentationMatthew Wilcox2008-04-171-11/+68
* Simplify semaphore implementationMatthew Wilcox2008-04-171-54/+24
* Add down_timeout and change ACPI to use itMatthew Wilcox2008-04-171-7/+35
* Introduce down_killable()Matthew Wilcox2008-04-171-0/+22
* Generic semaphore implementationMatthew Wilcox2008-04-171-0/+187