1. d1a4c0b tcp memory pressure controls by Glauber Costa · 12 years ago
  2. e1aab16 socket: initial cgroup code. by Glauber Costa · 12 years ago
  3. e5671df Basic kernel memory functionality for the Memory Controller by Glauber Costa · 12 years ago
  4. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  5. 4799401 memcg: Fix race condition in memcg_check_events() with this_cpu usage by Steven Rostedt · 13 years ago
  6. a61ed3c memcg: close race between charge and putback by Johannes Weiner · 13 years ago
  7. 9b27297 memcg: skip scanning active lists based on individual size by Johannes Weiner · 13 years ago
  8. 0a619e5 memcg: do not expose uninitialized mem_cgroup_per_node to world by Igor Mammedov · 13 years ago
  9. 715a5ee memcg: fix oom schedule_timeout() by KAMEZAWA Hiroyuki · 13 years ago
  10. c0ff4b8 memcg: rename mem variable to memcg by Raghavendra K T · 13 years ago
  11. 4356f21 mm: change isolate mode from #define to bitwise type by Minchan Kim · 13 years ago
  12. b9e15ba mm: Add export.h for EXPORT_SYMBOL to active symbol exporters by Paul Gortmaker · 13 years ago
  13. 185efc0 memcg: Revert "memcg: add memory.vmscan_stat" by Johannes Weiner · 13 years ago
  14. 23751be memcg: fix hierarchical oom locking by Johannes Weiner · 13 years ago
  15. 5af12d0 memcg: pin execution to current cpu while draining stock by Johannes Weiner · 13 years ago
  16. 9f50fad Revert "memcg: get rid of percpu_charge_mutex lock" by Michal Hocko · 13 years ago
  17. aa3b189 tmpfs: convert mem_cgroup shmem to radix-swap by Hugh Dickins · 13 years ago
  18. 8521fc5 memcg: get rid of percpu_charge_mutex lock by Michal Hocko · 13 years ago
  19. 3e92041 memcg: add mem_cgroup_same_or_subtree() helper by Michal Hocko · 13 years ago
  20. d38144b memcg: unify sync and async per-cpu charge cache draining by Michal Hocko · 13 years ago
  21. d1a05b6 memcg: do not try to drain per-cpu caches without pages by Michal Hocko · 13 years ago
  22. 82f9d48 memcg: add memory.vmscan_stat by KAMEZAWA Hiroyuki · 13 years ago
  23. 108b6a7 memcg: fix behavior of mem_cgroup_resize_limit() by Daisuke Nishimura · 13 years ago
  24. 1af8efe memcg: change memcg_oom_mutex to spinlock by Michal Hocko · 13 years ago
  25. 79dfdac memcg: make oom_lock 0 and 1 based rather than counter by Michal Hocko · 13 years ago
  26. bb2a0de memcg: consolidate memory cgroup lru stat functions by KAMEZAWA Hiroyuki · 13 years ago
  27. 1f4c025 memcg: export memory cgroup's swappiness with mem_cgroup_swappiness() by KAMEZAWA Hiroyuki · 13 years ago
  28. 453a9bf memcg: fix numa scan information update to be triggered by memory event by KAMEZAWA Hiroyuki · 13 years ago
  29. 4d0c066 memcg: fix reclaimable lru check in memcg by KAMEZAWA Hiroyuki · 13 years ago
  30. 072441e mm: move shmem prototypes to shmem_fs.h by Hugh Dickins · 13 years ago
  31. fbc29a2 memcg: avoid percpu cached charge draining at softlimit by KAMEZAWA Hiroyuki · 13 years ago
  32. 26fe616 memcg: fix percpu cached charge draining frequency by KAMEZAWA Hiroyuki · 13 years ago
  33. 7ae534d memcg: fix wrong check of noswap with softlimit by KAMEZAWA Hiroyuki · 13 years ago
  34. 8957712 mm: memory.numa_stat: fix file permission by KAMEZAWA Hiroyuki · 13 years ago
  35. a433658 vmscan,memcg: memcg aware swap token by KOSAKI Motohiro · 13 years ago
  36. 456f998 memcg: add the pagefault count into memcg stats by Ying Han · 13 years ago
  37. 406eb0c memcg: add memory.numastat api for numa statistics by Ying Han · 13 years ago
  38. 1bac180 memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages() by Ying Han · 13 years ago
  39. 4fd14eb memcg: remove unused retry signal from reclaim by Johannes Weiner · 13 years ago
  40. 889976d memcg: reclaim memory from nodes in round-robin order by Ying Han · 13 years ago
  41. 39cc98f memcg: remove pointless next_mz nullification in mem_cgroup_soft_limit_reclaim() by Michal Hocko · 13 years ago
  42. 0ae5e89 memcg: count the soft_limit reclaim in global background reclaim by Ying Han · 13 years ago
  43. f780bdb cgroups: add per-thread subsystem callbacks by Ben Blum · 13 years ago
  44. a2c8990 memsw: remove noswapaccount kernel parameter by Michal Hocko · 13 years ago
  45. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  46. 5a6475a memcg: fix leak on wrong LRU with FUSE by KAMEZAWA Hiroyuki · 13 years ago
  47. 4be4489 mm/memcontrol.c: suppress uninitialized-var warning with older gcc's by Andrew Morton · 13 years ago
  48. 7a159cc memcg: use native word page statistics counters by Johannes Weiner · 13 years ago
  49. e9f8974 memcg: break out event counters from other stats by Johannes Weiner · 13 years ago
  50. 7ec99d6 memcg: unify charge/uncharge quantities to units of pages by Johannes Weiner · 13 years ago
  51. 7ffd4ca memcg: convert uncharge batching from bytes to page granularity by Johannes Weiner · 13 years ago
  52. 11c9ea4 memcg: convert per-cpu stock from bytes to page granularity by Johannes Weiner · 13 years ago
  53. e7018b8d memcg: keep only one charge cancelling function by Johannes Weiner · 13 years ago
  54. bf1ff26 memcg: remove memcg->reclaim_param_lock by Johannes Weiner · 13 years ago
  55. 4dc03de memcg: charged pages always have valid per-memcg zone info by Johannes Weiner · 13 years ago
  56. 6b3ae58 memcg: remove direct page_cgroup-to-page pointer by Johannes Weiner · 13 years ago
  57. 5564e88 memcg: condense page_cgroup-to-page lookup points by Johannes Weiner · 13 years ago
  58. de3638d memcg: fold __mem_cgroup_move_account into caller by Johannes Weiner · 13 years ago
  59. 97a6c37 memcg: change page_cgroup_zoneinfo signature by Johannes Weiner · 13 years ago
  60. ad324e9 memcg: no uncharged pages reach page_cgroup_zoneinfo by Johannes Weiner · 13 years ago
  61. f212ad7 memcg: add memcg sanity checks at allocating and freeing pages by Daisuke Nishimura · 13 years ago
  62. af4a662 memcg: remove NULL check from lookup_page_cgroup() result by Johannes Weiner · 13 years ago
  63. c14f35c memcg: remove impossible conditional when committing by Johannes Weiner · 13 years ago
  64. 3403968 memcg: remove unused page flag bitfield defines by Johannes Weiner · 13 years ago
  65. 9d11ea9 memcg: simplify the way memory limits are checked by Johannes Weiner · 13 years ago
  66. b7c6167 memcg: soft limit reclaim should end at limit not below by Johannes Weiner · 13 years ago
  67. 56039ef memcg: fix ugly initialization of return value is in caller by KAMEZAWA Hiroyuki · 13 years ago
  68. 0331932 pagewalk: only split huge pages when necessary by Dave Hansen · 13 years ago
  69. 3f58a82 memcg: move memcg reclaimable page into tail of inactive list by Minchan Kim · 13 years ago
  70. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  71. 3751d60 memcg: fix event counting breakage from recent THP update by KAMEZAWA Hiroyuki · 13 years ago
  72. 8493ae4 memcg: never OOM when charging huge pages by Johannes Weiner · 13 years ago
  73. 1994282 memcg: prevent endless loop when charging huge pages to near-limit group by Johannes Weiner · 13 years ago
  74. 9221edb memcg: prevent endless loop when charging huge pages by Johannes Weiner · 13 years ago
  75. 552b372 memsw: deprecate noswapaccount kernel parameter and schedule it for removal by Michal Hocko · 13 years ago
  76. fceda1b memsw: handle swapaccount kernel parameter correctly by Michal Hocko · 13 years ago
  77. 52dbb90 memcg: fix race at move_parent around compound_order() by KAMEZAWA Hiroyuki · 13 years ago
  78. 3d37c4a memcg: bugfix check mem_cgroup_disabled() at split fixup by KAMEZAWA Hiroyuki · 13 years ago
  79. 01c88e2 memcg: fix account leak at failure of memsw acconting by KAMEZAWA Hiroyuki · 13 years ago
  80. 8dba474 mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent() by Jesper Juhl · 13 years ago
  81. 713735b4 memcg: correctly order reading PCG_USED and pc->mem_cgroup by Johannes Weiner · 13 years ago
  82. 987eba6 memcg: fix rmdir, force_empty with THP by KAMEZAWA Hiroyuki · 13 years ago
  83. ece35ca memcg: fix LRU accounting with THP by KAMEZAWA Hiroyuki · 13 years ago
  84. ca3e021 memcg: fix USED bit handling at uncharge in THP by KAMEZAWA Hiroyuki · 13 years ago
  85. e401f17 memcg: modify accounting function for supporting THP better by KAMEZAWA Hiroyuki · 13 years ago
  86. 50de1dd memcg: fix memory migration of shmem swapcache by Daisuke Nishimura · 13 years ago
  87. 17295c8 memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset by Jesper Juhl · 13 years ago
  88. dfe076b memcg: fix deadlock between cpuset and memcg by Daisuke Nishimura · 13 years ago
  89. 043d18b memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list() by Minchan Kim · 13 years ago
  90. f3e8eb7 memcg: fix unit mismatch in memcg oom limit calculation by Johannes Weiner · 13 years ago
  91. dbd4ea7 memcg: add lock to synchronize page accounting and migration by KAMEZAWA Hiroyuki · 13 years ago
  92. 2a7106f memcg: create extensible page stat update routines by Greg Thelen · 13 years ago
  93. 37c2ac7 thp: compound_trans_order by Andrea Arcangeli · 13 years ago
  94. 2c888cf thp: fix anon memory statistics with transparent hugepages by Rik van Riel · 13 years ago
  95. 152c9cc thp: transhuge-memcg: commit tail pages at charge by Daisuke Nishimura · 13 years ago
  96. ec16851 thp: memcg compound by Andrea Arcangeli · 13 years ago
  97. ebb76ce memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner check by KAMEZAWA Hiroyuki · 13 years ago
  98. a42c390 cgroups: make swap accounting default behavior configurable by Michal Hocko · 13 years ago
  99. b1dd693 memcg: avoid deadlock between move charge and try_charge() by Daisuke Nishimura · 13 years ago
  100. 112bc2e memcg: fix false positive VM_BUG on non-SMP by Kirill A. Shutemov · 13 years ago