summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2024-11-22mm/damon/core: copy nr_accesses when splitting regionSeongJae Park
2024-11-22mm/damon/core: handle zero schemes apply intervalSeongJae Park
2024-11-22mm/damon/core: check apply interval in damon_do_apply_schemes()SeongJae Park
2024-11-22mm: resolve faulty mmap_region() error path behaviourLorenzo Stoakes
2024-11-22mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes
2024-11-22mm: refactor map_deny_write_exec()Lorenzo Stoakes
2024-11-22mm: unconditionally close VMAs on errorLorenzo Stoakes
2024-11-22mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes
2024-11-22mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park
2024-11-22mm/damon/core: implement scheme-specific apply intervalSeongJae Park
2024-11-22nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki
2024-11-22mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton
2024-11-22mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu
2024-11-17mm/thp: fix deferred split unqueue naming and lockingHugh Dickins
2024-11-17mm: refactor folio_undo_large_rmappable()Kefeng Wang
2024-11-17mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)
2024-11-17mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)
2024-11-17mm/readahead: do not allow order-1 folioRyan Roberts
2024-11-17mm: add page_rmappable_folio() wrapperHugh Dickins
2024-11-17mm: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin
2024-11-14filemap: Fix bounds checking in filemap_read()Trond Myklebust