aboutsummaryrefslogtreecommitdiff
path: root/include/linux/semaphore.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436Gravatar Thomas Gleixner 1-2/+1
2018-02-13locking/semaphore: Update the file path in documentationGravatar Tycho Andersen 1-1/+1
2011-09-13locking, semaphores: Annotate inner lock as rawGravatar Thomas Gleixner 1-2/+2
2010-10-30semaphore: Remove mutex emulationGravatar Thomas Gleixner 1-6/+0
2010-09-08semaphore: Add DEFINE_SEMAPHOREGravatar Thomas Gleixner 1-0/+3
2008-07-24Remove __DECLARE_SEMAPHORE_GENERICGravatar Matthew Wilcox 1-4/+2
2008-04-17Improve semaphore documentationGravatar Matthew Wilcox 1-37/+2
2008-04-17Simplify semaphore implementationGravatar Matthew Wilcox 1-6/+3
2008-04-17Add down_timeout and change ACPI to use itGravatar Matthew Wilcox 1-0/+6
2008-04-17Introduce down_killable()Gravatar Matthew Wilcox 1-0/+6
2008-04-17Generic semaphore implementationGravatar Matthew Wilcox 1-0/+77