summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Only unregister a registered lockdep keyBart Van Assche2019-03-211-2/+3
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-03-101-0/+4
|\
| * workqueue, lockdep: Fix a memory leak in wq->lock_nameQian Cai2019-03-091-0/+2
| * workqueue, lockdep: Fix an alloc_workqueue() error pathBart Van Assche2019-03-091-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-081-0/+10
|\ \
| * | kernel: workqueue: clarify wq_worker_last_func() caller requirementsJohannes Weiner2019-03-081-0/+10
* | | Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2019-03-071-3/+6
|\ \ \ | |/ / |/| |
| * | workqueue: Fix spelling in source code commentsBart Van Assche2019-03-051-2/+2
| * | workqueue: fix typo in commentLiu Song2019-02-211-1/+1
| * | workqueue: Try to catch flush_work() without INIT_WORK().Tetsuo Handa2019-01-251-0/+3
* | | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-061-0/+84
|\ \ \ | |_|/ |/| |
| * | Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman2019-02-111-0/+23
| |\ \
| * | | workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck2019-01-311-0/+84
| | |/ | |/|
* | | kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche2019-02-281-9/+50
| |/ |/|
* | psi: fix aggregation idle shut-offJohannes Weiner2019-02-021-0/+23
|/
* workqueue: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-271-4/+4
* 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-131-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-071-2/+1Star
|\ \ \ | |_|/ |/| |
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1Star
| |/
* | 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/+10Star
* | 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/+20Star
|/
* Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-041-4/+56
|\
| * workqueue: remove the comment about the old manager_arb mutexLai Jiangshan2018-03-201-1/+0Star
| * workqueue: fix the comments of nr_idleLai Jiangshan2018-03-201-3/+2Star
| * RCU, workqueue: Implement rcu_workTejun Heo2018-03-191-0/+54
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-201-9/+1Star
|\ \
| * | workqueue: remove unused cancel_work()Stephen Hemminger2018-03-131-8/+0Star
| * | 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-211-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