1. 78ca0e6 thp: lazy huge zero page allocation by Kirill A. Shutemov · 12 years ago
  2. 8037195 thp: setup huge zero page on non-write page fault by Kirill A. Shutemov · 12 years ago
  3. c5a647d thp: implement splitting pmd for huge zero page by Kirill A. Shutemov · 12 years ago
  4. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 12 years ago
  5. cad7f61 thp: change_huge_pmd(): make sure we don't try to make a page writable by Kirill A. Shutemov · 12 years ago
  6. 93b4796 thp: do_huge_pmd_wp_page(): handle huge zero page by Kirill A. Shutemov · 12 years ago
  7. fc9fe82 thp: copy_huge_pmd(): copy huge zero page by Kirill A. Shutemov · 12 years ago
  8. 479f0ab thp: zap_huge_pmd(): zap huge zero pmd by Kirill A. Shutemov · 12 years ago
  9. 4a6c129 thp: huge zero page: basic preparation by Kirill A. Shutemov · 12 years ago
  10. 3f7dfe2 bootmem: remove alloc_arch_preferred_bootmem() by Joonsoo Kim · 12 years ago
  11. 2d7a695 bootmem: remove not implemented function call, bootmem_arch_preferred_node() by Joonsoo Kim · 12 years ago
  12. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  13. fef3ff2 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 12 years ago
  14. 608ff1a Merge branch 'akpm' (Andrew's patchbomb) by Linus Torvalds · 12 years ago
  15. 74d42d8 memory_hotplug: ensure every online node has NORMAL memory by Lai Jiangshan · 12 years ago
  16. e455a9b memory_hotplug: handle empty zone when online_movable/online_kernel by Lai Jiangshan · 12 years ago
  17. 511c2ab mm, memory-hotplug: dynamic configure movable memory and portion memory by Lai Jiangshan · 12 years ago
  18. 81df9bf bootmem: fix wrong call parameter for free_bootmem() by Joonsoo Kim · 12 years ago
  19. bc357f4 mm: cma: remove watermark hacks by Marek Szyprowski · 12 years ago
  20. 2e30abd mm: cma: skip watermarks check for already isolated blocks in split_free_page() by Marek Szyprowski · 12 years ago
  21. e1e12d2 mm, oom: fix race when specifying a thread as the oom origin by David Rientjes · 12 years ago
  22. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
  23. 212a0a6 mm, mempolicy: remove duplicate code by David Rientjes · 12 years ago
  24. 6f6313d mm/vmscan.c: try_to_freeze() returns boolean by Jeff Liu · 12 years ago
  25. 5733c7d mm: introduce putback_movable_pages() by Rafael Aquini · 12 years ago
  26. bf6bddf mm: introduce compaction and migration for ballooned pages by Rafael Aquini · 12 years ago
  27. 18468d9 mm: introduce a common interface for balloon pages mobility by Rafael Aquini · 12 years ago
  28. 78bd520 mm: adjust address_space_operations.migratepage() return code by Rafael Aquini · 12 years ago
  29. db4fbfb mm: vm_unmapped_area() lookup function by Michel Lespinasse · 12 years ago
  30. 5a0768f mm: check rb_subtree_gap correctness by Michel Lespinasse · 12 years ago
  31. d373718 mm: augment vma rbtree with rb_subtree_gap by Michel Lespinasse · 12 years ago
  32. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 12 years ago
  33. ff604cf mm: hwpoison: fix action_result() to print out dirty/clean by Naoya Horiguchi · 12 years ago
  34. 5de55b2 dmapool: make DMAPOOL_DEBUG detect corruption of free marker by Matthieu CASTET · 12 years ago
  35. 9ff4868 mm, oom: allow exiting threads to have access to memory reserves by David Rientjes · 12 years ago
  36. a1dd450 mm: thp: set the accessed flag for old pages on access fault by Will Deacon · 12 years ago
  37. eb2db43 mm, highmem: get virtual address of the page using PKMAP_ADDR() by Joonsoo Kim · 12 years ago
  38. a354e2c mm, highmem: remove page_address_pool list by Joonsoo Kim · 12 years ago
  39. cc33a30 mm, highmem: remove useless pool_lock by Joonsoo Kim · 12 years ago
  40. 4de22c0 mm, highmem: use PKMAP_NR() to calculate an index of pkmap by Joonsoo Kim · 12 years ago
  41. 6555bc0 mm: do not call frontswap_init() during swapoff by Cesar Eduardo Barros · 12 years ago
  42. cf0cac0 mm: refactor reinsert of swap_info in sys_swapoff() by Cesar Eduardo Barros · 12 years ago
  43. e986850 mm,vmscan: only evict file pages when we have plenty by Rik van Riel · 12 years ago
  44. e749eb9 mm: add comment on storage key dirty bit semantics by Jan Kara · 12 years ago
  45. 712cd38 mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages == 0. by Tang Chen · 12 years ago
  46. b9d5ab2 slub, hotplug: ignore unrelated node's hot-adding and hot-removing by Lai Jiangshan · 12 years ago
  47. d971367 memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY] by Lai Jiangshan · 12 years ago
  48. 6dcd73d memory-hotplug: allocate zone's pcp before onlining pages by Wen Congyang · 12 years ago
  49. 3ac19f8 memory-hotplug, mm/sparse.c: clear the memory to store struct page by Wen Congyang · 12 years ago
  50. 8732794 numa: convert static memory to dynamically allocated memory for per node device by Wen Congyang · 12 years ago
  51. 97d0da2 memory-hotplug: fix NR_FREE_PAGES mismatch by Wen Congyang · 12 years ago
  52. 7c72eb3 memory-hotplug: auto offline page_cgroup when onlining memory block failed by Wen Congyang · 12 years ago
  53. 95a4774 memory-hotplug: update mce_bad_pages when removing the memory by Wen Congyang · 12 years ago
  54. b023f46 memory-hotplug: skip HWPoisoned page when offlining pages by Wen Congyang · 12 years ago
  55. b3092b3 thp: cleanup: introduce mk_huge_pmd() by Bob Liu · 12 years ago
  56. fa475e5 thp: introduce hugepage_vma_check() by Bob Liu · 12 years ago
  57. 6219049 mm: introduce mm_find_pmd() by Bob Liu · 12 years ago
  58. 344aa35 thp: clean up __collapse_huge_page_isolate by Bob Liu · 12 years ago
  59. d84da3f mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILD by Kirill A. Shutemov · 12 years ago
  60. e5adfff mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD by Kirill A. Shutemov · 12 years ago
  61. 1996546 mm, memcg: make mem_cgroup_out_of_memory() static by David Rientjes · 12 years ago
  62. 377e4f1 mm: show migration types in show_mem by Rabin Vincent · 12 years ago
  63. d0e1d66 writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr() by Namjae Jeon · 12 years ago
  64. 6a5971d Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  65. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 12 years ago
  66. 5a50508 mm/rmap: Convert the struct anon_vma::mutex to an rwsem by Ingo Molnar · 12 years ago
  67. d28d4335 mm: migrate: Account a transhuge page properly when rate limiting by Mel Gorman · 12 years ago
  68. 7548341 mm: numa: Account for failed allocations and isolations as migration failures by Mel Gorman · 12 years ago
  69. 220018d mm: numa: Add THP migration for the NUMA working set scanning fault case build fix by Mel Gorman · 12 years ago
  70. b32967f mm: numa: Add THP migration for the NUMA working set scanning fault case. by Mel Gorman · 12 years ago
  71. 1a687c2 mm: sched: numa: Control enabling and disabling of NUMA balancing by Mel Gorman · 12 years ago
  72. b8593bf mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate by Mel Gorman · 12 years ago
  73. e42c8ff mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships by Mel Gorman · 12 years ago
  74. bac0382 mm: numa: migrate: Set last_nid on newly allocated page by Hillf Danton · 12 years ago
  75. 5aa8037 mm: numa: split_huge_page: Transfer last_nid on tail page by Hillf Danton · 12 years ago
  76. 57e0a03 mm: numa: Introduce last_nid to the page frame by Mel Gorman · 12 years ago
  77. e14808b mm: numa: Rate limit setting of pte_numa if node is saturated by Mel Gorman · 12 years ago
  78. a8f6077 mm: numa: Rate limit the amount of memory that is migrated between nodes by Mel Gorman · 12 years ago
  79. 8177a42 mm: numa: Structures for Migrate On Fault per NUMA migration rate limiting by Andrea Arcangeli · 12 years ago
  80. 9532fec mm: numa: Migrate pages handled during a pmd_numa hinting fault by Mel Gorman · 12 years ago
  81. 5606e38 mm: numa: Migrate on reference policy by Mel Gorman · 12 years ago
  82. 03c5a6e mm: numa: Add pte updates, hinting and migration stats by Mel Gorman · 12 years ago
  83. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  84. a720094 mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now by Mel Gorman · 12 years ago
  85. 4b10e7d mm: mempolicy: Implement change_prot_numa() in terms of change_protection() by Mel Gorman · 12 years ago
  86. b24f53a mm: mempolicy: Add MPOL_MF_LAZY by Lee Schermerhorn · 12 years ago
  87. 4daae3b mm: mempolicy: Use _PAGE_NUMA to migrate pages by Mel Gorman · 12 years ago
  88. 149c33e mm: migrate: Drop the misplaced pages reference count if the target node is full by Mel Gorman · 12 years ago
  89. 7039e1d mm: migrate: Introduce migrate_misplaced_page() by Peter Zijlstra · 12 years ago
  90. 771fb4d mm: mempolicy: Check for misplaced page by Lee Schermerhorn · 12 years ago
  91. d3a7103 mm: mempolicy: Add MPOL_NOOP by Lee Schermerhorn · 12 years ago
  92. 479e280 mm: mempolicy: Make MPOL_LOCAL a real policy by Peter Zijlstra · 12 years ago
  93. d10e63f mm: numa: Create basic numa page hinting infrastructure by Mel Gorman · 12 years ago
  94. 1ba6e0b mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte by Andrea Arcangeli · 12 years ago
  95. 0b9d705 mm: numa: Support NUMA hinting page faults from gup/gup_fast by Andrea Arcangeli · 12 years ago
  96. 397487d mm: compaction: Add scanned and isolated counters for compaction by Mel Gorman · 12 years ago
  97. 7b2a2d4 mm: migrate: Add a tracepoint for migrate_pages by Mel Gorman · 12 years ago
  98. 5647bc2 mm: compaction: Move migration fail/success stats to migrate.c by Mel Gorman · 12 years ago
  99. 1233d58 mm: Optimize the TLB flush of sys_mprotect() and change_protection() users by Ingo Molnar · 12 years ago
  100. 7da4d64 mm: Count the number of pages affected in change_protection() by Peter Zijlstra · 12 years ago