Age | Commit message (Expand) | Author |
2021-11-06 | mm/page_alloc: detect allocation forbidden by cpuset and bail out early | Feng Tang |
2021-09-13 | cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem | Waiman Long |
2021-08-31 | Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2021-08-25 | cgroup/cpuset: Avoid memory migration when nodemasks match | Nicolas Saenz Julienne |
2021-08-20 | cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq() | Will Deacon |
2021-08-20 | cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus() | Will Deacon |
2021-08-20 | cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1 | Will Deacon |
2021-08-12 | cgroup/cpuset: Enable memory migration for cpuset v2 | Waiman Long |
2021-08-11 | cgroup/cpuset: Enable event notification when partition state changes | Waiman Long |
2021-08-09 | cgroup: Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior |
2021-08-09 | cgroup/cpuset: Fix violation of cpuset locking rule | Waiman Long |
2021-07-26 | cgroup/cpuset: Fix a partition bug with hotplug | Waiman Long |
2021-07-26 | cgroup/cpuset: Miscellaneous code cleanup | Waiman Long |
2021-05-24 | cgroup: fix spelling mistakes | Zhen Lei |
2021-04-12 | cgroup/cpuset: fix typos in comments | Lu Jialin |
2021-01-15 | cpuset: fix typos in comments | Aubrey Li |
2020-11-19 | cpuset: fix race between hotplug work and later CPU offline | Daniel Jordan |
2020-10-16 | kernel/: fix repeated words in comments | Randy Dunlap |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-04-03 | docs: cgroup-v1: Document the cpuset_v2_mode mount option | Waiman Long |
2020-04-03 | Revert "cpuset: Make cpuset hotplug synchronous" | Tejun Heo |
2020-02-12 | cpuset: Make cpuset hotplug synchronous | Prateek Sood |
2019-11-25 | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2019-10-29 | sched/topology: Don't try to build empty sched domains | Valentin Schneider |
2019-10-25 | cgroup: remove cgroup_enable_task_cg_lists() optimization | Tejun Heo |
2019-07-25 | sched/core: Prevent race condition between cpuset and __sched_setscheduler() | Juri Lelli |
2019-07-25 | cgroup/cpuset: Change cpuset_rwsem and hotplug lock order | Juri Lelli |
2019-07-25 | cgroup/cpuset: Convert cpuset_mutex to percpu_rwsem | Juri Lelli |
2019-07-25 | cpusets: Rebuild root domain deadline accounting information | Mathieu Poirier |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-07-15 | docs: cgroup-v1: add it to the admin-guide book | Mauro Carvalho Chehab |
2019-07-08 | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2019-06-17 | Merge tag 'v5.2-rc5' into sched/core, to pick up fixes | Ingo Molnar |
2019-06-14 | docs: cgroup-v1: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab |
2019-06-12 | cpuset: restore sanity to cpuset_cpus_allowed_fallback() | Joel Savitz |
2019-06-03 | sched/core: Provide a pointer to the valid CPU mask | Sebastian Andrzej Siewior |
2019-05-25 | cpuset: move mount -t cpuset logics into cgroup.c | Al Viro |
2019-04-19 | cgroup/cpuset: Update stale generate_sched_domains() comments | Juri Lelli |
2019-03-12 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2019-02-28 | cpuset: Use fs_context | David Howells |
2019-02-19 | cpuset: remove unused task_has_mempolicy() | Masahiro Yamada |
2018-12-29 | Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2018-12-28 | mm, oom: reorganize the oom report in dump_header | yuzhoujian |
2018-12-03 | cpuset: Remove set but not used variable 'cs' | YueHaibing |
2018-11-13 | cpuset: Minor cgroup2 interface updates | Tejun Heo |
2018-11-08 | cpuset: Expose cpuset.cpus.subpartitions with cgroup_debug | Waiman Long |
2018-11-08 | cpuset: Use descriptive text when reading/writing cpuset.sched.partition | Waiman Long |
2018-11-08 | cpuset: Expose cpus.effective and mems.effective on cgroup v2 root | Waiman Long |
2018-11-08 | cpuset: Make generate_sched_domains() work with partition | Waiman Long |
2018-11-08 | cpuset: Make CPU hotplug work with partition | Waiman Long |