aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/workqueue.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-22workqueue: Use "@..." in function comment to describe variable length argumentTejun Heo1-1/+1
2024-03-25workqueue: Introduce enable_and_queue_work() convenience functionAllen Pais1-0/+26
2024-03-25workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...Lai Jiangshan1-0/+3
2024-03-25workqueue: Remember whether a work item was on a BH workqueueTejun Heo1-1/+3
2024-03-25workqueue: Remove WORK_OFFQ_CANCELINGTejun Heo1-3/+1
2024-03-25workqueue: Implement disable/enable for (delayed) work itemsTejun Heo1-3/+15
2024-03-25workqueue: Preserve OFFQ bits in cancel[_sync] pathsTejun Heo1-0/+1
2024-02-29workqueue: Drain BH work items on hot-unplugged CPUsTejun Heo1-0/+1
2024-02-27workqueue: Introduce from_work() helper for cleaner callback declarationsAllen Pais1-0/+3
2024-02-20workqueue: Clean up enum work_bits and related constantsTejun Heo1-26/+32
2024-02-09workqueue: Implement workqueue_set_min_active()Tejun Heo1-0/+2
2024-02-05workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo1-3/+1
2024-02-04workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo1-0/+11
2024-01-29workqueue: Implement system-wide nr_active enforcement for unbound workqueuesTejun Heo1-3/+32
2024-01-26workqueue: Break up enum definitions and give names to the typesTejun Heo1-17/+24
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-15/+1
2023-12-20workqueue: Split out workqueue_types.hKent Overstreet1-15/+1
2023-11-12workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_un...Waiman Long1-1/+1
2023-10-17workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker1-7/+39
2023-08-07workqueue: Make default affinity_scope dynamically updatableTejun Heo1-2/+1
2023-08-07workqueue: Implement non-strict affinity scope for unbound workqueuesTejun Heo1-0/+11
2023-08-07workqueue: Add workqueue_attrs->__pod_cpumaskTejun Heo1-0/+16
2023-08-07workqueue: Add multiple affinity scopes and interface to select themTejun Heo1-1/+4
2023-08-07workqueue: Generalize unbound CPU podsTejun Heo1-4/+27
2023-08-07workqueue: Initialize unbound CPU pods later in the bootTejun Heo1-0/+1
2023-08-07workqueue: Rename workqueue_attrs->no_numa to ->orderedTejun Heo1-3/+3
2023-08-07workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo1-6/+2
2023-07-10workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa1-41/+3
2023-06-23workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds1-7/+8
2023-03-23workqueue: Introduce show_freezable_workqueuesJungseung Lee1-0/+1
2023-01-04workqueue: Add a new flag to spot the potential UAF errorRichard Clark1-0/+1
2022-07-12Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+1
2022-06-11workqueue: Switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer1-1/+1
2022-06-10Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky1-0/+1
2022-06-07workqueue: Wrap flush_workqueue() using a macroTetsuo Handa1-8/+56
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan1-1/+2
2021-09-13workqueue: annotate alloc_workqueue() as printfRolf Eike Beer1-3/+2
2021-08-17workqueue: Remove unused WORK_NO_COLORLai Jiangshan1-7/+2
2021-08-17workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan1-2/+2
2021-08-09workqueue: Fix typo in commentsCai Huoqing1-1/+1
2021-01-19workqueue: fix annotation for WQ_SYSFSMenglong Dong1-1/+1
2020-06-01workqueue: fix a piece of comment about reserved bits for work flagsLai Jiangshan1-1/+1
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2020-03-04workqueue: Make workqueue_init*() return voidYu Chen1-2/+2
2020-02-12workqueue: Document (some) memory-ordering properties of {queue,schedule}_work()Andrea Parri1-0/+16
2019-09-13workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan1-0/+4
2019-06-27workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner1-4/+0
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2019-02-28kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche1-24/+4
2019-01-31workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck1-0/+2
2018-05-18workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo1-0/+1
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+23
2018-03-19RCU, workqueue: Implement rcu_workTejun Heo1-0/+23
2018-03-13workqueue: remove unused cancel_work()Stephen Hemminger1-1/+0
2018-02-16workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-21timer: Remove redundant __setup_timer*() macrosKees Cook1-6/+6
2017-11-21timer: Remove unused data arguments from macrosKees Cook1-3/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+8
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-25workqueue: Remove now redundant lock acquisitions wrt. workqueue flushesByungchul Park1-2/+2
2017-10-05workqueue: Convert callback to use from_timer()Kees Cook1-7/+8
2017-10-05timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook1-1/+1
2017-09-05workqueue: Fix flag collisionBen Hutchings1-1/+1
2017-07-25workqueue: implicit ordered attribute should be overridableTejun Heo1-1/+3
2017-04-15workqueue: Provide work_on_cpu_safe()Thomas Gleixner1-0/+5
2017-02-02workqueue: avoid clang warningArnd Bergmann1-2/+2
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-8/+3
2016-10-28workqueue: kerneldocify workqueue_attrsSilvio Fricke1-11/+24
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo1-8/+3
2016-09-17workqueue: remove keventd_up()Tejun Heo1-10/+0
2016-09-17workqueue: make workqueue available early during bootTejun Heo1-1/+6
2016-08-29workqueue: add cancel_work()Jens Axboe1-0/+1
2016-07-14workqueue: Convert to state machine callbacksThomas Gleixner1-0/+6
2016-01-29workqueue: skip flush dependency checks for legacy workqueuesTejun Heo1-4/+5
2015-12-08workqueue: implement lockup detectorTejun Heo1-0/+6
2015-08-17workqueue: fix some docbook warningsJonathan Corbet1-3/+3
2015-05-21workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan1-1/+29
2015-04-30workqueue: Allow modifying low level unbound workqueue cpumaskLai Jiangshan1-0/+1
2015-03-09workqueue: dump workqueues on sysrq-tTejun Heo1-0/+1
2015-03-05workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo1-1/+2
2015-01-06workqueue.h: remove loops of single statement macrosValentin Rothberg1-6/+2
2014-09-13workqueue: apply __WQ_ORDERED to create_singlethread_workqueue()Tejun Heo1-1/+1
2014-05-22workqueue: remove unused work_clear_pending()Lai Jiangshan1-7/+0
2014-05-22workqueue: remove unused WORK_CPU_ENDLai Jiangshan1-2/+1
2014-05-22workqueue: declare system_highpri_wqLai Jiangshan1-0/+4
2014-05-14workqueue: Remove deprecated system_nrt[_freezable]_wqJingoo Han1-14/+0
2014-05-14workqueue: Remove deprecated flush[_delayed]_work_sync()Jingoo Han1-12/+0
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen1-6/+0
2014-03-25workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner1-0/+2
2014-03-24workqueue: Spelling s/instensive/intensive/Geert Uytterhoeven1-1/+1
2014-03-07workqueue: remove PREPARE_[DELAYED_]WORK()Tejun Heo1-13/+2
2014-03-07Merge branch 'wq/for-3.14-fixes' into wq/for-3.15Tejun Heo1-4/+1
2014-02-18workqueue: Remove deprecated __cancel_delayed_work()Tan Xiaojun1-15/+0
2014-02-14workqueue: add args to workqueue lockdep nameLi Zhong1-4/+1
2013-07-30workqueue: mark WQ_NON_REENTRANT deprecatedTejun Heo1-1/+6
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-3/+4
2013-05-14workqueue: Add system wide power_efficient workqueuesViresh Kumar1-0/+8
2013-05-14workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar1-0/+27
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo1-0/+5
2013-04-01workqueue: update sysfs interface to reflect NUMA awareness and a kernel para...Tejun Heo1-0/+5
2013-03-13workqueue: inline trivial wrappersTejun Heo1-12/+111
2013-03-12workqueue: implement current_is_workqueue_rescuer()Tejun Heo1-0/+1
2013-03-12workqueue: implement sysfs interface for workqueuesTejun Heo1-0/+8
2013-03-12workqueue: reject adjusting max_active or applying attrs to ordered workqueuesTejun Heo1-1/+2
2013-03-12workqueue: make it clear that WQ_DRAINING is an internal flagTejun Heo1-1/+1
2013-03-12workqueue: implement apply_workqueue_attrs()Tejun Heo1-0/+2
2013-03-12workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL insteadTejun Heo1-1/+0
2013-03-12workqueue: introduce workqueue_attrsTejun Heo1-0/+13
2013-03-12workqueue: consistently use int for @cpu variablesTejun Heo1-3/+3
2013-03-04workqueue: allow more off-queue flag spaceLai Jiangshan1-1/+1
2013-02-13workqueue: rename cpu_workqueue to pool_workqueueTejun Heo1-6/+6
2013-02-06workqueue: add delayed_work->wq to simplify reentrancy handlingLai Jiangshan1-0/+3
2013-02-06workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_ENDLai Jiangshan1-2/+1
2013-01-24workqueue: record pool ID instead of CPU in work->data when off-queueTejun Heo1-9/+9
2013-01-24workqueue: introduce WORK_OFFQ_CPU_NONETejun Heo1-1/+9
2013-01-24workqueue: unexport work_cpu()Tejun Heo1-1/+0
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo1-1/+1
2012-08-21workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()Tejun Heo1-16/+1
2012-08-21workqueue: use irqsafe timer for delayed_workTejun Heo1-3/+5
2012-08-21workqueue: clean up delayed_work initializers and add missing oneTejun Heo1-25/+23
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-4/+4
2012-08-21workqueue: cosmetic whitespace updates for macro definitionsTejun Heo1-63/+63
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo1-2/+2
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2012-08-20workqueue: gut system_nrt[_freezable]_wq()Tejun Heo1-9/+14
2012-08-20workqueue: gut flush[_delayed]_work_sync()Tejun Heo1-2/+12
2012-08-13workqueue: fix CPU binding of flush_delayed_work[_sync]()Tejun Heo1-0/+1
2012-08-03workqueue: implement mod_delayed_work[_on]()Tejun Heo1-0/+4
2012-08-03workqueue: mark a work item being canceled as suchTejun Heo1-1/+4
2012-08-03workqueue: introduce WORK_OFFQ_FLAG_*Tejun Heo1-1/+7
2012-08-03workqueue: set delayed_work->timer function on initializationTejun Heo1-2/+11
2012-08-03workqueue: make queueing functions return boolTejun Heo1-10/+10
2012-08-03workqueue: reorder queueing functions so that _on() variants are on topTejun Heo1-6/+7
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-0/+4
2012-01-10workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo1-16/+31
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-20workqueue: separate out drain_workqueue() from destroy_workqueue()Tejun Heo1-1/+2
2011-05-20workqueue: remove cancel_rearming_delayed_work[queue]()Amerigo Wang1-15/+0
2011-02-21workqueue: fix build failure introduced by s/freezeable/freezable/Tejun Heo1-3/+3
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo1-4/+4
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-4/+4
2011-02-09workqueue: add system_freezeable_wqTejun Heo1-0/+4
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2010-12-15workqueue: deprecate cancel_rearming_delayed_work[queue]()Tejun Heo1-2/+2
2010-10-26workqueues: s/ON_STACK/ONSTACK/Andrew Morton1-3/+3
2010-10-21timer: Permit statically-declared work with deferrable timersPhil Carmody1-0/+8
2010-10-19workqueue: remove in_workqueue_context()Tejun Heo1-4/+0
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo1-5/+6
2010-09-19workqueue: implement flush[_delayed]_work_sync()Tejun Heo1-0/+2
2010-09-19workqueue: cleanup flush/cancel functionsTejun Heo1-9/+9
2010-09-19workqueue: implement alloc_ordered_workqueue()Tejun Heo1-0/+18
2010-09-13workqueue: add documentationTejun Heo1-0/+4
2010-08-25workqueue: fix cwq->nr_active underflowTejun Heo1-7/+9
2010-08-24workqueue: improve destroy_workqueue() debuggabilityTejun Heo1-0/+2
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-25/+129
2010-08-01workqueue: mark init_workqueues() as early_initcall()Suresh Siddha1-1/+0
2010-07-22workqueue: fix how cpu number is stored in work->dataTejun Heo1-6/+8
2010-07-02workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND insteadTejun Heo1-4/+3
2010-07-02workqueue: implement unbound workqueueTejun Heo1-1/+14
2010-07-02workqueue: prepare for WQ_UNBOUND implementationTejun Heo1-3/+7
2010-06-29workqueue: implement cpu intensive workqueueTejun Heo1-0/+1
2010-06-29workqueue: implement high priority workqueueTejun Heo1-0/+1
2010-06-29workqueue: implement several utility APIsTejun Heo1-1/+10
2010-06-29workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueuesTejun Heo1-11/+29
2010-06-29workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo1-1/+3
2010-06-29workqueue: implement concurrency managed dynamic worker poolTejun Heo1-3/+5
2010-06-29workqueue: implement WQ_NON_REENTRANTTejun Heo1-0/+1
2010-06-29workqueue: carry cpu number in work data once execution startsTejun Heo1-2/+5
2010-06-29workqueue: make single thread workqueue shared worker pool friendlyTejun Heo1-3/+3
2010-06-29workqueue: reimplement workqueue freeze using max_activeTejun Heo1-0/+7
2010-06-29workqueue: implement per-cwq active work limitTejun Heo1-9/+9
2010-06-29workqueue: reimplement work flushing using linked worksTejun Heo1-1/+3
2010-06-29workqueue: reimplement workqueue flushing using color coded worksTejun Heo1-2/+19
2010-06-29workqueue: update cwq alignementTejun Heo1-1/+4
2010-06-29workqueue: define masks for work flags and conditionalize STATIC flagsTejun Heo1-8/+21
2010-06-29workqueue: merge feature parameters into flagsTejun Heo1-10/+15
2010-06-29workqueue: misc/cosmetic updatesTejun Heo1-0/+5
2010-06-29workqueue: kill RT workqueueTejun Heo1-11/+9
2010-06-14lockdep: Add an in_workqueue_context() lockdep-based test functionPaul E. McKenney1-0/+4
2009-11-16workqueue: Add debugobjects supportThomas Gleixner1-11/+27
2009-10-14workqueue: add 'flush_delayed_work()' to run and wait for delayed workLinus Torvalds1-0/+1
2009-09-21Change "useing" -> "using".Dmitri Vorobiev1-1/+1
2009-09-05workqueues: introduce __cancel_delayed_work()Oleg Nesterov1-0/+15
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-0/+5
2009-01-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6
2009-01-22debugobjects: add and use INIT_WORK_ON_STACKThomas Gleixner1-0/+6
2009-01-12locking, hpet: annotate false positive warningPeter Zijlstra1-0/+6
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell1-0/+8
2008-10-22workqueue: introduce create_rt_workqueueHeiko Carstens1-8/+10
2008-07-25workqueues: implement flush_work()Oleg Nesterov1-0/+2
2008-07-24pm: introduce new interfaces schedule_work_on() and queue_work_on()Zhang Rui1-0/+3
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison1-7/+6
2008-01-16lockdep: fix workqueue creation API lockdep interactionJohannes Berg1-3/+11
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg1-3/+46
2007-07-16make cancel_xxx_work_sync() return a booleanOleg Nesterov1-2/+2
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Oleg Nesterov1-3/+10