summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-10-12Merge 4.9.55 into android-4.9Greg Kroah-Hartman103-436/+952
2017-10-12sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra4-6/+28
2017-09-07Merge 4.9.48 into android-4.9Greg Kroah-Hartman21-51/+108
2017-09-07cpuset: Fix incorrect memory_pressure control file mappingWaiman Long1-0/+1
2017-08-11Merge 4.9.42 into android-4.9Greg Kroah-Hartman103-377/+794
2017-08-11cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin2-2/+18
2017-06-14Merge 4.9.32 into android-4.9Greg Kroah-Hartman152-588/+1025
2017-06-14cpuset: consider dying css as offlineTejun Heo2-2/+22
2017-01-27ANDROID: cpuset: Make cpusets restore on hotplugRiley Andrews1-10/+23
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds10-130/+266
2016-09-29cpuset: fix error handling regression in proc_cpuset_show()Tejun Heo1-2/+3
2016-09-16cpuset: fix non static symbol warningWei Yongjun1-1/+1
2016-09-13cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park1-3/+14
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo5-54/+36
2016-08-10cpuset: make sure new tasks conform to the current config of the cpusetZefan Li1-0/+15
2016-07-28cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemaskMichal Hocko1-9/+0
2016-05-20cpuset: use static key better and convert to new APIVlastimil Babka3-22/+36
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton11-59/+54
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo4-10/+8
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds13-48/+689
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo4-6/+6
2016-02-16cgroup: introduce cgroup namespacesAditya Kali8-10/+250
2016-01-22cpuset: make mm migration asynchronousTejun Heo3-22/+57
2015-12-03Merge branch 'for-4.4-fixes' into for-4.5Tejun Heo13-161/+169
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo12-92/+137
2015-11-25cpuset: Replace all instances of time_t with time64_tArnd Bergmann1-4/+8
2015-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds127-1351/+3093
2015-11-06mm, oom: remove task_lock protecting comm printingDavid Rientjes3-16/+10
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo4-7/+7
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo4-18/+41
2015-09-22cpuset: migrate memory only for threadgroup leadersTejun Heo1-18/+22
2015-09-18cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo4-25/+9
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo6-73/+76
2015-08-10cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy1-1/+1
2015-04-14kernel, cpuset: remove exception for __GFP_THISNODEDavid Rientjes1-13/+5
2015-03-19cpusets, isolcpus: exclude isolcpus from load balancing in cpusetsRik van Riel1-2/+11
2015-03-02cpuset: Fix cpuset sched_relax_domain_levelJason Low1-3/+0
2015-03-02cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li1-2/+2
2015-03-02cpuset: initialize effective masks when clone_children is enabledZefan Li1-0/+2
2015-02-14cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-33/+9
2015-02-13kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes1-1/+1
2014-12-12Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds10-198/+200
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli3-0/+31
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli5-32/+97
2014-10-27cpuset: lock vs unlock typoDan Carpenter1-1/+1
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov8-92/+20
2014-10-27cpuset: convert callback_mutex to a spinlockVladimir Davydov1-52/+55
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds7-205/+71
2014-09-25cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li5-13/+23
2014-09-18cpuset: simplify proc_cpuset_show()Zefan Li3-31/+7
[next]