1. adea72f get_user_pages_fast(): return -EFAULT on access_ok failure by Michael S. Tsirkin · 7 years ago
  2. 72682b1 percpu: add __GFP_NORETRY semantics to the percpu balancing path by Dennis Zhou · 7 years ago
  3. b8b8151 mm/vmscan: wake up flushers for legacy cgroups too by Andrey Ryabinin · 7 years ago
  4. 99b6ead Revert "mm: page_alloc: skip over regions of invalid pfns where possible" by Daniel Vacek · 7 years ago
  5. f5dad04 mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink() by Kirill A. Shutemov · 7 years ago
  6. b6b6783 mm/thp: do not wait for lock_page() in deferred_split_scan() by Kirill A. Shutemov · 7 years ago
  7. 8b8b5c4 mm/khugepaged.c: convert VM_BUG_ON() to collapse fail by Kirill A. Shutemov · 7 years ago
  8. 1e86284 hugetlbfs: check for pgoff value overflow by Mike Kravetz · 7 years ago
  9. ef006d4 lockdep: fix fs_reclaim warning by Tetsuo Handa · 7 years ago
  10. 88b3e6a mm/memblock.c: hardcode the end_pfn being -1 by Daniel Vacek · 7 years ago
  11. 647a37e mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()' by Christophe JAILLET · 7 years ago
  12. 62160e34 mm, swap, frontswap: fix THP swap if frontswap enabled by Huang Ying · 7 years ago
  13. c902ff1 vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems by Michal Hocko · 7 years ago
  14. d91c3f2 mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep by Dave Young · 7 years ago
  15. 7880fc541 mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. by Tetsuo Handa · 7 years ago
  16. 26f8c38 x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages by Tony Luck · 7 years ago
  17. 568c61f mm: hide a #warning for COMPILE_TEST by Arnd Bergmann · 7 years ago
  18. d6d0c0a kmemcheck: rip it out for real by Michal Hocko · 7 years ago
  19. f369f14 kmemcheck: rip it out by Levin, Alexander (Sasha Levin) · 7 years ago
  20. b9870f8 kmemcheck: remove whats left of NOTRACK flags by Levin, Alexander (Sasha Levin) · 7 years ago
  21. ae63fd2 kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  22. 2abfcdf kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  23. 799a34d Revert "defer call to mem_cgroup_sk_alloc()" by Roman Gushchin · 7 years ago
  24. b2ba0bd kmemleak: add scheduling point to kmemleak_scan() by Yisheng Xie · 7 years ago
  25. bd9fa78 mm, page_alloc: fix potential false positive in __zone_watermark_ok by Vlastimil Babka · 7 years ago
  26. 3abb4c1 mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte() by Kirill A. Shutemov · 7 years ago
  27. c86ee79 mm/sparse.c: wrong allocation for mem_section by Baoquan He · 7 years ago
  28. abcc786 mm/mprotect: add a cond_resched() inside change_pmd_range() by Anshuman Khandual · 7 years ago
  29. 7d75452 mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y by Kirill A. Shutemov · 7 years ago
  30. 5383f45 locking/barriers: Convert users of lockless_dereference() to READ_ONCE() by Will Deacon · 7 years ago
  31. 4afaf6e mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y by Kirill A. Shutemov · 7 years ago
  32. 55fe469 mm, oom_reaper: fix memory corruption by Michal Hocko · 7 years ago
  33. 5ca94e0 slub: fix sysfs duplicate filename creation when slub_debug=O by Miles Chen · 7 years ago
  34. 1238334 zsmalloc: calling zs_map_object() from irq is a bug by Sergey Senozhatsky · 7 years ago
  35. 342ee87 mm, x86/mm: Fix performance regression in get_user_pages_fast() by Kirill A. Shutemov · 7 years ago
  36. be75ad8 mm/hugetlb: fix NULL-pointer dereference on 5-level paging machine by Kirill A. Shutemov · 7 years ago
  37. d983b62 mm, memcg: fix mem_cgroup_swapout() for THPs by Shakeel Butt · 7 years ago
  38. 8a0bb9e mm/madvise.c: fix madvise() infinite loop under special circumstances by chenjie · 7 years ago
  39. daac045 mm: fail get_vaddr_frames() for filesystem-dax mappings by Dan Williams · 7 years ago
  40. 40aa9d2 mm: introduce get_user_pages_longterm by Dan Williams · 7 years ago
  41. c6c78a1 mm, hugetlbfs: introduce ->split() to vm_operations_struct by Dan Williams · 7 years ago
  42. b4c8fce mm/cma: fix alloc_contig_range ret code/potential leak by Mike Kravetz · 7 years ago
  43. 01ca972 mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() by Kirill A. Shutemov · 7 years ago
  44. 786b924 mm, oom_reaper: gather each vma to prevent leaking TLB entry by Wang Nan · 7 years ago
  45. b8d0c95 mm, memory_hotplug: do not back off draining pcp free pages from kworker context by Michal Hocko · 7 years ago
  46. c1a14af mm/z3fold.c: use kref to prevent page free/compact race by Vitaly Wool · 7 years ago
  47. cb58b8f mm/page_ext.c: check if page_ext is not prepared by Jaewon Kim · 7 years ago
  48. 5a77c92 mm/page_alloc.c: broken deferred calculation by Pavel Tatashin · 7 years ago
  49. bbce81f mm/pagewalk.c: report holes in hugetlb ranges by Jann Horn · 7 years ago
  50. 2628bd6 mm, swap: fix race between swap count continuation operations by Huang Ying · 7 years ago
  51. dd8a67f mm/huge_memory.c: deposit page table when copying a PMD migration entry by Zi Yan · 7 years ago
  52. 1e392147 userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size by Andrea Arcangeli · 7 years ago
  53. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  54. b5ac3be Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  55. 0ea7eee mm, percpu: add support for __GFP_NOWARN flag by Daniel Borkmann · 7 years ago
  56. 61b6397 mm, swap: use page-cluster as max window of VMA based swap readahead by Huang Ying · 7 years ago
  57. a7b1009 mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock by Will Deacon · 7 years ago
  58. b8c8a33 Revert "vmalloc: back off when the current task is killed" by Johannes Weiner · 7 years ago
  59. ef46501 mm/cma.c: take __GFP_NOWARN into account in cma_alloc() by Boris Brezillon · 7 years ago
  60. af0db98 mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk(). by Zi Yan · 7 years ago
  61. de55c8b mm/mempolicy: fix NUMA_INTERLEAVE_HIT counter by Andrey Ryabinin · 7 years ago
  62. c02c300 mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORK by Yang Shi · 7 years ago
  63. e20d103 mm/migrate: fix indexing bug (off by one) and avoid out of bound access by Mark Hairgrove · 7 years ago
  64. 9f1c267 net: memcontrol: defer call to mem_cgroup_sk_alloc() by Eric Dumazet · 7 years ago
  65. d09b013 mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned long by YASUAKI ISHIMATSU · 7 years ago
  66. 1dd2bfc mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline function by YASUAKI ISHIMATSU · 7 years ago
  67. 9b6e63c mm, page_alloc: add scheduling point to memmap_init_zone by Michal Hocko · 7 years ago
  68. f64ac5e mm, memory_hotplug: add scheduling point to __add_pages by Michal Hocko · 7 years ago
  69. f80c7da mm: memcontrol: use vmalloc fallback for large kmem memcg arrays by Johannes Weiner · 7 years ago
  70. 7d790d2 mm/device-public-memory: fix edge case in _vm_normal_page() by Reza Arbab · 7 years ago
  71. 9625456 mm: fix data corruption caused by lazyfree page by Shaohua Li · 7 years ago
  72. 24c92eb mm: avoid marking swap cached page as lazyfree by Shaohua Li · 7 years ago
  73. f4e222c mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPC by Jeff Layton · 7 years ago
  74. a872eb2 mm: fix RODATA_TEST failure "rodata_test: test data was not read only" by Christophe Leroy · 7 years ago
  75. 57148a6 mm: meminit: mark init_reserved_page as __meminit by Arnd Bergmann · 7 years ago
  76. 3552935 z3fold: fix stale list handling by Vitaly Wool · 7 years ago
  77. 6818600 mm,compaction: serialize waitqueue_active() checks (for real) by Davidlohr Bueso · 7 years ago
  78. 3f2eb02 mm/memcg: avoid page count check for zone device by Jérôme Glisse · 7 years ago
  79. 72f0184 mm, memcg: remove hotplug locking from try_charge by Michal Hocko · 7 years ago
  80. 4d4bbd8 mm, oom_reaper: skip mm structs with mmu notifiers by Michal Hocko · 7 years ago
  81. d5567c9 z3fold: fix potential race in z3fold_reclaim_page by Vitaly Wool · 7 years ago
  82. 19bfbe2 mm, hugetlb, soft_offline: save compound page order before page migration by Alexandru Moise · 7 years ago
  83. 4b22927 ksm: fix unlocked iteration over vmas in cmp_and_merge_page() by Kirill Tkhai · 7 years ago
  84. 1fa4df3 percpu: fix iteration to prevent skipping over block by Dennis Zhou · 7 years ago
  85. 2e08d20 percpu: fix starting offset for chunk statistics traversal by Dennis Zhou · 7 years ago
  86. 332391a fs: Fix page cache inconsistency when mixing buffered and AIO DIO by Lukas Czerner · 7 years ago
  87. e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  88. 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  89. 7a95bdb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  90. 11a19c7 sched/wait: Introduce wakeup boomark in wake_up_page_bit by Tim Chen · 8 years ago
  91. 5f48f0b mm, page_owner: skip unnecessary stack_trace entries by Prakash Gupta · 7 years ago
  92. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  93. 0b045bd mm/backing-dev.c: fix an error handling path in 'cgwb_create()' by Christophe JAILLET · 7 years ago
  94. fa90b2f mem/memcg: cache rightmost node by Davidlohr Bueso · 7 years ago
  95. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  96. 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
  97. 149728e mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced() by Anshuman Khandual · 7 years ago
  98. b6b1fd2 mm/swapfile.c: fix swapon frontswap_map memory leak on error by David Rientjes · 7 years ago
  99. 8606a1a mm: kvfree the swap cluster info if the swap file is unsatisfactory by Darrick J. Wong · 7 years ago
  100. f19360f mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attempt by Tetsuo Handa · 7 years ago