summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config...Waiman Long1-1/+1
2025-08-28mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang1-0/+23
2024-09-04cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong1-4/+9
2024-06-16sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov1-1/+1
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann1-4/+47
2023-08-30cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli1-0/+3
2023-08-30sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli1-0/+25
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli1-40/+38
2023-08-30cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli1-4/+4
2023-04-20cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long1-1/+5
2022-10-26cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long1-7/+11
2022-09-15cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo1-2/+1
2022-08-21sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long1-1/+1
2022-05-18cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long1-2/+5
2022-03-02cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao1-0/+2
2022-02-08cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long1-0/+10
2022-02-05cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding1-2/+1
2021-09-15cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long1-23/+35
2021-09-15cgroup/cpuset: Miscellaneous code cleanupWaiman Long1-21/+19
2021-09-15cgroup/cpuset: Fix a partition bug with hotplugWaiman Long1-0/+7
2020-12-30cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan1-5/+28
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-04-03docs: cgroup-v1: Document the cpuset_v2_mode mount optionWaiman Long1-2/+6
2020-04-03Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo1-19/+12
2020-02-12cpuset: Make cpuset hotplug synchronousPrateek Sood1-12/+19
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-2/+0
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider1-1/+2
2019-10-25cgroup: remove cgroup_enable_task_cg_lists() optimizationTejun Heo1-2/+0
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli1-0/+11
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli1-5/+17
2019-07-25cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli1-33/+35
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier1-1/+63
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-60/+1
2019-07-15docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab1-1/+1
2019-07-08Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-1/+1
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar1-1/+14
2019-06-14docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-12cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz1-1/+14
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-1/+1
2019-05-25cpuset: move mount -t cpuset logics into cgroup.cAl Viro1-60/+1
2019-04-19cgroup/cpuset: Update stale generate_sched_domains() commentsJuri Lelli1-6/+5
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-14/+42
2019-02-28cpuset: Use fs_contextDavid Howells1-14/+42
2019-02-19cpuset: remove unused task_has_mempolicy()Masahiro Yamada1-13/+0
2018-12-29Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-68/+876
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian1-2/+2
2018-12-03cpuset: Remove set but not used variable 'cs'YueHaibing1-2/+0
2018-11-13cpuset: Minor cgroup2 interface updatesTejun Heo1-4/+4
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long1-0/+11