aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/completion.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-21completion: Use simple wait queuesThomas Gleixner1-4/+4
2018-01-08locking/lockdep: Remove cross-release leftoversIngo Molnar1-1/+0
2017-12-12locking/lockdep: Remove the cross-release locking checksIngo Molnar1-45/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25sched/completions: Add support for initializing completions with lockdep_mapByungchul Park1-0/+14
2017-10-25locking/lockdep, sched/completions: Change the prefix of lock name for completion variablesByungchul Park1-2/+2
2017-08-29sched/completion: Avoid unnecessary stack allocation for COMPLETION_INITIALIZER_ONSTACK()Boqun Feng1-1/+1
2017-08-17locking/lockdep: Rename CONFIG_LOCKDEP_COMPLETE to CONFIG_LOCKDEP_COMPLETIONSByungchul Park1-4/+4
2017-08-10locking/lockdep: Apply crossrelease to completionsByungchul Park1-1/+44
2013-11-15sched: remove INIT_COMPLETIONWolfram Sang1-10/+0
2013-11-15sched: replace INIT_COMPLETION with reinit_completionWolfram Sang1-3/+15
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra1-1/+1
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-1/+1
2013-02-15sched: add wait_for_completion_io[_timeout]Vladimir Davydov1-0/+3
2011-01-05sched: Change wait_for_completion_*_timeout() to return a signed longNeilBrown1-4/+4
2010-10-26docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap1-5/+5
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil1-0/+2
2008-08-26sched: add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txtKevin Diggs1-0/+41
2008-08-15completions: uninline try_wait_for_completion and completion_doneDave Chinner1-44/+2
2008-08-13[XFS] extend completions to provide XFS object flush requirementsDavid Chinner1-0/+45
2007-12-06Add wait_for_completion_killableMatthew Wilcox1-0/+1
2007-10-24sched: fix fastcall mismatch in completion APIsIngo Molnar1-9/+9
2006-07-10[PATCH] lockdep: clean up completion initializer in smpboot.cIngo Molnar1-1/+4
2006-07-03[PATCH] lockdep: add DECLARE_COMPLETION_ONSTACK() APIIngo Molnar1-0/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+42