summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c (follow)
Commit message (Expand)AuthorAge
* Merge android-4.4.135 (c9d74f2) into msm-4.4Srinivasarao P2018-06-27
|\
| * workqueue: use put_device() instead of kfree()Arvind Yadav2018-05-30
* | Merge android-4.4.127 (d6bbe8b) into msm-4.4Srinivasarao P2018-04-20
|\|
| * workqueue: Allow retrieval of current task's work structLukas Wunner2018-03-18
* | Merge android-4.4.106 (2fea039) into msm-4.4Srinivasarao P2018-01-18
|\|
| * workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo2017-12-16
* | Merge android-4.4.96 (aed4c54) into msm-4.4Blagovest Kolenichev2017-12-12
|\|
| * workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-11-02
* | Merge android-4.4@4b8fc9f (v4.4.82) into msm-4.4Blagovest Kolenichev2017-09-01
|\|
| * workqueue: implicit ordered attribute should be overridableTejun Heo2017-08-11
| * workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo2017-08-11
* | time: Remove CONFIG_TIMER_STATSKees Cook2017-05-16
* | workqueue: fix possible livelock with concurrent mod_delayed_work()Pavankumar Kondeti2017-01-11
* | Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Runmin Wang2016-10-21
|\|
* | Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4"Trilok Soni2016-08-26
* | Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Trilok Soni2016-08-18
|\|
| * workqueue: fix rebind bound workers warningWanpeng Li2016-05-18
| * workqueue: fix ghost PENDING flag while doing MQ IORoman Pen2016-05-04
* | Merge remote-tracking branch 'origin/tmp-917a9a9133a6' into lskRunmin Wang2016-07-12
|\|
| * Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo2016-03-03
| * workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo2016-03-03
* | workqueue: implement lockup detectorTejun Heo2016-05-05
* | kernel/lib: add additional debug capabilites for data corruptionSyed Rameez Mustafa2016-03-22
|/
* Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-11-05
|\
| * workqueue: Allocate the unbound pool using local node memoryXunlei Pang2015-10-12
* | workqueue: make sure delayed work run in local cpuShaohua Li2015-09-30
|/
* Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-09-02
|\
| * workqueue: Make flush_workqueue() available again to non GPL modulesTim Gardner2015-08-04
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-31
|\ \
| * | sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra2015-08-12
| |/
* / rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-22
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-01
|\
| * kernel/workqueue.c: remove ifdefs over wq_power_efficientLuis R. Rodriguez2015-05-28
* | workqueue: fix typos in commentsShailendra Verma2015-05-29
* | workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan2015-05-21
* | workqueue: remove the lock from wq_sysfs_prep_attrs()Lai Jiangshan2015-05-21
* | workqueue: remove the declaration of copy_workqueue_attrs()Lai Jiangshan2015-05-21
* | workqueue: ensure attrs changes are properly synchronizedLai Jiangshan2015-05-19
* | workqueue: separate out and refactor the locking of applying attrsLai Jiangshan2015-05-19
* | workqueue: simplify wq_update_unbound_numa()Lai Jiangshan2015-05-18
* | workqueue: wq_pool_mutex protects the attrs-installationLai Jiangshan2015-05-18
* | workqueue: fix a typoChen Hanxiao2015-05-13
* | workqueue: function name in the comment differs from the real function nameGong Zhaogang2015-05-11
* | workqueue: Allow modifying low level unbound workqueue cpumaskLai Jiangshan2015-04-30
* | workqueue: Create low-level unbound workqueues cpumaskFrederic Weisbecker2015-04-27
* | workqueue: split apply_workqueue_attrs() into 3 stagesLai Jiangshan2015-04-27
|/
* workqueue: Reorder sysfs codeFrederic Weisbecker2015-04-06
* workqueue: dump workqueues on sysrq-tTejun Heo2015-03-09
* workqueue: keep track of the flushing task and pool managerTejun Heo2015-03-09
* workqueue: make the workqueues list RCU walkableTejun Heo2015-03-09