summaryrefslogtreecommitdiffstats
path: root/kernel/semaphore.c
Commit message (Expand)AuthorAgeFilesLines
* 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