1. 5b280c0 mm: don't return 0 too early from find_get_pages() by Hugh Dickins · 13 years ago
  2. 9d8aa4e mm: remove worrying dead code from find_get_pages() by Hugh Dickins · 13 years ago
  3. c033a93 hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepages by Petr Holasek · 13 years ago
  4. 8afdcec mm: vmscan: kswapd should not free an excessive number of pages when balancing small zones by Mel Gorman · 13 years ago
  5. 7571966 mempolicy: remove redundant check in __mpol_equal() by Namhyung Kim · 13 years ago
  6. 0331932 pagewalk: only split huge pages when necessary by Dave Hansen · 13 years ago
  7. 278df9f mm: reclaim invalidated page ASAP by Minchan Kim · 13 years ago
  8. 3f58a82 memcg: move memcg reclaimable page into tail of inactive list by Minchan Kim · 13 years ago
  9. 3156018 mm: deactivate invalidated pages by Minchan Kim · 13 years ago
  10. 01d8b20 mm: simplify anon_vma refcounts by Peter Zijlstra · 13 years ago
  11. 8381326 mm: move anon_vma ref out from under CONFIG_foo by Peter Zijlstra · 13 years ago
  12. 9e60109 mm: rename drop_anon_vma() to put_anon_vma() by Peter Zijlstra · 13 years ago
  13. 7bc32f6 mm: debug-pagealloc: fix kconfig dependency warning by Akinobu Mita · 13 years ago
  14. 1d16871 mm: batch-free pcp list if possible by Namhyung Kim · 13 years ago
  15. e64a782 mm: change __remove_from_page_cache() by Minchan Kim · 13 years ago
  16. 702cfbf mm: goodbye remove_from_page_cache() by Minchan Kim · 13 years ago
  17. 5adc7b5 mm: truncate: change remove_from_page_cache by Minchan Kim · 13 years ago
  18. 4c73b1b mm: shmem: change remove_from_page_cache by Minchan Kim · 13 years ago
  19. 97cecb5 mm: introduce delete_from_page_cache() by Minchan Kim · 13 years ago
  20. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  21. 318b275 mm: allow GUP to fail instead of waiting on a page by Gleb Natapov · 13 years ago
  22. 5fda1bd mm: notifier_from_errno() cleanup by Prarit Bhargava · 13 years ago
  23. cbf978b oom: suppress nodes that are not allowed from meminfo on page alloc failure by David Rientjes · 13 years ago
  24. 29423e77 oom: suppress show_mem() for many nodes in irq context on page alloc failure by David Rientjes · 13 years ago
  25. ddd588b oom: suppress nodes that are not allowed from meminfo on oom kill by David Rientjes · 13 years ago
  26. 9d502c1 mm/compaction: check migrate_pages's return value instead of list_empty() by Minchan Kim · 13 years ago
  27. d527caf mm: compaction: prevent kswapd compacting memory to reduce CPU usage by Andrea Arcangeli · 13 years ago
  28. 8969960 mm: vmap area cache by Nick Piggin · 13 years ago
  29. edd4554 oom: avoid deferring oom killer if exiting task is being traced by David Rientjes · 13 years ago
  30. 30e2b41 oom: skip zombies when iterating tasklist by Andrey Vagin · 13 years ago
  31. 3a5dda7 oom: prevent unnecessary oom kills or kernel panics by David Rientjes · 13 years ago
  32. 52c5056 mm: swap: unlock swapfile inode mutex before closing file on bad swapfiles by Mel Gorman · 13 years ago
  33. 4fdccdf slub: Add statistics for this_cmpxchg_double failures by Christoph Lameter · 13 years ago
  34. 2fd66c5 slub: Add missing irq restore for the OOM path by Christoph Lameter · 13 years ago
  35. 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
  36. e8c500c Merge branch 'slub/lockless' into for-linus by Pekka Enberg · 13 years ago
  37. c53badd Merge branch 'slab/next' into for-linus by Pekka Enberg · 13 years ago
  38. a24c5a0 slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL case by Christoph Lameter · 13 years ago
  39. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  40. ec0afc9 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  41. ef2b4b9 mm: PageBuddy and mapcount robustness by Andrea Arcangeli · 13 years ago
  42. f58c9df mm: remove is_hwpoison_address by Huang Ying · 13 years ago
  43. 69ebb83 mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally by Huang Ying · 13 years ago
  44. 0014bd9 mm: export __get_user_pages by Huang Ying · 13 years ago
  45. 95f2860 fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going away by Jens Axboe · 13 years ago
  46. 9b6096a mm: make generic_writepages() use plugging by Shaohua Li · 13 years ago
  47. 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
  48. 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
  49. 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
  50. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  51. 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 13 years ago
  52. 52d3c03 Revert "oom: oom_kill_process: fix the child_points logic" by Linus Torvalds · 13 years ago
  53. dc1b83a oom: oom_kill_process: fix the child_points logic by Oleg Nesterov · 13 years ago
  54. 2fbfac4 thp+memcg-numa: fix BUG at include/linux/mm.h:370! by Hugh Dickins · 13 years ago
  55. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  56. 2da28bf thp: fix page_referenced to modify mapcount/vm_flags only if page is found by Andrea Arcangeli · 13 years ago
  57. 865d794 Merge branch 'slab/urgent' into slab/next by Pekka Enberg · 13 years ago
  58. c914955 Merge branch 'slab/rcu' into slab/next by Pekka Enberg · 13 years ago
  59. 5bfe53a slab,rcu: don't assume the size of struct rcu_head by Lai Jiangshan · 13 years ago
  60. da9a638 slub,rcu: don't assume the size of struct rcu_head by Lai Jiangshan · 13 years ago
  61. ab9a0f1 slub: automatically reserve bytes at the end of slab by Lai Jiangshan · 13 years ago
  62. 8a5ec0b Lockless (and preemptless) fastpaths for slub by Christoph Lameter · 13 years ago
  63. d3f661d slub: Get rid of slab_free_hook_irq() by Christoph Lameter · 13 years ago
  64. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  65. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  66. 5b417b1 read-ahead: use plugging by Jens Axboe · 14 years ago
  67. 55602dd fs: make generic file read/write functions plug by Jens Axboe · 14 years ago
  68. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  69. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  70. 5c4b4be mm: use correct numa policy node for transparent hugepages by Andi Kleen · 13 years ago
  71. 19ee151 mm: preserve original node for transparent huge page copies by Andi Kleen · 13 years ago
  72. 2f5f948 mm: change alloc_pages_vma to pass down the policy node for local policy by Andi Kleen · 13 years ago
  73. ae0e47f Remove one to many n's in a word by Justin P. Mattock · 13 years ago
  74. d71f606 slub: fix ksize() build error by Mariusz Kozlowski · 13 years ago
  75. cc28989 mm: Move early_node_map[] reverse scan helpers under HAVE_MEMBLOCK by Yinghai Lu · 13 years ago
  76. e5598f8 memcg: more mem_cgroup_uncharge() batching by Hugh Dickins · 13 years ago
  77. 8eac563 thp: fix interleaving for transparent hugepages by Andi Kleen · 13 years ago
  78. 29723fc mm: fix dubious code in __count_immobile_pages() by Namhyung Kim · 13 years ago
  79. 2876592 mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !__GFP_REPEAT by Mel Gorman · 13 years ago
  80. a879bf5 mm: grab rcu read lock in move_pages() by Greg Thelen · 13 years ago
  81. 8074b26 mm: fix refcounting in swapon by Miklos Szeredi · 13 years ago
  82. 8bc1f91 bootmem: Move __alloc_memory_core_early() to nobootmem.c by Yinghai Lu · 13 years ago
  83. e782ab4 bootmem: Move contig_page_data definition to bootmem.c/nobootmem.c by Yinghai Lu · 13 years ago
  84. 0932587 bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.c by Yinghai Lu · 13 years ago
  85. a3e8cc6 mm: fix possible cause of a page_mapped BUG by Hugh Dickins · 13 years ago
  86. 2aa1589 mm: prevent concurrent unmap_mapping_range() on the same inode by Miklos Szeredi · 13 years ago
  87. b3d4188 slub: fix kmemcheck calls to match ksize() hints by Eric Dumazet · 13 years ago
  88. a335b2e mm: Fix out-of-date comments which refers non-existent functions by Ryota Ozaki · 13 years ago
  89. a7d6e4e thp: prevent hugepages during args/env copying into the user stack by Andrea Arcangeli · 13 years ago
  90. 3ff84a7 Revert "slab: Fix missing DEBUG_SLAB last user" by Pekka Enberg · 13 years ago
  91. d2137d5 Merge branch 'linus' into x86/bootmem by Ingo Molnar · 13 years ago
  92. 678ff89 memcg: fix leak of accounting at failure path of hugepage collapsing by KAMEZAWA Hiroyuki · 13 years ago
  93. f0fdc5e vmscan: fix zone shrinking exit when scan work is done by Johannes Weiner · 13 years ago
  94. 419d8c9 mlock: do not munlock pages in __do_fault() by Michel Lespinasse · 13 years ago
  95. e15f8c0 mlock: fix race when munlocking pages in do_wp_page() by Michel Lespinasse · 13 years ago
  96. e6d2e2b memblock: don't adjust size in memblock_find_base() by Yinghai Lu · 13 years ago
  97. 3751d60 memcg: fix event counting breakage from recent THP update by KAMEZAWA Hiroyuki · 13 years ago
  98. 8493ae4 memcg: never OOM when charging huge pages by Johannes Weiner · 13 years ago
  99. 1994282 memcg: prevent endless loop when charging huge pages to near-limit group by Johannes Weiner · 13 years ago
  100. 9221edb memcg: prevent endless loop when charging huge pages by Johannes Weiner · 13 years ago