1. 14577be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  2. e8c500c Merge branch 'slub/lockless' into for-linus by Pekka Enberg · 13 years ago
  3. c53badd Merge branch 'slab/next' into for-linus by Pekka Enberg · 13 years ago
  4. a24c5a0 slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL case by Christoph Lameter · 13 years ago
  5. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  6. ec0afc9 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  7. ef2b4b9 mm: PageBuddy and mapcount robustness by Andrea Arcangeli · 13 years ago
  8. f58c9df mm: remove is_hwpoison_address by Huang Ying · 13 years ago
  9. 69ebb83 mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally by Huang Ying · 13 years ago
  10. 0014bd9 mm: export __get_user_pages by Huang Ying · 13 years ago
  11. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  12. 181f977 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  13. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  14. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  15. 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 13 years ago
  16. 52d3c03 Revert "oom: oom_kill_process: fix the child_points logic" by Linus Torvalds · 13 years ago
  17. dc1b83a oom: oom_kill_process: fix the child_points logic by Oleg Nesterov · 13 years ago
  18. 2fbfac4 thp+memcg-numa: fix BUG at include/linux/mm.h:370! by Hugh Dickins · 13 years ago
  19. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  20. 2da28bf thp: fix page_referenced to modify mapcount/vm_flags only if page is found by Andrea Arcangeli · 13 years ago
  21. 865d794 Merge branch 'slab/urgent' into slab/next by Pekka Enberg · 13 years ago
  22. c914955 Merge branch 'slab/rcu' into slab/next by Pekka Enberg · 13 years ago
  23. 5bfe53a slab,rcu: don't assume the size of struct rcu_head by Lai Jiangshan · 13 years ago
  24. da9a638 slub,rcu: don't assume the size of struct rcu_head by Lai Jiangshan · 13 years ago
  25. ab9a0f1 slub: automatically reserve bytes at the end of slab by Lai Jiangshan · 13 years ago
  26. 8a5ec0b Lockless (and preemptless) fastpaths for slub by Christoph Lameter · 13 years ago
  27. d3f661d slub: Get rid of slab_free_hook_irq() by Christoph Lameter · 13 years ago
  28. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  29. 5c4b4be mm: use correct numa policy node for transparent hugepages by Andi Kleen · 13 years ago
  30. 19ee151 mm: preserve original node for transparent huge page copies by Andi Kleen · 13 years ago
  31. 2f5f948 mm: change alloc_pages_vma to pass down the policy node for local policy by Andi Kleen · 13 years ago
  32. ae0e47f Remove one to many n's in a word by Justin P. Mattock · 13 years ago
  33. d71f606 slub: fix ksize() build error by Mariusz Kozlowski · 13 years ago
  34. cc28989 mm: Move early_node_map[] reverse scan helpers under HAVE_MEMBLOCK by Yinghai Lu · 13 years ago
  35. e5598f8 memcg: more mem_cgroup_uncharge() batching by Hugh Dickins · 13 years ago
  36. 8eac563 thp: fix interleaving for transparent hugepages by Andi Kleen · 13 years ago
  37. 29723fc mm: fix dubious code in __count_immobile_pages() by Namhyung Kim · 13 years ago
  38. 2876592 mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !__GFP_REPEAT by Mel Gorman · 13 years ago
  39. a879bf5 mm: grab rcu read lock in move_pages() by Greg Thelen · 13 years ago
  40. 8074b26 mm: fix refcounting in swapon by Miklos Szeredi · 13 years ago
  41. 8bc1f91 bootmem: Move __alloc_memory_core_early() to nobootmem.c by Yinghai Lu · 13 years ago
  42. e782ab4 bootmem: Move contig_page_data definition to bootmem.c/nobootmem.c by Yinghai Lu · 13 years ago
  43. 0932587 bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.c by Yinghai Lu · 13 years ago
  44. a3e8cc6 mm: fix possible cause of a page_mapped BUG by Hugh Dickins · 13 years ago
  45. 2aa1589 mm: prevent concurrent unmap_mapping_range() on the same inode by Miklos Szeredi · 13 years ago
  46. b3d4188 slub: fix kmemcheck calls to match ksize() hints by Eric Dumazet · 13 years ago
  47. a335b2e mm: Fix out-of-date comments which refers non-existent functions by Ryota Ozaki · 13 years ago
  48. a7d6e4e thp: prevent hugepages during args/env copying into the user stack by Andrea Arcangeli · 13 years ago
  49. 3ff84a7 Revert "slab: Fix missing DEBUG_SLAB last user" by Pekka Enberg · 13 years ago
  50. d2137d5 Merge branch 'linus' into x86/bootmem by Ingo Molnar · 13 years ago
  51. 678ff89 memcg: fix leak of accounting at failure path of hugepage collapsing by KAMEZAWA Hiroyuki · 13 years ago
  52. f0fdc5e vmscan: fix zone shrinking exit when scan work is done by Johannes Weiner · 13 years ago
  53. 419d8c9 mlock: do not munlock pages in __do_fault() by Michel Lespinasse · 13 years ago
  54. e15f8c0 mlock: fix race when munlocking pages in do_wp_page() by Michel Lespinasse · 13 years ago
  55. e6d2e2b memblock: don't adjust size in memblock_find_base() by Yinghai Lu · 13 years ago
  56. 3751d60 memcg: fix event counting breakage from recent THP update by KAMEZAWA Hiroyuki · 13 years ago
  57. 8493ae4 memcg: never OOM when charging huge pages by Johannes Weiner · 13 years ago
  58. 1994282 memcg: prevent endless loop when charging huge pages to near-limit group by Johannes Weiner · 13 years ago
  59. 9221edb memcg: prevent endless loop when charging huge pages by Johannes Weiner · 13 years ago
  60. af241a0 thp: fix unsuitable behavior for hwpoisoned tail page by Jin Dongming · 13 years ago
  61. a6d30dd thp: fix the wrong reported address of hwpoisoned hugepages by Jin Dongming · 13 years ago
  62. efeda7a thp: fix splitting of hwpoisoned hugepages by Jin Dongming · 13 years ago
  63. 48db54e mm/migration: fix page corruption during hugepage migration by Minchan Kim · 13 years ago
  64. 57fc4a5 mm: when migrate_pages returns 0, all pages must have been released by Andrea Arcangeli · 13 years ago
  65. 552b372 memsw: deprecate noswapaccount kernel parameter and schedule it for removal by Michal Hocko · 13 years ago
  66. fceda1b memsw: handle swapaccount kernel parameter correctly by Michal Hocko · 13 years ago
  67. fdf4c58 mlock: operate on any regions with protection != PROT_NONE by Michel Lespinasse · 13 years ago
  68. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  69. 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
  70. 6ae4bd1 kmemleak: Allow kmemleak metadata allocations to fail by Catalin Marinas · 13 years ago
  71. 0a08739 kmemleak: remove memset by using kzalloc by Jesper Juhl · 14 years ago
  72. 52dbb90 memcg: fix race at move_parent around compound_order() by KAMEZAWA Hiroyuki · 13 years ago
  73. 3d37c4a memcg: bugfix check mem_cgroup_disabled() at split fixup by KAMEZAWA Hiroyuki · 13 years ago
  74. 01c88e2 memcg: fix account leak at failure of memsw acconting by KAMEZAWA Hiroyuki · 13 years ago
  75. 28bd657 mm: migration: clarify migrate_pages() comment by Minchan Kim · 13 years ago
  76. 33a9387 mm: compaction: don't depend on HUGETLB_PAGE by Andrea Arcangeli · 13 years ago
  77. 8dba474 mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent() by Jesper Juhl · 13 years ago
  78. 2ff754f mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator by David Rientjes · 13 years ago
  79. f33261d mm: fix deferred congestion timeout if preferred zone is not allowed by David Rientjes · 13 years ago
  80. f95ba94 mm/pgtable-generic.c: fix CONFIG_SWAP=n build by Andrew Morton · 13 years ago
  81. 6331046 mm: Remove support for kmem_cache_name() by Christoph Lameter · 13 years ago
  82. 713735b4 memcg: correctly order reading PCG_USED and pc->mem_cgroup by Johannes Weiner · 13 years ago
  83. 382e27d mm: fix truncate_setsize() comment by Jan Kara · 13 years ago
  84. 987eba6 memcg: fix rmdir, force_empty with THP by KAMEZAWA Hiroyuki · 13 years ago
  85. ece35ca memcg: fix LRU accounting with THP by KAMEZAWA Hiroyuki · 13 years ago
  86. ca3e021 memcg: fix USED bit handling at uncharge in THP by KAMEZAWA Hiroyuki · 13 years ago
  87. e401f17 memcg: modify accounting function for supporting THP better by KAMEZAWA Hiroyuki · 13 years ago
  88. 82478fb mm: compaction: prevent division-by-zero during user-requested compaction by Johannes Weiner · 13 years ago
  89. 3305de5 mm/vmscan.c: remove duplicate include of compaction.h by Jesper Juhl · 13 years ago
  90. abb6527 memblock: fix memblock_is_region_memory() by Tomi Valkeinen · 13 years ago
  91. 453c719 thp: keep highpte mapped until it is no longer needed by Johannes Weiner · 13 years ago
  92. 83896fb Revert "mm: simplify code of swap.c" by Linus Torvalds · 13 years ago
  93. 7a60857 Revert "mm: batch activate_page() to reduce lock contention" by Linus Torvalds · 13 years ago
  94. b3697c0 fix non-x86 build failure in pmdp_get_and_clear by Andrea Arcangeli · 13 years ago
  95. 68a1b19 mm/slab.c: make local symbols static by H Hartley Sweeten · 13 years ago
  96. 597fb18 Merge branch 'slub/hotplug' into slab/urgent by Pekka Enberg · 13 years ago
  97. 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
  98. 50de1dd memcg: fix memory migration of shmem swapcache by Daisuke Nishimura · 13 years ago
  99. 17295c8 memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset by Jesper Juhl · 13 years ago
  100. dfe076b memcg: fix deadlock between cpuset and memcg by Daisuke Nishimura · 13 years ago