summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-10-17secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy
2024-10-10mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed
2024-10-10mm/hugetlb: simplify refs in memfd_alloc_folioSteve Sistare
2024-10-10mm/gup: fix memfd_pin_folios alloc race panicSteve Sistare
2024-10-10mm/gup: fix memfd_pin_folios hugetlb page allocationSteve Sistare
2024-10-10mm/hugetlb: fix memfd_pin_folios resv_huge_pages leakSteve Sistare
2024-10-10mm/hugetlb: fix memfd_pin_folios free_huge_pages leakSteve Sistare
2024-10-10mm/filemap: fix filemap_get_folios_contig THP panicSteve Sistare
2024-10-10mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich
2024-10-10mm, slub: avoid zeroing kmalloc redzonePeng Fan
2024-10-04mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett
2024-10-04mm: change vmf_anon_prepare() to __vmf_anon_prepare()Vishal Moola (Oracle)
2024-10-04mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag setMiaohe Lin
2024-10-04mm/hugetlb.c: fix UAF of vma in hugetlb fault pathwayVishal Moola (Oracle)
2024-10-04mm: only enforce minimum stack gap size if it's sensibleDavid Gow
2024-10-04mm/hugetlb_vmemmap: batch HVO work when demotingYu Zhao
2024-10-04mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han
2024-10-04mm: migrate: annotate data-race in migrate_folio_unmap()Jeongjun Park
2024-09-12mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds
2024-09-04Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-04Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-01mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_areaAdrian Huang
2024-09-01codetag: debug: mark codetags for poisoned page as emptyHao Ge
2024-09-01mm/memcontrol: respect zswap.writeback setting from parent cg tooMike Yuan
2024-09-01Revert "mm: skip CMA pages when they are not available"Usama Arif
2024-09-01mm/slub: add check for s->flags in the alloc_tagging_slab_free_hookHao Ge
2024-09-01userfaultfd: don't BUG_ON() if khugepaged yanks our page tableJann Horn
2024-09-01userfaultfd: fix checks for huge PMDsJann Horn
2024-09-01mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon
2024-09-01Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-30mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()David Howells
2024-08-24mm: Fix missing folio invalidation calls during truncationDavid Howells
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner
2024-08-17Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds
2024-08-16Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-08-15mm/migrate: fix deadlock in migrate_pages_batch() on large foliosGao Xiang
2024-08-15alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan
2024-08-15alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan
2024-08-15mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov
2024-08-15mm/numa: no task_numa_fault() call if PMD is changedZi Yan
2024-08-15mm/numa: no task_numa_fault() call if PTE is changedZi Yan
2024-08-15mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu
2024-08-15mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long
2024-08-15mm: don't account memmap per-nodePasha Tatashin
2024-08-15mm: add system wide stats items categoryPasha Tatashin
2024-08-15mm: don't account memmap on failurePasha Tatashin
2024-08-15mseal: fix is_madv_discard()Pedro Falcato
2024-08-12memcg_write_event_control(): fix a user-triggerable oopsAl Viro
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds
2024-08-07memcg: protect concurrent access to mem_cgroup_idrShakeel Butt