summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-02-08workqueue: Enable unbound cpumask update on ordered workqueuesWaiman Long-10/+59
2024-02-08workqueue: Link pwq's into wq->pwqs from oldest to newestWaiman Long-1/+1
2024-02-05Merge branch 'for-6.8-fixes' into for-6.9Tejun Heo-6/+2
2024-02-05Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo-6/+2
2024-02-05workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo-18/+4
2024-02-05workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumaskWaiman Long-1/+1
2024-02-05workqueue: fix a typo in commentWang Jinchao-1/+1
2024-02-05Revert "workqueue: make wq_subsys const"Tejun Heo-1/+1
2024-02-04workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo-53/+241
2024-02-04workqueue: Factor out init_cpu_worker_pool()Tejun Heo-14/+18
2024-02-04workqueue: Update lock debugging codeTejun Heo-17/+34
2024-02-04workqueue: make wq_subsys constRicardo B. Marliere-1/+1
2024-02-04workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()Tejun Heo-2/+8
2024-01-30workqueue: Avoid premature init of wq->node_nr_active[].maxTejun Heo-0/+8
2024-01-30workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...Tejun Heo-1/+1
2024-01-29workqueue: Avoid using isolated cpus' timers on queue_delayed_workLeonardo Bras-3/+11
2024-01-29workqueue: Implement system-wide nr_active enforcement for unbound workqueuesTejun Heo-32/+309
2024-01-29workqueue: Introduce struct wq_node_nr_activeTejun Heo-7/+135
2024-01-29workqueue: Move pwq_dec_nr_in_flight() to the end of work item handlingTejun Heo-1/+10
2024-01-29workqueue: RCU protect wq->dfl_pwq and implement accessors for itTejun Heo-24/+40
2024-01-29workqueue: Make wq_adjust_max_active() round-robin pwqs while activatingTejun Heo-12/+19
2024-01-29workqueue: Move nr_active handling into helpersTejun Heo-19/+67
2024-01-29workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()Tejun Heo-6/+25
2024-01-29workqueue: Factor out pwq_is_empty()Tejun Heo-4/+9
2024-01-29workqueue: Move pwq->max_active to wq->max_activeTejun Heo-67/+66
2024-01-26workqueue: Break up enum definitions and give names to the typesTejun Heo-1/+5
2024-01-26workqueue: Drop unnecessary kick_pool() in create_worker()Tejun Heo-3/+2
2024-01-25workqueue: Shorten events_freezable_power_efficient nameAudra Mitchell-1/+1
2024-01-19workqueue: mark power efficient workqueue as unbounded if nohz_full enabledMarcelo Tosatti-0/+7
2024-01-16workqueue: Add rcu lock check at the end of work item executionXuewen Yan-4/+5
2024-01-16kernel/workqueue: Bind rescuer to unbound cpumask for WQ_UNBOUNDJuri Lelli-1/+4
2024-01-16workqueue.c: Increase workqueue name lengthAudra Mitchell-2/+6
2024-01-12Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linuxLinus Torvalds-34/+80
2024-01-11Merge tag 'dma-mapping-6.8-2024-01-08' of git://git.infradead.org/users/hch/d...Linus Torvalds-37/+58
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1792/+2574
2024-01-10Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds-3/+42
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-25/+29
2024-01-09Merge tag 'linux_kselftest-kunit-6.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+3
2024-01-09Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-69/+101
2024-01-09Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+20
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2024-01-09Merge tag 'audit-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+24
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds-314/+187
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-25/+43
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds-5/+0
2024-01-08Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-189/+508
2024-01-08Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-578/+797
2024-01-08Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-12/+34
2024-01-08Merge tag 'timers-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-59/+79