aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2017-08-11workqueue: implicit ordered attribute should be overridableTejun Heo
2017-08-11workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2017-04-15workqueue: Provide work_on_cpu_safe()Thomas Gleixner
2017-03-06workqueue: use setup_deferrable_timerGeliang Tang
2017-03-06workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo
2016-10-19workqueue: move wq_numa_init() to workqueue_init()Tejun Heo
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek
2016-09-17workqueue: remove keventd_up()Tejun Heo
2016-09-17workqueue: make workqueue available early during bootTejun Heo
2016-09-16workqueue: dump workqueue state on sanity check failures in destroy_workqueue()Tejun Heo
2016-08-29workqueue: add cancel_work()Jens Axboe
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki
2016-07-14workqueue: Convert to state machine callbacksThomas Gleixner
2016-07-02PM / suspend: show workqueue state in suspend flowRoger Lu
2016-06-16workqueue: Fix setting affinity of unbound worker threadsPeter Zijlstra
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin
2016-05-19workqueue: update debugobjects fixup callbacks return typeDu, Changbin
2016-05-13Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-12workqueue: fix rebind bound workers warningWanpeng Li
2016-04-27Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-26workqueue: fix ghost PENDING flag while doing MQ IORoman Pen
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra
2016-03-11workqueue: Fix comment for work_on_cpu()Anna-Maria Gleixner
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev
2016-02-17workqueue: Replace usage of init_name with dev_set_name()Lars-Peter Clausen
2016-02-10workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo
2016-02-09workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUsMike Galbraith
2016-02-09Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo
2016-01-29workqueue: skip flush dependency checks for legacy workqueuesTejun Heo
2016-01-07workqueue: simplify the apply_workqueue_attrs_locked()wanghaibin
2015-12-08workqueue: implement lockup detectorTejun Heo
2015-12-08workqueue: warn if memory reclaim tries to flush !WQ_MEM_RECLAIM workqueueTejun Heo
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2015-10-12workqueue: Allocate the unbound pool using local node memoryXunlei Pang
2015-09-30workqueue: make sure delayed work run in local cpuShaohua Li
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra
2015-08-04workqueue: Make flush_workqueue() available again to non GPL modulesTim Gardner
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-05-29workqueue: fix typos in commentsShailendra Verma
2015-05-28kernel/workqueue.c: remove ifdefs over wq_power_efficientLuis R. Rodriguez