summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
3 dayssecretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy1-2/+2
11 daysmm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed1-6/+19
11 daysmm/hugetlb: simplify refs in memfd_alloc_folioSteve Sistare2-5/+2
11 daysmm/gup: fix memfd_pin_folios alloc race panicSteve Sistare1-0/+1
11 daysmm/gup: fix memfd_pin_folios hugetlb page allocationSteve Sistare1-2/+6
11 daysmm/hugetlb: fix memfd_pin_folios resv_huge_pages leakSteve Sistare2-5/+21
11 daysmm/hugetlb: fix memfd_pin_folios free_huge_pages leakSteve Sistare1-1/+3
11 daysmm/filemap: fix filemap_get_folios_contig THP panicSteve Sistare1-0/+4
11 daysmm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
11 daysmm, 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-12mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-09-04Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-09-04Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds6-40/+43
2024-09-02mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_areaAdrian Huang1-1/+4
2024-09-02codetag: debug: mark codetags for poisoned page as emptyHao Ge1-0/+7
2024-09-02mm/memcontrol: respect zswap.writeback setting from parent cg tooMike Yuan1-3/+9
2024-09-02Revert "mm: skip CMA pages when they are not available"Usama Arif1-22/+2
2024-09-02mm/slub: add check for s->flags in the alloc_tagging_slab_free_hookHao Ge1-0/+4
2024-09-02userfaultfd: don't BUG_ON() if khugepaged yanks our page tableJann Horn1-3/+4
2024-09-02userfaultfd: fix checks for huge PMDsJann Horn1-10/+12
2024-09-02mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon1-1/+1
2024-09-02Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2024-08-30mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()David Howells1-1/+1
2024-08-24mm: Fix missing folio invalidation calls during truncationDavid Howells1-2/+2
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2-2/+2
2024-08-18Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds13-160/+129
2024-08-17Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+5
2024-08-16mm/migrate: fix deadlock in migrate_pages_batch() on large foliosGao Xiang1-5/+11
2024-08-16alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan1-0/+2
2024-08-16alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan2-17/+2
2024-08-16mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov1-22/+20
2024-08-16mm/numa: no task_numa_fault() call if PMD is changedZi Yan1-16/+13
2024-08-16mm/numa: no task_numa_fault() call if PTE is changedZi Yan1-17/+16
2024-08-16mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu1-9/+2
2024-08-16mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long1-9/+11
2024-08-16mm: don't account memmap per-nodePasha Tatashin7-55/+37
2024-08-16mm: add system wide stats items categoryPasha Tatashin1-3/+3
2024-08-16mm: don't account memmap on failurePasha Tatashin1-4/+1
2024-08-16mseal: fix is_madv_discard()Pedro Falcato1-3/+11
2024-08-13memcg_write_event_control(): fix a user-triggerable oopsAl Viro1-2/+5
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds3-17/+47
2024-08-08memcg: protect concurrent access to mem_cgroup_idrShakeel Butt1-2/+20