1. 88dcb9a mm/thp: move lru_add_page_tail() to huge_memory.c by Alex Shi · 4 years, 1 month ago
  2. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  3. dfefd22 mm: cleanup kstrto*() usage by Alexey Dobriyan · 4 years, 1 month ago
  4. 01359eb mm: fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  5. bf16d19 mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_at by Joe Perches · 4 years, 1 month ago
  6. 79d4d38 mm: shmem: convert shmem_enabled_show to use sysfs_emit_at by Joe Perches · 4 years, 1 month ago
  7. 5e4c0d8 mm:backing-dev: use sysfs_emit in macro defining functions by Joe Perches · 4 years, 1 month ago
  8. bfb0ffe mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neatening by Joe Perches · 4 years, 1 month ago
  9. ae7a927 mm: use sysfs_emit for struct kobject * uses by Joe Perches · 4 years, 1 month ago
  10. a00cda3 mm: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 1 month ago
  11. 95c9ae1 mm/process_vm_access: remove redundant initialization of iov_r by Colin Ian King · 4 years, 1 month ago
  12. 110ceb8 mm/zsmalloc.c: rework the list_add code in insert_zspage() by Miaohe Lin · 4 years, 1 month ago
  13. 1ec3b5f mm/zswap: move to use crypto_acomp API for hardware acceleration by Barry Song · 4 years, 1 month ago
  14. 42a4470 mm/zswap: fix passing zero to 'PTR_ERR' warning by YueHaibing · 4 years, 1 month ago
  15. 83aed6c mm/zswap: make struct kernel_param_ops definitions const by Joe Perches · 4 years, 1 month ago
  16. f289041 mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO by Vlastimil Babka · 4 years, 1 month ago
  17. 8f42475 mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY by Vlastimil Babka · 4 years, 1 month ago
  18. 03b6c9a kernel/power: allow hibernation with page_poison sanity checking by Vlastimil Babka · 4 years, 1 month ago
  19. 8db26a3 mm, page_poison: use static key more efficiently by Vlastimil Babka · 4 years, 1 month ago
  20. 0401351 mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parameters by Vlastimil Babka · 4 years, 1 month ago
  21. b8ca396 mm: cma: improve pr_debug log in cma_release() by Charan Teja Reddy · 4 years, 1 month ago
  22. a4efc17 mm/cma.c: remove redundant cma_mutex lock by Lecopzer Chen · 4 years, 1 month ago
  23. d85c6db mm: migrate: remove unused parameter in migrate_vma_insert_page() by Stephen Zhang · 4 years, 1 month ago
  24. d532e2e mm: migrate: return -ENOSYS if THP migration is unsupported by Yang Shi · 4 years, 1 month ago
  25. 236c32e mm: migrate: clean up migrate_prep{_local} by Yang Shi · 4 years, 1 month ago
  26. c77c5cb mm: migrate: skip shared exec THP for NUMA balancing by Yang Shi · 4 years, 1 month ago
  27. dd4ae78 mm: migrate: simplify the logic for handling permanent failure by Yang Shi · 4 years, 1 month ago
  28. d12b895 mm: truncate_complete_page() does not exist any more by Yang Shi · 4 years, 1 month ago
  29. 0060ef3 mm: support THPs in zero_user_segments by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  30. 5e5dda8 mm/migrate.c: optimize migrate_vma_pages() mmu notifier by Ralph Campbell · 4 years, 1 month ago
  31. ab9dd4f mm/migrate.c: fix comment spelling by Long Li · 4 years, 1 month ago
  32. 259b363 mm/oom_kill: change comment and rename is_dump_unreclaim_slabs() by Hui Su · 4 years, 1 month ago
  33. 2271b01 mm/compaction: make defer_compaction and compaction_deferred static by Hui Su · 4 years, 1 month ago
  34. 2b1a20c mm/compaction: move compaction_suitable's comment to right place by Hui Su · 4 years, 1 month ago
  35. 19d3cf9 mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone() by Yanfei Xu · 4 years, 1 month ago
  36. 135f97f z3fold: remove preempt disabled sections for RT by Vitaly Wool · 4 years, 1 month ago
  37. dcf5aed z3fold: stricter locking and more careful reclaim by Vitaly Wool · 4 years, 1 month ago
  38. fc54886 z3fold: simplify freeing slots by Vitaly Wool · 4 years, 1 month ago
  39. 2484be0 mm/page_isolation: do not isolate the max order page by Muchun Song · 4 years, 1 month ago
  40. 8d87d07 mm/vmscan.c: remove the filename in the top of file comment by logic.yu · 4 years, 1 month ago
  41. 2b47a24 mm/vmscan: drop unneeded assignment in kswapd() by Lukas Bulwahn · 4 years, 1 month ago
  42. 597c892 mm: don't wake kswapd prematurely when watermark boosting is disabled by Johannes Weiner · 4 years, 1 month ago
  43. 7fc2513 hugetlb: fix an error code in hugetlb_reserve_pages() by Dan Carpenter · 4 years, 1 month ago
  44. 39a0fea mm,hugetlb: remove unneeded initialization by Oscar Salvador · 4 years, 1 month ago
  45. 0a4f3d1 mm: hugetlb: fix type of delta parameter and related local variables in gather_surplus_pages() by Liu Xiang · 4 years, 1 month ago
  46. 336e6b5 khugepaged: add parameter explanations for kernel-doc markup by Alex Shi · 4 years, 1 month ago
  47. e5dface mm/hugetlb.c: just use put_page_testzero() instead of page_count() by Hui Su · 4 years, 1 month ago
  48. 3f4b815 mm,hwpoison: return -EBUSY when migration fails by Oscar Salvador · 4 years, 1 month ago
  49. 1e8aaed mm,memory_failure: always pin the page in madvise_inject_error by Oscar Salvador · 4 years, 1 month ago
  50. 47e431f mm,hwpoison: remove drain_all_pages from shake_page by Oscar Salvador · 4 years, 1 month ago
  51. 2f71416 mm,hwpoison: disable pcplists before grabbing a refcount by Oscar Salvador · 4 years, 1 month ago
  52. 8295d53 mm,hwpoison: refactor get_any_page by Oscar Salvador · 4 years, 1 month ago
  53. 32409cb mm,hwpoison: drop unneeded pcplist draining by Oscar Salvador · 4 years, 1 month ago
  54. a8b2c2c mm,hwpoison: take free pages off the buddy freelists by Oscar Salvador · 4 years, 1 month ago
  55. 17e395b6 mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount page by Oscar Salvador · 4 years, 1 month ago
  56. 7ad6983 mm/page_alloc: speed up the iteration of max_order by Muchun Song · 4 years, 1 month ago
  57. 470c61d mm: page_alloc: refactor setup_per_zone_lowmem_reserve() by Lorenzo Stoakes · 4 years, 1 month ago
  58. ba8f358 init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set by Lin Feng · 4 years, 1 month ago
  59. 862b6de mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1 by David Hildenbrand · 4 years, 1 month ago
  60. 3b1f365 mm/page_alloc: mark some symbols with static keyword by Zou Wei · 4 years, 1 month ago
  61. 7f194fb mm/page_alloc: add __free_pages() documentation by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  62. ec6e8c7e mm, page_alloc: disable pcplists during memory offline by Vlastimil Babka · 4 years, 1 month ago
  63. 7612921 mm, page_alloc: move draining pcplists to page isolation users by Vlastimil Babka · 4 years, 1 month ago
  64. 952eaf8 mm, page_alloc: cache pageset high and batch in struct zone by Vlastimil Babka · 4 years, 1 month ago
  65. 5c3ad2e mm, page_alloc: simplify pageset_update() by Vlastimil Babka · 4 years, 1 month ago
  66. 69a8396 mm, page_alloc: remove setup_pageset() by Vlastimil Babka · 4 years, 1 month ago
  67. 0a8b4f1 mm, page_alloc: calculate pageset high and batch once per zone by Vlastimil Babka · 4 years, 1 month ago
  68. 7115ac6 mm, page_alloc: clean up pageset high and batch update by Vlastimil Babka · 4 years, 1 month ago
  69. 77bc7fd mm: introduce debug_pagealloc_{map,unmap}_pages() helpers by Mike Rapoport · 4 years, 1 month ago
  70. 4f5b0c1 arm, arm64: move free_unused_memmap() to generic mm by Mike Rapoport · 4 years, 1 month ago
  71. 5e545df arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL by Mike Rapoport · 4 years, 1 month ago
  72. 03e92a5 ia64: remove custom __early_pfn_to_nid() by Mike Rapoport · 4 years, 1 month ago
  73. ef13346 kasan: print workqueue stack by Walter Wu · 4 years, 1 month ago
  74. c041098 mm/vmalloc.c: fix kasan shadow poisoning size by Vincenzo Frascino · 4 years, 1 month ago
  75. 0a7dd4e mm/vmalloc: Fix unlock order in s_stop() by Waiman Long · 4 years, 1 month ago
  76. e924d46 mm/vmalloc.c: remove unnecessary return statement by Baolin Wang · 4 years, 1 month ago
  77. 799fa85 mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverse by Alex Shi · 4 years, 1 month ago
  78. 96e2db4 mm/vmalloc: rework the drain logic by Uladzislau Rezki (Sony) · 4 years, 1 month ago
  79. 8945a72 mm/vmalloc: use free_vm_area() if an allocation fails by Uladzislau Rezki (Sony) · 4 years, 1 month ago
  80. 34fe653 mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflow by Andrew Morton · 4 years, 1 month ago
  81. 95d6c70 mm: extract might_alloc() debug check by Daniel Vetter · 4 years, 1 month ago
  82. f920e41 mm: track mmu notifiers in fs_reclaim_acquire/release by Daniel Vetter · 4 years, 1 month ago
  83. 871402e mm: forbid splitting special mappings by Dmitry Safonov · 4 years, 1 month ago
  84. 73d5e06 mremap: check if it's possible to split original vma by Dmitry Safonov · 4 years, 1 month ago
  85. dd3b614 vm_ops: rename .split() callback to .may_split() by Dmitry Safonov · 4 years, 1 month ago
  86. cd544fd mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio by Dmitry Safonov · 4 years, 1 month ago
  87. ad8ee77 mm/mremap: for MREMAP_DONTUNMAP check security_vm_enough_memory_mm() by Dmitry Safonov · 4 years, 1 month ago
  88. 51df7bc mm/mremap: account memory on do_munmap() failure by Dmitry Safonov · 4 years, 1 month ago
  89. 0966aeb mm: move free_unref_page to mm/internal.h by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  90. 2b5067a mm: mmap_lock: add tracepoints around lock acquisition by Axel Rasmussen · 4 years, 1 month ago
  91. 777f303 mm/page_vma_mapped.c: add colon to fix kernel-doc markups error for check_pte by Alex Shi · 4 years, 1 month ago
  92. f5b7e73 mm/mapping_dirty_helpers: enhance the kernel-doc markups by Alex Shi · 4 years, 1 month ago
  93. d3f5ffc mm: cleanup: remove unused tsk arg from __access_remote_vm by John Hubbard · 4 years, 1 month ago
  94. c49dd34 mm: speedup mremap on 1GB or larger regions by Kalesh Singh · 4 years, 1 month ago
  95. f0c0c11 mm: memcontrol: account pagetables per node by Shakeel Butt · 4 years, 1 month ago
  96. c47d503 mm: move lruvec stats update functions to vmstat.h by Shakeel Butt · 4 years, 1 month ago
  97. 7f41506 mm/memcg: remove incorrect comment by Alex Shi · 4 years, 1 month ago
  98. 5ab9290 mm: memcontrol: sssign boolean values to a bool variable by Kaixu Xia · 4 years, 1 month ago
  99. da3ceef mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state by Muchun Song · 4 years, 1 month ago
  100. fe6960c mm: memcg: remove obsolete memcg_has_children() by Lukas Bulwahn · 4 years, 1 month ago