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