aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAge
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-01
|\
| * staging: lustre: lnet: convert selftest to use workqueuesNeilBrown2018-01-15
* | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-01-30
|\ \
| * | workqueue: allow WQ_MEM_RECLAIM on early init workqueuesTejun Heo2018-01-08
| * | workqueue: separate out init_rescuer()Tejun Heo2018-01-08
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-30
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-03
| |\ \ | | |/ | |/|
| | * workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-04
* | | workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky2018-01-12
|/ /
* | workqueue: remove unneeded kallsyms includeSergey Senozhatsky2017-12-11
* | workqueue/hotplug: remove the workaround in rebind_workers()Lai Jiangshan2017-12-04
* | workqueue/hotplug: simplify workqueue_offline_cpu()Lai Jiangshan2017-12-04
* | workqueue: respect isolated cpus when queueing an unbound workTal Shorer2017-11-27
|/
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-21
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2017-11-15
|\
| * workqueue: Fix comment for unbound workqueue's attrbutesWang Long2017-11-06
| * Revert "workqueue: respect isolated cpus when queueing an unbound work"Tejun Heo2017-11-03
| * workqueue: respect isolated cpus when queueing an unbound workTal Shorer2017-10-21
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\ \
| * | workqueue: Convert timers to use timer_setup() (part 2)Kees Cook2017-10-18
| * | workqueue: Convert callback to use from_timer()Kees Cook2017-10-05
| * | timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook2017-10-05
| |/
* | workqueue: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-08
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\ \
| * | workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-10-10
| |/
* | workqueue: Remove now redundant lock acquisitions wrt. workqueue flushesByungchul Park2017-10-25
* | locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-25
|/
* Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2017-09-07
|\
| * Merge branch 'for-4.13-fixes' into for-4.14Tejun Heo2017-09-05
| |\
| * | workqueue: Use TASK_IDLEPeter Zijlstra2017-08-23
| * | workqueue: fix path to documentationBenjamin Peterson2017-08-07
* | | locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra2017-08-29
* | | locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra2017-08-25
* | | workqueue/lockdep: 'Fix' flush_work() annotationPeter Zijlstra2017-08-25
* | | locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng2017-08-17
* | | locking/lockdep: Implement the 'crossrelease' featureByungchul Park2017-08-10
| |/ |/|
* | workqueue: Work around edge cases for calc of pool's cpumaskMichael Bringmann2017-07-28
* | workqueue: implicit ordered attribute should be overridableTejun Heo2017-07-25
* | workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo2017-07-19
|/
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-01
|\
| * workqueue: Provide work_on_cpu_safe()Thomas Gleixner2017-04-15
* | Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2017-05-01
|\ \ | |/ |/|
| * workqueue: use setup_deferrable_timerGeliang Tang2017-03-06
* | workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo2017-03-06
|/
* time: Remove CONFIG_TIMER_STATSKees Cook2017-02-10
* Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-19
|\
| * workqueue: move wq_numa_init() to workqueue_init()Tejun Heo2016-10-19
| * workqueue: remove keventd_up()Tejun Heo2016-09-17
| * workqueue: make workqueue available early during bootTejun Heo2016-09-17