index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2024-02-08
workqueue: Enable unbound cpumask update on ordered workqueues
Waiman Long
-10
/
+59
2024-02-08
workqueue: Link pwq's into wq->pwqs from oldest to newest
Waiman Long
-1
/
+1
2024-02-05
Merge branch 'for-6.8-fixes' into for-6.9
Tejun Heo
-6
/
+2
2024-02-05
Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...
Tejun Heo
-6
/
+2
2024-02-05
workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 ordered
Tejun Heo
-18
/
+4
2024-02-05
workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumask
Waiman Long
-1
/
+1
2024-02-05
workqueue: fix a typo in comment
Wang Jinchao
-1
/
+1
2024-02-05
Revert "workqueue: make wq_subsys const"
Tejun Heo
-1
/
+1
2024-02-04
workqueue: Implement BH workqueues to eventually replace tasklets
Tejun Heo
-53
/
+241
2024-02-04
workqueue: Factor out init_cpu_worker_pool()
Tejun Heo
-14
/
+18
2024-02-04
workqueue: Update lock debugging code
Tejun Heo
-17
/
+34
2024-02-04
workqueue: make wq_subsys const
Ricardo B. Marliere
-1
/
+1
2024-02-04
workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()
Tejun Heo
-2
/
+8
2024-01-30
workqueue: Avoid premature init of wq->node_nr_active[].max
Tejun Heo
-0
/
+8
2024-01-30
workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...
Tejun Heo
-1
/
+1
2024-01-29
workqueue: Avoid using isolated cpus' timers on queue_delayed_work
Leonardo Bras
-3
/
+11
2024-01-29
workqueue: Implement system-wide nr_active enforcement for unbound workqueues
Tejun Heo
-32
/
+309
2024-01-29
workqueue: Introduce struct wq_node_nr_active
Tejun Heo
-7
/
+135
2024-01-29
workqueue: Move pwq_dec_nr_in_flight() to the end of work item handling
Tejun Heo
-1
/
+10
2024-01-29
workqueue: RCU protect wq->dfl_pwq and implement accessors for it
Tejun Heo
-24
/
+40
2024-01-29
workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
Tejun Heo
-12
/
+19
2024-01-29
workqueue: Move nr_active handling into helpers
Tejun Heo
-19
/
+67
2024-01-29
workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
Tejun Heo
-6
/
+25
2024-01-29
workqueue: Factor out pwq_is_empty()
Tejun Heo
-4
/
+9
2024-01-29
workqueue: Move pwq->max_active to wq->max_active
Tejun Heo
-67
/
+66
2024-01-26
workqueue: Break up enum definitions and give names to the types
Tejun Heo
-1
/
+5
2024-01-26
workqueue: Drop unnecessary kick_pool() in create_worker()
Tejun Heo
-3
/
+2
2024-01-25
workqueue: Shorten events_freezable_power_efficient name
Audra Mitchell
-1
/
+1
2024-01-19
workqueue: mark power efficient workqueue as unbounded if nohz_full enabled
Marcelo Tosatti
-0
/
+7
2024-01-16
workqueue: Add rcu lock check at the end of work item execution
Xuewen Yan
-4
/
+5
2024-01-16
kernel/workqueue: Bind rescuer to unbound cpumask for WQ_UNBOUND
Juri Lelli
-1
/
+4
2024-01-16
workqueue.c: Increase workqueue name length
Audra Mitchell
-2
/
+6
2024-01-12
Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linux
Linus Torvalds
-34
/
+80
2024-01-11
Merge tag 'dma-mapping-6.8-2024-01-08' of git://git.infradead.org/users/hch/d...
Linus Torvalds
-37
/
+58
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-1792
/
+2574
2024-01-10
Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2024-01-10
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
-3
/
+42
2024-01-10
Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-25
/
+29
2024-01-09
Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-0
/
+3
2024-01-09
Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-69
/
+101
2024-01-09
Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-14
/
+20
2024-01-09
Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+3
2024-01-09
Merge tag 'audit-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-7
/
+24
2024-01-09
Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-314
/
+187
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-25
/
+43
2024-01-09
Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
-5
/
+0
2024-01-08
Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-189
/
+508
2024-01-08
Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-578
/
+797
2024-01-08
Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-12
/
+34
2024-01-08
Merge tag 'timers-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-59
/
+79
[next]