aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/semaphore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Improve semaphore documentationMatthew Wilcox1-11/+68
2008-04-17Simplify semaphore implementationMatthew Wilcox1-54/+24
2008-04-17Add down_timeout and change ACPI to use itMatthew Wilcox1-7/+35
2008-04-17Introduce down_killable()Matthew Wilcox1-0/+22
2008-04-17Generic semaphore implementationMatthew Wilcox1-0/+187