1. 0089e48 mm/huge_memory: fix copying user highpage by Hillf Danton · 13 years ago
  2. df9d698 mm: do not drain pagevecs for mlockall(MCL_FUTURE) by Christoph Lameter · 13 years ago
  3. e0c2327 vmscan: abort reclaim/compaction if compaction can proceed by Mel Gorman · 13 years ago
  4. e0887c1 vmscan: limit direct reclaim for higher order allocations by Rik van Riel · 13 years ago
  5. 21ee9f3 vmscan: add barrier to prevent evictable page in unevictable list by Minchan Kim · 13 years ago
  6. 2f1da64 mm/huge_memory.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  7. e754d79 mm/mempolicy.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  8. 22d5368 mm/thrash.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  9. 2d7d3eb mm/memblock.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  10. 264e56d mm: disable user interface to manually rescue unevictable pages by Johannes Weiner · 13 years ago
  11. 3f38099 vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node() by Kautuk Consul · 13 years ago
  12. 4e9dc5d mm: fix kunmap_high() comment by Li Haifeng · 13 years ago
  13. d43a87e mm: compaction: make compact_zone_order() static by Kyungmin Park · 13 years ago
  14. dd73e85 HWPOISON: convert pr_debug()s to pr_info()s by Dean Nelson · 13 years ago
  15. 584cff5 mm/mmap.c: eliminate the ret variable from mm_take_all_locks() by Kautuk Consul · 13 years ago
  16. 20c8c62 mm-add-comment-explaining-task-state-setting-in-bdi_forker_thread-fix by Andrew Morton · 13 years ago
  17. 99ef031 ksm: fix the comment of try_to_unmap_one() by Wanlong Gao · 13 years ago
  18. de7d2b5 mm/vmalloc.c: report more vmalloc failures by Joe Perches · 13 years ago
  19. f0dfcde kswapd: assign new_order and new_classzone_idx after wakeup in sleeping by Alex,Shi · 13 years ago
  20. d1f0ece mm/memblock.c: small function definition fixes by Jonghwan Choi · 13 years ago
  21. d2ebd0f6 kswapd: avoid unnecessary rebalance after an unsuccessful balancing by Alex,Shi · 13 years ago
  22. 64212ec debug-pagealloc: add support for highmem pages by Akinobu Mita · 13 years ago
  23. 3ee9a4f mm: neaten warn_alloc_failed by Joe Perches · 13 years ago
  24. 37a1c49 thp: mremap support and TLB optimization by Andrea Arcangeli · 13 years ago
  25. 7b6efc2 mremap: avoid sending one IPI per page by Andrea Arcangeli · 13 years ago
  26. ebed484 mremap: check for overflow using deltas by Andrea Arcangeli · 13 years ago
  27. 6661672 memblock: add NO_BOOTMEM config symbol by Sam Ravnborg · 13 years ago
  28. 0a93ebe memblock: add memblock_start_of_DRAM() by Sam Ravnborg · 13 years ago
  29. f5252e0 mm: avoid null pointer access in vm_struct via /proc/vmallocinfo by Mitsuo Hayasaka · 13 years ago
  30. 8c5fb8e mm/debug-pagealloc.c: use memchr_inv by Akinobu Mita · 13 years ago
  31. 79824820 lib/string.c: introduce memchr_inv() by Akinobu Mita · 13 years ago
  32. 7731113 mm/debug-pagealloc.c: use plain __ratelimit() instead of printk_ratelimit() by Akinobu Mita · 13 years ago
  33. 16fb951 vmscan: count pages into balanced for zone with good watermark by Shaohua Li · 13 years ago
  34. 49ea7eb mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completes by Mel Gorman · 13 years ago
  35. 92df3a7 mm: vmscan: throttle reclaim if encountering too many dirty pages under writeback by Mel Gorman · 13 years ago
  36. f84f6e2 mm: vmscan: do not writeback filesystem pages in kswapd except in high priority by Mel Gorman · 13 years ago
  37. a18bba0 mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under writeback by Mel Gorman · 13 years ago
  38. ee72886 mm: vmscan: do not writeback filesystem pages in direct reclaim by Mel Gorman · 13 years ago
  39. f11c0ca mm: vmscan: drop nr_force_scan[] from get_scan_count by Johannes Weiner · 13 years ago
  40. 4f31888 mm: output a list of loaded modules when we hit bad_page() by Dave Jones · 13 years ago
  41. 43362a4 oom: fix race while temporarily setting current's oom_score_adj by David Rientjes · 13 years ago
  42. c9f0124 oom: remove oom_disable_count by David Rientjes · 13 years ago
  43. 7b0d44fa oom: avoid killing kthreads if they assume the oom killed thread's mm by David Rientjes · 13 years ago
  44. f660daa oom: thaw threads if oom killed thread is frozen before deferring by David Rientjes · 13 years ago
  45. d08c429 mm/page-writeback.c: document bdi_min_ratio by Johannes Weiner · 13 years ago
  46. 3da367c vmscan: add block plug for page reclaim by Shaohua Li · 13 years ago
  47. 0dabec9 mm: migration: clean up unmap_and_move() by Minchan Kim · 13 years ago
  48. f80c067 mm: zone_reclaim: make isolate_lru_page() filter-aware by Minchan Kim · 13 years ago
  49. 39deaf8 mm: compaction: make isolate_lru_page() filter-aware by Minchan Kim · 13 years ago
  50. 4356f21 mm: change isolate mode from #define to bitwise type by Minchan Kim · 13 years ago
  51. b9e84ac mm: compaction: trivial clean up in acct_isolated() by Minchan Kim · 13 years ago
  52. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  53. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  54. 39be79c vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriately by Jeff Layton · 13 years ago
  55. e182a34 Merge branches 'slab/next' and 'slub/partial' into slab/for-linus by Pekka Enberg · 13 years ago
  56. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  57. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  58. 486cf46 mm: fix race between mremap and removing migration entry by Hugh Dickins · 13 years ago
  59. dcc3be6 slub: Discard slab page when node partial > minimum partial number by Alex Shi · 13 years ago
  60. 9f26490 slub: correct comments error for per cpu partial by Alex Shi · 13 years ago
  61. ab067e9 mm: restrict access to slab files under procfs and sysfs by Vasiliy Kulikov · 13 years ago
  62. fed678d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  63. b6a68a5 Merge branch 'slab/urgent' of git://github.com/penberg/linux by Linus Torvalds · 13 years ago
  64. d20bbfa Merge branch 'slab/urgent' into slab/next by Pekka Enberg · 13 years ago
  65. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  66. 8c1fec1 mm: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  67. cc39c6a mm: account skipped entries to avoid looping in find_get_pages by Shaohua Li · 13 years ago
  68. 461ae48 mm: sync vmalloc address space page tables in alloc_vm_area() by David Vrabel · 13 years ago
  69. 185efc0 memcg: Revert "memcg: add memory.vmscan_stat" by Johannes Weiner · 13 years ago
  70. a4d3e9e mm: vmscan: fix force-scanning small targets without swap by Johannes Weiner · 13 years ago
  71. 0d6617c numa: fix NUMA compile error when sysfs and procfs are disabled by David Rientjes · 13 years ago
  72. 2bbff6c mm/mempolicy.c: make copy_from_user() provably correct by KAMEZAWA Hiroyuki · 13 years ago
  73. 8aacc9f mm/mempolicy.c: fix pgoff in mbind vma merge by Caspar Zhang · 13 years ago
  74. 12d7963 slub: Code optimization in get_partial_node() by Alex,Shi · 13 years ago
  75. 09f40f9 mm: Add comment explaining task state setting in bdi_forker_thread() by Jan Kara · 13 years ago
  76. 5a042aa mm: Cleanup clearing of BDI_pending bit in bdi_forker_thread() by Jan Kara · 13 years ago
  77. 136333d slub: explicitly document position of inserting slab to partial list by Shaohua Li · 13 years ago
  78. 130655e slub: add slab with one free object to partial list tail by Shaohua Li · 13 years ago
  79. 23751be memcg: fix hierarchical oom locking by Johannes Weiner · 13 years ago
  80. 439423f vmscan: clear ZONE_CONGESTED for zone with good watermark by Shaohua Li · 13 years ago
  81. f51bdd2 mm: fix a vmscan warning by Shaohua Li · 13 years ago
  82. 5af12d0 memcg: pin execution to current cpu while draining stock by Johannes Weiner · 13 years ago
  83. e33f2d2 Merge branch 'urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  84. 81d66c7 mm/vmscan.c: fix a typo in a comment "relaimed" to "reclaimed" by Justin P. Mattock · 13 years ago
  85. 49e2258 slub: per cpu cache for partial pages by Christoph Lameter · 13 years ago
  86. 497b66f slub: return object pointer from get_partial() / new_slab(). by Christoph Lameter · 13 years ago
  87. acd19fd slub: pass kmem_cache_cpu pointer to get_partial() by Christoph Lameter · 13 years ago
  88. e6e82ea slub: Prepare inuse field in new_slab() by Christoph Lameter · 13 years ago
  89. 7db0d70 slub: Remove useless statements in __slab_alloc by Christoph Lameter · 13 years ago
  90. 69cb8e6 slub: free slabs without holding locks by Christoph Lameter · 13 years ago
  91. bb08229 squeeze max-pause area and drop pass-good area by Wu Fengguang · 13 years ago
  92. f991879 mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const. by Ian Campbell · 13 years ago
  93. f982f91 mm: fix wrong vmap address calculations with odd NR_CPUS values by Clemens Ladisch · 13 years ago
  94. 9f50fad Revert "memcg: get rid of percpu_charge_mutex lock" by Michal Hocko · 13 years ago
  95. 8110718 slub: Fix partial count comparison confusion by Christoph Lameter · 13 years ago
  96. ef62fb3 slub: fix check_bytes() for slub debugging by Akinobu Mita · 13 years ago
  97. 6fbabb2 slub: Fix full list corruption if debugging is on by Christoph Lameter · 13 years ago
  98. 5a2f3a0 Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next by James Morris · 13 years ago
  99. f03683b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  100. 30765b9 slab, lockdep: Annotate the locks before using them by Peter Zijlstra · 13 years ago