summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long2023-10-251-2/+6
* workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds2023-08-111-5/+8
* workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa2022-09-281-4/+2
* workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong2021-11-261-4/+11
* workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang2021-07-311-7/+13
* wq: handle VM suspension in stall detectionSergey Senozhatsky2021-06-161-2/+10
* workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang2021-04-141-1/+1
* workqueue: Restrict affinity change to rescuerPeter Zijlstra2021-02-071-6/+3
* workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye2021-01-121-3/+10
* workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton2020-03-181-6/+8
* workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo2019-12-171-0/+1
* workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo2019-12-171-3/+10
* workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo2019-12-171-5/+19
* workqueue: Try to catch flush_work() without INIT_WORK().Tetsuo Handa2019-05-021-0/+3
* watchdog: Mark watchdog touch functions as notraceVincent Whitchurch2018-08-301-1/+1
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-08-241-15/+30
|\
| * workqueue: re-add lockdep dependencies for flushingJohannes Berg2018-08-221-0/+8
| * workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg2018-08-221-15/+22
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-0/+1
|\ \
| * | scsi: zfcp: workqueue: set description for port work items with their WWPN as...Steffen Maier2018-05-181-0/+1
* | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
| |/
* | workqueue: move function definitions within CONFIG_SMP blockMathieu Malaterre2018-05-231-2/+2
* | workqueue: Make sure struct worker is accessible for wq_worker_comm()Tejun Heo2018-05-211-24/+34
* | workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo2018-05-181-0/+39
* | workqueue: Set worker->desc to workqueue name by defaultTejun Heo2018-05-181-11/+10
* | workqueue: Make worker_attach/detach_pool() update worker->poolTejun Heo2018-05-181-8/+8
* | workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutexTejun Heo2018-05-181-21/+20
|/
* Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-031-4/+56
|\
| * workqueue: remove the comment about the old manager_arb mutexLai Jiangshan2018-03-201-1/+0
| * workqueue: fix the comments of nr_idleLai Jiangshan2018-03-201-3/+2
| * RCU, workqueue: Implement rcu_workTejun Heo2018-03-191-0/+54
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-201-9/+1
|\ \
| * | workqueue: remove unused cancel_work()Stephen Hemminger2018-03-131-8/+0
| * | workqueue: use put_device() instead of kfree()Arvind Yadav2018-03-131-1/+1
| |/
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-091-0/+16
|\|
| * Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-02-221-0/+16
| |\
| | * workqueue: Allow retrieval of current task's work structLukas Wunner2018-02-161-0/+16
* | | sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker2018-02-211-1/+2
|/ /
* | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-011-0/+1
|\ \
| * | staging: lustre: lnet: convert selftest to use workqueuesNeilBrown2018-01-151-0/+1
| |/
* | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-01-301-24/+40
|\ \
| * | workqueue: allow WQ_MEM_RECLAIM on early init workqueuesTejun Heo2018-01-081-2/+8
| * | workqueue: separate out init_rescuer()Tejun Heo2018-01-081-23/+33
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-1/+1
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-1/+1
| |\ \ | | |/ | |/|
| | * workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-041-1/+1
* | | workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky2018-01-121-0/+13
|/ /
* | workqueue: remove unneeded kallsyms includeSergey Senozhatsky2017-12-111-1/+0