aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang1-0/+23
2021-09-13cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsemWaiman Long1-27/+29
2021-08-31Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-56/+106
2021-08-25cgroup/cpuset: Avoid memory migration when nodemasks matchNicolas Saenz Julienne1-0/+5
2021-08-20cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon1-2/+8
2021-08-20cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Will Deacon1-17/+26
2021-08-20cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Will Deacon1-2/+6
2021-08-12cgroup/cpuset: Enable memory migration for cpuset v2Waiman Long1-1/+5
2021-08-11cgroup/cpuset: Enable event notification when partition state changesWaiman Long1-11/+35
2021-08-09cgroup: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-15/+15
2021-08-09cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long1-23/+35
2021-07-26cgroup/cpuset: Fix a partition bug with hotplugWaiman Long1-0/+7
2021-07-26cgroup/cpuset: Miscellaneous code cleanupWaiman Long1-21/+19
2021-05-24cgroup: fix spelling mistakesZhen Lei1-1/+1
2021-04-12cgroup/cpuset: fix typos in commentsLu Jialin1-3/+3
2021-01-15cpuset: fix typos in commentsAubrey Li1-3/+3
2020-11-19cpuset: 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/cgroupLinus 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/viro/vfsLinus 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/cgroupLinus 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/viro/vfsLinus 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/cgroupLinus 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
2018-11-08cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long1-7/+51
2018-11-08cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long1-2/+0
2018-11-08cpuset: Make generate_sched_domains() work with partitionWaiman Long1-7/+27
2018-11-08cpuset: Make CPU hotplug work with partitionWaiman Long1-15/+116