index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
workqueue: Clear worker->pool in the worker thread context
Lai Jiangshan
1
-2
/
+6
2024-08-06
workqueue: Correct declaration of cpu_pwq in struct workqueue_struct
Uros Bizjak
1
-1
/
+1
2024-08-06
workqueue: Fix spruious data race in __flush_work()
Tejun Heo
1
-20
/
+25
2024-08-06
workqueue: Remove incorrect "WARN_ON_ONCE(!list_empty(&worker->entry));" from...
Lai Jiangshan
1
-1
/
+0
2024-08-06
workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()
Will Deacon
1
-1
/
+1
2024-07-16
workqueue: Remove unneeded lockdep_assert_cpus_held()
Lai Jiangshan
1
-10
/
+2
2024-07-16
Merge tag 'wq-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-189
/
+157
2024-07-15
workqueue: Always queue work items to the newest PWQ for order workqueues
Lai Jiangshan
1
-1
/
+5
2024-07-12
workqueue: Rename wq_update_pod() to unbound_wq_update_pwq()
Lai Jiangshan
1
-17
/
+15
2024-07-12
workqueue: Remove the arguments @hotplug_cpu and @online from wq_update_pod()
Lai Jiangshan
1
-8
/
+5
2024-07-12
workqueue: Remove the argument @cpu_going_down from wq_calc_pod_cpumask()
Lai Jiangshan
1
-8
/
+4
2024-07-12
workqueue: Remove the unneeded cpumask empty check in wq_calc_pod_cpumask()
Lai Jiangshan
1
-4
/
+0
2024-07-12
workqueue: Remove cpus_read_lock() from apply_wqattrs_lock()
Lai Jiangshan
1
-3
/
+0
2024-07-12
workqueue: Simplify wq_calc_pod_cpumask() with wq_online_cpumask
Lai Jiangshan
1
-9
/
+3
2024-07-12
workqueue: Add wq_online_cpumask
Lai Jiangshan
1
-0
/
+10
2024-07-05
workqueue: Init rescuer's affinities as the wq's effective cpumask
Lai Jiangshan
1
-4
/
+8
2024-07-05
workqueue: Put PWQ allocation and WQ enlistment in the same lock C.S.
Lai Jiangshan
1
-26
/
+28
2024-07-05
workqueue: Move kthread_flush_worker() out of alloc_and_link_pwqs()
Lai Jiangshan
1
-7
/
+8
2024-07-05
workqueue: Make rescuer initialization as the last step of the creation of a ...
Lai Jiangshan
1
-3
/
+3
2024-07-05
workqueue: Register sysfs after the whole creation of the new wq
Lai Jiangshan
1
-3
/
+3
2024-07-02
workqueue: Simplify goto statement
Lai Jiangshan
1
-8
/
+3
2024-07-02
workqueue: Update cpumasks after only applying it successfully
Lai Jiangshan
1
-4
/
+6
2024-06-25
workqueue: Improve scalability of workqueue watchdog touch
Nicholas Piggin
1
-2
/
+8
2024-06-25
workqueue: wq_watchdog_touch is always called with valid CPU
Nicholas Piggin
1
-0
/
+2
2024-06-22
workqueue: Remove useless pool->dying_workers
Lai Jiangshan
1
-3
/
+0
2024-06-22
workqueue: Detach workers directly in idle_cull_fn()
Lai Jiangshan
1
-26
/
+19
2024-06-22
workqueue: Don't bind the rescuer in the last working cpu
Lai Jiangshan
1
-12
/
+12
2024-06-22
workqueue: Reap workers via kthread_stop() and remove detach_completion
Lai Jiangshan
1
-16
/
+19
2024-06-19
workqueue: Avoid nr_active manipulation in grabbing inactive items
Lai Jiangshan
1
-33
/
+9
2024-06-10
workqueue: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
Julia Lawall
1
-7
/
+1
2024-06-07
workqueue: Clean code in alloc_and_link_pwqs()
Wenchao Hao
1
-6
/
+7
2024-05-21
workqueue: Refactor worker ID formatting and make wq_worker_comm() use full I...
Tejun Heo
1
-17
/
+34
2024-05-16
Merge branch 'for-6.10' into test-merge-for-6.10
Tejun Heo
1
-178
/
+275
2024-05-14
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2024-04-24
workqueue: Fix divide error in wq_update_node_max_active()
Lai Jiangshan
1
-0
/
+9
2024-04-24
workqueue: The default node_nr_active should have its max set to max_active
Tejun Heo
1
-1
/
+1
2024-04-23
workqueue: Fix selection of wake_cpu in kick_pool()
Sven Schnelle
1
-2
/
+6
2024-04-08
workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead()
Zqiang
1
-0
/
+1
2024-03-25
workqueue: Cleanup subsys attribute registration
Dan Williams
1
-32
/
+17
2024-03-25
workqueue: Use list_last_entry() to get the last idle worker
Lai Jiangshan
1
-2
/
+2
2024-03-25
workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...
Lai Jiangshan
1
-5
/
+8
2024-03-25
workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()
Lai Jiangshan
1
-1
/
+1
2024-03-25
workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts o...
Tejun Heo
1
-19
/
+55
2024-03-25
workqueue: Remember whether a work item was on a BH workqueue
Tejun Heo
1
-2
/
+8
2024-03-25
workqueue: Remove WORK_OFFQ_CANCELING
Tejun Heo
1
-121
/
+19
2024-03-25
workqueue: Implement disable/enable for (delayed) work items
Tejun Heo
1
-10
/
+167
2024-03-25
workqueue: Preserve OFFQ bits in cancel[_sync] paths
Tejun Heo
1
-20
/
+31
2024-03-25
Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branch
Ingo Molnar
1
-1
/
+1
2024-03-21
Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-03-12
sched/balancing: Rename scheduler_tick() => sched_tick()
Ingo Molnar
1
-1
/
+1
[next]