1. 2ac5e38 Merge drm/drm-next into drm-intel-next-queued by Jani Nikula · 6 years ago
  2. 45e7981 mm/memblock.c: fix a typo in __next_mem_pfn_range() comments by Chen Chang · 6 years ago
  3. c63ae43 mm, page_alloc: check for max order in hot path by Michal Hocko · 6 years ago
  4. 1a41364 tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset by Yufen Yu · 6 years ago
  5. 13c9aaf mm/vmstat.c: fix NUMA statistics updates by Janne Huttunen · 6 years ago
  6. 7817955 mm/gup.c: fix follow_page_mask() kerneldoc comment by Mike Rapoport · 6 years ago
  7. 9d78999 mm, memory_hotplug: check zone_movable in has_unmovable_pages by Michal Hocko · 6 years ago
  8. 873d7bc mm/swapfile.c: use kvzalloc for swap_info_struct allocation by Vasily Averin · 6 years ago
  9. 5e41540 hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! by Mike Kravetz · 6 years ago
  10. ca0246b z3fold: fix possible reclaim races by Vitaly Wool · 6 years ago
  11. 64e3d12 mm, drm/i915: mark pinned shmemfs pages as unevictable by Kuo-Hsin Yang · 6 years ago
  12. dd33ad7 memory_hotplug: cond_resched in __remove_pages by Michal Hocko · 6 years ago
  13. 89c83fb mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask by Michal Hocko · 6 years ago
  14. ac5b2c1 mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings by Andrea Arcangeli · 6 years ago
  15. e68599a mm: handle no memcg case in memcg_kmem_charge() properly by Roman Gushchin · 6 years ago
  16. 5f21585 Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  17. c2aa1a4 Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  18. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  19. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  20. b5b1de3 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  21. 6444ccf Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 6 years ago
  22. 2ebe822 mm/gup.c: fix __get_user_pages_fast() comment by Fengguang Wu · 6 years ago
  23. f2c57d9 mm: Fix warning in insert_pfn() by Jan Kara · 6 years ago
  24. 381eab4 mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock by David Hildenbrand · 6 years ago
  25. 8df1d0e mm/memory_hotplug: make add_memory() take the device_hotplug_lock by David Hildenbrand · 6 years ago
  26. d15e592 mm/memory_hotplug: make remove_memory() take the device_hotplug_lock by David Hildenbrand · 6 years ago
  27. 2f77080 mm/memblock.c: warn if zero alignment was requested by Mike Rapoport · 6 years ago
  28. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  29. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  30. 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 6 years ago
  31. bda49a8 mm: remove nobootmem by Mike Rapoport · 6 years ago
  32. 7c2ee34 memblock: rename __free_pages_bootmem to memblock_free_pages by Mike Rapoport · 6 years ago
  33. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  34. 53ab85e memblock: replace free_bootmem_late with memblock_free_late by Mike Rapoport · 6 years ago
  35. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  36. 6c7835f mm: nobootmem: remove bootmem allocation APIs by Mike Rapoport · 6 years ago
  37. 3913c8f memblock: add align parameter to memblock_alloc_node() by Mike Rapoport · 6 years ago
  38. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  39. 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
  40. b146ada mm: nobootmem: remove dead code by Mike Rapoport · 6 years ago
  41. 355c45a mm: remove bootmem allocator implementation. by Mike Rapoport · 6 years ago
  42. aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
  43. b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 6 years ago
  44. 4b408c7 mm/gup_benchmark.c: prevent integer overflow in ioctl by Dan Carpenter · 6 years ago
  45. ec131b2 mm/hmm: invalidate device page table at start of invalidation by Jérôme Glisse · 6 years ago
  46. 44532d4 mm/hmm: use a structure for update callback parameters by Jérôme Glisse · 6 years ago
  47. d08faca mm/hmm: properly handle migration pmd by Jérôme Glisse · 6 years ago
  48. 86a2d59 mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback by Ralph Campbell · 6 years ago
  49. aab8d05 mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly by Ralph Campbell · 6 years ago
  50. f813f21 mm/hmm: fix utf8 ... by Jérôme Glisse · 6 years ago
  51. eca3654 vfs: enable remap callers that can handle short operations by Darrick J. Wong · 6 years ago
  52. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  53. 3d28193 vfs: pass remap flags to generic_remap_checks by Darrick J. Wong · 6 years ago
  54. 9fd91a90cb vfs: strengthen checking of file range inputs to generic_remap_checks by Darrick J. Wong · 6 years ago
  55. 1383a7e vfs: check file ranges before cloning files by Darrick J. Wong · 6 years ago
  56. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  57. 22146c3 hugetlbfs: dirty pages as they are added to pagecache by Mike Kravetz · 6 years ago
  58. aa8aa8a mm: export add_swap_extent() by Omar Sandoval · 6 years ago
  59. bc4ae27 mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS by Omar Sandoval · 6 years ago
  60. 7eef5f9 mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page() by Andrea Arcangeli · 6 years ago
  61. 7066f0f mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page() by Andrea Arcangeli · 6 years ago
  62. d7c3393 mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition by Andrea Arcangeli · 6 years ago
  63. 026d1ea mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t by Clark Williams · 6 years ago
  64. df06b37 mm/gup: cache dev_pagemap while pinning pages by Keith Busch · 6 years ago
  65. ec393a0f mm: return zero_resv_unavail optimization by Pavel Tatashin · 6 years ago
  66. 907ec5f mm: zero remaining unavailable struct pages by Naoya Horiguchi · 6 years ago
  67. 714a3a1 mm/gup_benchmark.c: add additional pinning methods by Keith Busch · 6 years ago
  68. 26db3d0 mm/gup_benchmark.c: time put_page() by Keith Busch · 6 years ago
  69. 7a1adfd mm: don't raise MEMCG_OOM event due to failed high-order allocation by Roman Gushchin · 6 years ago
  70. 6408136 mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock by Dave Chinner · 6 years ago
  71. a9a9e77 mm: move mirrored memory specific code outside of memmap_init_zone by Pavel Tatashin · 6 years ago
  72. d3035be mm: calculate deferred pages after skipping mirrored memory by Pavel Tatashin · 6 years ago
  73. dfb3ccd mm: make memmap_init a proper function by Pavel Tatashin · 6 years ago
  74. 1c2d479 mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t type by Kirill Tkhai · 6 years ago
  75. 4a22212 mm/page_alloc.c: initialize num_movable in move_freepages() by David Rientjes · 6 years ago
  76. 61855f0 mm/zsmalloc.c: fix fall-through annotation by Gustavo A. R. Silva · 6 years ago
  77. f0ecf25 mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size by Jann Horn · 6 years ago
  78. ff09d7e mm/memory.c: recheck page table entry with page table lock held by Aneesh Kumar K.V · 6 years ago
  79. 9bc8039 mm: brk: downgrade mmap_sem to read when shrinking by Yang Shi · 6 years ago
  80. 85a0683 mm: mremap: downgrade mmap_sem to read when shrinking by Yang Shi · 6 years ago
  81. 3c05132 mm/filemap.c: use vmf_error() by Souptick Joarder · 6 years ago
  82. d4faa40 mm: remove unnecessary local variable addr in __get_user_pages_fast() by Wei Yang · 6 years ago
  83. 966cf44 mm: defer ZONE_DEVICE page initialization to the point where we init pgmap by Alexander Duyck · 6 years ago
  84. d483da5 mm: create non-atomic version of SetPageReserved for init use by Alexander Duyck · 6 years ago
  85. f682a97 mm: provide kernel parameter to allow disabling page init poisoning by Alexander Duyck · 6 years ago
  86. 85cfb24 memcg: remove memcg_kmem_skip_account by Shakeel Butt · 6 years ago
  87. 86b27be mm/memory_hotplug.c: clean up node_states_check_changes_offline() by Oscar Salvador · 6 years ago
  88. 8efe33f mm/memory_hotplug.c: simplify node_states_check_changes_online by Oscar Salvador · 6 years ago
  89. cf01f6f5 mm/memory_hotplug.c: tidy up node_states_clear_node() by Oscar Salvador · 6 years ago
  90. 83d8361 mm/memory_hotplug.c: spare unnecessary calls to node_set_state by Oscar Salvador · 6 years ago
  91. 3cb7b12 mm/filemap.c: Use existing variable by haiqing.shq · 6 years ago
  92. cb49224 mm: unmap VM_PFNMAP mappings with optimized path by Yang Shi · 6 years ago
  93. b4cefb3 mm: unmap VM_HUGETLB mappings with optimized path by Yang Shi · 6 years ago
  94. dd2283f mm: mmap: zap pages with read mmap_sem in munmap by Yang Shi · 6 years ago
  95. a8dda16 vfree: add debug might_sleep() by Andrey Ryabinin · 6 years ago
  96. 3ca4ea3 mm/vmalloc.c: improve vfree() kerneldoc by Andrey Ryabinin · 6 years ago
  97. 52414d3 kvfree(): fix misleading comment by Andrey Ryabinin · 6 years ago
  98. dedf2c7 mm/mempolicy.c: use match_string() helper to simplify the code by zhong jiang · 6 years ago
  99. c3df29d mm/swap.c: remove duplicated include by YueHaibing · 6 years ago
  100. 2c029a1 mm, page_alloc: drop should_suppress_show_mem by Michal Hocko · 6 years ago