1. 936bb4b mm/kasan: print name of mem[set,cpy,move]() caller in report by Andrey Ryabinin · 8 years ago
  2. 96fe805 mm, kasan: add a ksize() test by Alexander Potapenko · 8 years ago
  3. 4ebb31a4 mm, kasan: don't call kasan_krealloc() from ksize(). by Alexander Potapenko · 8 years ago
  4. 55834c5 mm: kasan: initial memory quarantine implementation by Alexander Potapenko · 8 years ago
  5. b8f1a75 mm: call page_ext_init() after all struct pages are initialized by Yang Shi · 8 years ago
  6. dfef2ef mm, migrate: increment fail count on ENOMEM by David Rientjes · 8 years ago
  7. 6cd9dc3 mm/compaction.c: fix zoneindex in kcompactd() by Chen Feng · 8 years ago
  8. 0bb2fd1 mm: page_is_guard(): return false when page_ext arrays are not allocated yet by Yang Shi · 8 years ago
  9. f050897 mm, thp: khugepaged should scan when sleep value is written by David Rientjes · 8 years ago
  10. a53eaff MM: increase safety margin provided by PF_LESS_THROTTLE by NeilBrown · 8 years ago
  11. e570f56 mm: check_new_page_bad() directly returns in __PG_HWPOISON case by Naoya Horiguchi · 8 years ago
  12. 29b52de mm, kasan: fix to call kasan_free_pages() after poisoning page by seokhoon.yoon · 8 years ago
  13. d0834a6 mm: disable fault around on emulated access bit architecture by Minchan Kim · 8 years ago
  14. 5c0a85f mm: make faultaround produce old ptes by Kirill A. Shutemov · 8 years ago
  15. 4b50bcc mm: use phys_addr_t for reserve_bootmem_region() arguments by Stefan Bader · 8 years ago
  16. d2005e3 userfaultfd: don't pin the user memory in userfaultfd_file_create() by Oleg Nesterov · 8 years ago
  17. cd33a76 mm/memblock.c: remove unnecessary always-true comparison by Richard Leitner · 8 years ago
  18. 9a001fc z3fold: the 3-fold allocator for compressed pages by Vitaly Wool · 8 years ago
  19. d5ee7c3 mm: thp: split_huge_pmd_address() comment improvement by Andrea Arcangeli · 8 years ago
  20. 5f527c2 mm: thp: microoptimize compound_mapcount() by Andrea Arcangeli · 8 years ago
  21. 7b8da4c vmstat: get rid of the ugly cpu_stat_off variable by Christoph Lameter · 8 years ago
  22. 5103817 memcg: fix stale mem_cgroup_force_empty() comment by Greg Thelen · 8 years ago
  23. d2a1a1f mm: use unsigned long constant for page flags by Yu Zhao · 8 years ago
  24. 2a138dc mm: use existing helper to convert "on"/"off" to boolean by Minfei Huang · 8 years ago
  25. 78ebc2f mm,writeback: don't use memory reserves for wb_start_writeback by Tetsuo Handa · 8 years ago
  26. 89474d5 Documentation: vm: fix spelling mistakes by Eric Engestrom · 8 years ago
  27. 0c9ad80 mm fix commmets: if SPARSEMEM, pgdata doesn't have page_ext by Weijie Yang · 8 years ago
  28. d70c17d include/linux/hugetlb.h: use bool instead of int for hugepage_migration_supported() by Chen Gang · 8 years ago
  29. 7fab358 include/linux/hugetlb*.h: clean up code by Chen Gang · 8 years ago
  30. a4a921a mm/swap.c: put activate_page_pvecs and other pagevecs together by Ming Li · 8 years ago
  31. b8ca9e3 mm: tighten fault_in_pages_writeable() by Eric Dumazet · 8 years ago
  32. 297880f mm, hugetlb_cgroup: round limit_in_bytes down to hugepage size by David Rientjes · 8 years ago
  33. 63678c3 tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMU by Rich Felker · 8 years ago
  34. f4fcd55 mm: enable RLIMIT_DATA by default with workaround for valgrind by Konstantin Khlebnikov · 8 years ago
  35. d5957d2 mm: fix incorrect pfn passed to untrack_pfn() in remap_pfn_range() by Yongji Xie · 8 years ago
  36. 80c4bd7 mm/vmalloc: keep a separate lazy-free list by Chris Wilson · 8 years ago
  37. f705ac4 mm/memblock.c: move memblock_{add,reserve}_region into memblock_{add,reserve} by Alexander Kuleshov · 8 years ago
  38. 495367c0 mm/memory-failure.c: replace "MCE" with "Memory failure" by Chen Yucong · 8 years ago
  39. 340a43b mm: thp: simplify the implementation of mk_huge_pmd() by Yang Shi · 8 years ago
  40. f44666b mm,oom: speed up select_bad_process() loop by Tetsuo Handa · 8 years ago
  41. 98748bd oom: consider multi-threaded tasks in task_will_free_mem by Michal Hocko · 8 years ago
  42. ec8d7c1 mm, oom_reaper: do not mmput synchronously from the oom reaper context by Michal Hocko · 8 years ago
  43. bb8a4b7 mm, oom_reaper: hide oom reaped tasks from OOM killer more carefully by Michal Hocko · 8 years ago
  44. 31e49bf mm, oom: protect !costly allocations some more for !CONFIG_COMPACTION by Michal Hocko · 8 years ago
  45. 86a294a mm, oom, compaction: prevent from should_compact_retry looping for ever for costly orders by Michal Hocko · 8 years ago
  46. 7854ea6 mm: consider compaction feedback also for costly allocation by Michal Hocko · 8 years ago
  47. 33c2d21 mm, oom: protect !costly allocations some more by Michal Hocko · 8 years ago
  48. ede3771 mm: throttle on IO only when there are too many dirty and writeback pages by Michal Hocko · 8 years ago
  49. 0a0337e mm, oom: rework oom detection by Michal Hocko · 8 years ago
  50. cab1802 mm, compaction: abstract compaction feedback to helpers by Michal Hocko · 8 years ago
  51. c5d01d0 mm, compaction: simplify __alloc_pages_direct_compact feedback interface by Michal Hocko · 8 years ago
  52. 4f9a358 mm, compaction: update compaction_result ordering by Michal Hocko · 8 years ago
  53. c8f7de0 mm, compaction: distinguish between full and partial COMPACT_COMPLETE by Michal Hocko · 8 years ago
  54. 1d4746d mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED by Michal Hocko · 8 years ago
  55. c46649d mm, compaction: cover all compaction mode in compact_zone by Michal Hocko · 8 years ago
  56. ea7ab98 mm, compaction: change COMPACT_ constants into enum by Michal Hocko · 8 years ago
  57. b6459cc vmscan: consider classzone_idx in compaction_ready by Michal Hocko · 8 years ago
  58. 59dc76b mm: vmscan: reduce size of inactive file list by Rik van Riel · 8 years ago
  59. bbddabe mm: filemap: only do access activations on reads by Johannes Weiner · 8 years ago
  60. f0281a0 mm: workingset: only do workingset activations on reads by Rik van Riel · 8 years ago
  61. 6eb59af Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 8 years ago
  62. 4d230d4 Merge tag 'hsi-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 8 years ago
  63. 410b429 Merge tag 'fbdev-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 8 years ago
  64. e4fba88 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  65. ffd565e irqchip: nps: add 64BIT dependency by Arnd Bergmann · 8 years ago
  66. c04a588 Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  67. a1c28b7 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  68. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  69. 4741526 mm, page_alloc: restore the original nodemask if the fast path allocation failed by Mel Gorman · 8 years ago
  70. 4e61180 mm, page_alloc: uninline the bad page part of check_new_page() by Vlastimil Babka · 8 years ago
  71. e2769db mm, page_alloc: don't duplicate code in free_pcp_prepare by Mel Gorman · 8 years ago
  72. 479f854 mm, page_alloc: defer debugging checks of pages allocated from the PCP by Mel Gorman · 8 years ago
  73. 4db7548 mm, page_alloc: defer debugging checks of freed pages until a PCP drain by Mel Gorman · 8 years ago
  74. 002f290 cpuset: use static key better and convert to new API by Vlastimil Babka · 8 years ago
  75. 0b423ca mm, page_alloc: inline pageblock lookup in page free fast paths by Mel Gorman · 8 years ago
  76. e5b31ac mm, page_alloc: remove unnecessary variable from free_pcppages_bulk by Mel Gorman · 8 years ago
  77. da838d4 mm, page_alloc: pull out side effects from free_pages_check by Mel Gorman · 8 years ago
  78. bb552ac mm, page_alloc: un-inline the bad part of free_pages_check by Mel Gorman · 8 years ago
  79. 7bfec6f mm, page_alloc: check multiple page fields with a single branch by Mel Gorman · 8 years ago
  80. 93ea996 mm, page_alloc: remove field from alloc_context by Mel Gorman · 8 years ago
  81. c33d6c0 mm, page_alloc: avoid looking up the first zone in a zonelist twice by Mel Gorman · 8 years ago
  82. 48ee5f3 mm, page_alloc: shortcut watermark checks for order-0 pages by Mel Gorman · 8 years ago
  83. 3053475 mm, page_alloc: reduce cost of fair zone allocation policy retry by Mel Gorman · 8 years ago
  84. 4fcb097 mm, page_alloc: shorten the page allocator fast path by Mel Gorman · 8 years ago
  85. 3777999 mm, page_alloc: check once if a zone has isolated pageblocks by Mel Gorman · 8 years ago
  86. 83d4ca8 mm, page_alloc: move __GFP_HARDWALL modifications out of the fastpath by Mel Gorman · 8 years ago
  87. 09940a4 mm, page_alloc: simplify last cpupid reset by Mel Gorman · 8 years ago
  88. 5bb1b16 mm, page_alloc: remove unnecessary initialisation from __alloc_pages_nodemask() by Mel Gorman · 8 years ago
  89. be06af0 mm, page_alloc: remove unnecessary initialisation in get_page_from_freelist by Mel Gorman · 8 years ago
  90. 4dfa6cd mm, page_alloc: remove unnecessary local variable in get_page_from_freelist by Mel Gorman · 8 years ago
  91. fa379b9 mm, page_alloc: convert nr_fair_skipped to bool by Mel Gorman · 8 years ago
  92. c603844 mm, page_alloc: convert alloc_flags to unsigned by Mel Gorman · 8 years ago
  93. f75fb88 mm, page_alloc: avoid unnecessary zone lookups during pageblock operations by Mel Gorman · 8 years ago
  94. 754078e mm, page_alloc: use __dec_zone_state for order-0 page allocation by Mel Gorman · 8 years ago
  95. 682a338 mm, page_alloc: inline the fast path of the zonelist iterator by Mel Gorman · 8 years ago
  96. 060e741 mm, page_alloc: inline zone_statistics by Mel Gorman · 8 years ago
  97. b9f00e1 mm, page_alloc: reduce branches in zone_statistics by Mel Gorman · 8 years ago
  98. 1751457 mm, page_alloc: use new PageAnonHead helper in the free page fast path by Mel Gorman · 8 years ago
  99. d61f859 mm, page_alloc: only check PageCompound for high-order pages by Mel Gorman · 8 years ago
  100. 449d777 mm, oom_reaper: clear TIF_MEMDIE for all tasks queued for oom_reaper by Michal Hocko · 8 years ago