summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2022-08-16workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-07-29workqueue: Avoid a false warning in unbind_workers()Lai Jiangshan
2022-07-12Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...Dave Airlie
2022-06-10Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky
2022-06-07workqueue: Wrap flush_workqueue() using a macroTetsuo Handa
2022-04-21workqueue: Restrict kworker in the offline CPU pool running on housekeeping CPUsZqiang
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-16workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker
2022-01-12workqueue: Convert the type of pool->nr_running to intLai Jiangshan
2022-01-12workqueue: Use wake_up_worker() in wq_worker_sleeping() instead of open codeLai Jiangshan
2022-01-12workqueue: Change the comments of the synchronization about the idle_listLai Jiangshan
2022-01-12workqueue: Remove the mb() pair between wq_worker_sleeping() and insert_work()Lai Jiangshan
2022-01-10Merge branch 'workqueue/for-5.16-fixes' into workqueue/for-5.17Tejun Heo
2021-12-09workqueue: Remove the cacheline_aligned for nr_runningLai Jiangshan
2021-12-09workqueue: Move the code of waking a worker up in unbind_workers()Lai Jiangshan
2021-12-09workqueue: Remove schedule() in unbind_workers()Lai Jiangshan
2021-12-09workqueue: Remove outdated comment about exceptional workers in unbind_workers()Lai Jiangshan
2021-12-09workqueue: Remove the advanced kicking of the idle workers in rebind_workers()Lai Jiangshan
2021-12-09workqueue: Remove the outdated comment before wq_worker_sleeping()Lai Jiangshan
2021-12-02workqueue: Fix unbind_workers() VS wq_worker_sleeping() raceFrederic Weisbecker
2021-12-02workqueue: Fix unbind_workers() VS wq_worker_running() raceFrederic Weisbecker
2021-12-01workqueue: Upgrade queue_work_on() commentPaul E. McKenney
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06workqueue, kasan: avoid alloc_pages() when recording stackMarco Elver
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan
2021-10-19workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong
2021-10-11workqueue: fix state-dump console deadlockJohan Hovold
2021-08-17workqueue: Assign a color to barrier work itemsLai Jiangshan
2021-08-17workqueue: Mark barrier work with WORK_STRUCT_INACTIVELai Jiangshan
2021-08-17workqueue: Change the code of calculating work_flags in insert_wq_barrier()Lai Jiangshan
2021-08-17workqueue: Change arguement of pwq_dec_nr_in_flight()Lai Jiangshan
2021-08-17workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan
2021-08-09workqueue: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-09workqueue: Replace deprecated ida_simple_*() with ida_alloc()/ida_free()Zhen Lei
2021-08-09workqueue: Fix typo in commentsCai Huoqing
2021-07-29workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei
2021-07-21workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang
2021-05-20wq: handle VM suspension in stall detectionSergey Senozhatsky
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-08workqueue: use WARN_ON_FUNCTION_MISMATCHSami Tolvanen
2021-04-04workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()Wang Qing
2021-04-04workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang
2021-02-22Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2021-01-27workqueue: Use %s instead of function nameStephen Zhang
2021-01-22workqueue: Restrict affinity change to rescuerPeter Zijlstra
2021-01-22workqueue: Tag bound workers with KTHREAD_IS_PER_CPUPeter Zijlstra
2021-01-22workqueue: Use cpu_possible_mask instead of cpu_active_mask to break affinityLai Jiangshan
2020-12-28Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds