summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-60/+1Star
|\
| * cpuset: move mount -t cpuset logics into cgroup.cAl Viro2019-05-261-60/+1Star
* | 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-091-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
|\ \
| * | cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz2019-06-121-1/+14
| |/
* / sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+1
|/
* cgroup/cpuset: Update stale generate_sched_domains() commentsJuri Lelli2019-04-191-6/+5Star
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-14/+42
|\
| * cpuset: Use fs_contextDavid Howells2019-02-281-14/+42
* | cpuset: remove unused task_has_mempolicy()Masahiro Yamada2019-02-191-13/+0Star
|/
* Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-12-291-68/+876
|\
| * cpuset: Remove set but not used variable 'cs'YueHaibing2018-12-031-2/+0Star
| * cpuset: Minor cgroup2 interface updatesTejun Heo2018-11-131-4/+4
| * cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long2018-11-081-0/+11
| * cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long2018-11-081-7/+51
| * cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long2018-11-081-2/+0Star
| * cpuset: Make generate_sched_domains() work with partitionWaiman Long2018-11-081-7/+27
| * cpuset: Make CPU hotplug work with partitionWaiman Long2018-11-081-15/+116
| * cpuset: Track cpusets that use parent's effective_cpusWaiman Long2018-11-081-1/+70
| * cpuset: Add an error state to cpuset.sched.partitionWaiman Long2018-11-081-24/+129
| * cpuset: Add new v2 cpuset.sched.partition flagWaiman Long2018-11-081-13/+352
| * cpuset: Simply allocation and freeing of cpumasksWaiman Long2018-11-081-33/+77
| * cpuset: Define data structures to support scheduling partitionWaiman Long2018-11-081-0/+37
| * cpuset: Enable cpuset controller in default hierarchyWaiman Long2018-11-081-3/+45
* | mm, oom: reorganize the oom report in dump_headeryuzhoujian2018-12-281-2/+2
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+3
* kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai2018-02-071-2/+2
* sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-271-10/+5Star
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-121-1/+15
|\
| * sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-09-071-1/+15
* | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-09-071-16/+23
|\ \
| * | cpuset: Allow v2 behavior in v1 cgroupWaiman Long2017-08-181-13/+20
| * | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-211-3/+3
* | | mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko2017-09-071-4/+5
| |/ |/|
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-0/+7
|\ \
| * \ Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-0/+1
| |\ \
| * | | cpuset: Make nr_cpusets privatePaolo Bonzini2017-08-101-0/+7
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-041-6/+0Star
|\ \ \ \ | |_|/ / |/| | |
| * | | sched/topology, cpuset: Avoid spurious/wrong domain rebuildsPeter Zijlstra2017-08-251-6/+0Star
| |/ /
* | | Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-08-291-0/+1
|\ \ \ | |/ / |/| |
| * | cpuset: Fix incorrect memory_pressure control file mappingWaiman Long2017-08-241-0/+1
| |/
* / cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin2017-08-031-0/+1
|/
* mm, cpuset: always use seqlock when changing task's nodemaskVlastimil Babka2017-07-071-21/+8Star
* mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka2017-07-071-3/+1Star
* cpuset: consider dying css as offlineTejun Heo2017-05-241-2/+2
* cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick2017-04-111-1/+1
* cgroup: switch to BUG_ON()Nicholas Mc Guire2017-03-271-6/+3Star