summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: not necessary to check index/last againWei Yang2024-11-111-1/+3
* maple_tree: the return value of mas_root_expand() is not usedWei Yang2024-11-111-2/+2
* maple_tree: print empty for an empty tree on mt_dump()Wei Yang2024-11-111-3/+5
* vma: detect infinite loop in vma treeLiam R. Howlett2024-11-111-1/+5
* selftests/mm: skip virtual_address_range tests on riscvChunyan Zhang2024-11-112-4/+8
* selftest/mm: fix typo in virtual_address_rangeChunyan Zhang2024-11-111-2/+2
* zram: clear IDLE flag in mark_idle()Sergey Senozhatsky2024-11-111-0/+2
* zram: clear IDLE flag after recompressionSergey Senozhatsky2024-11-111-0/+7
* mm/memory-failure: replace sprintf() with sysfs_emit()zhangguopeng2024-11-111-1/+1
* memcg: add flush tracepointJP Kobryn2024-11-112-1/+31
* memcg: rename do_flush_stats and add force flagJP Kobryn2024-11-111-9/+8
* mm: delete the unused put_pages_list()Hugh Dickins2024-11-112-33/+0
* selftests/mm: add self tests for guard page featureLorenzo Stoakes2024-11-113-0/+1245
* tools: testing: update tools UAPI header for mman-common.hLorenzo Stoakes2024-11-111-0/+3
* mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes2024-11-117-0/+255
* mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes2024-11-115-7/+47
* mm: pagewalk: add the ability to install PTEsLorenzo Stoakes2024-11-113-69/+201
* kasan: delete CONFIG_KASAN_MODULE_TESTSabyrzhan Tasbolatov2024-11-116-47/+28
* kasan: migrate copy_user_test to kunitSabyrzhan Tasbolatov2024-11-114-83/+48
* kasan: move checks to do_strncpy_from_userSabyrzhan Tasbolatov2024-11-111-2/+3
* mm: add per-order mTHP swpin countersBarry Song2024-11-114-0/+11
* mm: zswap: zswap_store_page() will initialize entry after adding to xarray.Kanchana P Sridhar2024-11-111-30/+26
* mm: swap: count successful large folio zswap stores in hugepage zswpout statsKanchana P Sridhar2024-11-114-2/+11
* mm: zswap: support large folios in zswap_store()Kanchana P Sridhar2024-11-111-68/+121
* mm: zswap: modify zswap_stored_pages to be atomic_long_tKanchana P Sridhar2024-11-113-8/+15
* mm: zswap: rename zswap_pool_get() to zswap_pool_tryget()Kanchana P Sridhar2024-11-111-3/+3
* mm: zswap: modify zswap_compress() to accept a page instead of a folioKanchana P Sridhar2024-11-111-3/+3
* mm: define obj_cgroup_get() if CONFIG_MEMCG is not definedKanchana P Sridhar2024-11-111-0/+4
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2024-11-1121-55/+127
|\
| * mm: count zeromap read and set for swapout and swapinBarry Song2024-11-117-8/+43
| * mailmap: add entry for Thorsten BlumThorsten Blum2024-11-071-0/+1
| * ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner2024-11-071-2/+1
| * signal: restore the override_rlimit logicRoman Gushchin2024-11-073-4/+8
| * fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi2024-11-071-4/+5
| * ucounts: fix counter leak in inc_rlimit_get_ucounts()Andrei Vagin2024-11-071-2/+1
| * selftests: hugetlb_dio: check for initial conditions to skip in the startMuhammad Usama Anjum2024-11-071-7/+12
| * mm: fix docs for the kernel parameter ``thp_anon=``MaĆ­ra Canal2024-11-072-2/+2
| * mm/damon/core: avoid overflow in damon_feed_loop_next_input()SeongJae Park2024-11-071-7/+21
| * mm/damon/core: handle zero schemes apply intervalSeongJae Park2024-11-071-4/+4
| * mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park2024-11-071-3/+3
| * mm/mlock: set the correct prev on failureWei Yang2024-11-071-3/+6
| * objpool: fix to make percpu slot allocation more robustMasami Hiramatsu (Google)2024-11-071-6/+12
| * mm/page_alloc: keep track of free highatomicYu Zhao2024-11-072-3/+8
* | mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef co...SeongJae Park2024-11-071-1/+1
* | mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNITSeongJae Park2024-11-071-1/+1
* | selftests/damon/debugfs_duplicate_context_creation: hide errors from expected...SeongJae Park2024-11-071-1/+1
* | selftests/damon/_debugfs_common: hide expected error message from test_write_...SeongJae Park2024-11-071-1/+6
* | selftests/damon/huge_count_read_write: remove unnecessary debugging messageSeongJae Park2024-11-071-2/+0
* | selftests/damon/huge_count_read_write: provide sufficiently large buffer for ...Andrew Paniakin2024-11-071-1/+1
* | memcg: factor out mem_cgroup_stat_aggregate()Xiu Jianfeng2024-11-071-59/+70