| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-14 | mm: fix spelling issue in swap.h | Xuanye Liu | 1 | -1/+1 |
| 2025-07-14 | mm/cma: use str_plural() in cma_declare_contiguous_multi() | Thorsten Blum | 1 | -2/+2 |
| 2025-07-14 | mm,hugetlb: drop unlikelys from hugetlb_fault | Oscar Salvador | 1 | -2/+2 |
| 2025-07-14 | mm,hugetlb: drop obsolete comment about non-present pte and second faults | Oscar Salvador | 1 | -7/+1 |
| 2025-07-14 | mm,hugetlb: rename anon_rmap to new_anon_folio and make it boolean | Oscar Salvador | 1 | -10/+9 |
| 2025-07-14 | mm,hugetlb: sort out folio locking in the faulting path | Oscar Salvador | 1 | -4/+19 |
| 2025-07-14 | mm,hugetlb: change mechanism to detect a COW on private mapping | Oscar Salvador | 1 | -54/+34 |
| 2025-07-14 | mm/debug_vm_pgtable: use a swp_entry_t input value for swap tests | Gerald Schaefer | 2 | -25/+36 |
| 2025-07-14 | mm/hugetlb: use str_plural() in report_hugepages() | Thorsten Blum | 1 | -1/+2 |
| 2025-07-14 | mm/percpu: prevent concurrency problem for pcpu_nr_populated read with spin lock | Jeongjun Park | 1 | -1/+1 |
| 2025-07-14 | selftests/damon/sysfs.py: test DAMOS schemes parameters setup | SeongJae Park | 1 | -3/+43 |
| 2025-07-14 | selftests/damon/sysfs.py: test adaptive targets parameter | SeongJae Park | 1 | -3/+6 |
| 2025-07-14 | selftests/damon/sysfs.py: test monitoring attribute parameters | SeongJae Park | 1 | -2/+32 |
| 2025-07-14 | selftests/damon: add python and drgn-based DAMON sysfs test | SeongJae Park | 2 | -0/+43 |
| 2025-07-14 | selftests/damon/_damon_sysfs: set Kdamond.pid in start() | SeongJae Park | 1 | -0/+3 |
| 2025-07-14 | selftests/damon: add drgn script for extracting damon status | SeongJae Park | 1 | -0/+161 |
| 2025-07-14 | mm: deduplicate mm_get_unmapped_area() | Peter Xu | 1 | -3/+2 |
| 2025-07-14 | mm/hugetlb: remove prepare_hugepage_range() | Peter Xu | 5 | -48/+2 |
| 2025-07-14 | samples/damon/mtier: add parameters for node0 memory usage | Yunjeong Mun | 1 | -1/+7 |
| 2025-07-14 | mm/page_isolation: remove migratetype parameter from more functions | Zi Yan | 8 | -68/+80 |
| 2025-07-14 | mm/page_isolation: remove migratetype from undo_isolate_page_range() | Zi Yan | 4 | -11/+7 |
| 2025-07-14 | mm/page_isolation: remove migratetype from move_freepages_block_isolate() | Zi Yan | 3 | -31/+75 |
| 2025-07-14 | mm/page_alloc: add support for initializing pageblock as isolated | Zi Yan | 9 | -20/+61 |
| 2025-07-14 | mm/page_isolation: make page isolation a standalone bit | Zi Yan | 4 | -3/+57 |
| 2025-07-14 | mm/page_alloc: pageblock flags functions clean up | Zi Yan | 6 | -67/+162 |
| 2025-07-14 | mm,memory_hotplug: drop status_change_nid parameter from memory_notify | Oscar Salvador | 3 | -12/+0 |
| 2025-07-14 | mm,page_ext: derive the node from the pfn | Oscar Salvador | 1 | -14/+3 |
| 2025-07-14 | mm,mempolicy: use node-notifier instead of memory-notifier | Oscar Salvador | 1 | -8/+5 |
| 2025-07-14 | kernel,cpuset: use node-notifier instead of memory-notifier | Oscar Salvador | 1 | -1/+1 |
| 2025-07-14 | drivers,hmat: use node-notifier instead of memory-notifier | Oscar Salvador | 1 | -4/+4 |
| 2025-07-14 | drivers,cxl: use node-notifier instead of memory-notifier | Oscar Salvador | 2 | -10/+10 |
| 2025-07-14 | mm,memory-tiers: use node-notifier instead of memory-notifier | Oscar Salvador | 1 | -13/+6 |
| 2025-07-14 | mm,slub: use node-notifier instead of memory-notifier | Oscar Salvador | 1 | -19/+10 |
| 2025-07-14 | mm,memory_hotplug: implement numa node notifier | Oscar Salvador | 4 | -80/+210 |
| 2025-07-14 | mm,memory_hotplug: remove status_change_nid_normal and update documentation | Oscar Salvador | 4 | -19/+0 |
| 2025-07-14 | mm,slub: do not special case N_NORMAL nodes for slab_nodes | Oscar Salvador | 1 | -31/+3 |
| 2025-07-14 | mm, madvise: use standard madvise locking in madvise_set_anon_name() | Vlastimil Babka | 1 | -4/+9 |
| 2025-07-14 | mm, madvise: move madvise_set_anon_name() down the file | Vlastimil Babka | 1 | -32/+32 |
| 2025-07-14 | mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c | Vlastimil Babka | 3 | -58/+58 |
| 2025-07-14 | mm, madvise: simplify anon_name handling | Vlastimil Babka | 1 | -24/+13 |
| 2025-07-14 | mm/madvise: eliminate very confusing manipulation of prev VMA | Lorenzo Stoakes | 3 | -48/+47 |
| 2025-07-14 | mm/madvise: thread all madvise state through madv_behavior | Lorenzo Stoakes | 1 | -136/+145 |
| 2025-07-14 | mm/madvise: thread VMA range state through madvise_behavior | Lorenzo Stoakes | 1 | -46/+57 |
| 2025-07-14 | mm/madvise: thread mm_struct through madvise_behavior | Lorenzo Stoakes | 1 | -53/+57 |
| 2025-07-14 | mm/madvise: remove the visitor pattern and thread anon_vma state | Lorenzo Stoakes | 1 | -83/+83 |
| 2025-07-14 | rust: uaccess: add UserSliceReader::strcpy_into_buf | Alice Ryhl | 1 | -1/+59 |
| 2025-07-14 | rust: uaccess: add strncpy_from_user | Alice Ryhl | 1 | -1/+35 |
| 2025-07-14 | smb: invalidate and close cached directory when creating child entries | Bharath SM | 1 | -2/+4 |
| 2025-07-14 | smb: client: fix use-after-free in crypt_message when using async crypto | Wang Zhaolong | 1 | -1/+6 |
| 2025-07-14 | smb: client: fix use-after-free in cifs_oplock_break | Wang Zhaolong | 1 | -1/+9 |