summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-06-27mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo1-5/+6
2025-06-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn2-16/+50
2025-06-27mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn1-0/+7
2025-06-27mm: fix ratelimit_pages update error in dirty_ratio_handler()Jinliang Zheng1-1/+1
2025-06-19kasan: use unchecked __memset internallyAndrey Konovalov2-3/+3
2025-06-04mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang1-0/+8
2025-06-04memcg: always call cond_resched() after fn()Breno Leitao1-4/+2
2025-05-22hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folioMa Wupeng1-1/+5
2025-05-22memblock: Accept allocated memory before use in memblock_double_array()Tom Lendacky1-1/+8
2025-05-22mm/migrate: correct nr_failed in migrate_pages_sync()Zi Yan1-3/+13
2025-05-22mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov1-27/+0
2025-05-09mm/memblock: repeat setting reserved region nid if array is doubledWei Yang1-0/+10
2025-05-09mm/memblock: pass size instead of end to memblock_set_node()Wei Yang1-1/+1
2025-04-25mm: fix apply_to_existing_page_range()Kirill A. Shutemov1-2/+2
2025-04-25mm: fix filemap_get_folios_contig returning batches of identical foliosVishal Moola (Oracle)1-0/+1
2025-04-25mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He1-2/+2
2025-04-25mm/hugetlb: move hugetlb_sysctl_init() to the __init sectionMarc Herbert1-1/+1
2025-04-25mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue1-3/+8
2025-04-25mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers1-1/+1
2025-04-25mm/mremap: correctly handle partial mremap() of VMA starting at 0Lorenzo Stoakes1-5/+5
2025-04-25mm: make page_mapped_in_vma() hugetlb walk awareJane Chu1-4/+9
2025-04-25mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand1-1/+1
2025-04-10x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-7/+4
2025-04-10lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lockPeter Zijlstra1-2/+0
2025-04-07mm/page_alloc: fix memory accept before watermarks gets initializedKirill A. Shutemov1-2/+12
2025-03-28mm/migrate: fix shmem xarray update during migrationZi Yan1-6/+4
2025-03-28mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho1-1/+12
2025-03-22mm: split critical region in remap_file_pages() and invoke LSMs in betweenKirill A. Shutemov1-17/+52
2025-03-22mm: add nommu variant of vm_insert_pages()Jens Axboe1-0/+7
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-2/+2
2025-03-13mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts2-4/+6
2025-03-13mm/page_alloc: fix uninitialized variableHao Zhang1-0/+1
2025-03-13NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer1-0/+3
2025-03-13dma: kmsan: export kmsan_handle_dma() for modulesSebastian Andrzej Siewior1-0/+1
2025-02-27mm,madvise,hugetlb: check for 0-length range after end address adjustmentRicardo CaƱuelo Navarro1-1/+10
2025-02-27memcg: fix soft lockup in the OOM processChen Ridong2-2/+13
2025-02-27mm: update mark_victim tracepoints fieldsCarlos Galo1-1/+5
2025-02-21mm: gup: fix infinite loop within __get_longterm_lockedZhaoyang Huang1-10/+4
2025-02-17mm: kmemleak: fix upper boundary check for physical address objectsCatalin Marinas1-1/+1
2025-02-17kfence: skip __GFP_THISNODE allocations on NUMA systemsMarco Elver1-0/+2
2025-02-01cachestat: fix page cache statistics permission checkingLinus Torvalds1-0/+19
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever1-2/+2
2025-02-01libfs: Add simple_offset_rename() APIChuck Lever1-2/+1
2025-02-01libfs: Add simple_offset_empty()Chuck Lever1-2/+2
2025-01-23filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-17mm: hugetlb: independent PMD page table shared countLiu Shixin1-9/+7
2025-01-17mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand1-4/+4
2025-01-17memblock: use numa_valid_node() helper to check for invalid node IDMike Rapoport (IBM)1-21/+7
2025-01-17memblock: make memblock_set_node() also warn about use of MAX_NUMNODESJan Beulich1-0/+4
2025-01-09mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa1-1/+8