1. dd727da Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  2. c6a677c Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  3. ab182e6 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  4. 4c17468 Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  5. b193859 kasan: separate report parts by empty lines by Andrey Konovalov · 8 years ago
  6. 5ab6d91 kasan: improve double-free report format by Andrey Konovalov · 8 years ago
  7. 430a05f kasan: print page description after stacks by Andrey Konovalov · 8 years ago
  8. 0c06f1f kasan: improve slab object description by Andrey Konovalov · 8 years ago
  9. 7f0a84c kasan: change report header by Andrey Konovalov · 8 years ago
  10. db429f1 kasan: simplify address description logic by Andrey Konovalov · 8 years ago
  11. b6b72f4 kasan: change allocation and freeing stack traces headers by Andrey Konovalov · 8 years ago
  12. 7d418f7 kasan: unify report headers by Andrey Konovalov · 8 years ago
  13. 5e82cd1 kasan: introduce helper functions for determining bug type by Andrey Konovalov · 8 years ago
  14. 286c469 mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page by Naoya Horiguchi · 8 years ago
  15. 8bcb74d mm: hwpoison: call shake_page() unconditionally by Naoya Horiguchi · 8 years ago
  16. 0ccfece mm/swapfile.c: fix swap space leak in error path of swap_free_entries() by Huang Ying · 8 years ago
  17. aa2369f mm/gup.c: fix access_ok() argument type by Arnd Bergmann · 8 years ago
  18. 34ccb69 mm/truncate: avoid pointless cleancache_invalidate_inode() calls. by Andrey Ryabinin · 8 years ago
  19. 32691f0 mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping is empty by Andrey Ryabinin · 8 years ago
  20. 55635ba fs: fix data invalidation in the cleancache during direct IO by Andrey Ryabinin · 8 years ago
  21. 0f7896f mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc() by Tetsuo Handa · 8 years ago
  22. 82a2481 mm/memory-failure.c: add page flag description in error paths by Anshuman Khandual · 8 years ago
  23. 5e451be mm/madvise: move up the behavior parameter validation by Anshuman Khandual · 8 years ago
  24. 97167a7 mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISON by Anshuman Khandual · 8 years ago
  25. ccda7f4 mm: memcontrol: use node page state naming scheme for memcg by Johannes Weiner · 8 years ago
  26. 71cd311 mm: memcontrol: re-use node VM page state enum by Johannes Weiner · 8 years ago
  27. df0e53d mm: memcontrol: re-use global VM event enum by Johannes Weiner · 8 years ago
  28. 31176c7 mm: memcontrol: clean up memory.events counting function by Johannes Weiner · 8 years ago
  29. 2a2e488 mm: vmscan: fix IO/refault regression in cache workingset transition by Johannes Weiner · 8 years ago
  30. 20ac289 mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff by Anshuman Khandual · 8 years ago
  31. d75da00 oom: improve oom disable handling by Michal Hocko · 8 years ago
  32. 9b7a814 mm/swap_slots.c: add warning if swap slots cache failed to initialize by Tim Chen · 8 years ago
  33. bd33ef3 mm: enable page poisoning early at boot by Vinayak Menon · 8 years ago
  34. 2872bb2 mm, swap: avoid lock swap_avail_lock when held cluster lock by Huang Ying · 8 years ago
  35. 0ef017d mm, swap: improve readability via make spin_lock/unlock balanced by Huang Ying · 8 years ago
  36. 9c1cc2e mm, swap: fix comment in __read_swap_cache_async by Huang Ying · 8 years ago
  37. 83612a9 mm: remove SWAP_[SUCCESS|AGAIN|FAIL] by Minchan Kim · 8 years ago
  38. e4b8222 mm: make rmap_one boolean function by Minchan Kim · 8 years ago
  39. 1df631a mm: make rmap_walk() return void by Minchan Kim · 8 years ago
  40. 666e5a4 mm: make ttu's return boolean by Minchan Kim · 8 years ago
  41. 33fc80e mm: remove SWAP_AGAIN in ttu by Minchan Kim · 8 years ago
  42. ad6b670 mm: remove SWAP_MLOCK in ttu by Minchan Kim · 8 years ago
  43. 192d723 mm: make try_to_munlock() return void by Minchan Kim · 8 years ago
  44. 22ffb33 mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttu by Minchan Kim · 8 years ago
  45. 18863d3 mm: remove SWAP_DIRTY in ttu by Minchan Kim · 8 years ago
  46. c24f386 mm: remove unncessary ret in page_referenced by Minchan Kim · 8 years ago
  47. d6622f6 mm/vmscan: more restrictive condition for retry in do_try_to_free_pages by Yisheng Xie · 8 years ago
  48. 1ef36db mm/compaction: ignore block suitable after check large free page by Yisheng Xie · 8 years ago
  49. 60a7a88 mm/sparse: refine usemap_size() a little by Wei Yang · 8 years ago
  50. 8225196 mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warnings by Johannes Weiner · 8 years ago
  51. e716f2e mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx by Mel Gorman · 8 years ago
  52. 631b6e0 mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced by Mel Gorman · 8 years ago
  53. 333b0a4 mm, vmscan: fix zone balance check in prepare_kswapd_sleep by Shantanu Goel · 8 years ago
  54. 2948be5 mm: do not use double negation for testing page flags by Minchan Kim · 8 years ago
  55. 056b9d8 mm: remove rodata_test_data export, add pr_fmt by Kees Cook · 8 years ago
  56. 9ab2594 mm: tighten up the fault path a little by Matthew Wilcox · 8 years ago
  57. 7dea19f mm: introduce memalloc_nofs_{save,restore} API by Michal Hocko · 8 years ago
  58. 7dfb8bf mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo by David Rientjes · 8 years ago
  59. b2bd859 mm, vmstat: print non-populated zones in zoneinfo by David Rientjes · 8 years ago
  60. bbf9ce9 mm: use is_migrate_isolate_page() to simplify the code by Xishi Qiu · 8 years ago
  61. a6ffdc0 mm: use is_migrate_highatomic() to simplify the code by Xishi Qiu · 8 years ago
  62. 322b8afe mm, swap: Fix a race in free_swap_and_cache() by Huang Ying · 8 years ago
  63. 9a4caf1 mm: memcontrol: provide shmem statistics by Johannes Weiner · 8 years ago
  64. 93e06c7 mm: enable MADV_FREE for swapless system by Shaohua Li · 8 years ago
  65. eb94a87 mm: fix lazyfree BUG_ON check in try_to_unmap_one() by Minchan Kim · 8 years ago
  66. 802a3a9 mm: reclaim MADV_FREE pages by Shaohua Li · 8 years ago
  67. f7ad2a6 mm: move MADV_FREE pages into LRU_INACTIVE_FILE list by Shaohua Li · 8 years ago
  68. d44d363 mm: don't assume anonymous pages have SwapBacked flag by Shaohua Li · 8 years ago
  69. a128ca7 mm: delete unnecessary TTU_* flags by Shaohua Li · 8 years ago
  70. 0a372d0 mm/page-writeback.c: use setup_deferrable_timer by Geliang Tang · 8 years ago
  71. 491d79a mm: remove unnecessary back-off function when retrying page reclaim by Johannes Weiner · 8 years ago
  72. 3db6581 Revert "mm, vmscan: account for skipped pages as a partial scan" by Johannes Weiner · 8 years ago
  73. c822f62 mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() by Johannes Weiner · 8 years ago
  74. 688035f mm: don't avoid high-priority reclaim on memcg limit reclaim by Johannes Weiner · 8 years ago
  75. a2d7f8e mm: don't avoid high-priority reclaim on unreclaimable nodes by Johannes Weiner · 8 years ago
  76. 15038d0 mm: remove unnecessary reclaimability check from NUMA balancing target by Johannes Weiner · 8 years ago
  77. 047d72c mm: remove seemingly spurious reclaimability check from laptop_mode gating by Johannes Weiner · 8 years ago
  78. d450abd mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling by Johannes Weiner · 8 years ago
  79. c73322d mm: fix 100% CPU kswapd busyloop on unreclaimable nodes by Johannes Weiner · 8 years ago
  80. a87c75f slab: avoid IPIs when creating kmem caches by Greg Thelen · 8 years ago
  81. 5b13475 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  82. 5958cc4 Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  83. c58d405 Merge tag 'docs-4.12' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  84. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 207fb8c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. 2dbf3d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 8 years ago
  87. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  88. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  89. 01e7bc2 mm: remove AVR32 arch special handling in mm/Kconfig by Hans-Christian Noren Egtvedt · 8 years ago
  90. 7138970 mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crash by Dan Williams · 8 years ago
  91. 80a2ea9 mm: retry writepages() on ENOMEM when doing an data integrity writeback by Theodore Ts'o · 8 years ago
  92. 6dd29b3 Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation" by Ingo Molnar · 8 years ago
  93. 5ecda13 generic_file_read_iter(): make use of iov_iter_revert() by Al Viro · 8 years ago
  94. 639a93a5 generic_file_direct_write(): make use of iov_iter_revert() by Al Viro · 8 years ago
  95. fc280fe mm: prevent NR_ISOLATE_* stats from going negative by Rabin Vincent · 8 years ago
  96. d34b073 Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests" by Mel Gorman · 8 years ago
  97. 7c4cc30 bdi: Drop 'parent' argument from bdi_register[_va]() by Jan Kara · 8 years ago
  98. 2e82b84 block: Remove unused functions by Jan Kara · 8 years ago
  99. 62bf42a bdi: Export bdi_alloc_node() and bdi_put() by Jan Kara · 8 years ago
  100. 5af110b block: Unregister bdi on last reference drop by Jan Kara · 8 years ago