aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-08cpuset: Track cpusets that use parent's effective_cpusWaiman Long1-1/+70
2018-11-08cpuset: Add an error state to cpuset.sched.partitionWaiman Long1-24/+129
2018-11-08cpuset: Add new v2 cpuset.sched.partition flagWaiman Long1-13/+352
2018-11-08cpuset: Simply allocation and freeing of cpumasksWaiman Long1-33/+77
2018-11-08cpuset: Define data structures to support scheduling partitionWaiman Long1-0/+37
2018-11-08cpuset: Enable cpuset controller in default hierarchyWaiman Long1-3/+45
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai1-2/+2
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker1-10/+5
2017-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+15
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra1-1/+15
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-16/+23
2017-09-06mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko1-4/+5
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar1-0/+1
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2017-08-25sched/topology, cpuset: Avoid spurious/wrong domain rebuildsPeter Zijlstra1-6/+0
2017-08-24cpuset: Fix incorrect memory_pressure control file mappingWaiman Long1-0/+1
2017-08-18cpuset: Allow v2 behavior in v1 cgroupWaiman Long1-13/+20
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini1-0/+7
2017-08-02cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin1-0/+1
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo1-3/+3
2017-07-06mm, cpuset: always use seqlock when changing task's nodemaskVlastimil Babka1-21/+8
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka1-3/+1
2017-05-24cpuset: consider dying css as offlineTejun Heo1-2/+2
2017-04-11cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick1-1/+1
2017-03-27cgroup: switch to BUG_ON()Nicholas Mc Guire1-6/+3
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo1-0/+2752