summaryrefslogtreecommitdiff
path: root/include/linux/completion.h
AgeCommit message (Expand)Author
2020-12-03completion: Drop init_completion defineMauro Carvalho Chehab
2020-03-21completion: Use simple wait queuesThomas Gleixner
2018-01-08locking/lockdep: Remove cross-release leftoversIngo Molnar
2017-12-12locking/lockdep: Remove the cross-release locking checksIngo Molnar
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25sched/completions: Add support for initializing completions with lockdep_mapByungchul Park
2017-10-25locking/lockdep, sched/completions: Change the prefix of lock name for comple...Byungchul Park
2017-08-29sched/completion: Avoid unnecessary stack allocation for COMPLETION_INITIALIZ...Boqun Feng
2017-08-17locking/lockdep: Rename CONFIG_LOCKDEP_COMPLETE to CONFIG_LOCKDEP_COMPLETIONSByungchul Park
2017-08-10locking/lockdep: Apply crossrelease to completionsByungchul Park
2013-11-15sched: remove INIT_COMPLETIONWolfram Sang
2013-11-15sched: replace INIT_COMPLETION with reinit_completionWolfram Sang
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar
2013-02-15sched: add wait_for_completion_io[_timeout]Vladimir Davydov
2011-01-05sched: Change wait_for_completion_*_timeout() to return a signed longNeilBrown
2010-10-26docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil
2008-08-26sched: add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txtKevin Diggs
2008-08-15completions: uninline try_wait_for_completion and completion_doneDave Chinner
2008-08-13[XFS] extend completions to provide XFS object flush requirementsDavid Chinner
2007-12-06Add wait_for_completion_killableMatthew Wilcox
2007-10-24sched: fix fastcall mismatch in completion APIsIngo Molnar
2006-07-10[PATCH] lockdep: clean up completion initializer in smpboot.cIngo Molnar
2006-07-03[PATCH] lockdep: add DECLARE_COMPLETION_ONSTACK() APIIngo Molnar
2005-04-16Linux-2.6.12-rc2Linus Torvalds