aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorFilesLines
2025-09-17cpuset: change return type of is_partition_[in]valid to boolChen Ridong1-2/+2
2025-09-17cpuset: remove unused assignment to trialcs->partition_root_stateChen Ridong1-2/+0
2025-09-17cpuset: move the root cpuset write check earlierChen Ridong1-13/+4
2025-09-16cgroup/cpuset: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin1-6/+0
2025-09-16cgroup: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin2-6/+0
2025-09-15bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi1-4/+20
2025-09-10cgroup: replace global percpu_rwsem with per threadgroup resem when writing to cgroup.procsYi Tao3-21/+66
2025-09-10cgroup: relocate cgroup_attach_lock within cgroup_procs_write_startYi Tao1-23/+35
2025-09-10cgroup: refactor the cgroup_attach_lock code to make it clearerYi Tao3-29/+61
2025-09-05cgroup: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo1-7/+37
2025-09-05cgroup: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-2/+2
2025-09-05cgroup: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-04cgroup: Remove unused local variables from cgroup_procs_write_finish()Tejun Heo1-3/+0
2025-09-04cgroup: Remove unused cgroup_subsys::post_attachChuyi Zhou1-4/+0
2025-09-04cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_workChuyi Zhou1-5/+24
2025-09-04cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmaskChuyi Zhou1-1/+2
2025-09-03cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()Waiman Long1-0/+3
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-08-25cpuset: add helpers for cpus read and cpuset_mutex locksChen Ridong3-34/+40
2025-08-25cpuset: separate tmpmasks and cpuset allocation logicChen Ridong1-58/+69
2025-08-25cpuset: decouple tmpmasks and cpumasks freeing in cgroupChen Ridong1-19/+13
2025-08-25cgroup: Fix 64-bit division in cgroup.stat.localTiffany Yang1-2/+2
2025-08-25rculist: move list_for_each_rcu() to where it belongsAndy Shevchenko1-0/+1
2025-08-22cgroup: cgroup.stat.local time accountingTiffany Yang2-4/+40
2025-08-22cgroup/psi: Set of->priv to NULL upon file releaseChen Ridong1-0/+1
2025-08-22cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong1-7/+36
2025-08-13cpuset: remove redundant CS_ONLINE flagChen Ridong2-5/+2
2025-08-12cgroup: Replace deprecated strcpy() with strscpy()Thorsten Blum1-1/+2
2025-08-09cgroup: avoid null de-ref in css_rstat_exit()JP Kobryn1-0/+3
2025-08-09cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()Waiman Long1-2/+0
2025-08-09cgroup/cpuset: Fix a partition error with CPU hotplugWaiman Long1-3/+4
2025-08-09cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_keyWaiman Long1-1/+1
2025-07-31Merge tag 'cgroup-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-106/+103
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-0/+5
2025-07-19Merge tag 'cgroup-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-7/+1
2025-07-19cgroup: Add compatibility option for content of /proc/cgroupsMichal Koutný1-2/+12
2025-07-17Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"Chen Ridong1-7/+1
2025-07-17cgroup: llist: avoid memory tears for llist_nodeShakeel Butt1-1/+27
2025-07-13kernel,cpuset: use node-notifier instead of memory-notifierOscar Salvador1-1/+1
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov1-2/+1
2025-06-18Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+1
2025-06-18cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong1-2/+1
2025-06-17cgroup: remove per-cpu per-subsystem locksShakeel Butt1-96/+4
2025-06-17cgroup: make css_rstat_updated nmi safeShakeel Butt1-12/+53
2025-06-17cgroup: support to enable nmi-safe css_rstat_updatedShakeel Butt1-2/+21
2025-06-09cgroup: Add bpf prog revisions to struct cgroup_bpfYonghong Song1-0/+5
2025-06-03Merge tag 'cgroup-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-9/+16
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+38
2025-05-30cgroup: adjust criteria for rstat subsystem cpu lock accessJP Kobryn1-9/+16