1. 31d65a6 Merge android-4.9.183 (a80a7ab) into msm-4.9 by jianzhou · 4 years, 9 months ago
  2. 4395469 ANDROID: kernel: cgroup: cpuset: Clear cpus_requested for empty buf by Roman Kiryanov · 4 years, 11 months ago
  3. b90514b ANDROID: kernel: cgroup: cpuset: Add missing allocation of cpus_requested in alloc_trial_cpuset by Roman Kiryanov · 4 years, 11 months ago
  4. 435eea9 cpuset: Restore tasks affinity while moving across cpusets by Pavankumar Kondeti · 5 years ago
  5. 411a7a11 Merge "Merge remote-tracking branch '4.9/tmp-05a906d' into msm-4.9" by Linux Build Service Account · 7 years ago
  6. 1bca48e Merge remote-tracking branch '4.9/tmp-05a906d' into msm-4.9 by Kyle Yan · 7 years ago
  7. f931a27 Merge 4.9.55 into android-4.9-o by Greg Kroah-Hartman · 7 years ago
  8. cdbe07a Merge 4.9.55 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  9. ba15518 sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs by Peter Zijlstra · 7 years ago
  10. e9e7b75 cgroup/cpuset: remove circular dependency deadlock by Prateek Sood · 7 years ago
  11. 7d337cc Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9 by Kyle Yan · 7 years ago
  12. c491afc Merge 4.9.48 into android-4.9-o by Greg Kroah-Hartman · 7 years ago
  13. 85e1c01 Merge 4.9.48 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  14. 309e4db cpuset: Fix incorrect memory_pressure control file mapping by Waiman Long · 7 years ago
  15. 02f29ab Merge 4.9.42 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  16. 45a636e cpuset: fix a deadlock due to incomplete patching of cpusets_enabled() by Dima Zavin · 7 years ago
  17. 355cae8 Merge remote-tracking branch '4.9/tmp-da3493c' into 4.9 by Kyle Yan · 7 years ago
  18. da3493c Merge 4.9.32 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  19. 829a1ca cpuset: consider dying css as offline by Tejun Heo · 7 years ago
  20. b3ea9ac ANDROID: cpuset: Make cpusets restore on hotplug by Riley Andrews · 8 years ago
  21. 266ee74 cpuset: Make cpusets restore on hotplug by Riley Andrews · 8 years ago
  22. 84c517b cpuset: Add allow_attach hook for cpusets on android. by Riley Andrews · 9 years ago
  23. f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  24. 679a5e3 cpuset: fix error handling regression in proc_cpuset_show() by Tejun Heo · 8 years ago
  25. 8a15b81 cpuset: fix non static symbol warning by Wei Yongjun · 8 years ago
  26. 28b89b9 cpuset: handle race between CPU hotplug and cpuset_hotplug_work by Joonwoo Park · 8 years ago
  27. 4c737b4 cgroup: make cgroup_path() and friends behave in the style of strlcpy() by Tejun Heo · 8 years ago
  28. 06f4e948 cpuset: make sure new tasks conform to the current config of the cpuset by Zefan Li · 8 years ago
  29. fec1e5f cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemask by Michal Hocko · 8 years ago
  30. 002f290 cpuset: use static key better and convert to new API by Vlastimil Babka · 8 years ago
  31. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 8 years ago
  32. 5cf1cac cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_attach callback by Tejun Heo · 8 years ago
  33. 5518f66 Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  34. b38e42e cgroup: convert cgroup_subsys flag fields to bool bitfields by Tejun Heo · 8 years ago
  35. a79a908 cgroup: introduce cgroup namespaces by Aditya Kali · 8 years ago
  36. e93ad19 cpuset: make mm migration asynchronous by Tejun Heo · 8 years ago
  37. 8075b54 Merge branch 'for-4.4-fixes' into for-4.5 by Tejun Heo · 8 years ago
  38. 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 8 years ago
  39. d2b4365 cpuset: Replace all instances of time_t with time64_t by Arnd Bergmann · 8 years ago
  40. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  41. da39da3 mm, oom: remove task_lock protecting comm printing by David Rientjes · 9 years ago
  42. 27bd4db cgroup: replace cgroup_has_tasks() with cgroup_is_populated() by Tejun Heo · 9 years ago
  43. 4530edd cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader() by Tejun Heo · 9 years ago
  44. 3df9ca0 cpuset: migrate memory only for threadgroup leaders by Tejun Heo · 9 years ago
  45. 7dbdb19 cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE by Tejun Heo · 9 years ago
  46. 9e10a13 cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() by Tejun Heo · 9 years ago
  47. 24ee3cf cpuset: use trialcs->mems_allowed as a temp variable by Alban Crequy · 9 years ago
  48. 6e276d2 kernel, cpuset: remove exception for __GFP_THISNODE by David Rientjes · 9 years ago
  49. 47b8ea7 cpusets, isolcpus: exclude isolcpus from load balancing in cpusets by Rik van Riel · 9 years ago
  50. 283cb41 cpuset: Fix cpuset sched_relax_domain_level by Jason Low · 9 years ago
  51. 79063bf cpuset: fix a warning when clearing configured masks in old hierarchy by Zefan Li · 9 years ago
  52. 790317e cpuset: initialize effective masks when clone_children is enabled by Zefan Li · 9 years ago
  53. e8e6d97 cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  54. 8f4ab07 kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init by Rasmus Villemoes · 9 years ago
  55. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  56. f82f804 sched/deadline: Ensure that updates to exclusive cpusets don't break AC by Juri Lelli · 10 years ago
  57. 7f51412 sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusets by Juri Lelli · 10 years ago
  58. cea7446 cpuset: lock vs unlock typo by Dan Carpenter · 10 years ago
  59. 344736f cpuset: simplify cpuset_node_allowed API by Vladimir Davydov · 10 years ago
  60. 8447a0f cpuset: convert callback_mutex to a spinlock by Vladimir Davydov · 10 years ago
  61. b211e9d Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  62. 2ad654b cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags by Zefan Li · 10 years ago
  63. 52de477 cpuset: simplify proc_cpuset_show() by Zefan Li · 10 years ago
  64. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  65. a138126 cpuset: fix the WARN_ON() in update_nodemasks_hier() by Li Zefan · 10 years ago
  66. 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 10 years ago
  67. afd1a8b cpuset: export effective masks to userspace by Li Zefan · 10 years ago
  68. 5d8ba82 cpuset: allow writing offlined masks to cpuset.cpus/mems by Li Zefan · 10 years ago
  69. be4c9dd cpuset: enable onlined cpu/node in effective masks by Li Zefan · 10 years ago
  70. 390a36a cpuset: refactor cpuset_hotplug_update_tasks() by Li Zefan · 10 years ago
  71. 7e88291 cpuset: make cs->{cpus, mems}_allowed as user-configured masks by Li Zefan · 10 years ago
  72. ae1c802 cpuset: apply cs->effective_{cpus,mems} by Li Zefan · 10 years ago
  73. 39bd0d1 cpuset: initialize top_cpuset's configured masks at mount by Li Zefan · 10 years ago
  74. 8b5f1c5 cpuset: use effective cpumask to build sched domains by Li Zefan · 10 years ago
  75. 554b0d1 cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes empty by Li Zefan · 10 years ago
  76. 734d451 cpuset: update cs->effective_{cpus, mems} when config changes by Li Zefan · 10 years ago
  77. 1344ab9 cpuset: update cpuset->effective_{cpus,mems} at hotplug by Li Zefan · 10 years ago
  78. e2b9a3d cpuset: add cs->effective_cpus and cs->effective_mems by Li Zefan · 10 years ago
  79. aa6ec29 cgroup: remove sane_behavior support on non-default hierarchies by Tejun Heo · 10 years ago
  80. 76bb5ab cpuset: break kernfs active protection in cpuset_write_resmask() by Tejun Heo · 10 years ago
  81. 391acf9 cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 10 years ago
  82. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  83. 664eedd mm: page_alloc: use jump labels to avoid checking number_of_cpusets by Mel Gorman · 10 years ago
  84. 5c9d535 cgroup: remove css_parent() by Tejun Heo · 10 years ago
  85. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  86. ec903c0 cgroup: rename css_tryget*() to css_tryget_online*() by Tejun Heo · 10 years ago
  87. 12d3089 kernel/cpuset.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  88. fc34ac1 kernel/cpuset.c: kernel-doc fixes by Fabian Frederick · 10 years ago
  89. 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  90. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  91. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  92. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 10 years ago
  93. b8dadcb cpuset: use rcu_read_lock() to protect task_cs() by Li Zefan · 10 years ago
  94. 99afb0f cpuset: fix a race condition in __cpuset_node_allowed_softwall() by Li Zefan · 10 years ago
  95. 4729583 cpuset: fix a locking issue in cpuset_migrate_mm() by Li Zefan · 10 years ago
  96. 57fce0a cpuset: don't use cgroup_taskset_cur_css() by Tejun Heo · 10 years ago
  97. 924f0d9 cgroup: drop @skip_css from cgroup_taskset_for_each() by Tejun Heo · 10 years ago
  98. d66393e cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks() by Tejun Heo · 10 years ago
  99. 07bc356 cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() by Tejun Heo · 10 years ago
  100. e61734c cgroup: remove cgroup->name by Tejun Heo · 10 years ago