aboutsummaryrefslogtreecommitdiff
path: root/kernel/semaphore.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-09-13locking, semaphores: Annotate inner lock as rawGravatar Thomas Gleixner 1-14/+14
2008-08-05semaphore: __down_common: use signal_pending_state()Gravatar Oleg Nesterov 1-3/+1
2008-07-01mmiotrace broken in linux-next (8-bit writes only)Gravatar Pekka Paalanen 1-1/+0
2008-05-23ftrace: stacktrace fixGravatar Ingo Molnar 1-0/+2
2008-05-10Revert "semaphore: fix"Gravatar Linus Torvalds 1-30/+34
2008-05-08semaphore: fixGravatar Ingo Molnar 1-34/+30
2008-04-17Improve semaphore documentationGravatar Matthew Wilcox 1-11/+68
2008-04-17Simplify semaphore implementationGravatar Matthew Wilcox 1-54/+24
2008-04-17Add down_timeout and change ACPI to use itGravatar Matthew Wilcox 1-7/+35
2008-04-17Introduce down_killable()Gravatar Matthew Wilcox 1-0/+22
2008-04-17Generic semaphore implementationGravatar Matthew Wilcox 1-0/+187