aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAge
* workqueue: require CPU hotplug read exclusion for apply_workqueue_attrsDaniel Jordan2019-09-13
* workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan2019-09-13
* workqueue: Remove GPF argument from alloc_workqueue_attrs()Thomas Gleixner2019-06-27
* workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner2019-06-27
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2019-05-09
|\
| * workqueue: Use normal rcuThomas Gleixner2019-04-08
| * kernel/workqueue: Document wq_worker_last_func() argumentBart Van Assche2019-03-19
| * kernel/workqueue: Use __printf markup to silence compiler in function 'alloc_...Mathieu Malaterre2019-03-15
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-07
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-09
* | | sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner2019-04-16
* | | workqueue: Only unregister a registered lockdep keyBart Van Assche2019-03-21
| |/ |/|
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-03-10
|\ \ | |/ |/|
| * workqueue, lockdep: Fix a memory leak in wq->lock_nameQian Cai2019-03-09
| * workqueue, lockdep: Fix an alloc_workqueue() error pathBart Van Assche2019-03-09
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-07
|\ \
| * | kernel: workqueue: clarify wq_worker_last_func() caller requirementsJohannes Weiner2019-03-07
* | | Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2019-03-07
|\ \ \ | |/ / |/| |
| * | workqueue: Fix spelling in source code commentsBart Van Assche2019-03-05
| * | workqueue: fix typo in commentLiu Song2019-02-21
| * | workqueue: Try to catch flush_work() without INIT_WORK().Tetsuo Handa2019-01-25
* | | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-06
|\ \ \ | |_|/ |/| |
| * | Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman2019-02-11
| |\ \
| * | | workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck2019-01-31
| | |/ | |/|
* | | kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche2019-02-28
| |/ |/|
* | psi: fix aggregation idle shut-offJohannes Weiner2019-02-01
|/
* workqueue: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-27
* watchdog: Mark watchdog touch functions as notraceVincent Whitchurch2018-08-30
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-08-24
|\
| * workqueue: re-add lockdep dependencies for flushingJohannes Berg2018-08-22
| * workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg2018-08-22
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-10
|\ \
| * | scsi: zfcp: workqueue: set description for port work items with their WWPN as...Steffen Maier2018-05-18
* | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-06
|\ \ \ | |_|/ |/| |
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-06
| |/
* | workqueue: move function definitions within CONFIG_SMP blockMathieu Malaterre2018-05-23
* | workqueue: Make sure struct worker is accessible for wq_worker_comm()Tejun Heo2018-05-21
* | workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo2018-05-18
* | workqueue: Set worker->desc to workqueue name by defaultTejun Heo2018-05-18
* | workqueue: Make worker_attach/detach_pool() update worker->poolTejun Heo2018-05-18
* | workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutexTejun Heo2018-05-18
|/
* Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-03
|\
| * workqueue: remove the comment about the old manager_arb mutexLai Jiangshan2018-03-20
| * workqueue: fix the comments of nr_idleLai Jiangshan2018-03-20
| * RCU, workqueue: Implement rcu_workTejun Heo2018-03-19
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-20
|\ \
| * | workqueue: remove unused cancel_work()Stephen Hemminger2018-03-13
| * | workqueue: use put_device() instead of kfree()Arvind Yadav2018-03-13
| |/