summaryrefslogtreecommitdiffstats
path: root/certs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-11maple_tree: the return value of mas_root_expand() is not usedWei Yang1-2/+2
2024-11-11maple_tree: print empty for an empty tree on mt_dump()Wei Yang1-3/+5
2024-11-11vma: detect infinite loop in vma treeLiam R. Howlett1-1/+5
2024-11-11selftests/mm: skip virtual_address_range tests on riscvChunyan Zhang2-4/+8
2024-11-11selftest/mm: fix typo in virtual_address_rangeChunyan Zhang1-2/+2
2024-11-11zram: clear IDLE flag in mark_idle()Sergey Senozhatsky1-0/+2
2024-11-11zram: clear IDLE flag after recompressionSergey Senozhatsky1-0/+7
2024-11-11mm/memory-failure: replace sprintf() with sysfs_emit()zhangguopeng1-1/+1
2024-11-11memcg: add flush tracepointJP Kobryn2-1/+31
2024-11-11memcg: rename do_flush_stats and add force flagJP Kobryn1-9/+8
2024-11-11mm: delete the unused put_pages_list()Hugh Dickins2-33/+0
2024-11-11selftests/mm: add self tests for guard page featureLorenzo Stoakes3-0/+1245
2024-11-11tools: testing: update tools UAPI header for mman-common.hLorenzo Stoakes1-0/+3
2024-11-11mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes7-0/+255
2024-11-11mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes5-7/+47
2024-11-11mm: pagewalk: add the ability to install PTEsLorenzo Stoakes3-69/+201
2024-11-11kasan: delete CONFIG_KASAN_MODULE_TESTSabyrzhan Tasbolatov6-47/+28
2024-11-11kasan: migrate copy_user_test to kunitSabyrzhan Tasbolatov4-83/+48
2024-11-11kasan: move checks to do_strncpy_from_userSabyrzhan Tasbolatov1-2/+3
2024-11-11mm: add per-order mTHP swpin countersBarry Song4-0/+11
2024-11-11mm: zswap: zswap_store_page() will initialize entry after adding to xarray.Kanchana P Sridhar1-30/+26
2024-11-11mm: swap: count successful large folio zswap stores in hugepage zswpout statsKanchana P Sridhar4-2/+11
2024-11-11mm: zswap: support large folios in zswap_store()Kanchana P Sridhar1-68/+121
2024-11-11mm: zswap: modify zswap_stored_pages to be atomic_long_tKanchana P Sridhar3-8/+15
2024-11-11mm: zswap: rename zswap_pool_get() to zswap_pool_tryget()Kanchana P Sridhar1-3/+3
2024-11-11mm: zswap: modify zswap_compress() to accept a page instead of a folioKanchana P Sridhar1-3/+3
2024-11-11mm: define obj_cgroup_get() if CONFIG_MEMCG is not definedKanchana P Sridhar1-0/+4
2024-11-11mm: count zeromap read and set for swapout and swapinBarry Song7-8/+43
2024-11-07mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef co...SeongJae Park1-1/+1
2024-11-07mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNITSeongJae Park1-1/+1
2024-11-07selftests/damon/debugfs_duplicate_context_creation: hide errors from expected...SeongJae Park1-1/+1
2024-11-07selftests/damon/_debugfs_common: hide expected error message from test_write_...SeongJae Park1-1/+6
2024-11-07selftests/damon/huge_count_read_write: remove unnecessary debugging messageSeongJae Park1-2/+0
2024-11-07selftests/damon/huge_count_read_write: provide sufficiently large buffer for ...Andrew Paniakin1-1/+1
2024-11-07memcg: factor out mem_cgroup_stat_aggregate()Xiu Jianfeng1-59/+70
2024-11-07mm/show_mem: use str_yes_no() helper in show_free_areas()Thorsten Blum1-2/+1
2024-11-07mm/vmscan: wake up flushers conditionally to avoid cgroup OOMZeng Jingxiang1-3/+22
2024-11-07mm: use page->private instead of page->index in percpuMatthew Wilcox (Oracle)1-2/+2
2024-11-07mm: remove references to page->index in huge_memory.cMatthew Wilcox (Oracle)1-9/+9
2024-11-07bootmem: stop using page->indexMatthew Wilcox (Oracle)4-26/+56
2024-11-07mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)7-30/+37
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)7-21/+30
2024-11-07mm: use page_pgoff() in more placesMatthew Wilcox (Oracle)3-6/+3
2024-11-07mm: convert page_to_pgoff() to page_pgoff()Matthew Wilcox (Oracle)4-18/+21
2024-11-07mm/zsmalloc: use memcpy_from/to_page whereever possiblePintu Kumar1-23/+13
2024-11-07zsmalloc: replace kmap_atomic with kmap_local_pagePintu Kumar1-32/+34
2024-11-07mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_splitSuren Baghdasaryan3-58/+53
2024-11-07alloc_tag: support for page allocation tag compressionSuren Baghdasaryan8-33/+290
2024-11-07alloc_tag: introduce pgtag_ref_handle to abstract page tag referencesSuren Baghdasaryan2-50/+67
2024-11-07alloc_tag: populate memory for module tags as neededSuren Baghdasaryan7-11/+104