summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-02workqueue: fix ghost PENDING flag while doing MQ IORoman Pen1-0/+29
2016-02-12Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo1-4/+4
2015-10-28workqueue: make sure delayed work run in local cpuShaohua Li1-4/+4
2015-04-09workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo1-4/+52
2015-02-08workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo1-29/+13
2014-07-18workqueue: zero cpumask of wq_numa_possible_cpumask on initYasuaki Ishimatsu1-1/+1
2014-07-18workqueue: fix dev_set_uevent_suppress() imbalanceMaxime Bizon1-0/+1
2014-06-09workqueue: make rescuer_thread() empty wq->maydays list before exitingLai Jiangshan1-5/+16
2014-06-09workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan1-0/+12
2014-06-09workqueue: fix bugs in wq_update_unbound_numa() failure pathDaeseok Youn1-1/+2
2014-03-05workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan1-0/+7
2013-12-04workqueue: fix ordered workqueues in NUMA setupsTejun Heo1-2/+22
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-41/+66
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+9
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+15
2013-08-29workqueue: cond_resched() after processing each work itemTejun Heo1-0/+9
2013-08-23workqueue: convert bus code to use dev_groupsGreg Kroah-Hartman1-12/+15
2013-08-21workqueue: Fix manage_workers() RETURNS descriptionLibin1-2/+5
2013-08-21workqueue: Comment correction in file headerLibin1-3/+4
2013-08-20workqueue: fix some scripts/kernel-doc warningsYacine Belkadi1-41/+66
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+34
2013-08-01workqueue: copy workqueue_attrs with all fieldsShaohua Li1-0/+12
2013-07-24workqueue: allow work_on_cpu() to be called recursivelyLai Jiangshan1-10/+22
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-2/+2
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+25
2013-05-15workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_i...Tejun Heo1-1/+2
2013-05-14workqueue: Make schedule_work() available again to non GPL modulesMarc Dionne1-3/+3
2013-05-14workqueue: correct handling of the pool spin_lockJoonsoo Kim1-0/+1
2013-05-14workqueue: Add system wide power_efficient workqueuesViresh Kumar1-1/+12
2013-05-14workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar1-0/+13
2013-05-10workqueue: workqueue_congested() shouldn't translate WORK_CPU_UNBOUND into no...Tejun Heo1-0/+9
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo1-0/+79
2013-04-09workqueue: use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2013-04-04workqueue: avoid false negative WARN_ON() in destroy_workqueue()Lai Jiangshan1-1/+1
2013-04-01Merge tag 'v3.9-rc5' into wq/for-3.10Tejun Heo1-25/+30
2013-04-01workqueue: update sysfs interface to reflect NUMA awareness and a kernel para...Tejun Heo1-23/+59
2013-04-01workqueue: implement NUMA affinity for unbound workqueuesTejun Heo1-19/+259
2013-04-01workqueue: introduce put_pwq_unlocked()Tejun Heo1-13/+23
2013-04-01workqueue: introduce numa_pwq_tbl_install()Tejun Heo1-9/+26
2013-04-01workqueue: use NUMA-aware allocation for pool_workqueuesTejun Heo1-2/+4
2013-04-01workqueue: break init_and_link_pwq() into two functions and introduce alloc_u...Tejun Heo1-29/+49
2013-04-01workqueue: map an unbound workqueues to multiple per-node pool_workqueuesTejun Heo1-11/+37
2013-04-01workqueue: move hot fields of workqueue_struct to the endTejun Heo1-2/+4
2013-04-01workqueue: make workqueue->name[] fixed lenTejun Heo1-11/+8
2013-04-01workqueue: add workqueue->unbound_attrsTejun Heo1-12/+24
2013-04-01workqueue: determine NUMA node of workers accourding to the allowed cpumaskTejun Heo1-2/+16
2013-04-01workqueue: drop 'H' from kworker names of unbound worker poolsTejun Heo1-7/+8
2013-04-01workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[]Tejun Heo1-0/+46
2013-04-01workqueue: move pwq_pool_locking outside of get/put_unbound_pool()Tejun Heo1-14/+22
2013-04-01workqueue: fix memory leak in apply_workqueue_attrs()Tejun Heo1-3/+8