aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+1
2018-01-30Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-24/+40
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-01-15staging: lustre: lnet: convert selftest to use workqueuesNeilBrown1-0/+1
2018-01-12workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky1-0/+13
2018-01-08workqueue: allow WQ_MEM_RECLAIM on early init workqueuesTejun Heo1-2/+8
2018-01-08workqueue: separate out init_rescuer()Tejun Heo1-23/+33
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2017-12-11workqueue: remove unneeded kallsyms includeSergey Senozhatsky1-1/+0
2017-12-04workqueue/hotplug: remove the workaround in rebind_workers()Lai Jiangshan1-10/+0
2017-12-04workqueue/hotplug: simplify workqueue_offline_cpu()Lai Jiangshan1-9/+6
2017-12-04workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney1-1/+1
2017-11-27workqueue: respect isolated cpus when queueing an unbound workTal Shorer1-1/+6
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+12
2017-11-08workqueue: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-22/+15
2017-11-06workqueue: Fix comment for unbound workqueue's attrbutesWang Long1-1/+2
2017-11-03Revert "workqueue: respect isolated cpus when queueing an unbound work"Tejun Heo1-5/+1
2017-10-25workqueue: Remove now redundant lock acquisitions wrt. workqueue flushesByungchul Park1-16/+3
2017-10-25locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-21workqueue: respect isolated cpus when queueing an unbound workTal Shorer1-1/+5
2017-10-18workqueue: Convert timers to use timer_setup() (part 2)Kees Cook1-8/+6
2017-10-10workqueue: replace pool->manager_arb mutex with a flagTejun Heo1-22/+15
2017-10-05workqueue: Convert callback to use from_timer()Kees Cook1-4/+3
2017-10-05timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook1-5/+3
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+3
2017-09-05Merge branch 'for-4.13-fixes' into for-4.14Tejun Heo1-4/+26
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra1-5/+4
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra1-1/+22
2017-08-25workqueue/lockdep: 'Fix' flush_work() annotationPeter Zijlstra1-9/+11
2017-08-23workqueue: Use TASK_IDLEPeter Zijlstra1-2/+2
2017-08-17locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng1-1/+10
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park1-0/+2
2017-08-07workqueue: fix path to documentationBenjamin Peterson1-1/+1
2017-07-28workqueue: Work around edge cases for calc of pool's cpumaskMichael Bringmann1-0/+7
2017-07-25workqueue: implicit ordered attribute should be overridableTejun Heo1-4/+9
2017-07-19workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo1-0/+10
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+23
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+2
2017-04-15workqueue: Provide work_on_cpu_safe()Thomas Gleixner1-0/+23
2017-03-06workqueue: use setup_deferrable_timerGeliang Tang1-3/+2
2017-03-06workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo1-0/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook1-2/+0
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo1-18/+85
2016-10-19workqueue: move wq_numa_init() to workqueue_init()Tejun Heo1-2/+23
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek1-1/+1
2016-09-17workqueue: remove keventd_up()Tejun Heo1-1/+1