aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* workqueue: allow work_on_cpu() to be called recursivelyLai Jiangshan2017-12-051-10/+22
* workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan2017-12-051-30/+0
* kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoFabian Frederick2017-12-051-3/+3
* workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn2017-12-051-6/+2
* workqueue: wake regular worker if need_more_worker() when rescuer leave the poolLai Jiangshan2017-12-051-2/+2
* workqueue: alloc struct worker on its local nodeLai Jiangshan2017-12-051-4/+4
* workqueue: reuse the already calculated pwq in try_to_grab_pending()Lai Jiangshan2017-12-051-1/+1
* workqueue: stronger test in process_one_work()Lai Jiangshan2017-12-051-7/+1
* workqueue: remove useless WARN_ON_ONCE()Lai Jiangshan2017-12-051-2/+0
* workqueue: sanity check pool->cpu in wq_worker_sleeping()Lai Jiangshan2017-12-051-1/+1
* workqueue: use schedule_timeout_interruptible() instead of open codeLai Jiangshan2017-12-051-2/+1
* workqueue: remove the empty check in too_many_workers()Lai Jiangshan2017-12-051-7/+0
* workqueue: use "pool->cpu < 0" to stand for an unbound poolLai Jiangshan2017-12-051-1/+1
* workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner2017-12-051-0/+7
* workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin2017-12-051-6/+9
* workqueue: Fix workqueue stall issue after cpu down failureSe Wang (Patrick) Oh2017-12-051-9/+15
* workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan2017-12-051-4/+1
* workqueue: implicit ordered attribute should be overridableTejun Heo2017-11-061-4/+9
* workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo2017-11-061-0/+10
* Get rid of __cpuinitMoyster2017-04-111-2/+2
* time: Remove CONFIG_TIMER_STATSKees Cook2017-04-111-2/+0
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-261-0/+29
* Linux 3.10.99 (accumulative patch)Stefan Guendhoer2016-08-261-4/+4
* workqueue: make sure delayed work run in local cpuShaohua Li2016-08-261-4/+4
* workqueue: Add system wide power_efficient workqueuesViresh Kumar2016-08-261-1/+12
* workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar2016-08-261-0/+13
* workqueue: allow rescuer thread to do more work.NeilBrown2016-08-261-1/+19
* 3.10.72 -> 3.10.73Jan Engelmohr2016-08-261-4/+52
* 3.10.67 -> 3.10.68Jan Engelmohr2016-08-261-26/+13
* first commitMeizu OpenSource2016-08-151-0/+5100