summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2022-08-171-2/+1
* sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-031-1/+1
* cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long2022-05-051-2/+5
* Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2022-03-231-5/+5
|\
| * cgroup: cleanup commentsTom Rix2022-03-131-5/+5
* | Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-151-5/+7
|\ \
| * | cpuset: Fix kernel-docJiapeng Chong2022-02-221-5/+5
| * | cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao2022-02-141-0/+2
* | | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-211-14/+51
|\ \ \ | |/ /
| * | cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long2022-02-031-0/+10
| * | cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding2022-01-261-2/+1
| * | cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchyMichal Koutný2022-01-121-12/+40
| |/
* | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-3/+3
|/
* cpuset: convert 'allowed' in __cpuset_node_allowed() to be booleanQi Zheng2022-01-071-1/+1
* cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchyWaiman Long2021-12-131-11/+3
* mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang2021-11-061-0/+23
* cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsemWaiman Long2021-09-131-27/+29
* Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-08-311-56/+106
|\
| * cgroup/cpuset: Avoid memory migration when nodemasks matchNicolas Saenz Julienne2021-08-251-0/+5
| * cgroup/cpuset: Enable memory migration for cpuset v2Waiman Long2021-08-121-1/+5
| * cgroup/cpuset: Enable event notification when partition state changesWaiman Long2021-08-111-11/+35
| * cgroup: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-091-15/+15
| * cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long2021-08-091-23/+35
| * cgroup/cpuset: Fix a partition bug with hotplugWaiman Long2021-07-261-0/+7
| * cgroup/cpuset: Miscellaneous code cleanupWaiman Long2021-07-261-21/+19
* | cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon2021-08-201-2/+8
* | cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Will Deacon2021-08-201-17/+26
* | cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Will Deacon2021-08-201-2/+6
|/
* cgroup: fix spelling mistakesZhen Lei2021-05-241-1/+1
* cgroup/cpuset: fix typos in commentsLu Jialin2021-04-121-3/+3
* cpuset: fix typos in commentsAubrey Li2021-01-151-3/+3
* cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan2020-11-191-5/+28
* kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* docs: cgroup-v1: Document the cpuset_v2_mode mount optionWaiman Long2020-04-031-2/+6
* Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo2020-04-031-19/+12
* cpuset: Make cpuset hotplug synchronousPrateek Sood2020-02-121-12/+19
* Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-11-251-2/+0
|\
| * cgroup: remove cgroup_enable_task_cg_lists() optimizationTejun Heo2019-10-251-2/+0
* | sched/topology: Don't try to build empty sched domainsValentin Schneider2019-10-291-1/+2
|/
* sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli2019-07-251-0/+11
* cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli2019-07-251-5/+17
* cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli2019-07-251-33/+35
* cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-251-1/+63
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-60/+1
|\
| * cpuset: move mount -t cpuset logics into cgroup.cAl Viro2019-05-251-60/+1
* | docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-1/+1
* | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-081-1/+1
|\ \
| * | docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| |/
* | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-171-1/+14
|\ \