summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
11 daysmm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed1-6/+19
11 daysmm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
2024-10-04mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett1-0/+2
2024-10-04mm: only enforce minimum stack gap size if it's sensibleDavid Gow1-1/+1
2024-10-04mm/filemap: optimize filemap folio addingKairui Song1-14/+39
2024-10-04mm/filemap: return early if failed to allocate memory for splitKairui Song1-1/+4
2024-10-04mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han1-0/+4
2024-09-18mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-09-12Revert "mm: skip CMA pages when they are not available"Usama Arif1-22/+2
2024-09-12mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()Vern Hao1-1/+1
2024-09-12userfaultfd: fix checks for huge PMDsJann Horn1-10/+12
2024-09-12userfaultfd: don't BUG_ON() if khugepaged yanks our page tableJann Horn1-3/+4
2024-09-12mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon1-1/+1
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2-2/+2
2024-09-04mm: Fix missing folio invalidation calls during truncationDavid Howells1-2/+2
2024-08-29mm/numa: no task_numa_fault() call if PTE is changedZi Yan1-17/+16
2024-08-29mm/numa: no task_numa_fault() call if PMD is changedZi Yan1-17/+13
2024-08-29mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu1-9/+2
2024-08-29mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov1-22/+20
2024-08-29mm: Remove kmem_valid_obj()Zhen Lei2-33/+12
2024-08-29memcg_write_event_control(): fix a user-triggerable oopsAl Viro1-2/+5
2024-08-29mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long1-9/+11
2024-08-19mm/debug_vm_pgtable: drop RANDOM_ORVALUE trickPeter Xu1-26/+5
2024-08-19mm/page_table_check: support userfault wr-protect entriesPeter Xu1-0/+30
2024-08-19mm: gup: stop abusing try_grab_folioYang Shi4-128/+135
2024-08-14mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin1-7/+7
2024-08-14mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi1-1/+1
2024-08-14mm: huge_memory: don't force huge page alignment on 32 bitYang Shi1-0/+4
2024-08-14memcg: protect concurrent access to mem_cgroup_idrShakeel Butt1-2/+20
2024-08-11mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian1-7/+11
2024-08-11mm: page_alloc: control latency caused by zone PCP drainingLucas Stach1-4/+7
2024-08-11mm: restrict the pcp batch scale factor to avoid too long latencyHuang Ying2-1/+12
2024-08-03mm/mglru: fix ineffective protection calculationYu Zhao1-45/+38
2024-08-03mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin1-4/+14
2024-08-03mm: fix old/young bit handling in the faulting pathRam Tummala1-1/+1
2024-08-03mm/mglru: fix overshooting shrinker memoryYu Zhao1-2/+8
2024-08-03mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa1-155/+20
2024-08-03mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao1-1/+0
2024-08-03mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin1-1/+1
2024-08-03hugetlb: force allocating surplus hugepages on mempolicy allowed nodesAristeu Rozanski1-19/+28
2024-07-25mm: page_ref: remove folio_try_get_rcu()Yang Shi2-6/+6
2024-07-18mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park1-3/+20
2024-07-18mm/shmem: disable PMD-sized page cache if neededGavin Shan1-2/+13
2024-07-18mm/filemap: skip to create PMD-sized page cache if neededGavin Shan1-1/+1
2024-07-18mm: vmalloc: check if a hash-index is in cpu_possible_maskUladzislau Rezki (Sony)1-1/+9
2024-07-11Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara1-1/+1
2024-07-11mm: avoid overflows in dirty throttling logicJan Kara1-4/+26
2024-07-05mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge1-2/+7
2024-07-05mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang1-6/+15
2024-06-27mm/page_table_check: fix crash on ZONE_DEVICEPeter Xu1-1/+10