summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-22mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton1-2/+0
2024-11-22mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu1-1/+2
2024-11-17mm/thp: fix deferred split unqueue naming and lockingHugh Dickins4-18/+61
2024-11-17mm: refactor folio_undo_large_rmappable()Kefeng Wang3-16/+18
2024-11-17mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)5-8/+13
2024-11-17mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)4-11/+16
2024-11-17mm/readahead: do not allow order-1 folioRyan Roberts1-8/+6
2024-11-17mm: add page_rmappable_folio() wrapperHugh Dickins3-20/+14
2024-11-17mm: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin1-1/+1
2024-11-14filemap: Fix bounds checking in filemap_read()Trond Myklebust1-1/+1
2024-11-08mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand1-0/+9
2024-11-08mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang1-12/+1
2024-11-08vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price1-1/+1
2024-11-08kasan: remove vmalloc_percpu testAndrey Konovalov1-27/+0
2024-11-08mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming1-5/+5
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park1-0/+2