summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-03-22UPSTREAM: psi: fix aggregation idle shut-offJohannes Weiner3-5/+45
2019-03-22UPSTREAM: workqueue: make workqueue available early during bootTejun Heo3-17/+76
2018-08-07Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1009-6932/+15764
2018-05-30workqueue: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-05-10workqueue: add more debug when null pwqjianxin.pan1-1/+3
2018-04-24Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1597-9267/+26531
2018-03-18workqueue: Allow retrieval of current task's work structLukas Wunner2-0/+17
2018-03-09workqueue: avoid process_one_work NULL referenceAo Xu1-0/+17
2018-01-23workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky1-0/+13
2017-12-14workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo1-0/+1
2017-11-02workqueue: replace pool->manager_arb mutex with a flagTejun Heo1-22/+15
2017-08-11workqueue: implicit ordered attribute should be overridableTejun Heo2-5/+12
2017-08-11workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo1-0/+10
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek3-4/+4
2016-08-29workqueue: add cancel_work()Jens Axboe2-14/+27
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds75-2013/+1316
2016-07-25Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki18-1649/+3147
2016-07-14workqueue: Convert to state machine callbacksThomas Gleixner5-74/+61
2016-07-01PM / suspend: show workqueue state in suspend flowRoger Lu2-2/+5
2016-06-16workqueue: Fix setting affinity of unbound worker threadsPeter Zijlstra1-5/+1
2016-05-20debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin6-109/+60
2016-05-20workqueue: update debugobjects fixup callbacks return typeDu, Changbin1-10/+10
2016-05-13Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+11
2016-05-12workqueue: fix rebind bound workers warningWanpeng Li1-0/+11
2016-04-27Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+29
2016-04-26workqueue: fix ghost PENDING flag while doing MQ IORoman Pen1-0/+29
2016-03-19Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-7/+6
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra8-18/+13
2016-03-11workqueue: Fix comment for work_on_cpu()Anna-Maria Gleixner1-1/+1
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev3-5/+4
2016-02-17workqueue: Replace usage of init_name with dev_set_name()Lars-Peter Clausen1-1/+1
2016-02-10workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo1-0/+10
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo3-2/+47
2016-02-09workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUsMike Galbraith1-2/+32
2016-02-09Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo1-4/+4
2016-01-29workqueue: skip flush dependency checks for legacy workqueuesTejun Heo2-5/+7
2016-01-07workqueue: simplify the apply_workqueue_attrs_locked()wanghaibin1-7/+4
2015-12-08workqueue: implement lockup detectorTejun Heo5-3/+200
2015-12-08workqueue: warn if memory reclaim tries to flush !WQ_MEM_RECLAIM workqueueTejun Heo1-0/+35
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-12/+14
2015-10-12workqueue: Allocate the unbound pool using local node memoryXunlei Pang1-12/+14
2015-09-30workqueue: make sure delayed work run in local cpuShaohua Li1-4/+4
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-4/+5
2015-09-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds37-959/+762
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra5-18/+52
2015-08-04workqueue: Make flush_workqueue() available again to non GPL modulesTim Gardner1-1/+1
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney16-81/+101
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds48-355/+883
2015-05-29workqueue: fix typos in commentsShailendra Verma1-4/+4
[next]