aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2024-02-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/basev4.19/standard/preempt-rt/baseBruce Ashfield
2024-02-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2023-10-25workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long
2023-08-11workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds
2022-09-28workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-11-26workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong
2021-08-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-08-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-07-31workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang
2021-06-16wq: handle VM suspension in stall detectionSergey Senozhatsky
2021-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-04-14workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang
2021-02-07workqueue: Restrict affinity change to rescuerPeter Zijlstra
2021-01-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-01-12workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye
2020-07-06workqueue: Fix incompatible pointer type errorDaniel Dragomir
2020-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-03-18workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-12-17workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo
2019-12-17workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo
2019-12-17workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo
2019-11-17workqueue: reworkSebastian Andrzej Siewior
2019-05-08Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-05-02workqueue: Try to catch flush_work() without INIT_WORK().Tetsuo Handa
2018-11-28workqueue: Prevent deadlock/stall on RTThomas Gleixner
2018-11-28sched: Distangle worker accounting from rqlockThomas Gleixner
2018-11-28workqueue: Prevent workqueue versus ata-piix livelockThomas Gleixner
2018-11-28workqueue: Use local irq lock instead of irq disable regionsThomas Gleixner
2018-11-28workqueue: Use normal rcuThomas Gleixner
2018-08-30watchdog: Mark watchdog touch functions as notraceVincent Whitchurch
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-08-22workqueue: re-add lockdep dependencies for flushingJohannes Berg
2018-08-22workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-05-23workqueue: move function definitions within CONFIG_SMP blockMathieu Malaterre
2018-05-21workqueue: Make sure struct worker is accessible for wq_worker_comm()Tejun Heo
2018-05-18workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo
2018-05-18workqueue: Set worker->desc to workqueue name by defaultTejun Heo
2018-05-18workqueue: Make worker_attach/detach_pool() update worker->poolTejun Heo
2018-05-18workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutexTejun Heo
2018-05-18scsi: zfcp: workqueue: set description for port work items with their WWPN as...Steffen Maier
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-03-20workqueue: remove the comment about the old manager_arb mutexLai Jiangshan
2018-03-20workqueue: fix the comments of nr_idleLai Jiangshan