summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-10-10mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed1-6/+19
2024-10-10mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
2024-10-10mm, slub: avoid zeroing kmalloc redzonePeng Fan1-47/+53
2024-10-04mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett1-0/+2
2024-10-04mm: change vmf_anon_prepare() to __vmf_anon_prepare()Vishal Moola (Oracle)2-6/+13
2024-10-04mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag setMiaohe Lin1-0/+2
2024-10-04mm/hugetlb.c: fix UAF of vma in hugetlb fault pathwayVishal Moola (Oracle)1-2/+18
2024-10-04mm: only enforce minimum stack gap size if it's sensibleDavid Gow1-1/+1
2024-10-04mm/hugetlb_vmemmap: batch HVO work when demotingYu Zhao1-64/+92
2024-10-04mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han1-0/+4
2024-10-04mm: migrate: annotate data-race in migrate_folio_unmap()Jeongjun Park1-1/+1
2024-09-18mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-09-12mm/memcontrol: respect zswap.writeback setting from parent cg tooMike Yuan1-3/+9
2024-09-12mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()Yosry Ahmed2-2/+2
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-12Revert "mm: skip CMA pages when they are not available"Usama Arif1-22/+2
2024-09-12mm/slub: add check for s->flags in the alloc_tagging_slab_free_hookHao Ge1-0/+4
2024-09-12mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon1-1/+1
2024-09-12codetag: debug: mark codetags for poisoned page as emptyHao Ge1-0/+7
2024-09-12mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_areaAdrian Huang1-1/+4
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2-2/+2
2024-09-08mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()David Howells1-1/+1
2024-09-04mm: Fix missing folio invalidation calls during truncationDavid Howells1-2/+2
2024-08-29memcg_write_event_control(): fix a user-triggerable oopsAl Viro1-2/+5
2024-08-29mm/numa: no task_numa_fault() call if PTE is changedZi Yan1-17/+16
2024-08-29mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu1-9/+2
2024-08-29mm/numa: no task_numa_fault() call if PMD is changedZi Yan1-16/+13
2024-08-29alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan2-17/+2
2024-08-29mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long1-9/+11
2024-08-29alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan1-0/+2
2024-08-29mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov1-22/+20
2024-08-29mseal: fix is_madv_discard()Pedro Falcato1-3/+11
2024-08-14mm: list_lru: fix UAF for memory cgroupMuchun Song1-6/+22
2024-08-14memcg: protect concurrent access to mem_cgroup_idrShakeel Butt1-2/+20
2024-08-14mm, slub: do not call do_slab_free for kfence objectRik van Riel1-0/+3
2024-08-11mm/migrate: putback split folios when numa hint migration failsPeter Xu1-9/+2
2024-08-11mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand3-51/+49
2024-08-11mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand3-6/+5
2024-08-11mm: fix khugepaged activation policyRyan Roberts2-7/+33
2024-08-03mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin1-4/+14
2024-08-03alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan1-0/+17
2024-08-03mm: fix old/young bit handling in the faulting pathRam Tummala1-1/+1
2024-08-03mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian1-7/+11
2024-08-03mm/mglru: fix ineffective protection calculationYu Zhao1-44/+38
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