aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-5/+4
2016-03-15tags: Fix DEFINE_PER_CPU expansionsGravatar Peter Zijlstra 1-2/+1
2016-03-11workqueue: Fix comment for work_on_cpu()Gravatar Anna-Maria Gleixner 1-1/+1
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Gravatar Alexander Gordeev 1-3/+2
2016-02-17workqueue: Replace usage of init_name with dev_set_name()Gravatar Lars-Peter Clausen 1-1/+1
2016-02-10workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupGravatar Tejun Heo 1-0/+10
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureGravatar Tejun Heo 1-2/+21
2016-02-09workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUsGravatar Mike Galbraith 1-2/+32
2016-02-09Revert "workqueue: make sure delayed work run in local cpu"Gravatar Tejun Heo 1-4/+4
2016-01-29workqueue: skip flush dependency checks for legacy workqueuesGravatar Tejun Heo 1-1/+2
2016-01-07workqueue: simplify the apply_workqueue_attrs_locked()Gravatar wanghaibin 1-7/+4
2015-12-08workqueue: implement lockup detectorGravatar Tejun Heo 1-3/+171
2015-12-08workqueue: warn if memory reclaim tries to flush !WQ_MEM_RECLAIM workqueueGravatar Tejun Heo 1-0/+35
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-12/+14
2015-10-12workqueue: Allocate the unbound pool using local node memoryGravatar Xunlei Pang 1-12/+14
2015-09-30workqueue: make sure delayed work run in local cpuGravatar Shaohua Li 1-4/+4
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+2
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Gravatar Peter Zijlstra 1-4/+2
2015-08-04workqueue: Make flush_workqueue() available again to non GPL modulesGravatar Tim Gardner 1-1/+1
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Gravatar Paul E. McKenney 1-10/+10
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-6/+1
2015-05-29workqueue: fix typos in commentsGravatar Shailendra Verma 1-4/+4
2015-05-28kernel/workqueue.c: remove ifdefs over wq_power_efficientGravatar Luis R. Rodriguez 1-6/+1
2015-05-21workqueue: move flush_scheduled_work() to workqueue.hGravatar Lai Jiangshan 1-30/+0
2015-05-21workqueue: remove the lock from wq_sysfs_prep_attrs()Gravatar Lai Jiangshan 1-2/+2
2015-05-21workqueue: remove the declaration of copy_workqueue_attrs()Gravatar Lai Jiangshan 1-2/+0
2015-05-19workqueue: ensure attrs changes are properly synchronizedGravatar Lai Jiangshan 1-9/+21
2015-05-19workqueue: separate out and refactor the locking of applying attrsGravatar Lai Jiangshan 1-33/+45
2015-05-18workqueue: simplify wq_update_unbound_numa()Gravatar Lai Jiangshan 1-15/+5