aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-01-15workqueue: add worker function to workqueue_execute_end tracepointGravatar Daniel Jordan 1-1/+1
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesGravatar Ingo Molnar 1-2/+2
2019-12-08sched/rt, workqueue: Use PREEMPTIONGravatar Sebastian Andrzej Siewior 1-1/+1
2019-12-06workqueue: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-2/+2
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+1
2019-11-15workqueue: Add RCU annotation for pwq list walkGravatar Sebastian Andrzej Siewior 1-1/+2
2019-10-30workqueue: Convert for_each_wq to use built-in list checkGravatar Joel Fernandes (Google) 1-8/+2
2019-10-04workqueue: Fix pwq ref leak in rescuer_thread()Gravatar Tejun Heo 1-5/+12
2019-10-04workqueue: more destroy_workqueue() fixesGravatar Tejun Heo 1-14/+31
2019-09-20workqueue: Minor follow-ups to the rescuer destruction changeGravatar Tejun Heo 1-2/+2
2019-09-20workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Gravatar Tejun Heo 1-0/+1
2019-09-18workqueue: Fix spurious sanity check failures in destroy_workqueue()Gravatar Tejun Heo 1-5/+19
2019-09-13workqueue: require CPU hotplug read exclusion for apply_workqueue_attrsGravatar Daniel Jordan 1-5/+14
2019-09-13workqueue: unconfine alloc/apply/free_workqueue_attrs()Gravatar Daniel Jordan 1-3/+3
2019-06-27workqueue: Remove GPF argument from alloc_workqueue_attrs()Gravatar Thomas Gleixner 1-12/+11
2019-06-27workqueue: Make alloc/apply/free_workqueue_attrs() staticGravatar Thomas Gleixner 1-4/+3
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-42/+53
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-6/+6
2019-04-16sched/core, workqueues: Distangle worker accounting from rq lockGravatar Thomas Gleixner 1-30/+24
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-6/+6
2019-04-08workqueue: Use normal rcuGravatar Thomas Gleixner 1-42/+51
2019-03-21workqueue: Only unregister a registered lockdep keyGravatar Bart Van Assche 1-2/+3
2019-03-19kernel/workqueue: Document wq_worker_last_func() argumentGravatar Bart Van Assche 1-0/+1
2019-03-15kernel/workqueue: Use __printf markup to silence compiler in function 'alloc_...Gravatar Mathieu Malaterre 1-0/+1
2019-03-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+4
2019-03-09workqueue, lockdep: Fix a memory leak in wq->lock_nameGravatar Qian Cai 1-0/+2
2019-03-09workqueue, lockdep: Fix an alloc_workqueue() error pathGravatar Bart Van Assche 1-0/+2
2019-03-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+10
2019-03-07kernel: workqueue: clarify wq_worker_last_func() caller requirementsGravatar Johannes Weiner 1-0/+10
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-3/+6
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+84
2019-03-05workqueue: Fix spelling in source code commentsGravatar Bart Van Assche 1-2/+2
2019-02-28kernel/workqueue: Use dynamic lockdep keys for workqueuesGravatar Bart Van Assche 1-9/+50
2019-02-21workqueue: fix typo in commentGravatar Liu Song 1-1/+1
2019-02-11Merge 5.0-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 1-0/+23
2019-02-01psi: fix aggregation idle shut-offGravatar Johannes Weiner 1-0/+23
2019-01-31workqueue: Provide queue_work_node to queue work near a given NUMA nodeGravatar Alexander Duyck 1-0/+84
2019-01-25workqueue: Try to catch flush_work() without INIT_WORK().Gravatar Tetsuo Handa 1-0/+3
2018-11-27workqueue: Replace call_rcu_sched() with call_rcu()Gravatar Paul E. McKenney 1-4/+4
2018-08-30watchdog: Mark watchdog touch functions as notraceGravatar Vincent Whitchurch 1-1/+1
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-15/+30
2018-08-22workqueue: re-add lockdep dependencies for flushingGravatar Johannes Berg 1-0/+8
2018-08-22workqueue: skip lockdep wq dependency in cancel_work_sync()Gravatar Johannes Berg 1-15/+22
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+1
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-2/+1
2018-05-23workqueue: move function definitions within CONFIG_SMP blockGravatar Mathieu Malaterre 1-2/+2