summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-02-27mm,madvise,hugetlb: check for 0-length range after end address adjustmentRicardo CaƱuelo Navarro1-1/+10
2025-02-27mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand1-9/+4
2025-02-17mm/compaction: fix UBSAN shift-out-of-bounds warningLiu Shixin1-1/+2
2025-02-17mm/hugetlb: fix hugepage allocation for interleaved memory nodesRitesh Harjani (IBM)1-1/+1
2025-02-17mm/vmscan: accumulate nr_demoted for accurate demotion statisticsLi Zhijian1-3/+4
2025-02-17mm: 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-17mm/hugetlb: fix avoid_reserve to allow taking folio from subpoolPeter Xu1-19/+3
2025-02-17kfence: skip __GFP_THISNODE allocations on NUMA systemsMarco Elver1-0/+2
2025-02-08memcg: fix soft lockup in the OOM processChen Ridong2-2/+13
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-01mm: zswap: move allocations during CPU init outside the lockYosry Ahmed1-18/+24
2025-02-01mm: zswap: properly synchronize freeing resources during CPU hotunplugYosry Ahmed1-14/+44
2025-01-23mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.Donet Tom1-0/+3
2025-01-23mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts3-2/+56
2025-01-23mm/kmemleak: fix percpu memory leak detection failureGuo Weikang1-1/+1
2025-01-23filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-09mm: hugetlb: independent PMD page table shared countLiu Shixin1-9/+7
2025-01-09mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2-1/+5
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-09mm: shmem: fix incorrect index alignment for within_size policyBaolin Wang1-2/+3
2025-01-09mm: shmem: fix the update of 'shmem_falloc->nr_unswapped'Baolin Wang1-1/+1
2025-01-09mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()SeongJae Park1-1/+4
2025-01-09mm/damon/core: fix ignored quota goals and filters of newly committed schemesSeongJae Park1-0/+5
2024-12-27mm: convert partially_mapped set/clear operations to be atomicUsama Arif1-4/+4
2024-12-27mm: shmem: fix ShmemHugePages at swapoutHugh Dickins1-10/+12
2024-12-27mm: use aligned address in copy_user_gigantic_page()Kefeng Wang2-5/+5
2024-12-27mm: use aligned address in clear_gigantic_page()Kefeng Wang1-1/+2
2024-12-27mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split...David Hildenbrand1-2/+4
2024-12-27vmalloc: fix accounting with i915Matthew Wilcox (Oracle)1-2/+4
2024-12-19memcg: slub: fix SUnreclaim for post charged objectsShakeel Butt1-3/+18
2024-12-14memblock: allow zero threshold in validate_numa_converage()Mike Rapoport (Microsoft)1-2/+2
2024-12-14mm: respect mmap hint address when aligning for THPKalesh Singh1-0/+1
2024-12-14mm: fix vrealloc()'s KASAN poisoning logicAndrii Nakryiko1-1/+2
2024-12-14mm: open-code page_folio() in dump_page()Matthew Wilcox (Oracle)1-2/+5
2024-12-14mm: memcg: declare do_memsw_account inlineJohn Sperbeck1-1/+1
2024-12-14mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MMDavid Hildenbrand1-0/+4
2024-12-14mm/gup: handle NULL pages in unpin_user_pages()John Hubbard1-1/+10
2024-12-14kasan: make report_lock a raw spinlockJared Kangas1-3/+3
2024-12-14Revert "readahead: properly shorten readahead when falling back to do_page_ca...Jan Kara1-3/+2
2024-12-09mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address ...Adrian Huang2-12/+36
2024-12-09slab: Fix too strict alignment check in create_cache()Geert Uytterhoeven1-1/+1
2024-12-09mm/slub: Avoid list corruption when removing a slab from the full listyuan.gao2-1/+13
2024-12-09mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian2-2/+3
2024-12-09vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun1-0/+1
2024-12-05Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada1-1/+1
2024-11-22mm/mmap: fix __mmap_region() error handling in rare merge failure caseLiam R. Howlett1-1/+12