| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-04-21 | workqueue: Restrict kworker in the offline CPU pool running on housekeeping CPUs | Zqiang | 1 | -1/+1 |
| 2022-03-23 | Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -38/+20 |
| 2022-02-16 | sched/isolation: Use single feature type while referring to housekeeping cpumask | Frederic Weisbecker | 1 | -2/+2 |
| 2022-02-16 | workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetch | Frederic Weisbecker | 1 | -2/+2 |
| 2022-01-12 | workqueue: Convert the type of pool->nr_running to int | Lai Jiangshan | 1 | -13/+16 |
| 2022-01-12 | workqueue: Use wake_up_worker() in wq_worker_sleeping() instead of open code | Lai Jiangshan | 1 | -6/+3 |
| 2022-01-12 | workqueue: Change the comments of the synchronization about the idle_list | Lai Jiangshan | 1 | -9/+2 |
| 2022-01-12 | workqueue: Remove the mb() pair between wq_worker_sleeping() and insert_work() | Lai Jiangshan | 1 | -11/+0 |
| 2022-01-10 | Merge branch 'workqueue/for-5.16-fixes' into workqueue/for-5.17 | Tejun Heo | 1 | -1/+21 |
| 2021-12-09 | workqueue: Remove the cacheline_aligned for nr_running | Lai Jiangshan | 1 | -8/+4 |
| 2021-12-09 | workqueue: Move the code of waking a worker up in unbind_workers() | Lai Jiangshan | 1 | -23/+15 |
| 2021-12-09 | workqueue: Remove schedule() in unbind_workers() | Lai Jiangshan | 1 | -8/+3 |
| 2021-12-09 | workqueue: Remove outdated comment about exceptional workers in unbind_workers() | Lai Jiangshan | 1 | -3/+1 |
| 2021-12-09 | workqueue: Remove the advanced kicking of the idle workers in rebind_workers() | Lai Jiangshan | 1 | -11/+0 |
| 2021-12-09 | workqueue: Remove the outdated comment before wq_worker_sleeping() | Lai Jiangshan | 1 | -2/+1 |
| 2021-12-02 | workqueue: Fix unbind_workers() VS wq_worker_sleeping() race | Frederic Weisbecker | 1 | -0/+10 |
| 2021-12-02 | workqueue: Fix unbind_workers() VS wq_worker_running() race | Frederic Weisbecker | 1 | -0/+9 |
| 2021-12-01 | workqueue: Upgrade queue_work_on() comment | Paul E. McKenney | 1 | -1/+2 |
| 2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2021-11-06 | workqueue, kasan: avoid alloc_pages() when recording stack | Marco Elver | 1 | -1/+1 |
| 2021-10-20 | workqueue: Introduce show_one_worker_pool and show_one_workqueue. | Imran Khan | 1 | -76/+96 |
| 2021-10-19 | workqueue: make sysfs of unbound kworker cpumask more clever | Menglong Dong | 1 | -4/+11 |
| 2021-10-11 | workqueue: fix state-dump console deadlock | Johan Hovold | 1 | -2/+16 |
| 2021-08-17 | workqueue: Assign a color to barrier work items | Lai Jiangshan | 1 | -8/+12 |
| 2021-08-17 | workqueue: Mark barrier work with WORK_STRUCT_INACTIVE | Lai Jiangshan | 1 | -8/+34 |
| 2021-08-17 | workqueue: Change the code of calculating work_flags in insert_wq_barrier() | Lai Jiangshan | 1 | -4/+3 |
| 2021-08-17 | workqueue: Change arguement of pwq_dec_nr_in_flight() | Lai Jiangshan | 1 | -8/+10 |
| 2021-08-17 | workqueue: Rename "delayed" (delayed by active management) to "inactive" | Lai Jiangshan | 1 | -29/+29 |
| 2021-08-09 | workqueue: Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior | 1 | -11/+11 |
| 2021-08-09 | workqueue: Replace deprecated ida_simple_*() with ida_alloc()/ida_free() | Zhen Lei | 1 | -7/+6 |
| 2021-08-09 | workqueue: Fix typo in comments | Cai Huoqing | 1 | -3/+3 |
| 2021-07-29 | workqueue: Fix possible memory leaks in wq_numa_init() | Zhen Lei | 1 | -5/+7 |
| 2021-07-21 | workqueue: fix UAF in pwq_unbound_release_workfn() | Yang Yingliang | 1 | -7/+13 |
| 2021-05-20 | wq: handle VM suspension in stall detection | Sergey Senozhatsky | 1 | -2/+10 |
| 2021-04-27 | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 1 | -1/+1 |
| 2021-04-08 | workqueue: use WARN_ON_FUNCTION_MISMATCH | Sami Tolvanen | 1 | -1/+1 |
| 2021-04-04 | workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog() | Wang Qing | 1 | -11/+6 |
| 2021-04-04 | workqueue: Move the position of debug_work_activate() in __queue_work() | Zqiang | 1 | -1/+1 |
| 2021-02-22 | Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -2/+2 |
| 2021-01-27 | workqueue: Use %s instead of function name | Stephen Zhang | 1 | -2/+2 |
| 2021-01-22 | workqueue: Restrict affinity change to rescuer | Peter Zijlstra | 1 | -6/+3 |
| 2021-01-22 | workqueue: Tag bound workers with KTHREAD_IS_PER_CPU | Peter Zijlstra | 1 | -2/+9 |
| 2021-01-22 | workqueue: Use cpu_possible_mask instead of cpu_active_mask to break affinity | Lai Jiangshan | 1 | -1/+1 |
| 2020-12-28 | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -3/+10 |
| 2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+3 |
| 2020-12-15 | workqueue: kasan: record workqueue stack | Walter Wu | 1 | -0/+3 |
| 2020-11-25 | workqueue: Kick a worker based on the actual activation of delayed works | Yunfeng Ye | 1 | -3/+10 |
| 2020-11-10 | workqueue: Manually break affinity on hotplug | Peter Zijlstra | 1 | -0/+4 |
| 2020-10-16 | workqueue: fix a kernel-doc warning | Mauro Carvalho Chehab | 1 | -0/+3 |
| 2020-09-24 | treewide: Make all debug_obj_descriptors const | Stephen Boyd | 1 | -2/+2 |
| 2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 1 | -5/+5 |
| 2020-06-01 | workqueue: use BUILD_BUG_ON() for compile time test instead of WARN_ON() | Lai Jiangshan | 1 | -1/+1 |
| 2020-05-29 | workqueue: remove useless unlock() and lock() in series | Lai Jiangshan | 1 | -2/+0 |
| 2020-05-29 | workqueue: void unneeded requeuing the pwq in rescuer thread | Lai Jiangshan | 1 | -1/+1 |
| 2020-05-29 | workqueue: Convert the pool::lock and wq_mayday_lock to raw_spinlock_t | Sebastian Andrzej Siewior | 1 | -88/+88 |
| 2020-05-29 | workqueue: Use rcuwait for wq_manager_wait | Sebastian Andrzej Siewior | 1 | -5/+19 |
| 2020-05-27 | workqueue: Remove unnecessary kfree() call in rcu_free_wq() | Zhang Qiang | 1 | -1/+0 |
| 2020-05-11 | workqueue: Fix an use after free in init_rescuer() | Dan Carpenter | 1 | -1/+3 |
| 2020-05-05 | workqueue: Use IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO. | Sean Fu | 1 | -4/+2 |
| 2020-04-08 | workqueue: Remove the warning in wq_worker_sleeping() | Sebastian Andrzej Siewior | 1 | -2/+4 |
| 2020-04-03 | Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -8/+4 |
| 2020-03-12 | workqueue: Mark up unlocked access to wq->first_flusher | Chris Wilson | 1 | -2/+2 |
| 2020-03-10 | workqueue: don't use wq_select_unbound_cpu() for bound works | Hillf Danton | 1 | -6/+8 |
| 2020-03-04 | workqueue: Make workqueue_init*() return void | Yu Chen | 1 | -6/+2 |
| 2020-01-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2020-01-15 | workqueue: add worker function to workqueue_execute_end tracepoint | Daniel Jordan | 1 | -1/+1 |
| 2019-12-25 | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar | 1 | -2/+2 |
| 2019-12-08 | sched/rt, workqueue: Use PREEMPTION | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2019-12-06 | workqueue: Use pr_warn instead of pr_warning | Kefeng Wang | 1 | -2/+2 |
| 2019-11-26 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -8/+1 |
| 2019-11-15 | workqueue: Add RCU annotation for pwq list walk | Sebastian Andrzej Siewior | 1 | -1/+2 |
| 2019-10-30 | workqueue: Convert for_each_wq to use built-in list check | Joel Fernandes (Google) | 1 | -8/+2 |
| 2019-10-04 | workqueue: Fix pwq ref leak in rescuer_thread() | Tejun Heo | 1 | -5/+12 |
| 2019-10-04 | workqueue: more destroy_workqueue() fixes | Tejun Heo | 1 | -14/+31 |
| 2019-09-20 | workqueue: Minor follow-ups to the rescuer destruction change | Tejun Heo | 1 | -2/+2 |
| 2019-09-20 | workqueue: Fix missing kfree(rescuer) in destroy_workqueue() | Tejun Heo | 1 | -0/+1 |
| 2019-09-18 | workqueue: Fix spurious sanity check failures in destroy_workqueue() | Tejun Heo | 1 | -5/+19 |
| 2019-09-13 | workqueue: require CPU hotplug read exclusion for apply_workqueue_attrs | Daniel Jordan | 1 | -5/+14 |
| 2019-09-13 | workqueue: unconfine alloc/apply/free_workqueue_attrs() | Daniel Jordan | 1 | -3/+3 |
| 2019-06-27 | workqueue: Remove GPF argument from alloc_workqueue_attrs() | Thomas Gleixner | 1 | -12/+11 |
| 2019-06-27 | workqueue: Make alloc/apply/free_workqueue_attrs() static | Thomas Gleixner | 1 | -4/+3 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-09 | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -42/+53 |
| 2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -6/+6 |
| 2019-04-16 | sched/core, workqueues: Distangle worker accounting from rq lock | Thomas Gleixner | 1 | -30/+24 |
| 2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -6/+6 |
| 2019-04-08 | workqueue: Use normal rcu | Thomas Gleixner | 1 | -42/+51 |
| 2019-03-21 | workqueue: Only unregister a registered lockdep key | Bart Van Assche | 1 | -2/+3 |
| 2019-03-19 | kernel/workqueue: Document wq_worker_last_func() argument | Bart Van Assche | 1 | -0/+1 |
| 2019-03-15 | kernel/workqueue: Use __printf markup to silence compiler in function 'alloc_... | Mathieu Malaterre | 1 | -0/+1 |
| 2019-03-10 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+4 |
| 2019-03-09 | workqueue, lockdep: Fix a memory leak in wq->lock_name | Qian Cai | 1 | -0/+2 |
| 2019-03-09 | workqueue, lockdep: Fix an alloc_workqueue() error path | Bart Van Assche | 1 | -0/+2 |
| 2019-03-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+10 |
| 2019-03-07 | kernel: workqueue: clarify wq_worker_last_func() caller requirements | Johannes Weiner | 1 | -0/+10 |
| 2019-03-07 | Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -3/+6 |
| 2019-03-06 | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+84 |
| 2019-03-05 | workqueue: Fix spelling in source code comments | Bart Van Assche | 1 | -2/+2 |
| 2019-02-28 | kernel/workqueue: Use dynamic lockdep keys for workqueues | Bart Van Assche | 1 | -9/+50 |
| 2019-02-21 | workqueue: fix typo in comment | Liu Song | 1 | -1/+1 |
| 2019-02-11 | Merge 5.0-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+23 |
| 2019-02-01 | psi: fix aggregation idle shut-off | Johannes Weiner | 1 | -0/+23 |
| 2019-01-31 | workqueue: Provide queue_work_node to queue work near a given NUMA node | Alexander Duyck | 1 | -0/+84 |
| 2019-01-25 | workqueue: Try to catch flush_work() without INIT_WORK(). | Tetsuo Handa | 1 | -0/+3 |
| 2018-11-27 | workqueue: Replace call_rcu_sched() with call_rcu() | Paul E. McKenney | 1 | -4/+4 |
| 2018-08-30 | watchdog: Mark watchdog touch functions as notrace | Vincent Whitchurch | 1 | -1/+1 |
| 2018-08-24 | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -15/+30 |
| 2018-08-22 | workqueue: re-add lockdep dependencies for flushing | Johannes Berg | 1 | -0/+8 |
| 2018-08-22 | workqueue: skip lockdep wq dependency in cancel_work_sync() | Johannes Berg | 1 | -15/+22 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
| 2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
| 2018-06-06 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+1 |
| 2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 1 | -2/+1 |
| 2018-05-23 | workqueue: move function definitions within CONFIG_SMP block | Mathieu Malaterre | 1 | -2/+2 |
| 2018-05-21 | workqueue: Make sure struct worker is accessible for wq_worker_comm() | Tejun Heo | 1 | -24/+34 |
| 2018-05-18 | workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status} | Tejun Heo | 1 | -0/+39 |
| 2018-05-18 | workqueue: Set worker->desc to workqueue name by default | Tejun Heo | 1 | -11/+10 |
| 2018-05-18 | workqueue: Make worker_attach/detach_pool() update worker->pool | Tejun Heo | 1 | -8/+8 |
| 2018-05-18 | workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutex | Tejun Heo | 1 | -21/+20 |
| 2018-05-18 | scsi: zfcp: workqueue: set description for port work items with their WWPN as... | Steffen Maier | 1 | -0/+1 |
| 2018-04-03 | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -4/+56 |
| 2018-03-20 | workqueue: remove the comment about the old manager_arb mutex | Lai Jiangshan | 1 | -1/+0 |
| 2018-03-20 | workqueue: fix the comments of nr_idle | Lai Jiangshan | 1 | -3/+2 |
| 2018-03-20 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 1 | -9/+1 |
| 2018-03-19 | RCU, workqueue: Implement rcu_work | Tejun Heo | 1 | -0/+54 |
| 2018-03-13 | workqueue: remove unused cancel_work() | Stephen Hemminger | 1 | -8/+0 |
| 2018-03-13 | workqueue: use put_device() instead of kfree() | Arvind Yadav | 1 | -1/+1 |
| 2018-03-09 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 1 | -0/+16 |
| 2018-02-22 | Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 1 | -0/+16 |
| 2018-02-21 | sched/isolation: Isolate workqueues when "nohz_full=" is set | Frederic Weisbecker | 1 | -1/+2 |
| 2018-02-16 | workqueue: Allow retrieval of current task's work struct | Lukas Wunner | 1 | -0/+16 |
| 2018-02-01 | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
| 2018-01-30 | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -24/+40 |
| 2018-01-30 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2018-01-15 | staging: lustre: lnet: convert selftest to use workqueues | NeilBrown | 1 | -0/+1 |
| 2018-01-12 | workqueue: avoid hard lockups in show_workqueue_state() | Sergey Senozhatsky | 1 | -0/+13 |
| 2018-01-08 | workqueue: allow WQ_MEM_RECLAIM on early init workqueues | Tejun Heo | 1 | -2/+8 |
| 2018-01-08 | workqueue: separate out init_rescuer() | Tejun Heo | 1 | -23/+33 |
| 2018-01-03 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -1/+1 |
| 2017-12-11 | workqueue: remove unneeded kallsyms include | Sergey Senozhatsky | 1 | -1/+0 |
| 2017-12-04 | workqueue/hotplug: remove the workaround in rebind_workers() | Lai Jiangshan | 1 | -10/+0 |
| 2017-12-04 | workqueue/hotplug: simplify workqueue_offline_cpu() | Lai Jiangshan | 1 | -9/+6 |
| 2017-12-04 | workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched() | Paul E. McKenney | 1 | -1/+1 |
| 2017-11-27 | workqueue: respect isolated cpus when queueing an unbound work | Tal Shorer | 1 | -1/+6 |
| 2017-11-21 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 1 | -1/+1 |
| 2017-11-15 | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+2 |
| 2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -17/+12 |
| 2017-11-08 | workqueue: Use lockdep to assert IRQs are disabled/enabled | Frederic Weisbecker | 1 | -1/+1 |
| 2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 1 | -22/+15 |
| 2017-11-06 | workqueue: Fix comment for unbound workqueue's attrbutes | Wang Long | 1 | -1/+2 |
| 2017-11-03 | Revert "workqueue: respect isolated cpus when queueing an unbound work" | Tejun Heo | 1 | -5/+1 |
| 2017-10-25 | workqueue: Remove now redundant lock acquisitions wrt. workqueue flushes | Byungchul Park | 1 | -16/+3 |
| 2017-10-25 | locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Mark Rutland | 1 | -2/+2 |
| 2017-10-21 | workqueue: respect isolated cpus when queueing an unbound work | Tal Shorer | 1 | -1/+5 |
| 2017-10-18 | workqueue: Convert timers to use timer_setup() (part 2) | Kees Cook | 1 | -8/+6 |
| 2017-10-10 | workqueue: replace pool->manager_arb mutex with a flag | Tejun Heo | 1 | -22/+15 |
| 2017-10-05 | workqueue: Convert callback to use from_timer() | Kees Cook | 1 | -4/+3 |
| 2017-10-05 | timer: Remove users of TIMER_DEFERRED_INITIALIZER | Kees Cook | 1 | -5/+3 |
| 2017-09-06 | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -3/+3 |
| 2017-09-05 | Merge branch 'for-4.13-fixes' into for-4.14 | Tejun Heo | 1 | -4/+26 |
| 2017-08-29 | locking/lockdep: Untangle xhlock history save/restore from task independence | Peter Zijlstra | 1 | -5/+4 |
| 2017-08-25 | locking/lockdep: Fix workqueue crossrelease annotation | Peter Zijlstra | 1 | -1/+22 |
| 2017-08-25 | workqueue/lockdep: 'Fix' flush_work() annotation | Peter Zijlstra | 1 | -9/+11 |
| 2017-08-23 | workqueue: Use TASK_IDLE | Peter Zijlstra | 1 | -2/+2 |
| 2017-08-17 | locking/lockdep: Explicitly initialize wq_barrier::done::map | Boqun Feng | 1 | -1/+10 |
| 2017-08-10 | locking/lockdep: Implement the 'crossrelease' feature | Byungchul Park | 1 | -0/+2 |
| 2017-08-07 | workqueue: fix path to documentation | Benjamin Peterson | 1 | -1/+1 |
| 2017-07-28 | workqueue: Work around edge cases for calc of pool's cpumask | Michael Bringmann | 1 | -0/+7 |
| 2017-07-25 | workqueue: implicit ordered attribute should be overridable | Tejun Heo | 1 | -4/+9 |
| 2017-07-19 | workqueue: restore WQ_UNBOUND/max_active==1 to be ordered | Tejun Heo | 1 | -0/+10 |
| 2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -2/+2 |
| 2017-05-01 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+23 |
| 2017-05-01 | Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -3/+2 |
| 2017-04-15 | workqueue: Provide work_on_cpu_safe() | Thomas Gleixner | 1 | -0/+23 |
| 2017-03-06 | workqueue: use setup_deferrable_timer | Geliang Tang | 1 | -3/+2 |
| 2017-03-06 | workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq | Tejun Heo | 1 | -0/+1 |
| 2017-02-10 | time: Remove CONFIG_TIMER_STATS | Kees Cook | 1 | -2/+0 |
| 2016-10-19 | Merge branch 'for-4.9' into for-4.10 | Tejun Heo | 1 | -18/+85 |
| 2016-10-19 | workqueue: move wq_numa_init() to workqueue_init() | Tejun Heo | 1 | -2/+23 |
| 2016-10-11 | kthread: rename probe_kthread_data() to kthread_probe_data() | Petr Mladek | 1 | -1/+1 |
| 2016-09-17 | workqueue: remove keventd_up() | Tejun Heo | 1 | -1/+1 |
| 2016-09-17 | workqueue: make workqueue available early during boot | Tejun Heo | 1 | -16/+60 |
| 2016-09-16 | workqueue: dump workqueue state on sanity check failures in destroy_workqueue() | Tejun Heo | 1 | -0/+2 |
| 2016-08-29 | workqueue: add cancel_work() | Jens Axboe | 1 | -14/+26 |
| 2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -65/+43 |
| 2016-07-25 | Merge branches 'pm-sleep' and 'pm-tools' | Rafael J. Wysocki | 1 | -2/+2 |
| 2016-07-14 | workqueue: Convert to state machine callbacks | Thomas Gleixner | 1 | -65/+43 |
| 2016-07-02 | PM / suspend: show workqueue state in suspend flow | Roger Lu | 1 | -2/+2 |
| 2016-06-16 | workqueue: Fix setting affinity of unbound worker threads | Peter Zijlstra | 1 | -5/+1 |
| 2016-05-19 | debugobjects: insulate non-fixup logic related to static obj from fixup callb... | Du, Changbin | 1 | -34/+8 |
| 2016-05-19 | workqueue: update debugobjects fixup callbacks return type | Du, Changbin | 1 | -10/+10 |
| 2016-05-13 | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+11 |
| 2016-05-12 | workqueue: fix rebind bound workers warning | Wanpeng Li | 1 | -0/+11 |
| 2016-04-27 | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+29 |
| 2016-04-26 | workqueue: fix ghost PENDING flag while doing MQ IO | Roman Pen | 1 | -0/+29 |
| 2016-03-18 | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -5/+4 |
| 2016-03-15 | tags: Fix DEFINE_PER_CPU expansions | Peter Zijlstra | 1 | -2/+1 |
| 2016-03-11 | workqueue: Fix comment for work_on_cpu() | Anna-Maria Gleixner | 1 | -1/+1 |
| 2016-03-02 | sched/core: Get rid of 'cpu' argument in wq_worker_sleeping() | Alexander Gordeev | 1 | -3/+2 |
| 2016-02-17 | workqueue: Replace usage of init_name with dev_set_name() | Lars-Peter Clausen | 1 | -1/+1 |