1. 074291f mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size() by Konstantin Khlebnikov · 12 years ago
  2. 7f5e86c mm: add link from struct lruvec to struct zone by Konstantin Khlebnikov · 12 years ago
  3. 748dad3 memcg: make threshold index in the right position by Sha Zhengju · 12 years ago
  4. a0db00f memcg: remove redundant parentheses by Kirill A. Shutemov · 12 years ago
  5. 3a7951b memcg: mark stat field of mem_cgroup struct as __percpu by Kirill A. Shutemov · 12 years ago
  6. 92ba39a memcg: remove unused variable by Kirill A. Shutemov · 12 years ago
  7. 6bbda35 memcg: mark more functions/variables as static by Kirill A. Shutemov · 12 years ago
  8. bbf808e mm/memcg: kill mem_cgroup_lru_del() by Konstantin Khlebnikov · 12 years ago
  9. 89abfab mm/memcg: move reclaim_stat into lruvec by Hugh Dickins · 12 years ago
  10. 8649300 memcg swap: use mem_cgroup_uncharge_swap() by Hugh Dickins · 12 years ago
  11. e91cbb4 memcg swap: mem_cgroup_move_swap_account never needs fixup by Hugh Dickins · 12 years ago
  12. 4b91355 memcg: fix/change behavior of shared anon at moving task by KAMEZAWA Hiroyuki · 12 years ago
  13. bde05d1 shmem: replace page if mapping excludes its zone by Hugh Dickins · 12 years ago
  14. c3ac9a8 mm: memcg: count pte references from every member of the reclaimed hierarchy by Johannes Weiner · 12 years ago
  15. 91c63734 kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite by Johannes Weiner · 12 years ago
  16. e709ffd mm: remove swap token code by Rik van Riel · 12 years ago
  17. 88d6ae8d Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  18. 62ade86 memcg,thp: fix res_counter:96 regression by Hugh Dickins · 12 years ago
  19. 8c75776 memcg: free spare array to avoid memory leak by Sha Zhengju · 12 years ago
  20. ce587e6 mm: memcg: move pc lookup point to commit_charge() by Johannes Weiner · 12 years ago
  21. 9b7f43a memcg: fix Bad page state after replace_page_cache by Hugh Dickins · 12 years ago
  22. 569530f memcg: do not open code accesses to res_counter members by Glauber Costa · 12 years ago
  23. d833049 memcg: fix broken boolen expression by Kirill A. Shutemov · 12 years ago
  24. cbe128e3 cgroup: get rid of populate for memcg by Glauber Costa · 12 years ago
  25. 1d62e43 cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcg by Glauber Costa · 12 years ago
  26. 48ddbe1 cgroup: make css->refcnt clearing on cgroup removal optional by Tejun Heo · 12 years ago
  27. 6bc1034 cgroup: convert memcg controller to the new cftype interface by Tejun Heo · 12 years ago
  28. af36f90 memcg: always create memsw files if CONFIG_CGROUP_MEM_RES_CTLR_SWAP by Tejun Heo · 12 years ago
  29. 45f83ce mm: thp: fix up pmd_trans_unstable() locations by Andrea Arcangeli · 12 years ago
  30. 1272485 memcg: avoid THP split in task migration by Naoya Horiguchi · 12 years ago
  31. 8d32ff8 memcg: clean up existing move charge code by Naoya Horiguchi · 12 years ago
  32. a488428 mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read() by Jeff Liu · 12 years ago
  33. 45f3e38 mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_event() by Anton Vorontsov · 12 years ago
  34. 13fd1dd9 mm/memcontrol.c: s/stealed/stolen/ by Andrew Morton · 12 years ago
  35. 4331f7d memcg: fix performance of mem_cgroup_begin_update_page_stat() by KAMEZAWA Hiroyuki · 12 years ago
  36. 2ff76f1 memcg: remove PCG_FILE_MAPPED by KAMEZAWA Hiroyuki · 12 years ago
  37. 89c06bd memcg: use new logic for page stat accounting by KAMEZAWA Hiroyuki · 12 years ago
  38. 312734c0 memcg: remove PCG_MOVE_LOCK flag from page_cgroup by KAMEZAWA Hiroyuki · 12 years ago
  39. 619d094 memcg: simplify move_account() check by KAMEZAWA Hiroyuki · 12 years ago
  40. 9e33579 memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat) by KAMEZAWA Hiroyuki · 12 years ago
  41. b2402857 memcg: remove PCG_CACHE page_cgroup flag by KAMEZAWA Hiroyuki · 12 years ago
  42. 0e79ded memcg: remove unnecessary thp check in page stat accounting by KAMEZAWA Hiroyuki · 12 years ago
  43. 1f2b71f memcg: remove redundant returns by Hugh Dickins · 12 years ago
  44. f156ab9 memcg: enum lru_list lru by Hugh Dickins · 12 years ago
  45. 1eb4927 memcg: lru_size instead of MEM_CGROUP_ZSTAT by Hugh Dickins · 12 years ago
  46. d79154b memcg: replace mem and mem_cont stragglers by Hugh Dickins · 12 years ago
  47. e845e19 mm, memcg: pass charge order to oom killer by David Rientjes · 12 years ago
  48. 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 12 years ago
  49. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  50. 59927fb memcg: free mem_cgroup by RCU to fix oops by Hugh Dickins · 12 years ago
  51. be22aec memcg: revert fix to mapcount check for this release by Hugh Dickins · 12 years ago
  52. e6ca7b8 memcg: fix mapcount check in move charge code for anonymous page by Naoya Horiguchi · 12 years ago
  53. 7512102 memcg: fix GPF when cgroup removal races with last exit by Hugh Dickins · 12 years ago
  54. 9ce70c0 memcg: fix deadlock by inverting lrucare nesting by Hugh Dickins · 12 years ago
  55. 371528c mm: memcg: Correct unregistring of events attached to the same eventfd by Anton Vorontsov · 12 years ago
  56. 82b3f2a mm/memcontrol.c: fix warning with CONFIG_NUMA=n by Andrew Morton · 12 years ago
  57. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 12 years ago
  58. 701b259 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  59. 6568d4a mm: memcg: update the correct soft limit tree during migration by Johannes Weiner · 12 years ago
  60. 376be5f net: fix socket memcg build with !CONFIG_NET by Glauber Costa · 12 years ago
  61. 319d3b9 net: move sock_update_memcg outside of CONFIG_INET by Glauber Costa · 12 years ago
  62. 90b3fea memcg: fix mem_cgroup_print_bad_page by Hugh Dickins · 12 years ago
  63. 12d2710 memcg: fix split_huge_page_refcounts() by Hugh Dickins · 12 years ago
  64. 3ed28fa memcg: cleanup for_each_node_state() by Bob Liu · 12 years ago
  65. 38c5d72 memcg: simplify LRU handling by new rule by KAMEZAWA Hiroyuki · 12 years ago
  66. 4e5f01c memcg: clear pc->mem_cgroup if necessary. by KAMEZAWA Hiroyuki · 12 years ago
  67. 36b62ad memcg: simplify corner case handling of LRU. by KAMEZAWA Hiroyuki · 12 years ago
  68. dc67d50 memcg: simplify page cache charging by KAMEZAWA Hiroyuki · 12 years ago
  69. de077d2 oom, memcg: fix exclusion of memcg threads after they have detached their mm by David Rientjes · 12 years ago
  70. c3cecc6 memcg: free entries in soft_limit_tree if allocation fails by Michal Hocko · 12 years ago
  71. 9fb4b7c page_cgroup: add helper function to get swap_cgroup by Bob Liu · 12 years ago
  72. 40f23a2 mm: memcg: remove unneeded checks from uncharge_page() by Johannes Weiner · 12 years ago
  73. 7a0524c mm: memcg: remove unneeded checks from newpage_charge() by Johannes Weiner · 12 years ago
  74. cfa4494 mm: memcg: lookup_page_cgroup (almost) never returns NULL by Johannes Weiner · 12 years ago
  75. 0e574a9 mm: memcg: clean up fault accounting by Johannes Weiner · 12 years ago
  76. 72835c8 mm: unify remaining mem_cont, mem, etc. variable names to memcg by Johannes Weiner · 12 years ago
  77. f53d7ce mm: memcg: shorten preempt-disabled section around event checks by Johannes Weiner · 12 years ago
  78. e94c8a9 memcg: make mem_cgroup_split_huge_fixup() more efficient by KAMEZAWA Hiroyuki · 12 years ago
  79. 925b767 mm: make per-memcg LRU lists exclusive by Johannes Weiner · 12 years ago
  80. 6290df5 mm: collect LRU list heads into struct lruvec by Johannes Weiner · 12 years ago
  81. ad2b8e6 mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists empty by Johannes Weiner · 12 years ago
  82. 5660048 mm: move memcg hierarchy reclaim to generic reclaim code by Johannes Weiner · 12 years ago
  83. 527a5ec mm: memcg: per-priority per-zone hierarchy scan generations by Johannes Weiner · 12 years ago
  84. 9f3a0d0 mm: memcg: consolidate hierarchy iteration primitives by Johannes Weiner · 12 years ago
  85. ab936cb memcg: add mem_cgroup_replace_page_cache() to fix LRU issue by KAMEZAWA Hiroyuki · 12 years ago
  86. 38e5781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  87. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  88. f3f511e net: fix sock_clone reference mismatch with tcp memcontrol by Glauber Costa · 12 years ago
  89. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  90. 65c64ce Partial revert "Basic kernel memory functionality for the Memory Controller" by Glauber Costa · 12 years ago
  91. a41c58a memcg: keep root group unchanged if creation fails by Hillf Danton · 12 years ago
  92. 2f7ee56 cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach() by Tejun Heo · 12 years ago
  93. d1a4c0b tcp memory pressure controls by Glauber Costa · 12 years ago
  94. e1aab16 socket: initial cgroup code. by Glauber Costa · 12 years ago
  95. e5671df Basic kernel memory functionality for the Memory Controller by Glauber Costa · 12 years ago
  96. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  97. 4799401 memcg: Fix race condition in memcg_check_events() with this_cpu usage by Steven Rostedt · 13 years ago
  98. a61ed3c memcg: close race between charge and putback by Johannes Weiner · 13 years ago
  99. 9b27297 memcg: skip scanning active lists based on individual size by Johannes Weiner · 13 years ago
  100. 0a619e5 memcg: do not expose uninitialized mem_cgroup_per_node to world by Igor Mammedov · 13 years ago