summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | workqueue: Initialize unbound CPU pods later in the bootTejun Heo2023-08-073-27/+43
| * | | workqueue: Move wq_pod_init() below workqueue_init()Tejun Heo2023-08-071-38/+40
| * | | workqueue: Rename NUMA related names to use pod insteadTejun Heo2023-08-071-85/+76
| * | | workqueue: Rename workqueue_attrs->no_numa to ->orderedTejun Heo2023-08-072-13/+12
| * | | workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo2023-08-073-158/+89
| * | | workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplugTejun Heo2023-08-071-9/+25
| * | | workqueue: Make per-cpu pool_workqueues allocated and released like unbound onesTejun Heo2023-08-071-34/+40
| * | | workqueue: Use a kthread_worker to release pool_workqueuesTejun Heo2023-08-071-17/+23
| * | | workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numaTejun Heo2023-08-072-82/+0
| * | | workqueue: Relocate worker and work management functionsTejun Heo2023-08-071-172/+168
| * | | workqueue: Rename wq->cpu_pwqs to wq->cpu_pwqTejun Heo2023-08-071-7/+7
| * | | workqueue: Not all work insertion needs to wake up a workerTejun Heo2023-08-071-19/+19
| * | | workqueue: Cleanups around process_scheduled_works()Tejun Heo2023-08-071-18/+11
| * | | workqueue: Drop the special locking rule for worker->flags and worker_pool->f...Tejun Heo2023-08-072-15/+4
| * | | workqueue: Merge branch 'for-6.5-fixes' into for-6.6Tejun Heo2023-08-072-2/+43
| |\ \ \
| * | | | workqueue: use LIST_HEAD to initialize cull_listYang Yingliang2023-08-071-5/+2
| * | | | workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...tiozhang2023-07-102-0/+24
| * | | | workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa2023-07-102-47/+8
* | | | | Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-0119-204/+560
|\ \ \ \ \
| * | | | | cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva2023-08-171-2/+2
| * | | | | cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin2023-08-141-6/+0
| * | | | | cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendantsHao Jia2023-08-072-2/+24
| * | | | | cgroup: clean up if condition in cgroup_pidlist_start()Miaohe Lin2023-08-071-1/+1
| * | | | | cgroup: fix obsolete function name in cgroup_destroy_locked()Miaohe Lin2023-08-031-1/+1
| * | | | | Documentation: cgroup-v2.rst: Correct number of stats entriesHan Dapeng2023-08-031-1/+1
| * | | | | cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin2023-08-021-1/+1
| * | | | | cgroup/cpuset: fix kernel-docCai Xinchen2023-08-021-0/+2
| * | | | | cgroup: clean up printk()Kamalesh Babulal2023-08-021-2/+2
| * | | | | cgroup: fix obsolete comment above cgroup_create()Miaohe Lin2023-07-211-2/+1
| * | | | | docs: cgroup-v1: fix typoXiongwei Song2023-07-211-1/+1
| * | | | | docs: cgroup-v1: correct the term of Page Cache organization in inodeXiongwei Song2023-07-211-2/+2
| * | | | | cgroup/misc: Store atomic64_t reads to u64Haitao Huang2023-07-211-1/+1
| * | | | | cgroup/misc: Change counters to be explicit 64bit typesHaitao Huang2023-07-182-42/+38
| * | | | | cgroup/misc: update struct members descriptionsKamalesh Babulal2023-07-181-1/+2
| * | | | | cgroup: remove cgrp->kn check in css_populate_dir()Kamalesh Babulal2023-07-171-1/+1
| * | | | | cgroup: fix obsolete function nameMiaohe Lin2023-07-171-1/+1
| * | | | | cgroup: use cached local variable parent in for loopMiaohe Lin2023-07-171-1/+1
| * | | | | cgroup: remove obsolete comment above struct cgroupstatsMiaohe Lin2023-07-141-2/+0
| * | | | | cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHEDMiaohe Lin2023-07-111-22/+22
| * | | | | cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...Waiman Long2023-07-101-8/+16
| * | | | | cgroup/cpuset: Improve temporary cpumasks handlingWaiman Long2023-07-101-29/+13
| * | | | | cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handlingWaiman Long2023-07-101-55/+86
| * | | | | cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long2023-07-101-3/+30
| * | | | | cgroup: fix obsolete comment above for_each_css()Miaohe Lin2023-07-101-1/+1
| * | | | | selftests: cgroup: Add cpuset migrations testcaseMichal Koutný2023-07-104-0/+279
| * | | | | selftests: cgroup: Minor code reorganizationsMichal Koutný2023-07-105-2/+7
| * | | | | cpuset: Allow setscheduler regardless of manipulated taskMichal Koutný2023-07-101-3/+16
| * | | | | cgroup/cpuset: avoid unneeded cpuset_mutex re-lockMiaohe Lin2023-07-101-5/+4
| * | | | | cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()Miaohe Lin2023-07-101-1/+1
| * | | | | cgroup: minor cleanup for cgroup_extra_stat_show()Miaohe Lin2023-07-101-4/+5