summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-04-25mm: fix apply_to_existing_page_range()Kirill A. Shutemov
2025-04-25mm: fix filemap_get_folios_contig returning batches of identical foliosVishal Moola (Oracle)
2025-04-25mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He
2025-04-25mm/hugetlb: move hugetlb_sysctl_init() to the __init sectionMarc Herbert
2025-04-25mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue
2025-04-25mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers
2025-04-25mm/mremap: correctly handle partial mremap() of VMA starting at 0Lorenzo Stoakes
2025-04-25mm: make page_mapped_in_vma() hugetlb walk awareJane Chu
2025-04-25mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand
2025-04-10x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand
2025-04-10lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lockPeter Zijlstra
2025-04-07mm/page_alloc: fix memory accept before watermarks gets initializedKirill A. Shutemov
2025-03-28mm/migrate: fix shmem xarray update during migrationZi Yan
2025-03-28mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho
2025-03-22mm: split critical region in remap_file_pages() and invoke LSMs in betweenKirill A. Shutemov
2025-03-22mm: add nommu variant of vm_insert_pages()Jens Axboe
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts
2025-03-13mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts
2025-03-13mm/page_alloc: fix uninitialized variableHao Zhang
2025-03-13NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer
2025-03-13dma: kmsan: export kmsan_handle_dma() for modulesSebastian Andrzej Siewior
2025-02-27mm,madvise,hugetlb: check for 0-length range after end address adjustmentRicardo CaƱuelo Navarro
2025-02-27memcg: fix soft lockup in the OOM processChen Ridong
2025-02-27mm: update mark_victim tracepoints fieldsCarlos Galo
2025-02-21mm: gup: fix infinite loop within __get_longterm_lockedZhaoyang Huang
2025-02-17mm: kmemleak: fix upper boundary check for physical address objectsCatalin Marinas
2025-02-17kfence: skip __GFP_THISNODE allocations on NUMA systemsMarco Elver
2025-02-01cachestat: fix page cache statistics permission checkingLinus Torvalds
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever
2025-02-01libfs: Add simple_offset_rename() APIChuck Lever
2025-02-01libfs: Add simple_offset_empty()Chuck Lever
2025-01-23filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen
2025-01-17mm: hugetlb: independent PMD page table shared countLiu Shixin
2025-01-17mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand
2025-01-17memblock: use numa_valid_node() helper to check for invalid node IDMike Rapoport (IBM)
2025-01-17memblock: make memblock_set_node() also warn about use of MAX_NUMNODESJan Beulich
2025-01-09mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa
2025-01-09mm/kmemleak: fix sleeping function called from invalid context at print messageAlessandro Carminati
2025-01-09mm/readahead: fix large folio support in async readaheadYafang Shao
2025-01-09memblock: allow zero threshold in validate_numa_converage()Mike Rapoport (Microsoft)
2025-01-09NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni
2024-12-27vmalloc: fix accounting with i915Matthew Wilcox (Oracle)
2024-12-14mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian
2024-12-14mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MMDavid Hildenbrand
2024-12-14mempolicy: fix migrate_pages(2) syscall return nr_failedHugh Dickins
2024-12-14kasan: make report_lock a raw spinlockJared Kangas
2024-12-14mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin
2024-12-09mm/slub: Avoid list corruption when removing a slab from the full listyuan.gao
2024-12-09vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun
2024-12-09Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada