1. bc83501 thp: transhuge isolate_migratepages() by Andrea Arcangeli · 13 years ago
  2. 5d68924 thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled by Andrea Arcangeli · 13 years ago
  3. 13ece88 thp: transparent hugepage config choice by Andrea Arcangeli · 13 years ago
  4. ce83d21 thp: allocate memory in khugepaged outside of mmap_sem write mode by Andrea Arcangeli · 13 years ago
  5. 0bbbc0b thp: add numa awareness to hugepage allocations by Andrea Arcangeli · 13 years ago
  6. d39d33c thp: enable direct defrag by Andrea Arcangeli · 13 years ago
  7. f000565 thp: set recommended min free kbytes by Andrea Arcangeli · 13 years ago
  8. cd7548a thp: mprotect: transparent huge page support by Johannes Weiner · 13 years ago
  9. b36f5b0 thp: mprotect: pass vma down to page table walkers by Johannes Weiner · 13 years ago
  10. 0ca1634 thp: mincore transparent hugepage support by Johannes Weiner · 13 years ago
  11. f2d6bfe thp: add x86 32bit support by Johannes Weiner · 13 years ago
  12. 5f24ce5 thp: remove PG_buddy by Andrea Arcangeli · 13 years ago
  13. 21ae5b0 thp: skip transhuge pages in ksm for now by Andrea Arcangeli · 13 years ago
  14. b15d00b thp: khugepaged vma merge by Andrea Arcangeli · 13 years ago
  15. ba76149 thp: khugepaged by Andrea Arcangeli · 13 years ago
  16. 7913417 thp: transparent hugepage vmstat by Andrea Arcangeli · 13 years ago
  17. b9bbfbe thp: memcg huge memory by Andrea Arcangeli · 13 years ago
  18. 152c9cc thp: transhuge-memcg: commit tail pages at charge by Daisuke Nishimura · 13 years ago
  19. ec16851 thp: memcg compound by Andrea Arcangeli · 13 years ago
  20. 500d65d thp: pmd_trans_huge migrate bugcheck by Andrea Arcangeli · 13 years ago
  21. 0af4e98 thp: madvise(MADV_HUGEPAGE) by Andrea Arcangeli · 13 years ago
  22. f66055ab thp: verify pmd_trans_huge isn't leaking by Andrea Arcangeli · 13 years ago
  23. 05759d3 thp: split_huge_page anon_vma ordering dependency by Andrea Arcangeli · 13 years ago
  24. 8a07651 thp: transparent hugepage core fixlet by Hugh Dickins · 13 years ago
  25. 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 13 years ago
  26. 5c3240d thp: don't alloc harder for gfp nomemalloc even if nowait by Andrea Arcangeli · 13 years ago
  27. 32dba98 thp: _GFP_NO_KSWAPD by Andrea Arcangeli · 13 years ago
  28. 47ad847 thp: clear_copy_huge_page by Andrea Arcangeli · 13 years ago
  29. 3f04f62 thp: split_huge_page paging by Andrea Arcangeli · 13 years ago
  30. bae9c19 thp: split_huge_page_mm/vma by Andrea Arcangeli · 13 years ago
  31. 8ac1f83 thp: pte alloc trans splitting by Andrea Arcangeli · 13 years ago
  32. e2cda32 thp: add pmd mangling generic functions by Andrea Arcangeli · 13 years ago
  33. 4c76d9d thp: CONFIG_TRANSPARENT_HUGEPAGE by Andrea Arcangeli · 13 years ago
  34. 59ff421 thp: comment reminder in destroy_compound_page by Andrea Arcangeli · 13 years ago
  35. 14fd403 thp: export maybe_mkwrite by Andrea Arcangeli · 13 years ago
  36. 8dd60a3 thp: clear compound mapping by Andrea Arcangeli · 13 years ago
  37. a95a82e thp: put_page: recheck PageHead after releasing the compound_lock by Andrea Arcangeli · 13 years ago
  38. 9180706 thp: alter compound get_page/put_page by Andrea Arcangeli · 13 years ago
  39. 4e9f64c thp: fix bad_page to show the real reason the page is bad by Andrea Arcangeli · 13 years ago
  40. ae52a2a thp: ksm: free swap when swapcache page is replaced by Hugh Dickins · 13 years ago
  41. 240c879 writeback: avoid unnecessary determine_dirtyable_memory call by Minchan Kim · 13 years ago
  42. ecb256f mm: set correct numa_zonelist_order string when configured on the kernel command line by Volodymyr G. Lukiianyk · 13 years ago
  43. dc83edd mm: kswapd: use the classzone idx that kswapd was using for sleeping_prematurely() by Mel Gorman · 13 years ago
  44. 355b09c mm: kswapd: treat zone->all_unreclaimable in sleeping_prematurely similar to balance_pgdat() by Mel Gorman · 13 years ago
  45. 4d40502 mm: kswapd: reset kswapd_max_order and classzone_idx after reading by Mel Gorman · 13 years ago
  46. 0abdee2 mm: kswapd: use the order that kswapd was reclaiming at for sleeping_prematurely() by Mel Gorman · 13 years ago
  47. 1741c87 mm: kswapd: keep kswapd awake for high-order allocations until a percentage of the node is balanced by Mel Gorman · 13 years ago
  48. 9950474 mm: kswapd: stop high-order balancing when any suitable zone is balanced by Mel Gorman · 13 years ago
  49. c585a26 mm: remove likely() from grab_cache_page_write_begin() by Steven Rostedt · 13 years ago
  50. ddf9c6d vmalloc: remove redundant unlikely() by Tobias Klauser · 13 years ago
  51. 1e50df3 mempolicy: remove tasklist_lock from migrate_pages by KOSAKI Motohiro · 13 years ago
  52. 53a7706 mlock: do not hold mmap_sem for extended periods of time by Michel Lespinasse · 13 years ago
  53. 5fdb200 mm: move VM_LOCKED check to __mlock_vma_pages_range() by Michel Lespinasse · 13 years ago
  54. 110d74a mm: add FOLL_MLOCK follow_page flag. by Michel Lespinasse · 13 years ago
  55. fed067d mlock: only hold mmap_sem in shared mode when faulting in pages by Michel Lespinasse · 13 years ago
  56. 5ecfda0 mlock: avoid dirtying pages and triggering writeback by Michel Lespinasse · 13 years ago
  57. 72ddc8f do_wp_page: clarify dirty_page handling by Michel Lespinasse · 13 years ago
  58. b009c02 do_wp_page: remove the 'reuse' flag by Michel Lespinasse · 13 years ago
  59. 212260a mm: clear PageError bit in msync & fsync by Rik van Riel · 13 years ago
  60. d0a2126 mm: unify module_alloc code for vmalloc by David Rientjes · 13 years ago
  61. ec3f64f mm: remove gfp mask from pcpu_get_vm_areas by David Rientjes · 13 years ago
  62. e5a5623 mm: remove unused get_vm_area_node by David Rientjes · 13 years ago
  63. f3a310b mm: vmscan: rename lumpy_mode to reclaim_mode by Mel Gorman · 13 years ago
  64. 9927af74 mm: compaction: perform a faster migration scan when migrating asynchronously by Mel Gorman · 13 years ago
  65. 7f0f249 mm: migration: cleanup migrate_pages API by matching types for offlining and sync by Mel Gorman · 13 years ago
  66. 77f1fe6 mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster path by Mel Gorman · 13 years ago
  67. 3e7d344 mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim by Mel Gorman · 13 years ago
  68. ee64fc9 mm: vmscan: convert lumpy_mode into a bitmask by Mel Gorman · 13 years ago
  69. b7aba69 mm: compaction: add trace events for memory compaction activity by Mel Gorman · 13 years ago
  70. 62c70bc mm: convert sprintf_symbol to %pS by Joe Perches · 13 years ago
  71. 9cbb4cb mm: find_get_pages_contig fixlet by Nick Piggin · 13 years ago
  72. f0bc0a6 vmscan: factor out kswapd sleeping logic from kswapd() by KOSAKI Motohiro · 13 years ago
  73. c3f0da6 mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value by Bob Liu · 13 years ago
  74. b44129b mm: vmstat: use a single setter function and callback for adjusting percpu thresholds by Mel Gorman · 13 years ago
  75. 88f5acf mm: page allocator: adjust the per-cpu counter threshold when memory is low by Mel Gorman · 13 years ago
  76. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  77. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  78. a1e8fad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  79. a45b061 Merge branch 'slab/next' into for-linus by Pekka Enberg · 13 years ago
  80. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  81. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  82. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  83. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  84. ccd35fb kernel: kmem_ptr_validate considered harmful by Nick Piggin · 13 years ago
  85. ebd1373 writeback: fix global_dirty_limits comment runtime -> real-time by Minchan Kim · 13 years ago
  86. ebb76ce memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner check by KAMEZAWA Hiroyuki · 14 years ago
  87. ffc96d6 Merge branch 'nommu-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/nommu-2.6 by Linus Torvalds · 14 years ago
  88. 23a0790 mm/rmap.c: fix comment by Figo.zhang · 14 years ago
  89. a4790c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  90. 29c185e nommu: Provide stubbed alloc/free_vm_area() implementation. by Paul Mundt · 14 years ago
  91. 9a14f65 nommu: Fix up vmalloc_node() symbol export regression. by Paul Mundt · 14 years ago
  92. 0d1836c mm/migrate.c: fix compilation error by Michal Nazarewicz · 14 years ago
  93. d153ba6 writeback: do uninterruptible sleep in balance_dirty_pages() by Wu Fengguang · 14 years ago
  94. dd9e5ef mm/compaction.c: avoid double mem_cgroup_del_lru() by Minchan Kim · 14 years ago
  95. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  96. bcbea79 percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO by Tejun Heo · 14 years ago
  97. 7c83912 vmstat: User per cpu atomics to avoid interrupt disable / enable by Christoph Lameter · 14 years ago
  98. 908ee0f vmstat: Use this_cpu_inc_return for vm statistics by Christoph Lameter · 14 years ago
  99. 275c8b9 Merge branch 'this_cpu_ops' into for-2.6.38 by Tejun Heo · 14 years ago
  100. 909ea96 core: Replace __get_cpu_var with __this_cpu_read if not used for an address. by Christoph Lameter · 14 years ago