summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-14mm: fix spelling issue in swap.hXuanye Liu1-1/+1
2025-07-14mm/cma: use str_plural() in cma_declare_contiguous_multi()Thorsten Blum1-2/+2
2025-07-14mm,hugetlb: drop unlikelys from hugetlb_faultOscar Salvador1-2/+2
2025-07-14mm,hugetlb: drop obsolete comment about non-present pte and second faultsOscar Salvador1-7/+1
2025-07-14mm,hugetlb: rename anon_rmap to new_anon_folio and make it booleanOscar Salvador1-10/+9
2025-07-14mm,hugetlb: sort out folio locking in the faulting pathOscar Salvador1-4/+19
2025-07-14mm,hugetlb: change mechanism to detect a COW on private mappingOscar Salvador1-54/+34
2025-07-14mm/debug_vm_pgtable: use a swp_entry_t input value for swap testsGerald Schaefer2-25/+36
2025-07-14mm/hugetlb: use str_plural() in report_hugepages()Thorsten Blum1-1/+2
2025-07-14mm/percpu: prevent concurrency problem for pcpu_nr_populated read with spin lockJeongjun Park1-1/+1
2025-07-14selftests/damon/sysfs.py: test DAMOS schemes parameters setupSeongJae Park1-3/+43
2025-07-14selftests/damon/sysfs.py: test adaptive targets parameterSeongJae Park1-3/+6
2025-07-14selftests/damon/sysfs.py: test monitoring attribute parametersSeongJae Park1-2/+32
2025-07-14selftests/damon: add python and drgn-based DAMON sysfs testSeongJae Park2-0/+43
2025-07-14selftests/damon/_damon_sysfs: set Kdamond.pid in start()SeongJae Park1-0/+3
2025-07-14selftests/damon: add drgn script for extracting damon statusSeongJae Park1-0/+161
2025-07-14mm: deduplicate mm_get_unmapped_area()Peter Xu1-3/+2
2025-07-14mm/hugetlb: remove prepare_hugepage_range()Peter Xu5-48/+2
2025-07-14samples/damon/mtier: add parameters for node0 memory usageYunjeong Mun1-1/+7
2025-07-14mm/page_isolation: remove migratetype parameter from more functionsZi Yan8-68/+80
2025-07-14mm/page_isolation: remove migratetype from undo_isolate_page_range()Zi Yan4-11/+7
2025-07-14mm/page_isolation: remove migratetype from move_freepages_block_isolate()Zi Yan3-31/+75
2025-07-14mm/page_alloc: add support for initializing pageblock as isolatedZi Yan9-20/+61
2025-07-14mm/page_isolation: make page isolation a standalone bitZi Yan4-3/+57
2025-07-14mm/page_alloc: pageblock flags functions clean upZi Yan6-67/+162
2025-07-14mm,memory_hotplug: drop status_change_nid parameter from memory_notifyOscar Salvador3-12/+0
2025-07-14mm,page_ext: derive the node from the pfnOscar Salvador1-14/+3
2025-07-14mm,mempolicy: use node-notifier instead of memory-notifierOscar Salvador1-8/+5
2025-07-14kernel,cpuset: use node-notifier instead of memory-notifierOscar Salvador1-1/+1
2025-07-14drivers,hmat: use node-notifier instead of memory-notifierOscar Salvador1-4/+4
2025-07-14drivers,cxl: use node-notifier instead of memory-notifierOscar Salvador2-10/+10
2025-07-14mm,memory-tiers: use node-notifier instead of memory-notifierOscar Salvador1-13/+6
2025-07-14mm,slub: use node-notifier instead of memory-notifierOscar Salvador1-19/+10
2025-07-14mm,memory_hotplug: implement numa node notifierOscar Salvador4-80/+210
2025-07-14mm,memory_hotplug: remove status_change_nid_normal and update documentationOscar Salvador4-19/+0
2025-07-14mm,slub: do not special case N_NORMAL nodes for slab_nodesOscar Salvador1-31/+3
2025-07-14mm, madvise: use standard madvise locking in madvise_set_anon_name()Vlastimil Babka1-4/+9
2025-07-14mm, madvise: move madvise_set_anon_name() down the fileVlastimil Babka1-32/+32
2025-07-14mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka3-58/+58
2025-07-14mm, madvise: simplify anon_name handlingVlastimil Babka1-24/+13
2025-07-14mm/madvise: eliminate very confusing manipulation of prev VMALorenzo Stoakes3-48/+47
2025-07-14mm/madvise: thread all madvise state through madv_behaviorLorenzo Stoakes1-136/+145
2025-07-14mm/madvise: thread VMA range state through madvise_behaviorLorenzo Stoakes1-46/+57
2025-07-14mm/madvise: thread mm_struct through madvise_behaviorLorenzo Stoakes1-53/+57
2025-07-14mm/madvise: remove the visitor pattern and thread anon_vma stateLorenzo Stoakes1-83/+83
2025-07-14rust: uaccess: add UserSliceReader::strcpy_into_bufAlice Ryhl1-1/+59
2025-07-14rust: uaccess: add strncpy_from_userAlice Ryhl1-1/+35
2025-07-14smb: invalidate and close cached directory when creating child entriesBharath SM1-2/+4
2025-07-14smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong1-1/+6
2025-07-14smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong1-1/+9