aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-12udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmapVivek Kasireddy1-3/+5
2024-07-12udmabuf: add CONFIG_MMU dependencyArnd Bergmann1-0/+1
2024-07-12mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy4-0/+192
2024-07-12mm/gup: introduce check_and_migrate_movable_folios()Vivek Kasireddy1-47/+77
2024-07-12mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy2-0/+49
2024-07-12mm/zswap: use only one pool in zswapChengming Zhou1-41/+20
2024-07-12mm/zsmalloc: change back to per-size_class lockChengming Zhou1-35/+50
2024-07-12mm/hugetlb.c: undo errant changeAndrew Morton1-0/+1
2024-07-10mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==NBarry Song1-1/+1
2024-07-10mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNCBarry Song1-1/+1
2024-07-10mm/page_alloc: remove prefetchw() on freeing page to buddy systemWei Yang1-11/+2
2024-07-10kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init sectionWei Yang1-2/+2
2024-07-10kernel/fork.c: get totalram_pages from memblock to calculate max_threadsWei Yang1-1/+2
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner20-131/+59
2024-07-10mm: memcg: add cache line padding to mem_cgroup_per_nodeRoman Gushchin1-2/+4
2024-07-10mm: memcg: drop obsolete cache line padding in struct mem_cgroupRoman Gushchin1-4/+0
2024-07-10Docs/mm/damon/index: add links to admin-guide docSeongJae Park1-7/+10
2024-07-10Docs/mm/damon/index: add links to designSeongJae Park2-5/+7
2024-07-10Docs/mm/damon/design: add links to sections of DAMON sysfs interface usage docSeongJae Park1-0/+48
2024-07-10Docs/mm/damon/design: remove 'Programmable Modules' section in favor of 'Modu...SeongJae Park1-10/+0
2024-07-10Docs/mm/damon/design: move 'Configurable Operations Set' section into 'Operat...SeongJae Park1-25/+22
2024-07-10Docs/mm/damon/design: add links from overall architecture to sections of detailsSeongJae Park1-7/+13
2024-07-10Docs/admin-guide/mm/damon/start: add access pattern snapshot exampleSeongJae Park1-4/+42
2024-07-10Docs/mm/damon/design: clarify regions merging operationSeongJae Park1-5/+12
2024-07-10Docs/mm/damon/design: fix two typosSeongJae Park1-2/+2
2024-07-10mm/shmem: fix input and output inconsistenciesBang Li1-1/+1
2024-07-10selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw15-15/+12
2024-07-10tools/mm: introduce a tool to assess swap entry allocation for thp_swapoutBarry Song2-1/+235
2024-07-06mm: migrate: remove folio_migrate_copy()Kefeng Wang3-9/+2
2024-07-06fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang2-3/+9
2024-07-06mm: migrate: support poisoned recover from migrate folioKefeng Wang1-3/+11
2024-07-06mm: migrate: split folio_migrate_mapping()Kefeng Wang1-16/+22
2024-07-06mm: add folio_mc_copy()Kefeng Wang2-0/+18
2024-07-06mm: move memory_failure_queue() into copy_mc_[user]_highpage()Kefeng Wang3-10/+9
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton22-274/+323
2024-07-06MAINTAINERS: mailmap: update Lorenzo Stoakes's email addressLorenzo Stoakes2-1/+2
2024-07-06mm: fix crashes from deferred split racing folio migrationHugh Dickins2-11/+13
2024-07-06lib/build_OID_registry: avoid non-destructive substitution for Perl < 5.13.2 ...Paul Menzel1-1/+3
2024-07-06mm: gup: stop abusing try_grab_folioYang Shi3-139/+156
2024-07-04docs: mm: add enable_soft_offline sysctlJiaqi Yan1-0/+38
2024-07-04selftest/mm: test enable_soft_offline behaviorsJiaqi Yan4-0/+236
2024-07-04mm/memory-failure: userspace controls soft-offlining pagesJiaqi Yan1-2/+20
2024-07-04mm/memory-failure: refactor log format in soft offline codeJiaqi Yan1-6/+9
2024-07-04mm: memcg: adjust the warning when seq_buf overflowsXiu Jianfeng1-1/+2
2024-07-04mm: memcg: remove redundant seq_buf_has_overflowed()Xiu Jianfeng1-3/+0
2024-07-04mm: turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured.Audra Mitchell1-0/+3
2024-07-04mm: update uffd-stress to handle EINVAL for unset config featuresAudra Mitchell1-5/+9
2024-07-04get_task_mm: check PF_KTHREAD locklessOleg Nesterov1-6/+5
2024-07-04memcg: mm_update_next_owner: move for_each_thread() into try_to_set_owner()Oleg Nesterov1-16/+24
2024-07-04memcg: mm_update_next_owner: kill the "retry" logicOleg Nesterov1-30/+27