aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAge
* workqueue: zero cpumask of wq_numa_possible_cpumask on initYasuaki Ishimatsu2014-07-07
* workqueue: fix dev_set_uevent_suppress() imbalanceMaxime Bizon2014-06-23
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-06-09
|\
| * kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoValdis Kletnieks2014-05-28
| * workqueue: remove the confusing POOL_FREEZINGLai Jiangshan2014-05-22
| * workqueue: rename first_worker() to first_idle_worker()Lai Jiangshan2014-05-22
| * workqueue: use generic attach/detach routine for rescuersLai Jiangshan2014-05-20
| * workqueue: separate pool-attaching code out from create_worker()Lai Jiangshan2014-05-20
| * workqueue: rename manager_mutex to attach_mutexLai Jiangshan2014-05-20
| * workqueue: narrow the protection range of manager_mutexLai Jiangshan2014-05-20
| * workqueue: convert worker_idr to worker_idaLai Jiangshan2014-05-20
| * workqueue: separate iteration role from worker_idrLai Jiangshan2014-05-20
| * workqueue: destroy worker directly in the idle timeout handlerLai Jiangshan2014-05-20
| * workqueue: async worker destructionLai Jiangshan2014-05-20
| * workqueue: destroy_worker() should destroy idle workers onlyLai Jiangshan2014-05-20
| * workqueue: use manager lock only to protect worker_idrLai Jiangshan2014-05-20
| * kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoFabian Frederick2014-05-12
| * workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn2014-04-18
* | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-22
|\|
| * workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan2014-04-18
| * workqueue: make rescuer_thread() empty wq->maydays list before exitingLai Jiangshan2014-04-18
| * workqueue: fix bugs in wq_update_unbound_numa() failure pathDaeseok Youn2014-04-16
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-18
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-01
|\
| * workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner2014-03-25
* | workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2014-02-22
* | workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan2014-02-18
|/
* Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-01-21
|\
| * workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu2014-01-11
* | Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-15
|\ \
| * | Revert "workqueue: allow work_on_cpu() to be called recursively"Bjorn Helgaas2013-11-25
| |/
* | workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin2013-11-22
* | workqueue: fix comment typo for __queue_work()Li Bin2013-11-22
* | workqueue: fix ordered workqueues in NUMA setupsTejun Heo2013-11-22
* | workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITYOleg Nesterov2013-11-22
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-06
|\
| * workqueue: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-20
* | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-09-03
|\ \
| * | workqueue: Fix manage_workers() RETURNS descriptionLibin2013-08-21
| * | workqueue: Comment correction in file headerLibin2013-08-21
* | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-03
|\ \ \
| * | | workqueue: convert bus code to use dev_groupsGreg Kroah-Hartman2013-08-23
| | |/ | |/|
* | | workqueue: cond_resched() after processing each work itemTejun Heo2013-08-29
* | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-06
|\ \ \ | |/ / |/| |
| * | workqueue: copy workqueue_attrs with all fieldsShaohua Li2013-08-01
| * | workqueue: allow work_on_cpu() to be called recursivelyLai Jiangshan2013-07-24
| |/
* / kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-14
|/
* Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-07-02
|\
| * workqueue: Add system wide power_efficient workqueuesViresh Kumar2013-05-14
| * workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar2013-05-14