1. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  2. 5c4b4be mm: use correct numa policy node for transparent hugepages by Andi Kleen · 13 years ago
  3. 19ee151 mm: preserve original node for transparent huge page copies by Andi Kleen · 13 years ago
  4. 2f5f948 mm: change alloc_pages_vma to pass down the policy node for local policy by Andi Kleen · 13 years ago
  5. e5598f8 memcg: more mem_cgroup_uncharge() batching by Hugh Dickins · 13 years ago
  6. 8eac563 thp: fix interleaving for transparent hugepages by Andi Kleen · 13 years ago
  7. 29723fc mm: fix dubious code in __count_immobile_pages() by Namhyung Kim · 13 years ago
  8. 2876592 mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !__GFP_REPEAT by Mel Gorman · 13 years ago
  9. a879bf5 mm: grab rcu read lock in move_pages() by Greg Thelen · 13 years ago
  10. 8074b26 mm: fix refcounting in swapon by Miklos Szeredi · 13 years ago
  11. a3e8cc6 mm: fix possible cause of a page_mapped BUG by Hugh Dickins · 13 years ago
  12. 2aa1589 mm: prevent concurrent unmap_mapping_range() on the same inode by Miklos Szeredi · 13 years ago
  13. a7d6e4e thp: prevent hugepages during args/env copying into the user stack by Andrea Arcangeli · 13 years ago
  14. 678ff89 memcg: fix leak of accounting at failure path of hugepage collapsing by KAMEZAWA Hiroyuki · 13 years ago
  15. f0fdc5e vmscan: fix zone shrinking exit when scan work is done by Johannes Weiner · 13 years ago
  16. 419d8c9 mlock: do not munlock pages in __do_fault() by Michel Lespinasse · 13 years ago
  17. e15f8c0 mlock: fix race when munlocking pages in do_wp_page() by Michel Lespinasse · 13 years ago
  18. e6d2e2b memblock: don't adjust size in memblock_find_base() by Yinghai Lu · 13 years ago
  19. 3751d60 memcg: fix event counting breakage from recent THP update by KAMEZAWA Hiroyuki · 13 years ago
  20. 8493ae4 memcg: never OOM when charging huge pages by Johannes Weiner · 13 years ago
  21. 1994282 memcg: prevent endless loop when charging huge pages to near-limit group by Johannes Weiner · 13 years ago
  22. 9221edb memcg: prevent endless loop when charging huge pages by Johannes Weiner · 13 years ago
  23. af241a0 thp: fix unsuitable behavior for hwpoisoned tail page by Jin Dongming · 13 years ago
  24. a6d30dd thp: fix the wrong reported address of hwpoisoned hugepages by Jin Dongming · 13 years ago
  25. efeda7a thp: fix splitting of hwpoisoned hugepages by Jin Dongming · 13 years ago
  26. 48db54e mm/migration: fix page corruption during hugepage migration by Minchan Kim · 13 years ago
  27. 57fc4a5 mm: when migrate_pages returns 0, all pages must have been released by Andrea Arcangeli · 13 years ago
  28. 552b372 memsw: deprecate noswapaccount kernel parameter and schedule it for removal by Michal Hocko · 13 years ago
  29. fceda1b memsw: handle swapaccount kernel parameter correctly by Michal Hocko · 13 years ago
  30. fdf4c58 mlock: operate on any regions with protection != PROT_NONE by Michel Lespinasse · 13 years ago
  31. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  32. 4fda116 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cm by Linus Torvalds · 13 years ago
  33. 6ae4bd1 kmemleak: Allow kmemleak metadata allocations to fail by Catalin Marinas · 13 years ago
  34. 0a08739 kmemleak: remove memset by using kzalloc by Jesper Juhl · 14 years ago
  35. 52dbb90 memcg: fix race at move_parent around compound_order() by KAMEZAWA Hiroyuki · 13 years ago
  36. 3d37c4a memcg: bugfix check mem_cgroup_disabled() at split fixup by KAMEZAWA Hiroyuki · 13 years ago
  37. 01c88e2 memcg: fix account leak at failure of memsw acconting by KAMEZAWA Hiroyuki · 13 years ago
  38. 28bd657 mm: migration: clarify migrate_pages() comment by Minchan Kim · 13 years ago
  39. 33a9387 mm: compaction: don't depend on HUGETLB_PAGE by Andrea Arcangeli · 13 years ago
  40. 8dba474 mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent() by Jesper Juhl · 13 years ago
  41. 2ff754f mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator by David Rientjes · 13 years ago
  42. f33261d mm: fix deferred congestion timeout if preferred zone is not allowed by David Rientjes · 13 years ago
  43. f95ba94 mm/pgtable-generic.c: fix CONFIG_SWAP=n build by Andrew Morton · 13 years ago
  44. 713735b memcg: correctly order reading PCG_USED and pc->mem_cgroup by Johannes Weiner · 13 years ago
  45. 382e27d mm: fix truncate_setsize() comment by Jan Kara · 13 years ago
  46. 987eba6 memcg: fix rmdir, force_empty with THP by KAMEZAWA Hiroyuki · 13 years ago
  47. ece35ca memcg: fix LRU accounting with THP by KAMEZAWA Hiroyuki · 13 years ago
  48. ca3e021 memcg: fix USED bit handling at uncharge in THP by KAMEZAWA Hiroyuki · 13 years ago
  49. e401f17 memcg: modify accounting function for supporting THP better by KAMEZAWA Hiroyuki · 13 years ago
  50. 82478fb mm: compaction: prevent division-by-zero during user-requested compaction by Johannes Weiner · 13 years ago
  51. 3305de5 mm/vmscan.c: remove duplicate include of compaction.h by Jesper Juhl · 13 years ago
  52. abb6527 memblock: fix memblock_is_region_memory() by Tomi Valkeinen · 13 years ago
  53. 453c719 thp: keep highpte mapped until it is no longer needed by Johannes Weiner · 13 years ago
  54. 83896fb Revert "mm: simplify code of swap.c" by Linus Torvalds · 13 years ago
  55. 7a60857 Revert "mm: batch activate_page() to reduce lock contention" by Linus Torvalds · 13 years ago
  56. b3697c0 fix non-x86 build failure in pmdp_get_and_clear by Andrea Arcangeli · 13 years ago
  57. 68a1b19 mm/slab.c: make local symbols static by H Hartley Sweeten · 14 years ago
  58. 597fb18 Merge branch 'slub/hotplug' into slab/urgent by Pekka Enberg · 13 years ago
  59. 52cfd50 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  60. 50de1dd memcg: fix memory migration of shmem swapcache by Daisuke Nishimura · 13 years ago
  61. 17295c8 memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset by Jesper Juhl · 13 years ago
  62. dfe076b memcg: fix deadlock between cpuset and memcg by Daisuke Nishimura · 13 years ago
  63. 043d18b memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list() by Minchan Kim · 13 years ago
  64. f3e8eb7 memcg: fix unit mismatch in memcg oom limit calculation by Johannes Weiner · 13 years ago
  65. dbd4ea7 memcg: add lock to synchronize page accounting and migration by KAMEZAWA Hiroyuki · 13 years ago
  66. 2a7106f memcg: create extensible page stat update routines by Greg Thelen · 13 years ago
  67. 744ed144 mm: batch activate_page() to reduce lock contention by Shaohua Li · 13 years ago
  68. d8505de mm: simplify code of swap.c by Shaohua Li · 13 years ago
  69. c06b1fc mm/page_alloc.c: don't cache `current' in a local by Andrew Morton · 13 years ago
  70. fd4a466 mm: fix hugepage migration by Hugh Dickins · 13 years ago
  71. 1ce82b6 mm: fix migration hangs on anon_vma lock by Hugh Dickins · 13 years ago
  72. 2919bfd ksm: drain pagevecs to lru by Hugh Dickins · 13 years ago
  73. 73ae31e hugetlb: fix handling of parse errors in sysfs by Eric B Munson · 13 years ago
  74. adbe872 hugetlb: do not allow pagesize >= MAX_ORDER pool adjustment by Eric B Munson · 13 years ago
  75. 08d4a24 hugetlb: check the return value of string conversion in sysctl handler by Michal Hocko · 13 years ago
  76. 684265d mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc() by Andrew Morton · 13 years ago
  77. 84bc227 mm/dmapool.c: take lock only once in dma_pool_free() by Rolf Eike Beer · 13 years ago
  78. 43506fa mm/page_alloc.c: simplify calculation of combined index of adjacent buddy lists by KyongHo Cho · 13 years ago
  79. 5520e89 brk: fix min_brk lower bound computation for COMPAT_BRK by Jiri Kosina · 13 years ago
  80. 32d6fea mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common() by Jesper Juhl · 13 years ago
  81. 29c1f67 mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migration by Mel Gorman · 13 years ago
  82. 22e5c47 thp: add compound_trans_head() helper by Andrea Arcangeli · 13 years ago
  83. 29ad768 thp: KSM on THP by Andrea Arcangeli · 13 years ago
  84. 60ab324 thp: khugepaged: make khugepaged aware about madvise by Andrea Arcangeli · 13 years ago
  85. a664b2d thp: madvise(MADV_NOHUGEPAGE) by Andrea Arcangeli · 13 years ago
  86. 37c2ac7 thp: compound_trans_order by Andrea Arcangeli · 13 years ago
  87. 91600e9 thp: fix memory-failure hugetlbfs vs THP collision by Andrea Arcangeli · 13 years ago
  88. 14d1a55 thp: add debug checks for mapcount related invariants by Andrea Arcangeli · 13 years ago
  89. 9992af1 thp: scale nr_rotated to balance memory pressure by Rik van Riel · 13 years ago
  90. 2c888cf thp: fix anon memory statistics with transparent hugepages by Rik van Riel · 13 years ago
  91. 97562cd thp: disable transparent hugepages by default on small systems by Rik van Riel · 13 years ago
  92. c5a73c3 thp: use compaction for all allocation orders by Andrea Arcangeli · 13 years ago
  93. 5a03b05 thp: use compaction in kswapd for GFP_ATOMIC order > 0 by Andrea Arcangeli · 13 years ago
  94. 878aee7 thp: freeze khugepaged and ksmd by Andrea Arcangeli · 13 years ago
  95. 8ee5382 thp: mmu_notifier_test_young by Andrea Arcangeli · 13 years ago
  96. 4b7167b thp: don't allow transparent hugepage support without PSE by Andrea Arcangeli · 13 years ago
  97. 94fcc58 thp: avoid breaking huge pmd invariants in case of vma_adjust failures by Andrea Arcangeli · 13 years ago
  98. bc83501 thp: transhuge isolate_migratepages() by Andrea Arcangeli · 13 years ago
  99. 5d68924 thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled by Andrea Arcangeli · 13 years ago
  100. 13ece88 thp: transparent hugepage config choice by Andrea Arcangeli · 13 years ago