summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2025-01-09mm/kmemleak: fix sleeping function called from invalid context at print messageAlessandro Carminati1-1/+1
2025-01-09mm/readahead: fix large folio support in async readaheadYafang Shao1-1/+5
2025-01-09memblock: allow zero threshold in validate_numa_converage()Mike Rapoport (Microsoft)1-2/+2
2025-01-09NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni1-0/+34
2024-12-27vmalloc: fix accounting with i915Matthew Wilcox (Oracle)1-2/+4
2024-12-14mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian2-2/+3
2024-12-14mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MMDavid Hildenbrand1-0/+4
2024-12-14mempolicy: fix migrate_pages(2) syscall return nr_failedHugh Dickins1-179/+159
2024-12-14kasan: make report_lock a raw spinlockJared Kangas1-3/+3
2024-12-14mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin2-20/+15
2024-12-09mm/slub: Avoid list corruption when removing a slab from the full listyuan.gao2-1/+13
2024-12-09vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun1-0/+1
2024-12-09Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada1-1/+1
2024-11-22mm/damon/core: copy nr_accesses when splitting regionSeongJae Park1-0/+1
2024-11-22mm/damon/core: handle zero schemes apply intervalSeongJae Park1-4/+4
2024-11-22mm/damon/core: check apply interval in damon_do_apply_schemes()SeongJae Park1-4/+11
2024-11-22mm: resolve faulty mmap_region() error path behaviourLorenzo Stoakes1-49/+66
2024-11-22mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes3-5/+2
2024-11-22mm: refactor map_deny_write_exec()Lorenzo Stoakes2-2/+2
2024-11-22mm: unconditionally close VMAs on errorLorenzo Stoakes3-8/+22
2024-11-22mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes3-4/+31
2024-11-22mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park1-3/+3
2024-11-22mm/damon/core: implement scheme-specific apply intervalSeongJae Park5-9/+72
2024-11-22nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki1-1/+1