summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)Author
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
2019-04-19cgroup/cpuset: Update stale generate_sched_domains() commentsJuri Lelli
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-02-28cpuset: Use fs_contextDavid Howells
2019-02-19cpuset: remove unused task_has_mempolicy()Masahiro Yamada
2018-12-29Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian
2018-12-03cpuset: Remove set but not used variable 'cs'YueHaibing
2018-11-13cpuset: Minor cgroup2 interface updatesTejun Heo
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long
2018-11-08cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long
2018-11-08cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long
2018-11-08cpuset: Make generate_sched_domains() work with partitionWaiman Long
2018-11-08cpuset: Make CPU hotplug work with partitionWaiman Long
2018-11-08cpuset: Track cpusets that use parent's effective_cpusWaiman Long
2018-11-08cpuset: Add an error state to cpuset.sched.partitionWaiman Long
2018-11-08cpuset: Add new v2 cpuset.sched.partition flagWaiman Long
2018-11-08cpuset: Simply allocation and freeing of cpumasksWaiman Long
2018-11-08cpuset: Define data structures to support scheduling partitionWaiman Long
2018-11-08cpuset: Enable cpuset controller in default hierarchyWaiman Long
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker
2017-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-09-06mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-08-25sched/topology, cpuset: Avoid spurious/wrong domain rebuildsPeter Zijlstra
2017-08-24cpuset: Fix incorrect memory_pressure control file mappingWaiman Long
2017-08-18cpuset: Allow v2 behavior in v1 cgroupWaiman Long
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini