summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-06-091-301/+147
|\
| * kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoValdis Kletnieks2014-05-281-1/+1
| * workqueue: remove the confusing POOL_FREEZINGLai Jiangshan2014-05-221-25/+7
| * workqueue: rename first_worker() to first_idle_worker()Lai Jiangshan2014-05-221-5/+5
| * workqueue: use generic attach/detach routine for rescuersLai Jiangshan2014-05-201-66/+8
| * workqueue: separate pool-attaching code out from create_worker()Lai Jiangshan2014-05-201-23/+38
| * workqueue: rename manager_mutex to attach_mutexLai Jiangshan2014-05-201-22/+22
| * workqueue: narrow the protection range of manager_mutexLai Jiangshan2014-05-201-30/+5
| * workqueue: convert worker_idr to worker_idaLai Jiangshan2014-05-201-12/+8
| * workqueue: separate iteration role from worker_idrLai Jiangshan2014-05-201-13/+15
| * workqueue: destroy worker directly in the idle timeout handlerLai Jiangshan2014-05-201-62/+5
| * workqueue: async worker destructionLai Jiangshan2014-05-201-21/+41
| * workqueue: destroy_worker() should destroy idle workers onlyLai Jiangshan2014-05-201-11/+8
| * workqueue: use manager lock only to protect worker_idrLai Jiangshan2014-05-201-28/+6
| * kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoFabian Frederick2014-05-121-3/+3
| * workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn2014-04-181-6/+2
* | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-221-6/+30
|\ \ | |/
| * workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan2014-04-181-0/+12
| * workqueue: make rescuer_thread() empty wq->maydays list before exitingLai Jiangshan2014-04-181-5/+16
| * workqueue: fix bugs in wq_update_unbound_numa() failure pathDaeseok Youn2014-04-161-1/+2
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-3/+3
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-0/+7
|\
| * workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner2014-03-251-0/+7
* | workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2014-02-221-1/+1
* | workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan2014-02-181-0/+7
|/
* Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-01-211-0/+2
|\
| * workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu2014-01-111-0/+2
* | Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-151-22/+10
|\ \
| * | Revert "workqueue: allow work_on_cpu() to be called recursively"Bjorn Helgaas2013-11-251-22/+10
| |/
* | workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin2013-11-221-6/+9
* | workqueue: fix comment typo for __queue_work()Li Bin2013-11-221-1/+1
* | workqueue: fix ordered workqueues in NUMA setupsTejun Heo2013-11-221-2/+22
* | workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITYOleg Nesterov2013-11-221-4/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-41/+66
|\
| * workqueue: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-201-41/+66
* | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-09-031-5/+9
|\ \
| * | workqueue: Fix manage_workers() RETURNS descriptionLibin2013-08-211-2/+5
| * | workqueue: Comment correction in file headerLibin2013-08-211-3/+4
* | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-12/+15
|\ \ \
| * | | workqueue: convert bus code to use dev_groupsGreg Kroah-Hartman2013-08-231-12/+15
| | |/ | |/|
* | | workqueue: cond_resched() after processing each work itemTejun Heo2013-08-291-0/+9
* | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-061-10/+34
|\ \ \ | |/ / |/| |
| * | workqueue: copy workqueue_attrs with all fieldsShaohua Li2013-08-011-0/+12
| * | workqueue: allow work_on_cpu() to be called recursivelyLai Jiangshan2013-07-241-10/+22
| |/
* | kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-2/+2
|/
* Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-07-021-1/+25
|\
| * workqueue: Add system wide power_efficient workqueuesViresh Kumar2013-05-141-1/+12
| * workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar2013-05-141-0/+13
* | workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_i...Tejun Heo2013-05-151-1/+2
* | workqueue: Make schedule_work() available again to non GPL modulesMarc Dionne2013-05-141-3/+3
OpenPOWER on IntegriCloud