1. 139b6a6 mm: filemap: update find_get_pages_tag() to deal with shadow entries by Johannes Weiner · 10 years ago
  2. b852990 memcg, slab: do not destroy children caches if parent has aliases by Vladimir Davydov · 10 years ago
  3. 051dd46 memcg, slab: unregister cache from memcg before starting to destroy it by Vladimir Davydov · 10 years ago
  4. 794b124 memcg, slab: separate memcg vs root cache creation paths by Vladimir Davydov · 10 years ago
  5. 5722d09 memcg, slab: cleanup memcg cache creation by Vladimir Davydov · 10 years ago
  6. d715ae0 memcg: rename high level charging functions by Michal Hocko · 10 years ago
  7. 6d1fdc4 memcg: sanitize __mem_cgroup_try_charge() call protocol by Johannes Weiner · 10 years ago
  8. b6b6cc7 memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge by Michal Hocko · 10 years ago
  9. df38197 memcg: get_mem_cgroup_from_mm() by Johannes Weiner · 10 years ago
  10. 03583f1 memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm() by Johannes Weiner · 10 years ago
  11. 284f39a mm: memcg: push !mm handling out to page cache charge function by Johannes Weiner · 10 years ago
  12. 1bec6b3 mm: memcg: inline mem_cgroup_charge_common() by Johannes Weiner · 10 years ago
  13. 59d1d25 mm: memcg: remove mem_cgroup_move_account_page_stat() by Johannes Weiner · 10 years ago
  14. 7af467e mm: memcg: remove unnecessary preemption disabling by Johannes Weiner · 10 years ago
  15. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  16. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 10 years ago
  17. 4fb1a86 memcg: reparent charges of children before processing parent by Filipe Brandenburger · 10 years ago
  18. ce48225 memcg: fix endless loop in __mem_cgroup_iter_next() by Hugh Dickins · 10 years ago
  19. 08088cb memcg: change oom_info_lock to mutex by Michal Hocko · 10 years ago
  20. 07bc356 cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() by Tejun Heo · 10 years ago
  21. e61734c cgroup: remove cgroup->name by Tejun Heo · 10 years ago
  22. 5a17f54 cgroup: improve css_from_dir() into css_tryget_from_dir() by Tejun Heo · 10 years ago
  23. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 10 years ago
  24. 7c094fd memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path by Vladimir Davydov · 10 years ago
  25. 0d8a4a3 memcg: remove unused code from kmem_cache_destroy_work_func by Vladimir Davydov · 10 years ago
  26. 0eef615 memcg: fix css reference leak and endless loop in mem_cgroup_iter by Michal Hocko · 10 years ago
  27. ecc736f memcg: fix endless loop caused by mem_cgroup_iter by Michal Hocko · 10 years ago
  28. d49ad93 mm, oom: prefer thread group leaders for display purposes by David Rientjes · 10 years ago
  29. d8ad305 mm/memcg: iteration skip memcgs not yet fully initialized by Hugh Dickins · 10 years ago
  30. d2ab70a mm/memcg: fix last_dead_count memory wastage by Hugh Dickins · 10 years ago
  31. d644163 memcg: rework memcg_update_kmem_limit synchronization by Vladimir Davydov · 10 years ago
  32. 6de64be memcg: remove KMEM_ACCOUNTED_ACTIVATED flag by Vladimir Davydov · 10 years ago
  33. f857026 memcg, slab: RCU protect memcg_params for root caches by Vladimir Davydov · 10 years ago
  34. 842e287 memcg: get rid of kmem_cache_dup() by Vladimir Davydov · 10 years ago
  35. 2edefe1 memcg, slab: fix races in per-memcg cache creation/destruction by Vladimir Davydov · 10 years ago
  36. 96403da memcg: fix possible NULL deref while traversing memcg_slab_caches list by Vladimir Davydov · 10 years ago
  37. 959c896 memcg, slab: fix barrier usage when accessing memcg_caches by Vladimir Davydov · 10 years ago
  38. 1aa1325 memcg, slab: clean up memcg cache initialization/destruction by Vladimir Davydov · 10 years ago
  39. 363a044 memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path by Vladimir Davydov · 10 years ago
  40. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  41. 8ff69e2 memcg: do not use vmalloc for mem_cgroup allocations by Vladimir Davydov · 10 years ago
  42. df32e43 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  43. f075e0f Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  44. 947b3dd memcg, oom: lock mem_cgroup_print_oom_info by Michal Hocko · 10 years ago
  45. 2753b35 memcg: make memcg_update_cache_sizes() static by Vladimir Davydov · 10 years ago
  46. 1c98dd9 memcg: fix kmem_account_flags check in memcg_can_account_kmem() by Vladimir Davydov · 10 years ago
  47. 695c608 memcg: fix memcg_size() calculation by Vladimir Davydov · 10 years ago
  48. 1f14c1a mm: memcg: do not allow task about to OOM kill to bypass the limit by Johannes Weiner · 10 years ago
  49. 96f1c58 mm: memcg: fix race condition between memcg teardown and swapin by Johannes Weiner · 10 years ago
  50. a0d8b00 mm: memcg: do not declare OOM from __GFP_NOFAIL allocations by Johannes Weiner · 10 years ago
  51. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 10 years ago
  52. 791badb memcg: convert away from cftype->read() and ->read_map() by Tejun Heo · 10 years ago
  53. edab951 cgroup: Merge branch 'memcg_event' into for-3.14 by Tejun Heo · 10 years ago
  54. 3bc942f memcg: rename cgroup_event to mem_cgroup_event by Tejun Heo · 10 years ago
  55. 59b6f87 memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_state by Tejun Heo · 10 years ago
  56. 347c4a8 memcg: remove cgroup_event->cft by Tejun Heo · 10 years ago
  57. fba9480 cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg by Tejun Heo · 10 years ago
  58. b5557c4 memcg: cgroup_write_event_control() now knows @css is for memcg by Tejun Heo · 10 years ago
  59. 79bd981 cgroup, memcg: move cgroup_event implementation to memcg by Tejun Heo · 10 years ago
  60. bf92915 mm, thp: change pmd_trans_huge_lock() to return taken lock by Kirill A. Shutemov · 11 years ago
  61. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  62. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  63. a998646 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  64. 7a67d7a memcg, kmem: use cache_from_memcg_idx instead of hard code by Qiang Huang · 11 years ago
  65. f35c3a8 memcg, kmem: use is_root_cache instead of hard code by Qiang Huang · 11 years ago
  66. 071aee1 memcg: support hierarchical memory.numa_stats by Ying Han · 11 years ago
  67. 25485de memcg: refactor mem_control_numa_stat_show() by Greg Thelen · 11 years ago
  68. b9921ec mm: add a helper function to check may oom condition by Qiang Huang · 11 years ago
  69. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  70. 6920a1b memcg: remove incorrect underflow check by Greg Thelen · 11 years ago
  71. 696ac17 mm: memcg: fix test for child groups by Johannes Weiner · 11 years ago
  72. 0056f4e mm: memcg: lockdep annotation for memcg OOM lock by Johannes Weiner · 11 years ago
  73. 3168ecb mm: memcg: use proper memcg in limit bypass by Johannes Weiner · 11 years ago
  74. 5e8cfc3 memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend casting by Greg Thelen · 11 years ago
  75. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  76. 2e685ca tcp_memcontrol: Kill struct tcp_memcontrol by Eric W. Biederman · 11 years ago
  77. 84235de fs: buffer: move allocation failure loop into the allocator by Johannes Weiner · 11 years ago
  78. 4942642 mm: memcg: handle non-error OOM situations more gracefully by Johannes Weiner · 11 years ago
  79. 9c56751 mm, memcg: protect mem_cgroup_read_events for cpu hotplug by David Rientjes · 11 years ago
  80. 0608f43 revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code" by Andrew Morton · 11 years ago
  81. bb4cc1a revert "memcg: get rid of soft-limit tree infrastructure" by Andrew Morton · 11 years ago
  82. b1aff7f revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim" by Andrew Morton · 11 years ago
  83. 694fbc0 revert "memcg: enhance memcg iterator to support predicates" by Andrew Morton · 11 years ago
  84. 30361e5 revert "memcg: track children in soft limit excess to improve soft limit" by Andrew Morton · 11 years ago
  85. 3120055 revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan anything" by Andrew Morton · 11 years ago
  86. 8f939a9 revert "memcg: track all children over limit in the root" by Andrew Morton · 11 years ago
  87. b862783 memcg: stop using css id by Li Zefan · 11 years ago
  88. 4219b2d memcg: fail to create cgroup if the cgroup id is too big by Li Zefan · 11 years ago
  89. 34c00c3 memcg: convert to use cgroup id by Li Zefan · 11 years ago
  90. b47f77b memcg: convert to use cgroup_is_descendant() by Li Zefan · 11 years ago
  91. 3ea67d0 memcg: add per cgroup writeback pages accounting by Sha Zhengju · 11 years ago
  92. 658b72c memcg: check for proper lock held in mem_cgroup_update_page_stat by Sha Zhengju · 11 years ago
  93. 68b4876 memcg: remove MEMCG_NR_FILE_MAPPED by Sha Zhengju · 11 years ago
  94. 6de5a8b memcg: rename RESOURCE_MAX to RES_COUNTER_MAX by Sha Zhengju · 11 years ago
  95. 3812c8c mm: memcg: do not trap chargers with full callstack on OOM by Johannes Weiner · 11 years ago
  96. fb2a6fc mm: memcg: rework and document OOM waiting and wakeup by Johannes Weiner · 11 years ago
  97. 519e524 mm: memcg: enable memcg OOM killer only for user faults by Johannes Weiner · 11 years ago
  98. f894ffa memcg: trivial cleanups by Andrew Morton · 11 years ago
  99. 1be171d memcg: track all children over limit in the root by Michal Hocko · 11 years ago
  100. e839b6a memcg, vmscan: do not attempt soft limit reclaim if it would not scan anything by Michal Hocko · 11 years ago