1. 1ef36db mm/compaction: ignore block suitable after check large free page by Yisheng Xie · 7 years ago
  2. 60a7a88 mm/sparse: refine usemap_size() a little by Wei Yang · 7 years ago
  3. 8225196 mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warnings by Johannes Weiner · 7 years ago
  4. e716f2e mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx by Mel Gorman · 7 years ago
  5. 631b6e0 mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced by Mel Gorman · 7 years ago
  6. 333b0a4 mm, vmscan: fix zone balance check in prepare_kswapd_sleep by Shantanu Goel · 7 years ago
  7. 2948be5 mm: do not use double negation for testing page flags by Minchan Kim · 7 years ago
  8. 056b9d8 mm: remove rodata_test_data export, add pr_fmt by Kees Cook · 7 years ago
  9. 9ab2594 mm: tighten up the fault path a little by Matthew Wilcox · 7 years ago
  10. 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 7 years ago
  11. 7dfb8bf mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo by David Rientjes · 7 years ago
  12. b2bd859 mm, vmstat: print non-populated zones in zoneinfo by David Rientjes · 7 years ago
  13. bbf9ce9 mm: use is_migrate_isolate_page() to simplify the code by Xishi Qiu · 7 years ago
  14. a6ffdc0 mm: use is_migrate_highatomic() to simplify the code by Xishi Qiu · 7 years ago
  15. 322b8afe mm, swap: Fix a race in free_swap_and_cache() by Huang Ying · 7 years ago
  16. 9a4caf1 mm: memcontrol: provide shmem statistics by Johannes Weiner · 7 years ago
  17. 93e06c7 mm: enable MADV_FREE for swapless system by Shaohua Li · 7 years ago
  18. eb94a87 mm: fix lazyfree BUG_ON check in try_to_unmap_one() by Minchan Kim · 7 years ago
  19. 802a3a9 mm: reclaim MADV_FREE pages by Shaohua Li · 7 years ago
  20. f7ad2a6 mm: move MADV_FREE pages into LRU_INACTIVE_FILE list by Shaohua Li · 7 years ago
  21. d44d363 mm: don't assume anonymous pages have SwapBacked flag by Shaohua Li · 7 years ago
  22. a128ca7 mm: delete unnecessary TTU_* flags by Shaohua Li · 7 years ago
  23. 0a372d0 mm/page-writeback.c: use setup_deferrable_timer by Geliang Tang · 7 years ago
  24. 491d79a mm: remove unnecessary back-off function when retrying page reclaim by Johannes Weiner · 7 years ago
  25. 3db6581 Revert "mm, vmscan: account for skipped pages as a partial scan" by Johannes Weiner · 7 years ago
  26. c822f62 mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() by Johannes Weiner · 7 years ago
  27. 688035f mm: don't avoid high-priority reclaim on memcg limit reclaim by Johannes Weiner · 7 years ago
  28. a2d7f8e mm: don't avoid high-priority reclaim on unreclaimable nodes by Johannes Weiner · 7 years ago
  29. 15038d0 mm: remove unnecessary reclaimability check from NUMA balancing target by Johannes Weiner · 7 years ago
  30. 047d72c mm: remove seemingly spurious reclaimability check from laptop_mode gating by Johannes Weiner · 7 years ago
  31. d450abd mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling by Johannes Weiner · 7 years ago
  32. c73322d mm: fix 100% CPU kswapd busyloop on unreclaimable nodes by Johannes Weiner · 7 years ago
  33. a87c75f slab: avoid IPIs when creating kmem caches by Greg Thelen · 7 years ago
  34. 5b13475 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  35. 5958cc4 Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  36. c58d405 Merge tag 'docs-4.12' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  37. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  38. 207fb8c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  39. 2dbf3d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 7 years ago
  40. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  41. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  42. 01e7bc2 mm: remove AVR32 arch special handling in mm/Kconfig by Hans-Christian Noren Egtvedt · 7 years ago
  43. 7138970 mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crash by Dan Williams · 7 years ago
  44. 80a2ea9 mm: retry writepages() on ENOMEM when doing an data integrity writeback by Theodore Ts'o · 7 years ago
  45. 6dd29b3 Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation" by Ingo Molnar · 7 years ago
  46. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  47. 5ecda13 generic_file_read_iter(): make use of iov_iter_revert() by Al Viro · 7 years ago
  48. 639a93a5 generic_file_direct_write(): make use of iov_iter_revert() by Al Viro · 7 years ago
  49. f209410 Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEAD by Paul E. McKenney · 7 years ago
  50. fc280fe mm: prevent NR_ISOLATE_* stats from going negative by Rabin Vincent · 7 years ago
  51. d34b073 Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests" by Mel Gorman · 7 years ago
  52. 7c4cc30 bdi: Drop 'parent' argument from bdi_register[_va]() by Jan Kara · 7 years ago
  53. 2e82b84 block: Remove unused functions by Jan Kara · 7 years ago
  54. 62bf42a bdi: Export bdi_alloc_node() and bdi_put() by Jan Kara · 7 years ago
  55. 5af110b block: Unregister bdi on last reference drop by Jan Kara · 7 years ago
  56. baf7a61 bdi: Provide bdi_register_va() and bdi_alloc() by Jan Kara · 7 years ago
  57. 80d136e mm: make mm_percpu_wq non freezable by Michal Hocko · 7 years ago
  58. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  59. e4231bc cma: Introduce cma_for_each_area by Laura Abbott · 7 years ago
  60. f318dd0 cma: Store a name in the cma structure by Laura Abbott · 7 years ago
  61. dde8da6 mm: Use static initialization for "srcu" by Paul E. McKenney · 7 years ago
  62. 0ba78a9 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  63. 85d492f zsmalloc: expand class bit by Minchan Kim · 7 years ago
  64. 58ceeb6 thp: fix MADV_DONTNEED vs. MADV_FREE race by Kirill A. Shutemov · 7 years ago
  65. ced1080 thp: fix MADV_DONTNEED vs. numa balancing race by Kirill A. Shutemov · 7 years ago
  66. 0a85e51d thp: reduce indentation level in change_huge_pmd() by Kirill A. Shutemov · 7 years ago
  67. 76e32a2 z3fold: fix page locking in z3fold_alloc() by Vitaly Wool · 7 years ago
  68. cf01fb9 mm/mempolicy.c: fix error handling in set_mempolicy and mbind. by Chris Salls · 7 years ago
  69. ce61287 mm: move pcp and lru-pcp draining into single wq by Michal Hocko · 7 years ago
  70. 460bcec mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff() by David Rientjes · 7 years ago
  71. 4fad7fb mm, thp: fix setting of defer+madvise thp defrag mode by David Rientjes · 7 years ago
  72. 1f06b81 mm/page_alloc.c: fix print order in show_free_areas() by Alexander Polakov · 7 years ago
  73. d75450f mm: fix page_vma_mapped_walk() for ksm pages by Hugh Dickins · 7 years ago
  74. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 7 years ago
  75. 517e1fb mm/usercopy: Drop extra is_vmalloc_or_module() check by Laura Abbott · 7 years ago
  76. c9ca9b4 memblock: add memblock_cap_memory_range() by AKASHI Takahiro · 7 years ago
  77. 4c546b8 memblock: add memblock_clear_nomap() by AKASHI Takahiro · 7 years ago
  78. 96dc4f9 usercopy: Move enum for arch_within_stack_frames() by Sahara · 7 years ago
  79. 38bffda Merge branch 'sched/core' into locking/core by Thomas Gleixner · 7 years ago
  80. b80f0f6 ftrace: Have init/main.c call ftrace directly to free init memory by Steven Rostedt (VMware) · 7 years ago
  81. 7f75540 Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch by Ingo Molnar · 7 years ago
  82. 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 7 years ago
  83. bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 7 years ago
  84. ff8c0c5 mm/hugetlb.c: don't call region_abort if region_chg fails by Mike Kravetz · 7 years ago
  85. b0845ce kasan: report only the first error by default by Mark Rutland · 7 years ago
  86. 906f2a5 mm: fix section name for .data..ro_after_init by Kees Cook · 7 years ago
  87. c9d398f mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd() by Naoya Horiguchi · 7 years ago
  88. 0cefabd mm: workingset: fix premature shadow node shrinking with cgroups by Johannes Weiner · 7 years ago
  89. 553af43 mm: rmap: fix huge file mmap accounting in the memcg stats by Johannes Weiner · 7 years ago
  90. 597b730 mm: move mm_percpu_wq initialization earlier by Michal Hocko · 7 years ago
  91. 4b0ece6 mm: migrate: fix remove_migration_pte() for ksm pages by Naoya Horiguchi · 7 years ago
  92. db68ce1 new helper: uaccess_kernel() by Al Viro · 7 years ago
  93. 8ce371f lockdep: Fix per-cpu static objects by Peter Zijlstra · 7 years ago
  94. 42c269c ftrace: Allow for function tracing to record init functions on boot up by Steven Rostedt (VMware) · 7 years ago
  95. b1c51af bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister() by Jan Kara · 7 years ago
  96. 4514451 bdi: Do not wait for cgwbs release in bdi_unregister() by Jan Kara · 7 years ago
  97. 5318ce7 bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy() by Jan Kara · 7 years ago
  98. e8cb72b bdi: Unify bdi->wb_list handling for root wb_writeback by Jan Kara · 7 years ago
  99. 810df54 bdi: Make wb->bdi a proper reference by Jan Kara · 7 years ago
  100. b7d680d bdi: Mark congested->bdi as internal by Jan Kara · 7 years ago