aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-21workqueue: Only unregister a registered lockdep keyGravatar Bart Van Assche 1-2/+3
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
2018-05-21workqueue: Make sure struct worker is accessible for wq_worker_comm()Gravatar Tejun Heo 1-24/+34
2018-05-18workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Gravatar Tejun Heo 1-0/+39
2018-05-18workqueue: Set worker->desc to workqueue name by defaultGravatar Tejun Heo 1-11/+10
2018-05-18workqueue: Make worker_attach/detach_pool() update worker->poolGravatar Tejun Heo 1-8/+8
2018-05-18workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutexGravatar Tejun Heo 1-21/+20
2018-05-18scsi: zfcp: workqueue: set description for port work items with their WWPN as...Gravatar Steffen Maier 1-0/+1
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-4/+56
2018-03-20workqueue: remove the comment about the old manager_arb mutexGravatar Lai Jiangshan 1-1/+0
2018-03-20workqueue: fix the comments of nr_idleGravatar Lai Jiangshan 1-3/+2
2018-03-20Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-9/+1
2018-03-19RCU, workqueue: Implement rcu_workGravatar Tejun Heo 1-0/+54
2018-03-13workqueue: remove unused cancel_work()Gravatar Stephen Hemminger 1-8/+0
2018-03-13workqueue: use put_device() instead of kfree()Gravatar Arvind Yadav 1-1/+1
2018-03-09Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+16
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-0/+16
2018-02-21sched/isolation: Isolate workqueues when "nohz_full=" is setGravatar Frederic Weisbecker 1-1/+2
2018-02-16workqueue: Allow retrieval of current task's work structGravatar Lukas Wunner 1-0/+16
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2018-01-30Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-24/+40
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2018-01-15staging: lustre: lnet: convert selftest to use workqueuesGravatar NeilBrown 1-0/+1
2018-01-12workqueue: avoid hard lockups in show_workqueue_state()Gravatar Sergey Senozhatsky 1-0/+13
2018-01-08workqueue: allow WQ_MEM_RECLAIM on early init workqueuesGravatar Tejun Heo 1-2/+8
2018-01-08workqueue: separate out init_rescuer()Gravatar Tejun Heo 1-23/+33
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-1/+1