1. 8f97a35 Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 1 month ago
  2. 3c376df mm: bdi: initialize bdi_min_ratio when bdi is unregistered by Manjong Lee · 3 years, 1 month ago
  3. 4178158 hugetlbfs: fix issue of preallocation of gigantic pages can't work by Zhenguo Yao · 3 years, 1 month ago
  4. a7ebf56 mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock() by Waiman Long · 3 years, 1 month ago
  5. 005a79e mm/slub: fix endianness bug for alloc/free_traces attributes by Gerald Schaefer · 3 years, 1 month ago
  6. 9f86d62 mm/damon/vaddr-test: remove unnecessary variables by SeongJae Park · 3 years, 1 month ago
  7. 044cd97 mm/damon/vaddr-test: split a test function having >1024 bytes frame size by SeongJae Park · 3 years, 1 month ago
  8. 09e1228 mm/damon/vaddr: remove an unnecessary warning message by SeongJae Park · 3 years, 1 month ago
  9. 1afaf5c mm/damon/core: remove unnecessary error messages by SeongJae Park · 3 years, 1 month ago
  10. 0bceffa mm/damon/dbgfs: remove an unnecessary error message by SeongJae Park · 3 years, 1 month ago
  11. 4de46a30 mm/damon/core: use better timer mechanisms selection threshold by SeongJae Park · 3 years, 1 month ago
  12. 70e9274 mm/damon/core: fix fake load reports due to uninterruptible sleeps by SeongJae Park · 3 years, 1 month ago
  13. 0c941cf filemap: remove PageHWPoison check from next_uptodate_page() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  14. 6efcdad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
  15. 3583521 percpu: km: ensure it is used with NOMMU (either UP or SMP) by Vladimir Murzin · 3 years, 2 months ago
  16. 8581fd4 treewide: Add missing includes masked by cgroup -> bpf dependency by Jakub Kicinski · 3 years, 1 month ago
  17. 7994149 Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 2 months ago
  18. 13e4ad2 hugetlbfs: flush before unlock on move_hugetlb_page_tables() by Nadav Amit · 3 years, 2 months ago
  19. a4a118f hugetlbfs: flush TLBs correctly after huge_pmd_unshare by Nadav Amit · 3 years, 2 months ago
  20. 825c43f kmap_local: don't assume kmap PTEs are linear arrays in memory by Ard Biesheuvel · 3 years, 2 months ago
  21. d78f3853 mm/damon/dbgfs: fix missed use of damon_dbgfs_lock by SeongJae Park · 3 years, 2 months ago
  22. db7a347 mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation by SeongJae Park · 3 years, 2 months ago
  23. cc30042 hugetlb, userfaultfd: fix reservation restore on userfaultfd error by Mina Almasry · 3 years, 2 months ago
  24. afe041c hugetlb: fix hugetlb cgroup refcounting during mremap by Bui Quang Minh · 3 years, 2 months ago
  25. 34dbc3aa mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag by Rustam Kovhaev · 3 years, 2 months ago
  26. 9a543f0 mm: emit the "free" trace report before freeing memory in kmem_cache_free() by Yunfeng Ye · 3 years, 2 months ago
  27. 3cd018b4 mm/swap.c:put_pages_list(): reinitialise the page list by Matthew Wilcox · 3 years, 2 months ago
  28. c035713 mm: Add functions to zero portions of a folio by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  29. ff36da6 fs: Remove FS_THP_SUPPORT by Matthew Wilcox (Oracle) · 3 years, 5 months ago
  30. a1efe48 mm: Remove folio_test_single by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  31. 9c32521 mm: Rename folio_test_multi to folio_test_large by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  32. d0b51bf Revert "mm: shmem: don't truncate page if memory failure happens" by Linus Torvalds · 3 years, 2 months ago
  33. 0f7ddea Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 2 months ago
  34. dbf4989 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  35. f54ca91 Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 2 months ago
  36. b873e98 kasan: add kasan mode messages when kasan init by Kuan-Ying Lee · 3 years, 2 months ago
  37. ab2f9d2 mm: unexport {,un}lock_page_memcg by Christoph Hellwig · 3 years, 2 months ago
  38. 913ffbd mm: unexport folio_memcg_{,un}lock by Christoph Hellwig · 3 years, 2 months ago
  39. ab09243 mm/migrate.c: remove MIGRATE_PFN_LOCKED by Alistair Popple · 3 years, 2 months ago
  40. 0ef0246 mm: migrate: simplify the file-backed pages validation when migrating its mapping by Baolin Wang · 3 years, 2 months ago
  41. 0093de6 mm/page_owner.c: modify the type of argument "order" in some functions by Yixuan Cao · 3 years, 2 months ago
  42. 6752de1 Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 2 months ago
  43. 452c472 folio: Add a function to get the host inode for a folio by David Howells · 3 years, 5 months ago
  44. 89fa0be Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 2 months ago
  45. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  46. a9e7b8d kernel/resource: disallow access to exclusive system RAM regions by David Hildenbrand · 3 years, 2 months ago
  47. 3298cbe8 mm: kasan: use is_kernel() helper by Kefeng Wang · 3 years, 2 months ago
  48. 0f68d45 lib, stackdepot: add helper to print stack entries into buffer by Imran Khan · 3 years, 2 months ago
  49. 505be48 lib, stackdepot: add helper to print stack entries by Imran Khan · 3 years, 2 months ago
  50. 83c1fd7 mm,hugetlb: remove mlock ulimit for SHM_HUGETLB by zhangyiru · 3 years, 2 months ago
  51. 51b8c1f vfs: keep inodes with page cache off the inode shrinker LRU by Johannes Weiner · 3 years, 2 months ago
  52. c6975d7 arm64: Track no early_pgtable_alloc() for kmemleak by Qian Cai · 3 years, 2 months ago
  53. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  54. 658f9ae mm/damon: remove return value from before_terminate callback by Changbin Du · 3 years, 2 months ago
  55. 0107865 mm/damon: fix a few spelling mistakes in comments and a pr_debug message by Colin Ian King · 3 years, 2 months ago
  56. 0f91d13 mm/damon: simplify stop mechanism by Changbin Du · 3 years, 2 months ago
  57. b5ca3e8 mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on by Xin Hao · 3 years, 2 months ago
  58. a460a36 mm/damon: remove unnecessary variable initialization by Xin Hao · 3 years, 2 months ago
  59. 43b0536 mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM) by SeongJae Park · 3 years, 2 months ago
  60. ae666a6 mm/damon/dbgfs: support watermarks by SeongJae Park · 3 years, 2 months ago
  61. ee801b7 mm/damon/schemes: activate schemes based on a watermarks mechanism by SeongJae Park · 3 years, 2 months ago
  62. f4a68b4 mm/damon/dbgfs: support prioritization weights by SeongJae Park · 3 years, 2 months ago
  63. 198f0f4 mm/damon/vaddr,paddr: support pageout prioritization by SeongJae Park · 3 years, 2 months ago
  64. 38683e0 mm/damon/schemes: prioritize regions within the quotas by SeongJae Park · 3 years, 2 months ago
  65. d7d0ec8 mm/damon/dbgfs: support quotas of schemes by SeongJae Park · 3 years, 2 months ago
  66. 1cd2430 mm/damon/schemes: implement time quota by SeongJae Park · 3 years, 2 months ago
  67. 5058519 mm/damon/schemes: skip already charged targets and regions by SeongJae Park · 3 years, 2 months ago
  68. 2b8a248 mm/damon/schemes: implement size quota for schemes application speed control by SeongJae Park · 3 years, 2 months ago
  69. 57223ac mm/damon/paddr: support the pageout scheme by SeongJae Park · 3 years, 2 months ago
  70. 9210622 mm/damon/dbgfs: remove unnecessary variables by Rongwei Wang · 3 years, 2 months ago
  71. 199b50f mm/damon/vaddr: constify static mm_walk_ops by Rikard Falkeborn · 3 years, 2 months ago
  72. c026291a mm/damon/dbgfs: support physical memory monitoring by SeongJae Park · 3 years, 2 months ago
  73. a28397b mm/damon: implement primitives for physical address space monitoring by SeongJae Park · 3 years, 2 months ago
  74. 46c3a0a mm/damon/vaddr: separate commonly usable functions by SeongJae Park · 3 years, 2 months ago
  75. 1c2e11b mm/damon/dbgfs-test: add a unit test case for 'init_regions' by SeongJae Park · 3 years, 2 months ago
  76. 90bebce mm/damon/dbgfs: allow users to set initial monitoring target regions by SeongJae Park · 3 years, 2 months ago
  77. 2f0b548 mm/damon/schemes: implement statistics feature by SeongJae Park · 3 years, 2 months ago
  78. af122dd mm/damon/dbgfs: support DAMON-based Operation Schemes by SeongJae Park · 3 years, 2 months ago
  79. 6dea8ad mm/damon/vaddr: support DAMON-based Operation Schemes by SeongJae Park · 3 years, 2 months ago
  80. 1f366e4 mm/damon/core: implement DAMON-based Operation Schemes (DAMOS) by SeongJae Park · 3 years, 2 months ago
  81. fda504f mm/damon/core: account age of target regions by SeongJae Park · 3 years, 2 months ago
  82. 7ec1992 mm/damon/core: nullify pointer ctx->kdamond with a NULL by Colin Ian King · 3 years, 2 months ago
  83. 42e4cef mm/damon: needn't hold kdamond_lock to print pid of kdamond by Changbin Du · 3 years, 2 months ago
  84. 5f7fe2b mm/damon: remove unnecessary do_exit() from kdamond by Changbin Du · 3 years, 2 months ago
  85. 704571f mm/damon/core: print kdamond start log in debug mode only by SeongJae Park · 3 years, 2 months ago
  86. f24b062 mm/damon: grammar s/works/work/ by Geert Uytterhoeven · 3 years, 2 months ago
  87. 07e8481 kfence: always use static branches to guard kfence_alloc() by Marco Elver · 3 years, 2 months ago
  88. 4933295 kfence: shorten critical sections of alloc/free by Marco Elver · 3 years, 2 months ago
  89. f51733e kfence: test: use kunit_skip() to skip tests by Marco Elver · 3 years, 2 months ago
  90. 08f6b10 kfence: limit currently covered allocations when pool nearly full by Marco Elver · 3 years, 2 months ago
  91. a9ab52b kfence: move saving stack trace of allocations into __kfence_alloc() by Marco Elver · 3 years, 2 months ago
  92. 9a19aeb kfence: count unexpectedly skipped allocations by Marco Elver · 3 years, 2 months ago
  93. 53944f1 mm: remove HARDENED_USERCOPY_FALLBACK by Stephen Kitt · 3 years, 2 months ago
  94. d2c20e5 mm/highmem: remove deprecated kmap_atomic by Ira Weiny · 3 years, 2 months ago
  95. afe8605 mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregister_migration() by Miaohe Lin · 3 years, 2 months ago
  96. 3d88705 mm/rmap.c: avoid double faults migrating device private pages by Alistair Popple · 3 years, 2 months ago
  97. 32befe9 mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGED by David Hildenbrand · 3 years, 2 months ago
  98. f7892d8 memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED by David Hildenbrand · 3 years, 2 months ago
  99. 952eea9 memblock: allow to specify flags with memblock_add_node() by David Hildenbrand · 3 years, 2 months ago
  100. 53d3831 mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource() by David Hildenbrand · 3 years, 2 months ago