summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-041-1/+1
|\
| * mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()David Howells2024-08-301-1/+1
* | Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-046-40/+43
|\ \
| * | mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_areaAdrian Huang2024-09-011-1/+4
| * | codetag: debug: mark codetags for poisoned page as emptyHao Ge2024-09-011-0/+7
| * | mm/memcontrol: respect zswap.writeback setting from parent cg tooMike Yuan2024-09-011-3/+9
| * | Revert "mm: skip CMA pages when they are not available"Usama Arif2024-09-011-22/+2
| * | mm/slub: add check for s->flags in the alloc_tagging_slab_free_hookHao Ge2024-09-011-0/+4
| * | userfaultfd: don't BUG_ON() if khugepaged yanks our page tableJann Horn2024-09-011-3/+4
| * | userfaultfd: fix checks for huge PMDsJann Horn2024-09-011-10/+12
| * | mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon2024-09-011-1/+1
* | | Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-012-2/+2
|\ \ \ | |/ / |/| |
| * | x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2024-08-202-2/+2
* | | mm: Fix missing folio invalidation calls during truncationDavid Howells2024-08-241-2/+2
| |/ |/|
* | Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds2024-08-1713-160/+129
|\ \
| * | mm/migrate: fix deadlock in migrate_pages_batch() on large foliosGao Xiang2024-08-151-5/+11
| * | alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan2024-08-151-0/+2
| * | alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan2024-08-152-17/+2
| * | mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov2024-08-151-22/+20
| * | mm/numa: no task_numa_fault() call if PMD is changedZi Yan2024-08-151-16/+13
| * | mm/numa: no task_numa_fault() call if PTE is changedZi Yan2024-08-151-17/+16
| * | mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu2024-08-151-9/+2
| * | mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long2024-08-151-9/+11
| * | mm: don't account memmap per-nodePasha Tatashin2024-08-157-55/+37
| * | mm: add system wide stats items categoryPasha Tatashin2024-08-151-3/+3
| * | mm: don't account memmap on failurePasha Tatashin2024-08-151-4/+1
| * | mseal: fix is_madv_discard()Pedro Falcato2024-08-151-3/+11
| |/
* | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-08-161-2/+5
|\ \ | |/ |/|
| * memcg_write_event_control(): fix a user-triggerable oopsAl Viro2024-08-121-2/+5
* | Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds2024-08-083-17/+47
|\ \
| * | memcg: protect concurrent access to mem_cgroup_idrShakeel Butt2024-08-071-2/+20
| * | mm: shmem: fix incorrect aligned index when checking conflictsBaolin Wang2024-08-071-3/+4
| * | mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmemBaolin Wang2024-08-071-6/+1
| * | mm: list_lru: fix UAF for memory cgroupMuchun Song2024-08-071-6/+22
| |/
* | Merge tag 'slab-fixes-for-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-08-051-0/+3
|\ \
| * | mm, slub: do not call do_slab_free for kfence objectRik van Riel2024-07-301-0/+3
| |/
* / minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds2024-07-281-2/+0
|/
* mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian2024-07-261-7/+11
* alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan2024-07-261-0/+17
* mm/huge_memory: avoid PMD-size page cache if neededGavin Shan2024-07-261-2/+10
* mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi2024-07-261-1/+1
* mm: fix old/young bit handling in the faulting pathRam Tummala2024-07-261-1/+1
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-246-23/+23
* Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-248-15/+70
|\
| * mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld2024-07-198-15/+71
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-2189-5949/+7093
|\ \
| * | mm/mglru: fix ineffective protection calculationYu Zhao2024-07-171-44/+38
| * | mm/zswap: fix a white space issueDan Carpenter2024-07-171-1/+1
| * | mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin2024-07-171-0/+3
| * | mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin2024-07-171-1/+1