1. 152e93a mm, thp: Do not make pmd/pud dirty without a reason by Kirill A. Shutemov · 7 years ago
  2. a8f9736 mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() by Kirill A. Shutemov · 7 years ago
  3. bca237a block/laptop_mode: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  4. 64c349f mm: add infrastructure for get_user_pages_fast() benchmarking by Kirill A. Shutemov · 7 years ago
  5. d3c85ba mm, compaction: remove unneeded pageblock_skip_persistent() checks by Vlastimil Babka · 7 years ago
  6. 2583d67 mm, compaction: split off flag for not updating skip hints by Vlastimil Babka · 7 years ago
  7. b527cfe mm, compaction: extend pageblock_skip_persistent() to all compound pages by Vlastimil Babka · 7 years ago
  8. 21dc7e0 mm, compaction: persistently skip hugetlbfs pageblocks by David Rientjes · 7 years ago
  9. a0647dc mm, compaction: kcompactd should not ignore pageblock skip by David Rientjes · 7 years ago
  10. 09af5cc mm: shmem: remove unused info variable by Corentin Labbe · 7 years ago
  11. 5d03a66 mm/z3fold.c: use kref to prevent page free/compact race by Vitaly Wool · 7 years ago
  12. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  13. 18c83d2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  14. 487e2c9 Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  15. e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  16. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  17. 1b7176a memory hotplug: fix comments when adding section by Fan Du · 7 years ago
  18. 0cd842f mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM_MAP by Oscar Salvador · 7 years ago
  19. 0205f75 mm: simplify nodemask printing by Michal Hocko · 7 years ago
  20. c50842c mm,oom_reaper: remove pointless kthread_run() error check by Tetsuo Handa · 7 years ago
  21. e492080 mm/page_ext.c: check if page_ext is not prepared by Jaewon Kim · 7 years ago
  22. 2bce774 writeback: remove unused function parameter by Wang Long · 7 years ago
  23. 0a7f682 mm: do not rely on preempt_count in print_vma_addr by Michal Hocko · 7 years ago
  24. fcdaf842 mm, sparse: do not swamp log with huge vmemmap allocation failures by Michal Hocko · 7 years ago
  25. fec11bc mm/hmm: remove redundant variable align_end by Colin Ian King · 7 years ago
  26. 5b568ac mm/list_lru.c: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  27. c840287 mm/shmem.c: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  28. d135e57 mm/page_alloc.c: broken deferred calculation by Pavel Tatashin · 7 years ago
  29. 400e224 mm: don't warn about allocations which stall for too long by Tetsuo Handa · 7 years ago
  30. b050e37 mm, page_alloc: fix potential false positive in __zone_watermark_ok by Vlastimil Babka · 7 years ago
  31. 72b03fc mm: mlock: remove lru_add_drain_all() by Shakeel Butt · 7 years ago
  32. 4518085 mm, sysctl: make NUMA stats configurable by Kemi Wang · 7 years ago
  33. 9a8ec03e shmem: convert shmem_init_inodecache() to void by weiping zhang · 7 years ago
  34. 3136746 Unify migrate_pages and move_pages access checks by Otto Ebeling · 7 years ago
  35. 7f0b5fb mm, pagevec: rename pagevec drained field by Mel Gorman · 7 years ago
  36. 0fac3ba mm, page_alloc: simplify list handling in rmqueue_bulk() by Vlastimil Babka · 7 years ago
  37. 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
  38. 2d4894b mm: remove cold parameter from free_hot_cold_page* by Mel Gorman · 7 years ago
  39. c6f92f9 mm: remove cold parameter for release_pages by Mel Gorman · 7 years ago
  40. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  41. d9ed0d0 mm: only drain per-cpu pagevecs once per pagevec usage by Mel Gorman · 7 years ago
  42. f218759 mm, truncate: remove all exceptional entries from pagevec under one lock by Mel Gorman · 7 years ago
  43. c7df8ad mm, truncate: do not check mapping for every page being truncated by Mel Gorman · 7 years ago
  44. 9cca35d mm, page_alloc: enable/disable IRQs once when freeing a list of pages by Mel Gorman · 7 years ago
  45. aa65c29 mm: batch radix tree operations when truncating pages by Jan Kara · 7 years ago
  46. 5ecc4d8 mm: factor out checks and accounting from __delete_from_page_cache() by Jan Kara · 7 years ago
  47. 2300638 mm: move clearing of page->mapping to page_cache_tree_delete() by Jan Kara · 7 years ago
  48. 76253fb mm: move accounting updates before page_cache_tree_delete() by Jan Kara · 7 years ago
  49. 59c66c5 mm: factor out page cache page freeing into a separate function by Jan Kara · 7 years ago
  50. 9f4e41f mm: refactor truncate_complete_page() by Jan Kara · 7 years ago
  51. 736304f mm: speed up cancel_dirty_page() for clean pages by Jan Kara · 7 years ago
  52. 9823e51 mm/page-writeback.c: convert timers to use timer_setup() by Kees Cook · 7 years ago
  53. b6b18aa mm, soft_offline: improve hugepage soft offlining error log by Laszlo Toth · 7 years ago
  54. 85ccc8f mm/page_alloc: make sure __rmqueue() etc are always inline by Aaron Lu · 7 years ago
  55. f7f9910 mm: stop zeroing memory during allocation in vmemmap by Pavel Tatashin · 7 years ago
  56. a4a3ede mm: zero reserved and unavailable struct pages by Pavel Tatashin · 7 years ago
  57. ea1f5f3 mm: define memblock_virt_alloc_try_nid_raw by Pavel Tatashin · 7 years ago
  58. 2f47a91 mm: deferred_init_memmap improvements by Pavel Tatashin · 7 years ago
  59. 783cb68 mm/swap_state.c: declare a few variables as __read_mostly by Changbin Du · 7 years ago
  60. 4675ff0 kmemcheck: rip it out by Levin, Alexander (Sasha Levin) · 7 years ago
  61. d8be756 kmemcheck: remove whats left of NOTRACK flags by Levin, Alexander (Sasha Levin) · 7 years ago
  62. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  63. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  64. cdb07bd mm/rmap.c: remove redundant variable cend by Colin Ian King · 7 years ago
  65. af5b0f6 mm: consolidate page table accounting by Kirill A. Shutemov · 7 years ago
  66. c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
  67. b4e98d9 mm: account pud page tables by Kirill A. Shutemov · 7 years ago
  68. 7d6c4df kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644 by Konstantin Khlebnikov · 7 years ago
  69. 67fd707 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  70. 93d3b71 mm: add variant of pagevec_lookup_range_tag() taking number of pages by Jan Kara · 7 years ago
  71. 2b9775a mm: use pagevec_lookup_range_tag() in write_cache_pages() by Jan Kara · 7 years ago
  72. 312e9d2 mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range() by Jan Kara · 7 years ago
  73. 72b045a mm: implement find_get_pages_range_tag() by Jan Kara · 7 years ago
  74. 6b4c54e mm/page_owner.c: reduce page_owner structure size by Ayush Mittal · 7 years ago
  75. 5984af108 mm/cma.c: change pr_info to pr_err for cma_alloc fail log by Pintu Agarwal · 7 years ago
  76. a2e1673 mm/swap_slots.c: fix race conditions in swap_slots cache init by Tim Chen · 7 years ago
  77. 3a50d14 mm: remove unused pgdat->inactive_ratio by Andrey Ryabinin · 7 years ago
  78. 4645b9f mm/mmu_notifier: avoid call to invalidate_range() in range_end() by Jérôme Glisse · 7 years ago
  79. 0f10851 mm/mmu_notifier: avoid double notification when it is useless by Jérôme Glisse · 7 years ago
  80. 1aedcaf zsmalloc: calling zs_map_object() from irq is a bug by Sergey Senozhatsky · 7 years ago
  81. 0f6d24f mm/page-writeback.c: print a warning if the vm dirtiness settings are illogical by Yafang Shao · 7 years ago
  82. 66e8b43 mm/memblock.c: make the index explicit argument of for_each_memblock_type by Gioh Kim · 7 years ago
  83. ecde0f3 mm, memory_hotplug: remove timeout from __offline_memory by Michal Hocko · 7 years ago
  84. 72b39cf mm, memory_hotplug: do not fail offlining too early by Michal Hocko · 7 years ago
  85. d7ab367 mm, page_alloc: fail has_unmovable_pages when seeing reserved pages by Michal Hocko · 7 years ago
  86. 4da2ce2 mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages() by Michal Hocko · 7 years ago
  87. d7b236e mm: drop migrate type checks from has_unmovable_pages by Michal Hocko · 7 years ago
  88. 4c578dc mm/page-writeback.c: remove unused parameter from balance_dirty_pages() by Tahsin Erdogan · 7 years ago
  89. e9a6eff mm, swap: fix false error message in __swp_swapcount() by Huang Ying · 7 years ago
  90. aa8d22a mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no other reference by Minchan Kim · 7 years ago
  91. 0bcac06 mm, swap: skip swapcache for swapin of synchronous device by Minchan Kim · 7 years ago
  92. 539a6fe mm, swap: introduce SWP_SYNCHRONOUS_IO by Minchan Kim · 7 years ago
  93. 63762f5 mm/mempool.c: use kmalloc_array_node() by Johannes Thumshirn · 7 years ago
  94. 1106638 slub: fix sysfs duplicate filename creation when slub_debug=O by Miles Chen · 7 years ago
  95. 4fd0b46 slab, slub, slob: convert slab_flags_t to 32-bit by Alexey Dobriyan · 7 years ago
  96. d50112e slab, slub, slob: add slab_flags_t by Alexey Dobriyan · 7 years ago
  97. a3ba074 mm/slab.c: only set __GFP_RECLAIMABLE once by David Rientjes · 7 years ago
  98. 9f88fae mm/slob.c: remove an unnecessary check for __GFP_ZERO by Miles Chen · 7 years ago
  99. 852d8be mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory by Yang Shi · 7 years ago
  100. 5b36577 mm: slabinfo: remove CONFIG_SLABINFO by Yang Shi · 7 years ago