1. f351574 Provide a function to create a NUL-terminated string from unterminated data by David Howells · 7 years ago
  2. 3b7b314 slub: make sysfs file removal asynchronous by Tejun Heo · 7 years ago
  3. 029c54b mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings by Ard Biesheuvel · 7 years ago
  4. c891d9f mm, thp: remove cond_resched from __collapse_huge_page_copy by David Rientjes · 7 years ago
  5. bd726c9 Allow stack to grow up to address space limit by Helge Deller · 7 years ago
  6. f4cb767 mm: fix new crash in unmapped_area_topdown() by Hugh Dickins · 7 years ago
  7. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  8. d7143e3 mm: correct the comment when reclaimed pages exceed the scanned pages by zhongjiang · 7 years ago
  9. 3c226c6 mm: numa: avoid waiting on freed migrated pages by Mark Rutland · 7 years ago
  10. ef70762 swap: cond_resched in swap_cgroup_prepare() by Yu Zhao · 7 years ago
  11. 7258ae5 mm/memory-failure.c: use compound_head() flags for huge pages by James Morse · 7 years ago
  12. 864b9a3 mm: consider memblock reservations for deferred memory initialization sizing by Michal Hocko · 7 years ago
  13. 9a291a7 mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified by James Morse · 7 years ago
  14. 70feee0 mlock: fix mlock count can not decrease in race condition by Yisheng Xie · 7 years ago
  15. 30809f5 mm/migrate: fix refcount handling when !hugepage_migration_supported() by Punit Agrawal · 7 years ago
  16. d0f0931d mm: avoid spurious 'bad pmd' warning messages by Ross Zwisler · 7 years ago
  17. c288983 mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks once by Tetsuo Handa · 7 years ago
  18. 478fe30 slub/memcg: cure the brainless abuse of sysfs attributes by Thomas Gleixner · 7 years ago
  19. 4f4f2ba mm: clarify why we want kmalloc before falling backto vmallock by Michal Hocko · 7 years ago
  20. a7306c3 ksm: prevent crash after write_protect_page fails by Andrea Arcangeli · 7 years ago
  21. 791b48b mm: vmscan: scan until it finds eligible pages by Minchan Kim · 7 years ago
  22. 338a16b mm, thp: copying user pages must schedule on collapse by David Rientjes · 7 years ago
  23. cd65637 mm: fix data corruption due to stale mmap reads by Jan Kara · 7 years ago
  24. 4636e70 dax: prevent invalidation of mapped DAX entries by Ross Zwisler · 7 years ago
  25. 8594a21 mm, vmalloc: fix vmalloc users tracking properly by Michal Hocko · 7 years ago
  26. 835152a mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin by SeongJae Park · 7 years ago
  27. 8d35bb3 mm, vmstat: Remove spurious WARN() during zoneinfo print by Reza Arbab · 7 years ago
  28. 1836522 hwpoison, memcg: forcibly uncharge LRU pages by Michal Hocko · 7 years ago
  29. e47b40a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  30. 03497d7 mm: Silence vmap() allocation failures based on caller gfp_flags by Florian Fainelli · 7 years ago
  31. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  32. 339fbf6 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  33. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  34. 499118e mm: introduce memalloc_noreclaim_{save,restore} by Vlastimil Babka · 7 years ago
  35. 62be151 mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC by Vlastimil Babka · 7 years ago
  36. 3b6521f mm/huge_memory.c: deposit a pgtable for DAX PMD faults when required by Oliver O'Halloran · 7 years ago
  37. c14a6eb mm/huge_memory.c: use zap_deposited_table() more by Oliver O'Halloran · 7 years ago
  38. c718a97 fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag by Tetsuo Handa · 7 years ago
  39. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 7 years ago
  40. 54f180d mm, swap: use kvzalloc to allocate some swap data structures by Huang Ying · 7 years ago
  41. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 7 years ago
  42. 6c5ab65 mm: support __GFP_REPEAT in kvmalloc_node for >32kB by Michal Hocko · 7 years ago
  43. 1f5307b mm, vmalloc: properly track vmalloc users by Michal Hocko · 7 years ago
  44. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 7 years ago
  45. baf6a9a mm, compaction: finish whole pageblock to reduce fragmentation by Vlastimil Babka · 7 years ago
  46. 282722b mm, compaction: restrict async compaction to pageblocks of same migratetype by Vlastimil Babka · 7 years ago
  47. d39773a mm, compaction: add migratetype to compact_control by Vlastimil Babka · 7 years ago
  48. b682deb mm, compaction: change migrate_async_suitable() to suitable_migration_source() by Vlastimil Babka · 7 years ago
  49. 02aa0cd mm, page_alloc: count movable pages when stealing from pageblock by Vlastimil Babka · 7 years ago
  50. 3bc48f9 mm, page_alloc: split smallest stolen page in fallback by Vlastimil Babka · 7 years ago
  51. 228d7e3 mm, compaction: remove redundant watermark check in compact_finished() by Vlastimil Babka · 7 years ago
  52. f25ba6d mm, compaction: reorder fields in struct compact_control by Vlastimil Babka · 7 years ago
  53. dd727da Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  54. 5b47d59 fix braino in generic_file_read_iter() by Al Viro · 7 years ago
  55. c6a677c Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  56. ab182e6 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  57. 4c17468 Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  58. b193859 kasan: separate report parts by empty lines by Andrey Konovalov · 7 years ago
  59. 5ab6d91 kasan: improve double-free report format by Andrey Konovalov · 7 years ago
  60. 430a05f kasan: print page description after stacks by Andrey Konovalov · 7 years ago
  61. 0c06f1f kasan: improve slab object description by Andrey Konovalov · 7 years ago
  62. 7f0a84c kasan: change report header by Andrey Konovalov · 7 years ago
  63. db429f1 kasan: simplify address description logic by Andrey Konovalov · 7 years ago
  64. b6b72f4 kasan: change allocation and freeing stack traces headers by Andrey Konovalov · 7 years ago
  65. 7d418f7 kasan: unify report headers by Andrey Konovalov · 7 years ago
  66. 5e82cd1 kasan: introduce helper functions for determining bug type by Andrey Konovalov · 7 years ago
  67. 286c469 mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page by Naoya Horiguchi · 7 years ago
  68. 8bcb74d mm: hwpoison: call shake_page() unconditionally by Naoya Horiguchi · 7 years ago
  69. 0ccfece mm/swapfile.c: fix swap space leak in error path of swap_free_entries() by Huang Ying · 7 years ago
  70. aa2369f mm/gup.c: fix access_ok() argument type by Arnd Bergmann · 7 years ago
  71. 34ccb69 mm/truncate: avoid pointless cleancache_invalidate_inode() calls. by Andrey Ryabinin · 7 years ago
  72. 32691f0 mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping is empty by Andrey Ryabinin · 7 years ago
  73. 55635ba fs: fix data invalidation in the cleancache during direct IO by Andrey Ryabinin · 7 years ago
  74. 0f7896f mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc() by Tetsuo Handa · 7 years ago
  75. 82a2481 mm/memory-failure.c: add page flag description in error paths by Anshuman Khandual · 7 years ago
  76. 5e451be mm/madvise: move up the behavior parameter validation by Anshuman Khandual · 7 years ago
  77. 97167a7 mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISON by Anshuman Khandual · 7 years ago
  78. ccda7f4 mm: memcontrol: use node page state naming scheme for memcg by Johannes Weiner · 7 years ago
  79. 71cd311 mm: memcontrol: re-use node VM page state enum by Johannes Weiner · 7 years ago
  80. df0e53d mm: memcontrol: re-use global VM event enum by Johannes Weiner · 7 years ago
  81. 31176c7 mm: memcontrol: clean up memory.events counting function by Johannes Weiner · 7 years ago
  82. 2a2e488 mm: vmscan: fix IO/refault regression in cache workingset transition by Johannes Weiner · 7 years ago
  83. 20ac289 mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff by Anshuman Khandual · 7 years ago
  84. d75da00 oom: improve oom disable handling by Michal Hocko · 7 years ago
  85. 9b7a814 mm/swap_slots.c: add warning if swap slots cache failed to initialize by Tim Chen · 7 years ago
  86. bd33ef3 mm: enable page poisoning early at boot by Vinayak Menon · 7 years ago
  87. 2872bb2 mm, swap: avoid lock swap_avail_lock when held cluster lock by Huang Ying · 7 years ago
  88. 0ef017d mm, swap: improve readability via make spin_lock/unlock balanced by Huang Ying · 7 years ago
  89. 9c1cc2e mm, swap: fix comment in __read_swap_cache_async by Huang Ying · 7 years ago
  90. 83612a9 mm: remove SWAP_[SUCCESS|AGAIN|FAIL] by Minchan Kim · 7 years ago
  91. e4b8222 mm: make rmap_one boolean function by Minchan Kim · 7 years ago
  92. 1df631a mm: make rmap_walk() return void by Minchan Kim · 7 years ago
  93. 666e5a4 mm: make ttu's return boolean by Minchan Kim · 7 years ago
  94. 33fc80e mm: remove SWAP_AGAIN in ttu by Minchan Kim · 7 years ago
  95. ad6b670 mm: remove SWAP_MLOCK in ttu by Minchan Kim · 7 years ago
  96. 192d723 mm: make try_to_munlock() return void by Minchan Kim · 7 years ago
  97. 22ffb33 mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttu by Minchan Kim · 7 years ago
  98. 18863d3 mm: remove SWAP_DIRTY in ttu by Minchan Kim · 7 years ago
  99. c24f386 mm: remove unncessary ret in page_referenced by Minchan Kim · 7 years ago
  100. d6622f6 mm/vmscan: more restrictive condition for retry in do_try_to_free_pages by Yisheng Xie · 7 years ago