summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2024-11-08mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand
2024-11-08mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang
2024-11-08vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price
2024-11-08kasan: remove vmalloc_percpu testAndrey Konovalov
2024-11-08mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park
2024-11-01mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace pointYang Shi
2024-11-01khugepaged: remove hpage from collapse_file()Matthew Wilcox (Oracle)
2024-11-01khugepaged: convert alloc_charge_hpage to alloc_charge_folioMatthew Wilcox (Oracle)
2024-11-01khugepaged: inline hpage_collapse_alloc_folio()Matthew Wilcox (Oracle)
2024-11-01mm/khugepaged: use a folio more in collapse_file()Matthew Wilcox (Oracle)
2024-11-01mm: convert collapse_huge_page() to use a folioMatthew Wilcox (Oracle)
2024-11-01mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)
2024-10-22mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin
2024-10-22mm/mglru: only clear kswapd_failures if reclaimableWei Xu
2024-10-22mm/mremap: fix move_normal_pmd/retract_page_tables raceJann Horn
2024-10-17secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy
2024-10-10mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed
2024-10-10mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich
2024-10-04mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett
2024-10-04mm: only enforce minimum stack gap size if it's sensibleDavid Gow
2024-10-04mm/filemap: optimize filemap folio addingKairui Song
2024-10-04mm/filemap: return early if failed to allocate memory for splitKairui Song
2024-10-04mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han
2024-09-18mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds
2024-09-12Revert "mm: skip CMA pages when they are not available"Usama Arif