1. 34ccb69 mm/truncate: avoid pointless cleancache_invalidate_inode() calls. by Andrey Ryabinin · 7 years ago
  2. 32691f0 mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping is empty by Andrey Ryabinin · 7 years ago
  3. a5f6a6a fs/block_dev: always invalidate cleancache in invalidate_bdev() by Andrey Ryabinin · 7 years ago
  4. 55635ba fs: fix data invalidation in the cleancache during direct IO by Andrey Ryabinin · 7 years ago
  5. f0fe998 zram: reduce load operation in page_same_filled by Sangwoo Park · 7 years ago
  6. 302128d zram: use zram_free_page instead of open-coded by Minchan Kim · 7 years ago
  7. 643ae61 zram: introduce zram data accessor by Minchan Kim · 7 years ago
  8. beb6602 zram: remove zram_meta structure by Minchan Kim · 7 years ago
  9. 86c4981 zram: use zram_slot_lock instead of raw bit_spin_lock op by Minchan Kim · 7 years ago
  10. 1f7319c zram: partial IO refactoring by Minchan Kim · 7 years ago
  11. e86942c zram: handle multiple pages attached bio's bvec by Minchan Kim · 7 years ago
  12. 0f7896f mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc() by Tetsuo Handa · 7 years ago
  13. 82a2481 mm/memory-failure.c: add page flag description in error paths by Anshuman Khandual · 7 years ago
  14. 5e451be mm/madvise: move up the behavior parameter validation by Anshuman Khandual · 7 years ago
  15. 97167a7 mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISON by Anshuman Khandual · 7 years ago
  16. 70bc0dc Documentation: vm, add hugetlbfs reservation overview by Mike Kravetz · 7 years ago
  17. df6b749 mm, swap: remove unused function prototype by Huang Ying · 7 years ago
  18. ccda7f4 mm: memcontrol: use node page state naming scheme for memcg by Johannes Weiner · 7 years ago
  19. 71cd311 mm: memcontrol: re-use node VM page state enum by Johannes Weiner · 7 years ago
  20. df0e53d mm: memcontrol: re-use global VM event enum by Johannes Weiner · 7 years ago
  21. 31176c7 mm: memcontrol: clean up memory.events counting function by Johannes Weiner · 7 years ago
  22. 2a2e488 mm: vmscan: fix IO/refault regression in cache workingset transition by Johannes Weiner · 7 years ago
  23. 20ac289 mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff by Anshuman Khandual · 7 years ago
  24. d75da00 oom: improve oom disable handling by Michal Hocko · 7 years ago
  25. b6ad197 userfaultfd: selftest: combine all cases into a single executable by Mike Rapoport · 7 years ago
  26. ac2e8e4 mm: fix spelling error by Hao Lee · 7 years ago
  27. 9b7a814 mm/swap_slots.c: add warning if swap slots cache failed to initialize by Tim Chen · 7 years ago
  28. 9927e38 include/linux/migrate.h: add arg names to prototype by Pushkar Jambhlekar · 7 years ago
  29. bd33ef3 mm: enable page poisoning early at boot by Vinayak Menon · 7 years ago
  30. 2872bb2 mm, swap: avoid lock swap_avail_lock when held cluster lock by Huang Ying · 7 years ago
  31. 0ef017d mm, swap: improve readability via make spin_lock/unlock balanced by Huang Ying · 7 years ago
  32. 9c1cc2e mm, swap: fix comment in __read_swap_cache_async by Huang Ying · 7 years ago
  33. 83612a9 mm: remove SWAP_[SUCCESS|AGAIN|FAIL] by Minchan Kim · 7 years ago
  34. e4b8222 mm: make rmap_one boolean function by Minchan Kim · 7 years ago
  35. 1df631a mm: make rmap_walk() return void by Minchan Kim · 7 years ago
  36. 666e5a4 mm: make ttu's return boolean by Minchan Kim · 7 years ago
  37. 33fc80e mm: remove SWAP_AGAIN in ttu by Minchan Kim · 7 years ago
  38. ad6b670 mm: remove SWAP_MLOCK in ttu by Minchan Kim · 7 years ago
  39. 192d723 mm: make try_to_munlock() return void by Minchan Kim · 7 years ago
  40. 22ffb33 mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttu by Minchan Kim · 7 years ago
  41. 18863d3 mm: remove SWAP_DIRTY in ttu by Minchan Kim · 7 years ago
  42. c24f386 mm: remove unncessary ret in page_referenced by Minchan Kim · 7 years ago
  43. d6622f6 mm/vmscan: more restrictive condition for retry in do_try_to_free_pages by Yisheng Xie · 7 years ago
  44. 1ef36db mm/compaction: ignore block suitable after check large free page by Yisheng Xie · 7 years ago
  45. 60a7a88 mm/sparse: refine usemap_size() a little by Wei Yang · 7 years ago
  46. 8225196 mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warnings by Johannes Weiner · 7 years ago
  47. e716f2e mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx by Mel Gorman · 7 years ago
  48. 631b6e0 mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced by Mel Gorman · 7 years ago
  49. 333b0a4 mm, vmscan: fix zone balance check in prepare_kswapd_sleep by Shantanu Goel · 7 years ago
  50. 2948be5 mm: do not use double negation for testing page flags by Minchan Kim · 7 years ago
  51. 056b9d8 mm: remove rodata_test_data export, add pr_fmt by Kees Cook · 7 years ago
  52. 9ab2594 mm: tighten up the fault path a little by Matthew Wilcox · 7 years ago
  53. eb52da3 jbd2: make the whole kjournald2 kthread NOFS safe by Michal Hocko · 7 years ago
  54. 81378da jbd2: mark the transaction context with the scope GFP_NOFS context by Michal Hocko · 7 years ago
  55. 9ba1fb2 xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio* by Michal Hocko · 7 years ago
  56. 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 7 years ago
  57. 9070733 xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS by Michal Hocko · 7 years ago
  58. 7e78442 lockdep: allow to disable reclaim lockup detection by Michal Hocko · 7 years ago
  59. 6d7225f lockdep: teach lockdep about memalloc_noio_save by Nikolay Borisov · 7 years ago
  60. 7dfb8bf mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo by David Rientjes · 7 years ago
  61. b2bd859 mm, vmstat: print non-populated zones in zoneinfo by David Rientjes · 7 years ago
  62. bbf9ce9 mm: use is_migrate_isolate_page() to simplify the code by Xishi Qiu · 7 years ago
  63. a6ffdc0 mm: use is_migrate_highatomic() to simplify the code by Xishi Qiu · 7 years ago
  64. 322b8afe mm, swap: Fix a race in free_swap_and_cache() by Huang Ying · 7 years ago
  65. 9a4caf1 mm: memcontrol: provide shmem statistics by Johannes Weiner · 7 years ago
  66. cf8496e proc: show MADV_FREE pages info in smaps by Shaohua Li · 7 years ago
  67. 93e06c7 mm: enable MADV_FREE for swapless system by Shaohua Li · 7 years ago
  68. eb94a87 mm: fix lazyfree BUG_ON check in try_to_unmap_one() by Minchan Kim · 7 years ago
  69. 802a3a9 mm: reclaim MADV_FREE pages by Shaohua Li · 7 years ago
  70. f7ad2a6 mm: move MADV_FREE pages into LRU_INACTIVE_FILE list by Shaohua Li · 7 years ago
  71. d44d363 mm: don't assume anonymous pages have SwapBacked flag by Shaohua Li · 7 years ago
  72. a128ca7 mm: delete unnecessary TTU_* flags by Shaohua Li · 7 years ago
  73. 0a372d0 mm/page-writeback.c: use setup_deferrable_timer by Geliang Tang · 7 years ago
  74. 491d79a mm: remove unnecessary back-off function when retrying page reclaim by Johannes Weiner · 7 years ago
  75. 3db6581 Revert "mm, vmscan: account for skipped pages as a partial scan" by Johannes Weiner · 7 years ago
  76. c822f62 mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() by Johannes Weiner · 7 years ago
  77. 688035f mm: don't avoid high-priority reclaim on memcg limit reclaim by Johannes Weiner · 7 years ago
  78. a2d7f8e mm: don't avoid high-priority reclaim on unreclaimable nodes by Johannes Weiner · 7 years ago
  79. 15038d0 mm: remove unnecessary reclaimability check from NUMA balancing target by Johannes Weiner · 7 years ago
  80. 047d72c mm: remove seemingly spurious reclaimability check from laptop_mode gating by Johannes Weiner · 7 years ago
  81. d450abd mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling by Johannes Weiner · 7 years ago
  82. c73322d mm: fix 100% CPU kswapd busyloop on unreclaimable nodes by Johannes Weiner · 7 years ago
  83. a87c75f slab: avoid IPIs when creating kmem caches by Greg Thelen · 7 years ago
  84. d47736f fs/ocfs2/cluster: use offset_in_page() macro by Geliang Tang · 7 years ago
  85. 33496c3 ocfs2: o2hb: revert hb threshold to keep compatible by Junxiao Bi · 7 years ago
  86. 667b8a3 fs/ocfs2/cluster: use setup_timer by Geliang Tang · 7 years ago
  87. accce8e7 blackfin: bf609: let clk_disable() return immediately if clk is NULL by Masahiro Yamada · 7 years ago
  88. 672934d scripts/spelling.txt: add several more common spelling mistakes by Colin Ian King · 7 years ago
  89. 6a5cd60 lib/dma-debug.c: make locking work for RT by Pankaj Gupta · 7 years ago
  90. 46f0537 Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 7 years ago
  91. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  92. 89c9fea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  93. 76f1948 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 7 years ago
  94. 7af4c72 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 7 years ago
  95. 68fed41 Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  96. be580e7 Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  97. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  98. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  99. 5d15af6 Merge branch 'tipc-refactor-socket-receive-functions' by David S. Miller · 7 years ago
  100. ec8a09f tipc: refactor function tipc_sk_recv_stream() by Jon Paul Maloy · 7 years ago