summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-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-061-2/+1
|\ \
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
| |/
* | 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/+10
* | 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/+20
|/
* Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-031-4/+56
|\
| * workqueue: remove the comment about the old manager_arb mutexLai Jiangshan2018-03-201-1/+0
| * workqueue: fix the comments of nr_idleLai Jiangshan2018-03-201-3/+2
| * RCU, workqueue: Implement rcu_workTejun Heo2018-03-191-0/+54
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-201-9/+1
|\ \
| * | workqueue: remove unused cancel_work()Stephen Hemminger2018-03-131-8/+0
| * | 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-221-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
* | | workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky2018-01-121-0/+13
|/ /
* | workqueue: remove unneeded kallsyms includeSergey Senozhatsky2017-12-111-1/+0
* | workqueue/hotplug: remove the workaround in rebind_workers()Lai Jiangshan2017-12-041-10/+0
* | workqueue/hotplug: simplify workqueue_offline_cpu()Lai Jiangshan2017-12-041-9/+6
* | workqueue: respect isolated cpus when queueing an unbound workTal Shorer2017-11-271-1/+6
|/
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2017-11-151-1/+2
|\
| * workqueue: Fix comment for unbound workqueue's attrbutesWang Long2017-11-061-1/+2
| * Revert "workqueue: respect isolated cpus when queueing an unbound work"Tejun Heo2017-11-031-5/+1
| * workqueue: respect isolated cpus when queueing an unbound workTal Shorer2017-10-211-1/+5
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-17/+12
|\ \
| * | workqueue: Convert timers to use timer_setup() (part 2)Kees Cook2017-10-181-8/+6
| * | workqueue: Convert callback to use from_timer()Kees Cook2017-10-051-4/+3
| * | timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook2017-10-051-5/+3
| |/
* | workqueue: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-1/+1
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-22/+15
|\ \
| * | workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-10-101-22/+15
| |/
* | workqueue: Remove now redundant lock acquisitions wrt. workqueue flushesByungchul Park2017-10-251-16/+3
* | locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-2/+2
|/
* Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2017-09-061-3/+3
|\
OpenPOWER on IntegriCloud