summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)Author
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
2017-08-02cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo
2017-07-06mm, cpuset: always use seqlock when changing task's nodemaskVlastimil Babka
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka
2017-05-24cpuset: consider dying css as offlineTejun Heo
2017-04-11cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick
2017-03-27cgroup: switch to BUG_ON()Nicholas Mc Guire
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo