summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-01-23filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen
2025-01-09mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa
2025-01-09mm/readahead: fix large folio support in async readaheadYafang Shao
2025-01-02vmalloc: fix accounting with i915Matthew Wilcox (Oracle)
2024-12-14mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han
2024-12-14mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian
2024-12-14kasan: make report_lock a raw spinlockJared Kangas
2024-12-14kasan: suppress recursive reports for HW_TAGSAndrey Konovalov
2024-12-14mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin
2024-12-14vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun
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: unconditionally close VMAs on errorLorenzo Stoakes
2024-11-22mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes
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: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin
2024-11-14filemap: Fix bounds checking in filemap_read()Trond Myklebust
2024-11-08migrate_pages_batch: fix statistics for longterm pin retryHuang Ying
2024-11-08mm: avoid gcc complaint about pointer castingLinus Torvalds
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park
2024-11-08vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price
2024-11-08migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying
2024-11-08migrate_pages: restrict number of pages to migrate in batchHuang Ying
2024-11-08migrate_pages: separate hugetlb folios migrationHuang Ying
2024-11-08migrate_pages: organize stats with struct migrate_pages_statsHuang Ying
2024-11-08mm/migrate.c: stop using 0 as NULL pointerYang Li
2024-11-08migrate: convert migrate_pages() to use foliosHuang Ying
2024-11-08migrate: convert unmap_and_move() to use foliosHuang Ying
2024-11-08mm: migrate: try again if THP split is failed due to page refcntBaolin Wang
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/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman
2024-11-08mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman
2024-11-08mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman
2024-11-08mm/page_alloc: treat RT tasks similar to __GFP_HIGHMel Gorman
2024-11-08mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman
2024-10-22mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin
2024-10-17secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy
2024-10-17mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed
2024-10-17mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich
2024-10-17mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett
2024-10-17mm: only enforce minimum stack gap size if it's sensibleDavid Gow
2024-10-17mm/filemap: optimize filemap folio addingKairui Song
2024-10-17mm/filemap: return early if failed to allocate memory for splitKairui Song
2024-09-18mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds
2024-09-12memcg: protect concurrent access to mem_cgroup_idrShakeel Butt
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner
2024-09-04mm: Fix missing folio invalidation calls during truncationDavid Howells
2024-08-29mm/numa: no task_numa_fault() call if PTE is changedZi Yan