summaryrefslogtreecommitdiffstats
path: root/kernel/semaphore.c
AgeCommit message (Expand)AuthorLines
2008-07-01mmiotrace broken in linux-next (8-bit writes only)Pekka Paalanen-1/+0
2008-05-23ftrace: stacktrace fixIngo Molnar-0/+2
2008-05-10Revert "semaphore: fix"Linus Torvalds-30/+34
2008-05-08semaphore: fixIngo Molnar-34/+30
2008-04-17Improve semaphore documentationMatthew Wilcox-11/+68
2008-04-17Simplify semaphore implementationMatthew Wilcox-54/+24
2008-04-17Add down_timeout and change ACPI to use itMatthew Wilcox-7/+35
2008-04-17Introduce down_killable()Matthew Wilcox-0/+22
2008-04-17Generic semaphore implementationMatthew Wilcox-0/+187