aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)Author
2022-05-05cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar
2022-03-13cgroup: cleanup commentsTom Rix
2022-02-22cpuset: Fix kernel-docJiapeng Chong
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-14cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao
2022-02-03cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long
2022-01-26cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding
2022-01-12cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchyMichal Koutný
2022-01-07cpuset: convert 'allowed' in __cpuset_node_allowed() to be booleanQi Zheng
2021-12-13cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchyWaiman Long
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang
2021-09-13cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsemWaiman Long
2021-08-31Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2021-08-25cgroup/cpuset: Avoid memory migration when nodemasks matchNicolas Saenz Julienne
2021-08-20cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon
2021-08-20cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Will Deacon
2021-08-20cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Will Deacon
2021-08-12cgroup/cpuset: Enable memory migration for cpuset v2Waiman Long
2021-08-11cgroup/cpuset: Enable event notification when partition state changesWaiman Long
2021-08-09cgroup: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-09cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long
2021-07-26cgroup/cpuset: Fix a partition bug with hotplugWaiman Long
2021-07-26cgroup/cpuset: Miscellaneous code cleanupWaiman Long
2021-05-24cgroup: fix spelling mistakesZhen Lei
2021-04-12cgroup/cpuset: fix typos in commentsLu Jialin
2021-01-15cpuset: fix typos in commentsAubrey Li
2020-11-19cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-04-03docs: cgroup-v1: Document the cpuset_v2_mode mount optionWaiman Long
2020-04-03Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo
2020-02-12cpuset: Make cpuset hotplug synchronousPrateek Sood
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider
2019-10-25cgroup: remove cgroup_enable_task_cg_lists() optimizationTejun Heo
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli
2019-07-25cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-15docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab
2019-07-08Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar
2019-06-14docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-12cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-05-25cpuset: move mount -t cpuset logics into cgroup.cAl Viro