summaryrefslogtreecommitdiffstats
path: root/include/linux/completion.h
Commit message (Expand)AuthorAgeFilesLines
* locking/lockdep: Remove cross-release leftoversIngo Molnar2018-01-081-1/+0
* locking/lockdep: Remove the cross-release locking checksIngo Molnar2017-12-121-45/+0
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | sched/completions: Add support for initializing completions with lockdep_mapByungchul Park2017-10-251-0/+14
* | locking/lockdep, sched/completions: Change the prefix of lock name for comple...Byungchul Park2017-10-251-2/+2
|/
* sched/completion: Avoid unnecessary stack allocation for COMPLETION_INITIALIZ...Boqun Feng2017-08-291-1/+1
* locking/lockdep: Rename CONFIG_LOCKDEP_COMPLETE to CONFIG_LOCKDEP_COMPLETIONSByungchul Park2017-08-171-4/+4
* locking/lockdep: Apply crossrelease to completionsByungchul Park2017-08-101-1/+44
* sched: remove INIT_COMPLETIONWolfram Sang2013-11-151-10/+0
* sched: replace INIT_COMPLETION with reinit_completionWolfram Sang2013-11-151-3/+15
* sched: Move completion code from core.c to completion.cPeter Zijlstra2013-11-061-1/+1
* sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-191-1/+1
* sched: add wait_for_completion_io[_timeout]Vladimir Davydov2013-02-151-0/+3
* sched: Change wait_for_completion_*_timeout() to return a signed longNeilBrown2011-01-051-4/+4
* docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap2010-10-261-5/+5
* sched: add wait_for_completion_killable_timeoutSage Weil2010-05-291-0/+2
* sched: add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txtKevin Diggs2008-08-261-0/+41
* completions: uninline try_wait_for_completion and completion_doneDave Chinner2008-08-151-44/+2
* [XFS] extend completions to provide XFS object flush requirementsDavid Chinner2008-08-131-0/+45
* Add wait_for_completion_killableMatthew Wilcox2007-12-061-0/+1
* sched: fix fastcall mismatch in completion APIsIngo Molnar2007-10-241-9/+9
* [PATCH] lockdep: clean up completion initializer in smpboot.cIngo Molnar2006-07-101-1/+4
* [PATCH] lockdep: add DECLARE_COMPLETION_ONSTACK() APIIngo Molnar2006-07-031-0/+12
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+42