aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-24Merge tag 'mm-hotfixes-stable-2025-07-24-18-03' of git://git.kernel.org/pub/s...Linus Torvalds6-4/+36
2025-07-24mm/damon/ops-common: ignore migration request to invalid nodesSeongJae Park1-0/+4
2025-07-24mm: optimize mprotect() by PTE batchingDev Jain1-12/+113
2025-07-24mm: split can_change_pte_writable() into private and shared partsDev Jain1-14/+36
2025-07-24mm: introduce FPB_RESPECT_WRITE for PTE batching infrastructureDev Jain1-3/+8
2025-07-24mm: add batched versions of ptep_modify_prot_start/commitDev Jain1-2/+2
2025-07-24mm: optimize mprotect() for MM_CP_PROT_NUMA by batch-skipping PTEsDev Jain1-13/+42
2025-07-24mm: refactor MM_CP_PROT_NUMA skipping case into new functionDev Jain1-46/+55
2025-07-24mm/huge_memory: refactor after-split (page) cache codeZi Yan1-16/+28
2025-07-24mm/huge_memory: get frozen folio refcount with folio_expected_ref_count()Zi Yan1-7/+5
2025-07-24mm/huge_memory: convert VM_BUG* to VM_WARN* in __folio_splitZi Yan1-3/+7
2025-07-24mm/huge_memory: deduplicate code in __folio_split()Zi Yan1-38/+35
2025-07-24mm/huge_memory: remove after_split label in __split_unmapped_folio()Zi Yan1-6/+6
2025-07-24mm/huge_memory: move unrelated code out of __split_unmapped_folio()Zi Yan1-137/+133
2025-07-24mm: mempool: fix wake-up edge case bug for zero-minimum poolsYadan Fan1-1/+33
2025-07-24fs/proc/task_mmu: read proc/pid/maps under per-vma lockSuren Baghdasaryan2-1/+95
2025-07-24mm: cma: simplify cma_maxchunk_get()Yury Norov (NVIDIA)1-9/+1
2025-07-24mm: cma: simplify cma_debug_show_areas()Yury Norov (NVIDIA)1-15/+4
2025-07-24mm/util: introduce snapshot_page()Luiz Capitulino2-38/+85
2025-07-24mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()David Hildenbrand1-1/+1
2025-07-24mm: swap: remove stale comment stale comment in cluster_alloc_swap_entry()Kemeng Shi1-3/+2
2025-07-24mm: swap: fix potential buffer overflow in setup_clusters()Kemeng Shi1-3/+7
2025-07-24mm: swap: correctly use maxpages in swapon syscall to avoid potential deadloopKemeng Shi1-27/+26
2025-07-24mm: swap: move nr_swap_pages counter decrement from folio_alloc_swap() to swa...Kemeng Shi1-1/+1
2025-07-24mm/damon/sysfs: implement refresh_ms file internal workSeongJae Park1-0/+29
2025-07-24mm/damon/sysfs: implement refresh_ms file under kdamond directorySeongJae Park1-0/+29
2025-07-24memcg: convert memcg->socket_pressure to u64Kuniyuki Iwashima2-2/+5
2025-07-24mm: remove arch_flush_tlb_batched_pending() arch helperRyan Roberts1-1/+1
2025-07-24mm: remove call to hugetlb_free_pgd_range()Anthony Yznaga1-24/+18
2025-07-24mm/shmem: writeout free swap if swap_writeout() reactivatesHugh Dickins1-1/+30
2025-07-24mm/shmem: hold shmem_swaplist spinlock (not mutex) much lessHugh Dickins1-26/+33
2025-07-24mm/mremap: permit mremap() move of multiple VMAsLorenzo Stoakes1-7/+152
2025-07-24mm/mremap: clean up mlock populate behaviourLorenzo Stoakes1-5/+8
2025-07-24mm/mremap: move remap_is_valid() into check_prep_vma()Lorenzo Stoakes1-149/+138
2025-07-24mm/mremap: check remap conditions earlierLorenzo Stoakes1-8/+25
2025-07-24mm/mremap: use an explicit uffd failure path for mremapLorenzo Stoakes1-4/+12
2025-07-24mm/mremap: cleanup post-processing stage of mremapLorenzo Stoakes1-9/+13
2025-07-24mm/mremap: put VMA check and prep logic into helper functionLorenzo Stoakes1-30/+28
2025-07-24mm/mremap: refactor initial parameter sanity checksLorenzo Stoakes1-15/+14
2025-07-24mm/mremap: perform some simple cleanupsLorenzo Stoakes1-23/+32
2025-07-24mm/vma: refactor vma_modify_flags_name() to vma_modify_name()Lorenzo Stoakes3-15/+12
2025-07-24mm: optimize lru_note_cost() by adding lru_note_cost_unlock_irq()Hugh Dickins2-19/+22
2025-07-24mm/mglru: stop try_to_inc_min_seq() if min_seq[type] has not increasedHao Jia1-0/+10
2025-07-24mm/damon/core: commit damos_quota_goal->nidSeongJae Park1-0/+15
2025-07-23kfence: Remove mention of PG_slabMatthew Wilcox (Oracle)1-2/+2
2025-07-23mm: move randomize_va_space into memory.cJoel Granados1-0/+18
2025-07-22Merge branch 'acpi-apei'Rafael J. Wysocki1-13/+0
2025-07-19kasan: use vmalloc_dump_obj() for vmalloc error reportsMarco Elver1-1/+3
2025-07-19mm/ksm: fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()Nathan Chancellor1-3/+3
2025-07-19mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo1-0/+3