1. d7365e7 mm: memcontrol: fix missed end-writeback page accounting by Johannes Weiner · 10 years ago
  2. 6f817f4 memcg: move memcg_update_cache_size() to slab_common.c by Vladimir Davydov · 10 years ago
  3. 33a690c memcg: move memcg_{alloc,free}_cache_params to slab_common.c by Vladimir Davydov · 10 years ago
  4. 747db95 mm: memcontrol: use page lists for uncharge batching by Johannes Weiner · 10 years ago
  5. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  6. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  7. 776ed0f memcg: cleanup kmem cache creation/destruction functions naming by Vladimir Davydov · 10 years ago
  8. 073ee1c memcg: get rid of memcg_create_cache_name by Vladimir Davydov · 10 years ago
  9. bd67314 memcg, slab: simplify synchronization scheme by Vladimir Davydov · 10 years ago
  10. c67a8a6 memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab by Vladimir Davydov · 10 years ago
  11. 1e32e77 memcg, slab: do not schedule cache destruction when last page goes away by Vladimir Davydov · 10 years ago
  12. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  13. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  14. b852990 memcg, slab: do not destroy children caches if parent has aliases by Vladimir Davydov · 10 years ago
  15. 794b124 memcg, slab: separate memcg vs root cache creation paths by Vladimir Davydov · 10 years ago
  16. 5722d09 memcg, slab: cleanup memcg cache creation by Vladimir Davydov · 10 years ago
  17. d715ae0 memcg: rename high level charging functions by Michal Hocko · 10 years ago
  18. df38197 memcg: get_mem_cgroup_from_mm() by Johannes Weiner · 10 years ago
  19. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 10 years ago
  20. 1aa1325 memcg, slab: clean up memcg cache initialization/destruction by Vladimir Davydov · 10 years ago
  21. 363a044 memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path by Vladimir Davydov · 10 years ago
  22. 4942642 mm: memcg: handle non-error OOM situations more gracefully by Johannes Weiner · 11 years ago
  23. 0608f43 revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code" by Andrew Morton · 11 years ago
  24. b1aff7f revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim" by Andrew Morton · 11 years ago
  25. 694fbc0 revert "memcg: enhance memcg iterator to support predicates" by Andrew Morton · 11 years ago
  26. 3ea67d0 memcg: add per cgroup writeback pages accounting by Sha Zhengju · 11 years ago
  27. 68b4876 memcg: remove MEMCG_NR_FILE_MAPPED by Sha Zhengju · 11 years ago
  28. 3812c8c mm: memcg: do not trap chargers with full callstack on OOM by Johannes Weiner · 11 years ago
  29. 519e524 mm: memcg: enable memcg OOM killer only for user faults by Johannes Weiner · 11 years ago
  30. de57780 memcg: enhance memcg iterator to support predicates by Michal Hocko · 11 years ago
  31. a5b7c87 vmscan, memcg: do softlimit reclaim also for targeted reclaim by Michal Hocko · 11 years ago
  32. 3b38722 memcg, vmscan: integrate soft reclaim tighter with zone shrinking code by Michal Hocko · 11 years ago
  33. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  34. ffbdccf mm, memcg: don't take task_lock in task_in_mem_cgroup by David Rientjes · 11 years ago
  35. e379014 mm: refactor inactive_file_is_low() to use get_lru_size() by Johannes Weiner · 11 years ago
  36. 91c777d memcg: fix typo in kmemcg cache walk macro by Glauber Costa · 11 years ago
  37. ebe945c memcg: add comments clarifying aspects of cache attribute propagation by Glauber Costa · 11 years ago
  38. 943a451 slab: propagate tunable values by Glauber Costa · 11 years ago
  39. 749c541 memcg: aggregate memcg cache values in slabinfo by Glauber Costa · 11 years ago
  40. 7cf2798 memcg/sl[au]b: track all the memcg children of a kmem_cache by Glauber Costa · 11 years ago
  41. 1f458cb memcg: destroy memcg caches by Glauber Costa · 11 years ago
  42. b9ce5ef sl[au]b: always get the cache from its page in kmem_cache_free() by Glauber Costa · 11 years ago
  43. d7f25f8 memcg: infrastructure to match an allocation to the right cache by Glauber Costa · 11 years ago
  44. 55007d8 memcg: allocate memory for memcg caches whenever a new memcg appears by Glauber Costa · 11 years ago
  45. 2633d7a slab/slub: consider a memcg parameter in kmem_create_cache by Glauber Costa · 11 years ago
  46. a8964b9 memcg: use static branches when code not in use by Glauber Costa · 11 years ago
  47. 7ae1e1d memcg: kmem controller infrastructure by Glauber Costa · 11 years ago
  48. 68ae564 mm, memcg: avoid unnecessary function call when memcg is disabled by David Rientjes · 12 years ago
  49. cd59085 memcg, kmem: fix build error when CONFIG_INET is disabled by David Rientjes · 12 years ago
  50. 587af30 mm: memcg: clean up mm_match_cgroup() signature by Johannes Weiner · 12 years ago
  51. 0030f53 mm: memcg: fix compaction/migration failing due to memcg limits by Johannes Weiner · 12 years ago
  52. 876aafb mm, memcg: move all oom handling to memcontrol.c by David Rientjes · 12 years ago
  53. 9cbb78b mm, memcg: introduce own oom handler to iterate only over its own threads by David Rientjes · 12 years ago
  54. 62ce1c7 mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h by David Rientjes · 12 years ago
  55. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  56. fa9add6 mm/memcg: apply add/del_page to lruvec by Hugh Dickins · 12 years ago
  57. 4d7dcca mm/memcg: get_lru_size not get_lruvec_size by Hugh Dickins · 12 years ago
  58. c56d5c7 mm/vmscan: push lruvec pointer into inactive_list_is_low() by Konstantin Khlebnikov · 12 years ago
  59. 074291f mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size() by Konstantin Khlebnikov · 12 years ago
  60. bbf808e mm/memcg: kill mem_cgroup_lru_del() by Konstantin Khlebnikov · 12 years ago
  61. 89abfab mm/memcg: move reclaim_stat into lruvec by Hugh Dickins · 12 years ago
  62. c3ac9a8 mm: memcg: count pte references from every member of the reclaimed hierarchy by Johannes Weiner · 12 years ago
  63. 4331f7d memcg: fix performance of mem_cgroup_begin_update_page_stat() by KAMEZAWA Hiroyuki · 12 years ago
  64. 89c06bd memcg: use new logic for page stat accounting by KAMEZAWA Hiroyuki · 12 years ago
  65. a710920 memcg: kill dead prev_priority stubs by Konstantin Khlebnikov · 12 years ago
  66. 31a7923 memcg: replace MEM_CONT by MEM_RES_CTLR by Hugh Dickins · 12 years ago
  67. e845e19 mm, memcg: pass charge order to oom killer by David Rientjes · 12 years ago
  68. 7512102 memcg: fix GPF when cgroup removal races with last exit by Hugh Dickins · 12 years ago
  69. 4e5f01c memcg: clear pc->mem_cgroup if necessary. by KAMEZAWA Hiroyuki · 12 years ago
  70. 72835c8 mm: unify remaining mem_cont, mem, etc. variable names to memcg by Johannes Weiner · 12 years ago
  71. e94c8a9 memcg: make mem_cgroup_split_huge_fixup() more efficient by KAMEZAWA Hiroyuki · 12 years ago
  72. 925b767 mm: make per-memcg LRU lists exclusive by Johannes Weiner · 12 years ago
  73. 5660048 mm: move memcg hierarchy reclaim to generic reclaim code by Johannes Weiner · 12 years ago
  74. ab936cb memcg: add mem_cgroup_replace_page_cache() to fix LRU issue by KAMEZAWA Hiroyuki · 12 years ago
  75. 3969eb3 net: Fix build with INET disabled. by David S. Miller · 12 years ago
  76. 888bdaa Move limit definitions outside CONFIG_INET by Glauber Costa · 13 years ago
  77. d1a4c0b tcp memory pressure controls by Glauber Costa · 13 years ago
  78. e1aab16 socket: initial cgroup code. by Glauber Costa · 13 years ago
  79. 9b27297 memcg: skip scanning active lists based on individual size by Johannes Weiner · 13 years ago
  80. c0ff4b8 memcg: rename mem variable to memcg by Raghavendra K T · 13 years ago
  81. 4356f21 mm: change isolate mode from #define to bitwise type by Minchan Kim · 13 years ago
  82. 185efc0 memcg: Revert "memcg: add memory.vmscan_stat" by Johannes Weiner · 13 years ago
  83. aa3b189 tmpfs: convert mem_cgroup shmem to radix-swap by Hugh Dickins · 13 years ago
  84. 82f9d48 memcg: add memory.vmscan_stat by KAMEZAWA Hiroyuki · 13 years ago
  85. bb2a0de memcg: consolidate memory cgroup lru stat functions by KAMEZAWA Hiroyuki · 13 years ago
  86. a433658 vmscan,memcg: memcg aware swap token by KOSAKI Motohiro · 13 years ago
  87. 456f998 memcg: add the pagefault count into memcg stats by Ying Han · 13 years ago
  88. 1bac180 memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages() by Ying Han · 13 years ago
  89. 889976d memcg: reclaim memory from nodes in round-robin order by Ying Han · 13 years ago
  90. 0ae5e89 memcg: count the soft_limit reclaim in global background reclaim by Ying Han · 13 years ago
  91. 67954fe memcg: fix mem_cgroup_rotate_reclaimable_page() by Eric Dumazet · 13 years ago
  92. f212ad7 memcg: add memcg sanity checks at allocating and freeing pages by Daisuke Nishimura · 13 years ago
  93. 3f58a82 memcg: move memcg reclaimable page into tail of inactive list by Minchan Kim · 13 years ago
  94. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  95. ca3e021 memcg: fix USED bit handling at uncharge in THP by KAMEZAWA Hiroyuki · 13 years ago
  96. 50de1dd memcg: fix memory migration of shmem swapcache by Daisuke Nishimura · 13 years ago
  97. 2a7106f memcg: create extensible page stat update routines by Greg Thelen · 13 years ago
  98. 00918b6 memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() by KOSAKI Motohiro · 14 years ago
  99. a63d83f oom: badness heuristic rewrite by David Rientjes · 14 years ago
  100. 25edde0 vmscan: kill prev_priority completely by KOSAKI Motohiro · 14 years ago