1. aa09259 mm, page_alloc: reset the zone->watermark_boost early by Charan Teja Reddy · 4 years, 7 months ago
  2. b418a0f mm/page_alloc.c: reset numa stats for boot pagesets by Sandipan Das · 4 years, 7 months ago
  3. 01c0bfe mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention by Wei Yang · 4 years, 7 months ago
  4. d0ddf49 mm/page_alloc.c: use NODE_MASK_NONE in build_zonelists() by Wei Yang · 4 years, 7 months ago
  5. 97a225e mm/page_alloc: integrate classzone_idx and high_zoneidx by Joonsoo Kim · 4 years, 7 months ago
  6. 3334a45 mm/page_alloc: use ac->high_zoneidx for classzone_idx by Joonsoo Kim · 4 years, 7 months ago
  7. 26e7dea mm/vmstat.c: do not show lowmem reserve protection information of empty zone by Baoquan He · 4 years, 7 months ago
  8. f636615 mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty by Baoquan He · 4 years, 7 months ago
  9. 86aaf25 mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it by Baoquan He · 4 years, 7 months ago
  10. 4ca7be2 mm/page_alloc.c: remove unused free_bootmem_with_active_regions by Baoquan He · 4 years, 7 months ago
  11. 1686766 mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations by Roman Gushchin · 4 years, 7 months ago
  12. 58b7f11 mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_reason() by Wei Yang · 4 years, 7 months ago
  13. 534fe5e mm/page_alloc.c: rename free_pages_check() to check_free_page() by Wei Yang · 4 years, 7 months ago
  14. 0d0c48a mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad() by Wei Yang · 4 years, 7 months ago
  15. 82a3241 mm/page_alloc.c: bad_flags is not necessary for bad_page() by Wei Yang · 4 years, 7 months ago
  16. 833d8a4 mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoison by Wei Yang · 4 years, 7 months ago
  17. 237e506c docs/vm: update memory-models documentation by Mike Rapoport · 4 years, 7 months ago
  18. 8a1b25f mm: simplify find_min_pfn_with_active_regions() by Mike Rapoport · 4 years, 7 months ago
  19. 854e884 mm: clean up free_area_init_node() and its helpers by Mike Rapoport · 4 years, 7 months ago
  20. bc9331a mm: rename free_area_init_node() to free_area_init_memoryless_node() by Mike Rapoport · 4 years, 7 months ago
  21. 51930df mm: free_area_init: allow defining max_zone_pfn in descending order by Mike Rapoport · 4 years, 7 months ago
  22. acd3f5c mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES by Mike Rapoport · 4 years, 7 months ago
  23. 73a6e47 mm: memmap_init: iterate over memblock regions rather that check each PFN by Baoquan He · 4 years, 7 months ago
  24. da50c57 xtensa: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
  25. 1b02ec0 unicore32: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
  26. bee3b3c sparc32: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
  27. 625bf73 parisc: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
  28. 5d2ee1a m68k: mm: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
  29. 8f4693f csky: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
  30. 584cb13 arm64: simplify detection of memory zone boundaries for UMA configs by Mike Rapoport · 4 years, 7 months ago
  31. a32c1c6 arm: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
  32. 3076020 alpha: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
  33. 9691a07 mm: use free_area_init() instead of free_area_init_nodes() by Mike Rapoport · 4 years, 7 months ago
  34. fa3354e mm: free_area_init: use maximal zone PFNs rather than zone sizes by Mike Rapoport · 4 years, 7 months ago
  35. 3f08a30 mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option by Mike Rapoport · 4 years, 7 months ago
  36. 6f24fbd mm: make early_pfn_to_nid() and related defintions close to each other by Mike Rapoport · 4 years, 7 months ago
  37. d622abf mm: memblock: replace dereferences of memblock_region.nid with API calls by Mike Rapoport · 4 years, 7 months ago
  38. 574c1ae mm: clarify __GFP_MEMALLOC usage by Michal Hocko · 4 years, 7 months ago
  39. 47227d2 string.h: fix incompatibility between FORTIFY_SOURCE and KASAN by Daniel Axtens · 4 years, 7 months ago
  40. adb72ae kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE by Daniel Axtens · 4 years, 7 months ago
  41. f81cd17 mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast() by John Hubbard · 4 years, 7 months ago
  42. 2170ecf drm/i915: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 7 months ago
  43. 104acc3 mm/gup: introduce pin_user_pages_fast_only() by John Hubbard · 4 years, 7 months ago
  44. 376a34ef mm/gup: refactor and de-duplicate gup_fast() code by John Hubbard · 4 years, 7 months ago
  45. 9e1f058 mm/gup: move __get_user_pages_fast() down a few lines in gup.c by John Hubbard · 4 years, 7 months ago
  46. dd8657b mm/memcg: optimize memory.numa_stat like memory.stat by Shakeel Butt · 4 years, 7 months ago
  47. dde3c6b mm/slub: fix a memory leak in sysfs_slab_add() by Wang Hai · 4 years, 7 months ago
  48. d6f9469 Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 4 years, 7 months ago
  49. cadf322 Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 4 years, 7 months ago
  50. f3cdc8a Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
  51. 8eeae5b Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  52. 96ed320 Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  53. 16d9154 Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  54. d9afbb3 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 4 years, 7 months ago
  55. f41030a Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 7 months ago
  56. 9d99b16 Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 4 years, 7 months ago
  57. 91681e8 Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 by Linus Torvalds · 4 years, 7 months ago
  58. 56f2e3b capabilities: add description for CAP_SETFCAP by Stefan Hajnoczi · 4 years, 7 months ago
  59. 1ee08de Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  60. bce159d Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  61. 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  62. 1966391 mm/migrate.c: attach_page_private already does the get_page by Hugh Dickins · 4 years, 7 months ago
  63. faa3921 Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 7 months ago
  64. cfa3b80 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 7 months ago
  65. 1940989 Merge tag 'pnp-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
  66. 118d6e9 Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
  67. 355ba37 Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
  68. a5a82e0 Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 4 years, 7 months ago
  69. c5d6c13 Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 7 months ago
  70. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  71. 4fba375 kasan: move kasan_report() into report.c by Andrey Konovalov · 4 years, 7 months ago
  72. 86fea8b mm/mm_init.c: report kasan-tag information stored in page->flags by Jing Xia · 4 years, 7 months ago
  73. 9380ce246 ubsan: entirely disable alignment checks under UBSAN_TRAP by Kees Cook · 4 years, 7 months ago
  74. ca734cc kasan: fix clang compilation warning due to stack protector by Andrey Konovalov · 4 years, 7 months ago
  75. 7f0a002 x86/mm: remove vmalloc faulting by Joerg Roedel · 4 years, 7 months ago
  76. 73f693c mm: remove vmalloc_sync_(un)mappings() by Joerg Roedel · 4 years, 7 months ago
  77. 86cf69f x86/mm/32: implement arch_sync_kernel_mappings() by Joerg Roedel · 4 years, 7 months ago
  78. 8e19843 x86/mm/64: implement arch_sync_kernel_mappings() by Joerg Roedel · 4 years, 7 months ago
  79. 6c0c7d2 mm/ioremap: track which page-table levels were modified by Joerg Roedel · 4 years, 7 months ago
  80. 2ba3e69 mm/vmalloc: track which page-table levels were modified by Joerg Roedel · 4 years, 7 months ago
  81. d862613 mm: add functions to track page directory modifications by Joerg Roedel · 4 years, 7 months ago
  82. b200f5b s390: use __vmalloc_node in stack_alloc by Christoph Hellwig · 4 years, 7 months ago
  83. cb0849a powerpc: use __vmalloc_node in alloc_vm_stack by Christoph Hellwig · 4 years, 7 months ago
  84. ebcdd30 arm64: use __vmalloc_node in arch_alloc_vmap_stack by Christoph Hellwig · 4 years, 7 months ago
  85. 041de93 mm: remove vmalloc_user_node_flags by Christoph Hellwig · 4 years, 7 months ago
  86. c3f896d mm: switch the test_vmalloc module to use __vmalloc_node by Christoph Hellwig · 4 years, 7 months ago
  87. 2b90594 mm: remove __vmalloc_node_flags_caller by Christoph Hellwig · 4 years, 7 months ago
  88. 4d39d72 mm: remove both instances of __vmalloc_node_flags by Christoph Hellwig · 4 years, 7 months ago
  89. f38fcb9 mm: remove the prot argument to __vmalloc_node by Christoph Hellwig · 4 years, 7 months ago
  90. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 7 months ago
  91. d28ff99 gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc by Christoph Hellwig · 4 years, 7 months ago
  92. cca98e9 mm: enforce that vmap can't map pages executable by Christoph Hellwig · 4 years, 7 months ago
  93. d4efd79 mm: remove the prot argument from vm_map_ram by Christoph Hellwig · 4 years, 7 months ago
  94. 855e57a mm: remove unmap_vmap_area by Christoph Hellwig · 4 years, 7 months ago
  95. ed1f324 mm: remove map_vm_range by Christoph Hellwig · 4 years, 7 months ago
  96. 60bb446 mm: don't return the number of pages from map_kernel_range{,_noflush} by Christoph Hellwig · 4 years, 7 months ago
  97. a29adb6 mm: rename vmap_page_range to map_kernel_range by Christoph Hellwig · 4 years, 7 months ago
  98. b521c43 mm: remove vmap_page_range_noflush and vunmap_page_range by Christoph Hellwig · 4 years, 7 months ago
  99. 78a0e8c mm: pass addr as unsigned long to vb_free by Christoph Hellwig · 4 years, 7 months ago
  100. b607e6d mm: only allow page table mappings for built-in zsmalloc by Christoph Hellwig · 4 years, 7 months ago