index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
2024-09-18
Merge tag 'wq-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2024-09-11
workqueue: Clear worker->pool in the worker thread context
Lai Jiangshan
2024-09-11
kernel/workqueue.c: fix DEFINE_PER_CPU_SHARED_ALIGNED expansion
Baoquan He
2024-08-21
workqueue: fix null-ptr-deref on __alloc_workqueue() error
Sergey Senozhatsky
2024-08-20
workqueue: Don't call va_start / va_end twice
Matthew Brost
2024-08-13
workqueue: Add interface for user-defined workqueue lockdep map
Matthew Brost
2024-08-13
workqueue: Change workqueue lockdep map to pointer
Matthew Brost
2024-08-13
workqueue: Split alloc_workqueue into internal function and lockdep init
Matthew Brost
2024-08-06
workqueue: add cmdline parameter workqueue.panic_on_stall
Sangmoon Kim
2024-08-05
workqueue: Correct declaration of cpu_pwq in struct workqueue_struct
Uros Bizjak
2024-08-05
workqueue: Fix spruious data race in __flush_work()
Tejun Heo
2024-08-05
workqueue: Remove incorrect "WARN_ON_ONCE(!list_empty(&worker->entry));" from...
Lai Jiangshan
2024-08-05
workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()
Will Deacon
2024-07-15
workqueue: Remove unneeded lockdep_assert_cpus_held()
Lai Jiangshan
2024-07-15
Merge tag 'wq-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2024-07-14
workqueue: Always queue work items to the newest PWQ for order workqueues
Lai Jiangshan
2024-07-11
workqueue: Rename wq_update_pod() to unbound_wq_update_pwq()
Lai Jiangshan
2024-07-11
workqueue: Remove the arguments @hotplug_cpu and @online from wq_update_pod()
Lai Jiangshan
2024-07-11
workqueue: Remove the argument @cpu_going_down from wq_calc_pod_cpumask()
Lai Jiangshan
2024-07-11
workqueue: Remove the unneeded cpumask empty check in wq_calc_pod_cpumask()
Lai Jiangshan
2024-07-11
workqueue: Remove cpus_read_lock() from apply_wqattrs_lock()
Lai Jiangshan
2024-07-11
workqueue: Simplify wq_calc_pod_cpumask() with wq_online_cpumask
Lai Jiangshan
2024-07-11
workqueue: Add wq_online_cpumask
Lai Jiangshan
2024-07-05
workqueue: Init rescuer's affinities as the wq's effective cpumask
Lai Jiangshan
2024-07-05
workqueue: Put PWQ allocation and WQ enlistment in the same lock C.S.
Lai Jiangshan
2024-07-05
workqueue: Move kthread_flush_worker() out of alloc_and_link_pwqs()
Lai Jiangshan
2024-07-05
workqueue: Make rescuer initialization as the last step of the creation of a ...
Lai Jiangshan
2024-07-05
workqueue: Register sysfs after the whole creation of the new wq
Lai Jiangshan
2024-07-02
workqueue: Simplify goto statement
Lai Jiangshan
2024-07-02
workqueue: Update cpumasks after only applying it successfully
Lai Jiangshan
2024-06-25
workqueue: Improve scalability of workqueue watchdog touch
Nicholas Piggin
2024-06-25
workqueue: wq_watchdog_touch is always called with valid CPU
Nicholas Piggin
2024-06-21
workqueue: Remove useless pool->dying_workers
Lai Jiangshan
2024-06-21
workqueue: Detach workers directly in idle_cull_fn()
Lai Jiangshan
2024-06-21
workqueue: Don't bind the rescuer in the last working cpu
Lai Jiangshan
2024-06-21
workqueue: Reap workers via kthread_stop() and remove detach_completion
Lai Jiangshan
2024-06-19
workqueue: Avoid nr_active manipulation in grabbing inactive items
Lai Jiangshan
2024-06-10
workqueue: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
Julia Lawall
2024-06-07
workqueue: Clean code in alloc_and_link_pwqs()
Wenchao Hao
2024-05-20
workqueue: Refactor worker ID formatting and make wq_worker_comm() use full I...
Tejun Heo
2024-05-15
Merge branch 'for-6.10' into test-merge-for-6.10
Tejun Heo
2024-05-13
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-04-24
workqueue: Fix divide error in wq_update_node_max_active()
Lai Jiangshan
2024-04-23
workqueue: The default node_nr_active should have its max set to max_active
Tejun Heo
2024-04-23
workqueue: Fix selection of wake_cpu in kick_pool()
Sven Schnelle
2024-04-08
workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead()
Zqiang
2024-03-25
workqueue: Cleanup subsys attribute registration
Dan Williams
2024-03-25
workqueue: Use list_last_entry() to get the last idle worker
Lai Jiangshan
2024-03-25
workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...
Lai Jiangshan
2024-03-25
workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()
Lai Jiangshan
[next]