1. 1f0f8c0 include/linux/mmzone.h: remove unused early_pfn_valid() by Mike Rapoport · 4 years, 3 months ago
  2. 73eb7f9 mm: use helper function put_write_access() by Miaohe Lin · 4 years, 3 months ago
  3. e755f4a mm/workingset.c: fix some doc warnings by Xiaofei Tan · 4 years, 3 months ago
  4. 70b6d25 mm: fix some comments formatting by Chen Tao · 4 years, 3 months ago
  5. 0e9aa67 mm: fix some broken comments by Miaohe Lin · 4 years, 3 months ago
  6. ed01737 mm: use self-explanatory macros rather than "2" by Yu Zhao · 4 years, 3 months ago
  7. 955cc77 mm/highmem.c: clean up endif comments by Ira Weiny · 4 years, 3 months ago
  8. 58f6f03 mm/page_reporting.c: drop stale list head check in page_reporting_cycle by Wei Yang · 4 years, 3 months ago
  9. c7df08f mm/slab.h: remove duplicate include by YueHaibing · 4 years, 3 months ago
  10. 4e79603 zram: failing to decompress is WARN_ON worthy by Douglas Anderson · 4 years, 3 months ago
  11. b86c5fc mm/memory_hotplug: update comment regarding zone shuffling by David Hildenbrand · 4 years, 3 months ago
  12. 7fef431 mm/page_alloc: place pages to tail in __free_pages_core() by David Hildenbrand · 4 years, 3 months ago
  13. 293ffa5 mm/page_alloc: move pages to tail in move_to_free_list() by David Hildenbrand · 4 years, 3 months ago
  14. 47b6a24a2 mm/page_alloc: place pages to tail in __putback_isolated_page() by David Hildenbrand · 4 years, 3 months ago
  15. f04a5d5 mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag by David Hildenbrand · 4 years, 3 months ago
  16. 90c7eae mm: don't panic when links can't be created in sysfs by Laurent Dufour · 4 years, 3 months ago
  17. cb8e3c8 kernel/resource: make iomem_resource implicit in release_mem_region_adjustable() by David Hildenbrand · 4 years, 3 months ago
  18. 2c76e7f hv_balloon: try to merge system ram resources by David Hildenbrand · 4 years, 3 months ago
  19. 1b989d5 xen/balloon: try to merge system ram resources by David Hildenbrand · 4 years, 3 months ago
  20. 9b24247 virtio-mem: try to merge system ram resources by David Hildenbrand · 4 years, 3 months ago
  21. 9ca6551 mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources by David Hildenbrand · 4 years, 3 months ago
  22. b611719 mm/memory_hotplug: prepare passing flags to add_memory() and friends by David Hildenbrand · 4 years, 3 months ago
  23. 3a0aaef mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUG by David Hildenbrand · 4 years, 3 months ago
  24. 7cf603d kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED by David Hildenbrand · 4 years, 3 months ago
  25. ec62d04e kernel/resource: make release_mem_region_adjustable() never fail by David Hildenbrand · 4 years, 3 months ago
  26. b30c592 mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memory by David Hildenbrand · 4 years, 3 months ago
  27. d882c00 mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone() by David Hildenbrand · 4 years, 3 months ago
  28. 4eb29bd mm/page_alloc: drop stale pageblock comment in memmap_init_zone*() by David Hildenbrand · 4 years, 3 months ago
  29. aac6532 mm/memory_hotplug: simplify page onlining by David Hildenbrand · 4 years, 3 months ago
  30. 3fa0c7c mm/page_isolation: simplify return value of start_isolate_page_range() by David Hildenbrand · 4 years, 3 months ago
  31. ea15153 mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages() by David Hildenbrand · 4 years, 3 months ago
  32. 257bea7 mm/page_alloc: simplify __offline_isolated_pages() by David Hildenbrand · 4 years, 3 months ago
  33. 0a1a9a0 mm/memory_hotplug: simplify page offlining by David Hildenbrand · 4 years, 3 months ago
  34. 4986fac mm/memory_hotplug: enforce section granularity when onlining/offlining by David Hildenbrand · 4 years, 3 months ago
  35. 73a11c9 mm/memory_hotplug: inline __offline_pages() into offline_pages() by David Hildenbrand · 4 years, 3 months ago
  36. c9682d1 mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insert by Jann Horn · 4 years, 3 months ago
  37. 295a173 mm/util.c: update the kerneldoc for kstrdup_const() by Bartosz Golaszewski · 4 years, 3 months ago
  38. 4061007 mm/vmstat.c: use helper macro abs() by Miaohe Lin · 4 years, 3 months ago
  39. 11c9c7e mm/page_poison.c: replace bool variable with static key by Mateusz Nosek · 4 years, 3 months ago
  40. b94e028 mm,hwpoison: try to narrow window race for free pages by Oscar Salvador · 4 years, 3 months ago
  41. 1f2481d mm,hwpoison: double-check page count in __get_any_page() by Naoya Horiguchi · 4 years, 3 months ago
  42. 5d1fd5d mm,hwpoison: introduce MF_MSG_UNSPLIT_THP by Naoya Horiguchi · 4 years, 3 months ago
  43. 5a2ffca mm,hwpoison: return 0 if the page is already poisoned in soft-offline by Oscar Salvador · 4 years, 3 months ago
  44. 6b9a217 mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_page by Oscar Salvador · 4 years, 3 months ago
  45. 79f5f8f mm,hwpoison: rework soft offline for in-use pages by Oscar Salvador · 4 years, 3 months ago
  46. 06be6ff mm,hwpoison: rework soft offline for free pages by Oscar Salvador · 4 years, 3 months ago
  47. 694bf0b mm,hwpoison: unify THP handling for hard and soft offline by Oscar Salvador · 4 years, 3 months ago
  48. dd6e240 mm,hwpoison: kill put_hwpoison_page by Oscar Salvador · 4 years, 3 months ago
  49. dc7560b mm,hwpoison: refactor madvise_inject_error by Oscar Salvador · 4 years, 3 months ago
  50. 7e27f22 mm,hwpoison: unexport get_hwpoison_page and make it static by Oscar Salvador · 4 years, 3 months ago
  51. fd47672 mm,hwpoison-inject: don't pin for hwpoison_filter by Naoya Horiguchi · 4 years, 3 months ago
  52. 1b473bec mm, hwpoison: remove recalculating hpage by Naoya Horiguchi · 4 years, 3 months ago
  53. 7d9d46a mm,hwpoison: cleanup unused PageHuge() check by Naoya Horiguchi · 4 years, 3 months ago
  54. b1647dc mm/readahead: pass a file_ra_state into force_page_cache_ra by David Howells · 4 years, 3 months ago
  55. db660d4 mm/filemap: fold ra_submit into do_sync_mmap_readahead by David Howells · 4 years, 3 months ago
  56. fefa7c4 mm/readahead: add page_cache_sync_ra and page_cache_async_ra by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  57. 7b3df3b mm/readahead: pass readahead_control to force_page_cache_ra by David Howells · 4 years, 3 months ago
  58. 6e4af69 mm/readahead: make ondemand_readahead take a readahead_control by David Howells · 4 years, 3 months ago
  59. 8238287 mm/readahead: make do_page_cache_ra take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  60. 73bb49d mm/readahead: make page_cache_ra_unbounded take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  61. 1aa83cf mm/readahead: add DEFINE_READAHEAD by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  62. c4f9c70 mm: fix a race during THP splitting by Huang Ying · 4 years, 3 months ago
  63. 6f4d2f9 fs: do not update nr_thps for mappings which support THPs by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  64. 01c7026 fs: add a filesystem flag for THPs by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  65. 3efe62e mm/vmscan: allow arbitrary sized pages to be paged out by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  66. 8854a6a mm/page-writeback: support tail pages in wait_for_stable_page by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  67. fc3a5ac mm/truncate: fix truncation for pages of arbitrary size by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  68. 5eaf35a mm/rmap: fix assumptions of THP size by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  69. e2333da mm/huge_memory: fix can_split_huge_page assumption of THP size by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  70. 65dfe3c mm/huge_memory: fix page_trans_huge_mapcount assumption of THP size by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  71. 8cce547 mm/huge_memory: fix split assumption of page size by Kirill A. Shutemov · 4 years, 3 months ago
  72. 86b562b mm/huge_memory: fix total_mapcount assumption of page size by Kirill A. Shutemov · 4 years, 3 months ago
  73. 8fb156c mm/page_owner: change split_page_owner to take a count by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  74. d01ac3c mm/memory: remove page fault assumption of compound page size by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  75. 887b22c mm/filemap: fix page cache removal for arbitrary sized THPs by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  76. 198b62f mm/filemap: fix storing to a THP shadow entry by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  77. 8fc7564 XArray: add xas_split by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  78. 57417ce XArray: add xa_get_order by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  79. f14312e mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped. by Aneesh Kumar K.V · 4 years, 3 months ago
  80. 401035d mm/debug_vm_pgtable: avoid none pte in pte_clear_test by Aneesh Kumar K.V · 4 years, 3 months ago
  81. 2b1dd67 mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64 by Aneesh Kumar K.V · 4 years, 3 months ago
  82. 13af050 mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entries by Aneesh Kumar K.V · 4 years, 3 months ago
  83. 87f3498 mm/debug_vm_pgtable/thp: use page table depost/withdraw with THP by Aneesh Kumar K.V · 4 years, 3 months ago
  84. 6f302e27 mm/debug_vm_pgtable/locks: take correct page table lock by Aneesh Kumar K.V · 4 years, 3 months ago
  85. e8edf0a mm/debug_vm_pgtable/locks: move non page table modifying test together by Aneesh Kumar K.V · 4 years, 3 months ago
  86. c3824e1 mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing pte entry by Aneesh Kumar K.V · 4 years, 3 months ago
  87. 4200605 mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALANCING by Aneesh Kumar K.V · 4 years, 3 months ago
  88. 85a1446 mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap support. by Aneesh Kumar K.V · 4 years, 3 months ago
  89. cfc5bbc mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom value by Aneesh Kumar K.V · 4 years, 3 months ago
  90. 379c926 powerpc/mm: move setting pte specific flags to pfn_pte by Aneesh Kumar K.V · 4 years, 3 months ago
  91. 392b466 powerpc/mm: add DEBUG_VM WARN for pmd_clear by Aneesh Kumar K.V · 4 years, 3 months ago
  92. a455aa7 device-dax/kmem: fix resource release by Dan Williams · 4 years, 3 months ago
  93. 578a715 Merge tag 'linux-kselftest-kunit-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 3 months ago
  94. 0674324 Merge tag 'linux-kselftest-next-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 3 months ago
  95. bbf6259 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 4 years, 3 months ago
  96. bf36c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 4 years, 3 months ago
  97. 0cd7d97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 4 years, 3 months ago
  98. 4a165fe Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 3 months ago
  99. b77a69b Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 3 months ago
  100. ca5387e Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 4 years, 3 months ago