aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-11workqueue: remove unneeded kallsyms includeGravatar Sergey Senozhatsky 1-1/+0
2017-12-04workqueue/hotplug: remove the workaround in rebind_workers()Gravatar Lai Jiangshan 1-10/+0
2017-12-04workqueue/hotplug: simplify workqueue_offline_cpu()Gravatar Lai Jiangshan 1-9/+6
2017-12-04workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Gravatar Paul E. McKenney 1-1/+1
2017-11-27workqueue: respect isolated cpus when queueing an unbound workGravatar Tal Shorer 1-1/+6
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 1-1/+1
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-17/+12
2017-11-08workqueue: Use lockdep to assert IRQs are disabled/enabledGravatar Frederic Weisbecker 1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-22/+15
2017-11-06workqueue: Fix comment for unbound workqueue's attrbutesGravatar Wang Long 1-1/+2
2017-11-03Revert "workqueue: respect isolated cpus when queueing an unbound work"Gravatar Tejun Heo 1-5/+1
2017-10-25workqueue: Remove now redundant lock acquisitions wrt. workqueue flushesGravatar Byungchul Park 1-16/+3
2017-10-25locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Gravatar Mark Rutland 1-2/+2
2017-10-21workqueue: respect isolated cpus when queueing an unbound workGravatar Tal Shorer 1-1/+5
2017-10-18workqueue: Convert timers to use timer_setup() (part 2)Gravatar Kees Cook 1-8/+6
2017-10-10workqueue: replace pool->manager_arb mutex with a flagGravatar Tejun Heo 1-22/+15
2017-10-05workqueue: Convert callback to use from_timer()Gravatar Kees Cook 1-4/+3
2017-10-05timer: Remove users of TIMER_DEFERRED_INITIALIZERGravatar Kees Cook 1-5/+3
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-3/+3
2017-09-05Merge branch 'for-4.13-fixes' into for-4.14Gravatar Tejun Heo 1-4/+26
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independenceGravatar Peter Zijlstra 1-5/+4
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationGravatar Peter Zijlstra 1-1/+22
2017-08-25workqueue/lockdep: 'Fix' flush_work() annotationGravatar Peter Zijlstra 1-9/+11
2017-08-23workqueue: Use TASK_IDLEGravatar Peter Zijlstra 1-2/+2
2017-08-17locking/lockdep: Explicitly initialize wq_barrier::done::mapGravatar Boqun Feng 1-1/+10
2017-08-10locking/lockdep: Implement the 'crossrelease' featureGravatar Byungchul Park 1-0/+2
2017-08-07workqueue: fix path to documentationGravatar Benjamin Peterson 1-1/+1
2017-07-28workqueue: Work around edge cases for calc of pool's cpumaskGravatar Michael Bringmann 1-0/+7
2017-07-25workqueue: implicit ordered attribute should be overridableGravatar Tejun Heo 1-4/+9
2017-07-19workqueue: restore WQ_UNBOUND/max_active==1 to be orderedGravatar Tejun Heo 1-0/+10