summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2024-08-29mm/numa: no task_numa_fault() call if PMD is changedZi Yan
2024-08-29mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu
2024-08-29mm: Remove kmem_valid_obj()Zhen Lei
2024-08-29mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov
2024-08-29memcg_write_event_control(): fix a user-triggerable oopsAl Viro
2024-08-29mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long
2024-08-14mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin
2024-08-14mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi
2024-08-11mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian
2024-08-11mm: page_alloc: control latency caused by zone PCP drainingLucas Stach
2024-08-11mm: restrict the pcp batch scale factor to avoid too long latencyHuang Ying
2024-08-03mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin
2024-08-03mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa
2024-08-03mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao
2024-08-03mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin
2024-07-25mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park
2024-07-11Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara