summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16wq: handle VM suspension in stall detectionSergey Senozhatsky1-2/+10
2021-04-16workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang1-1/+1
2021-01-12workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye1-3/+10
2020-03-20workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton1-6/+8
2019-12-17workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo1-0/+1
2019-12-17workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo1-3/+10
2019-12-17workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo1-5/+19
2018-09-05watchdog: Mark watchdog touch functions as notraceVincent Whitchurch1-1/+1
2018-05-30workqueue: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-03-15workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+16
2018-01-23workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky1-0/+13
2017-10-10workqueue: replace pool->manager_arb mutex with a flagTejun Heo1-22/+15
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+3
2017-09-05Merge branch 'for-4.13-fixes' into for-4.14Tejun Heo1-4/+26
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra1-5/+4
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra1-1/+22
2017-08-25workqueue/lockdep: 'Fix' flush_work() annotationPeter Zijlstra1-9/+11
2017-08-23workqueue: Use TASK_IDLEPeter Zijlstra1-2/+2
2017-08-17locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng1-1/+10
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park1-0/+2
2017-08-07workqueue: fix path to documentationBenjamin Peterson1-1/+1
2017-07-28workqueue: Work around edge cases for calc of pool's cpumaskMichael Bringmann1-0/+7
2017-07-25workqueue: implicit ordered attribute should be overridableTejun Heo1-4/+9
2017-07-19workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo1-0/+10
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+23
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+2
2017-04-15workqueue: Provide work_on_cpu_safe()Thomas Gleixner1-0/+23
2017-03-06workqueue: use setup_deferrable_timerGeliang Tang1-3/+2
2017-03-06workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo1-0/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook1-2/+0
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo1-18/+85
2016-10-19workqueue: move wq_numa_init() to workqueue_init()Tejun Heo1-2/+23
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek1-1/+1
2016-09-17workqueue: remove keventd_up()Tejun Heo1-1/+1
2016-09-17workqueue: make workqueue available early during bootTejun Heo1-16/+60
2016-09-16workqueue: dump workqueue state on sanity check failures in destroy_workqueue()Tejun Heo1-0/+2
2016-08-29workqueue: add cancel_work()Jens Axboe1-14/+26
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-65/+43
2016-07-25Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki1-2/+2
2016-07-14workqueue: Convert to state machine callbacksThomas Gleixner1-65/+43
2016-07-02PM / suspend: show workqueue state in suspend flowRoger Lu1-2/+2
2016-06-16workqueue: Fix setting affinity of unbound worker threadsPeter Zijlstra1-5/+1
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin1-34/+8
2016-05-19workqueue: update debugobjects fixup callbacks return typeDu, Changbin1-10/+10
2016-05-13Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+11
2016-05-12workqueue: fix rebind bound workers warningWanpeng Li1-0/+11
2016-04-27Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+29
2016-04-26workqueue: fix ghost PENDING flag while doing MQ IORoman Pen1-0/+29
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+4