summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-11-16mm/damon/tests/core-kunit: handle alloc failure on damos_test_commit_filter()SeongJae Park1-4/+9
2025-11-16mm/damon/tests/core-kunit: handle alloc failres in damon_test_new_filter()SeongJae Park1-0/+2
2025-11-16mm/damon/tests/core-kunit: handle alloc failure on damon_test_set_attrs()SeongJae Park1-0/+3
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_update_monitor...SeongJae Park1-0/+3
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_set_regions()SeongJae Park1-2/+15
2025-11-16mm/damon/tests/core-kunit: handle alloc failures in damon_test_ops_registrati...SeongJae Park1-0/+3
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_regions_...SeongJae Park1-0/+20
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on dasmon_test_merge_regions...SeongJae Park1-0/+6
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_merge_two()SeongJae Park1-0/+10
2025-11-16mm/damon/tests/core-kunit: handle alloc failures on damon_test_split_at()SeongJae Park1-0/+11
2025-11-16mm/damon/tests/core-kunit: handle memory alloc failure from damon_test_aggreg...SeongJae Park1-0/+11
2025-11-16mm/damon/tests/core-kunit: handle memory failure from damon_test_target()SeongJae Park1-0/+7
2025-11-16mm/damon/tests/core-kunit: handle allocation failures in damon_test_regions()SeongJae Park1-0/+6
2025-11-16mm/damon/tests/core-kunit: fix memory leak in damon_test_set_filters_default_...SeongJae Park1-0/+3
2025-11-16mm: handle poisoning of pfn without struct pagesAnkit Agrawal2-1/+145
2025-11-16mm/page_alloc: don't warn about large allocations with __GFP_NOFAILBaokun Li1-5/+0
2025-11-16mm/debug: fix missing space in case statementZhang Chujun1-1/+1
2025-11-16ksm: replace function unmerge_ksm_pages with break_ksmPedro Demarchi Gomes1-24/+16
2025-11-16ksm: perform a range-walk in break_ksmPedro Demarchi Gomes1-40/+43
2025-11-16Revert "mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk"Pedro Demarchi Gomes1-16/+48
2025-11-16mm/swap: select swap device with default priority round robinBaoquan He1-26/+4
2025-11-16mm/swap: do not choose swap device according to numa nodeBaoquan He1-66/+14
2025-11-16mm: vmstat: output reserved_highatomic and free_highatomic in zoneinfoJiayuan Chen1-2/+6
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo11-12/+16
2025-11-16mm/damon/sysfs: implement obsolete_target fileSeongJae Park1-0/+29
2025-11-16mm/damon/sysfs: test commit input against realistic destinationSeongJae Park1-1/+21
2025-11-16mm/damon/core: add damon_target->obsolete for pin-point removalSeongJae Park1-1/+9
2025-11-16mm: shmem/tmpfs hugepage defaults config choiceDmitry Ilvokhin2-2/+122
2025-11-16mm/damon/core: fix wrong comment of damon_call() return timingSeongJae Park1-1/+1
2025-11-16mm, swap: remove redundant argument for isolating a clusterKairui Song1-3/+3
2025-11-16mm/migrate, swap: drop usage of folio_indexKairui Song2-23/+2
2025-11-16mm, swap: cleanup swap entry allocation parameterKairui Song3-5/+4
2025-11-16mm, swap: rename helper for setup bad slotsKairui Song1-11/+11
2025-11-16mm, swap: do not perform synchronous discard during allocationKairui Song1-7/+33
2025-11-16mm/huge_memory: optimize old_order derivation during folio splittingWei Yang1-5/+8
2025-11-16mm/huge_memory: optimize and simplify folio stat update after splitWei Yang1-14/+4
2025-11-16mm/huge_memory: update folio stat after successful splitWei Yang1-33/+11
2025-11-16mm/huge_memory: avoid reinvoking folio_test_anon()Wei Yang1-3/+4
2025-11-16mm/debug_vm_pgtable: add [pte|pmd]_mkwrite_novma() testsAnshuman Khandual1-0/+13
2025-11-16iommu/sva: invalidate stale IOTLB entries for kernel address spaceLu Baolu1-0/+2
2025-11-16mm: introduce deferred freeing for kernel page tablesDave Hansen2-0/+40
2025-11-16memcg: manually uninline __memcg_memory_eventShakeel Butt1-0/+31
2025-11-16mm/vmalloc: request large order pages from buddy allocatorVishal Moola (Oracle)1-0/+36
2025-11-16mm/vmstat: fix indentation in fold_diff functionJing Su1-2/+5
2025-11-16mm: remove reference to destructor in comment in calculate_sizes()William Kucharski1-5/+5
2025-11-16mm/khugepaged: factor out common logic in [scan,alloc]_sleep_millisecs_store()Leon Hwang1-16/+11
2025-11-16mm/damon/sysfs: remove misleading todo comment in nid_show()Swaraj Gaikwad1-1/+0
2025-11-16mm/vmalloc: use kmalloc_array() instead of kmalloc()Mehdi Ben Hadj Khelifa1-1/+1
2025-11-16vmalloc: separate gfp_mask adjunctive parentheses in __vmalloc_node_noprof() ...Bagas Sanjaya1-1/+1
2025-11-16mm: add shmem_zero_setup_desc()Lorenzo Stoakes1-8/+33