aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-2/+2
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+23
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-3/+2
2017-04-15workqueue: Provide work_on_cpu_safe()Gravatar Thomas Gleixner 1-0/+23
2017-03-06workqueue: use setup_deferrable_timerGravatar Geliang Tang 1-3/+2
2017-03-06workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqGravatar Tejun Heo 1-0/+1
2017-02-10time: Remove CONFIG_TIMER_STATSGravatar Kees Cook 1-2/+0
2016-10-19Merge branch 'for-4.9' into for-4.10Gravatar Tejun Heo 1-18/+85
2016-10-19workqueue: move wq_numa_init() to workqueue_init()Gravatar Tejun Heo 1-2/+23
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Gravatar Petr Mladek 1-1/+1
2016-09-17workqueue: remove keventd_up()Gravatar Tejun Heo 1-1/+1
2016-09-17workqueue: make workqueue available early during bootGravatar Tejun Heo 1-16/+60
2016-09-16workqueue: dump workqueue state on sanity check failures in destroy_workqueue()Gravatar Tejun Heo 1-0/+2
2016-08-29workqueue: add cancel_work()Gravatar Jens Axboe 1-14/+26
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-65/+43
2016-07-25Merge branches 'pm-sleep' and 'pm-tools'Gravatar Rafael J. Wysocki 1-2/+2
2016-07-14workqueue: Convert to state machine callbacksGravatar Thomas Gleixner 1-65/+43
2016-07-02PM / suspend: show workqueue state in suspend flowGravatar Roger Lu 1-2/+2
2016-06-16workqueue: Fix setting affinity of unbound worker threadsGravatar Peter Zijlstra 1-5/+1
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Gravatar Du, Changbin 1-34/+8
2016-05-19workqueue: update debugobjects fixup callbacks return typeGravatar Du, Changbin 1-10/+10
2016-05-13Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+11
2016-05-12workqueue: fix rebind bound workers warningGravatar Wanpeng Li 1-0/+11
2016-04-27Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+29
2016-04-26workqueue: fix ghost PENDING flag while doing MQ IOGravatar Roman Pen 1-0/+29