aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge android-4.9.165 (72b54df) into msm-4.9jianzhou2019-05-211-16/+83
|\
| * UPSTREAM: psi: fix aggregation idle shut-offJohannes Weiner2019-03-221-0/+23
| * UPSTREAM: workqueue: make workqueue available early during bootTejun Heo2019-03-221-16/+60
* | Merge android-4.9.105 (859e0a8) into msm-4.9Blagovest Kolenichev2018-06-251-1/+1
|\|
| * workqueue: use put_device() instead of kfree()Arvind Yadav2018-05-301-1/+1
* | Merge android-4.9.88 (bb52bba) into msm-4.9Blagovest Kolenichev2018-04-171-0/+16
|\|
| * workqueue: Allow retrieval of current task's work structLukas Wunner2018-03-181-0/+16
* | Merge "Merge android-4.9-o.80 (a9fd318) into msm-4.9"Linux Build Service Account2018-02-091-0/+13
|\ \
| * | Merge android-4.9-o.78 (bf3b339) into msm-4.9Blagovest Kolenichev2018-01-241-0/+13
| |\|
| | * workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky2018-01-231-0/+13
* | | workqueue/hotplug: simplify workqueue_offline_cpu()Lai Jiangshan2018-01-261-9/+6
|/ /
* | Merge remote-tracking branch '4.9/tmp-8dd0f52' into msm-4.9Kyle Yan2018-01-021-0/+1
|\|
| * workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo2017-12-141-0/+1
* | Merge remote-tracking branch '4.9/tmp-4b2b8b9' into msm-4.9Kyle Yan2017-11-051-22/+15
|\|
| * workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-11-021-22/+15
* | Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9Kyle Yan2017-09-071-4/+19
|\|
| * workqueue: implicit ordered attribute should be overridableTejun Heo2017-08-111-4/+9
| * workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo2017-08-111-0/+10
* | time: Remove CONFIG_TIMER_STATSKees Cook2017-05-111-2/+0
* | kernel/lib: add additional debug capabilities for data corruptionSyed Rameez Mustafa2017-03-291-0/+1
* | workqueue: fix possible livelock with concurrent mod_delayed_work()Pavankumar Kondeti2017-02-211-0/+8
|/
* kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek2016-10-111-1/+1
* workqueue: add cancel_work()Jens Axboe2016-08-291-14/+26
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-65/+43
|\
| * workqueue: Convert to state machine callbacksThomas Gleixner2016-07-141-65/+43
| |
| \
*-. | Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki2016-07-251-2/+2
|\ \|
| * | PM / suspend: show workqueue state in suspend flowRoger Lu2016-07-021-2/+2
| |/
* / workqueue: Fix setting Athene of unbound worker threadsPeter Zijlstra2016-06-161-5/+1
|/
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-191-34/+8
* workqueue: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-10/+10
* Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-131-0/+11
|\
| * workqueue: fix rebind bound workers warningWanpeng Li2016-05-121-0/+11
* | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-271-0/+29
|\|
| * workqueue: fix ghost PENDING flag while doing MQ IORoman Pen2016-04-261-0/+29
* | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-03-181-5/+4
|\ \ | |/ |/|
| * workqueue: Fix comment for work_on_cpu()Anna-Maria Gleixner2016-03-111-1/+1
| * sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev2016-03-021-3/+2
| * workqueue: Replace usage of init_name with dev_set_name()Lars-Peter Clausen2016-02-171-1/+1
* | tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-151-2/+1
|/
* workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo2016-02-101-0/+10
* workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo2016-02-091-2/+21
* workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUsMike Galbraith2016-02-091-2/+32
* Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo2016-02-091-4/+4
* workqueue: skip flush dependency checks for legacy workqueuesTejun Heo2016-01-291-1/+2
* workqueue: simplify the apply_workqueue_attrs_locked()wanghaibin2016-01-071-7/+4
* workqueue: implement lockup detectorTejun Heo2015-12-081-3/+171
* workqueue: warn if memory reclaim tries to flush !WQ_MEM_RECLAIM workqueueTejun Heo2015-12-081-0/+35
* Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-11-051-12/+14
|\
| * workqueue: Allocate the unbound pool using local node memoryXunlei Pang2015-10-121-12/+14
* | workqueue: make sure delayed work run in local cpuShaohua Li2015-09-301-4/+4
|/