summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-03-20workqueue: remove the comment about the old manager_arb mutexLai Jiangshan
2018-03-20workqueue: fix the comments of nr_idleLai Jiangshan
2018-03-20Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2018-03-19RCU, workqueue: Implement rcu_workTejun Heo
2018-03-13workqueue: remove unused cancel_work()Stephen Hemminger
2018-03-13workqueue: use put_device() instead of kfree()Arvind Yadav
2018-03-09Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-02-21sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker
2018-02-16workqueue: Allow retrieval of current task's work structLukas Wunner
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-30Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-15staging: lustre: lnet: convert selftest to use workqueuesNeilBrown
2018-01-12workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky
2018-01-08workqueue: allow WQ_MEM_RECLAIM on early init workqueuesTejun Heo
2018-01-08workqueue: separate out init_rescuer()Tejun Heo
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-11workqueue: remove unneeded kallsyms includeSergey Senozhatsky
2017-12-04workqueue/hotplug: remove the workaround in rebind_workers()Lai Jiangshan
2017-12-04workqueue/hotplug: simplify workqueue_offline_cpu()Lai Jiangshan
2017-12-04workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney
2017-11-27workqueue: respect isolated cpus when queueing an unbound workTal Shorer
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-08workqueue: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-06workqueue: Fix comment for unbound workqueue's attrbutesWang Long
2017-11-03Revert "workqueue: respect isolated cpus when queueing an unbound work"Tejun Heo
2017-10-25workqueue: Remove now redundant lock acquisitions wrt. workqueue flushesByungchul Park
2017-10-25locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland
2017-10-21workqueue: respect isolated cpus when queueing an unbound workTal Shorer
2017-10-18workqueue: Convert timers to use timer_setup() (part 2)Kees Cook
2017-10-10workqueue: replace pool->manager_arb mutex with a flagTejun Heo
2017-10-05workqueue: Convert callback to use from_timer()Kees Cook
2017-10-05timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2017-09-05Merge branch 'for-4.13-fixes' into for-4.14Tejun Heo
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra
2017-08-25workqueue/lockdep: 'Fix' flush_work() annotationPeter Zijlstra
2017-08-23workqueue: Use TASK_IDLEPeter Zijlstra
2017-08-17locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park
2017-08-07workqueue: fix path to documentationBenjamin Peterson
2017-07-28workqueue: Work around edge cases for calc of pool's cpumaskMichael Bringmann
2017-07-25workqueue: implicit ordered attribute should be overridableTejun Heo
2017-07-19workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo