summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-08-24mm: Fix missing folio invalidation calls during truncationDavid Howells
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
2024-08-07mm: shmem: fix incorrect aligned index when checking conflictsBaolin Wang
2024-08-07mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmemBaolin Wang
2024-08-07mm: list_lru: fix UAF for memory cgroupMuchun Song
2024-08-05Merge tag 'slab-fixes-for-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-30mm, slub: do not call do_slab_free for kfence objectRik van Riel
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2024-07-26mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian
2024-07-26alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan
2024-07-26mm/huge_memory: avoid PMD-size page cache if neededGavin Shan
2024-07-26mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi
2024-07-26mm: fix old/young bit handling in the faulting pathRam Tummala
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld
2024-07-18Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-07-18Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-07-18Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-17mm/mglru: fix ineffective protection calculationYu Zhao
2024-07-17mm/zswap: fix a white space issueDan Carpenter
2024-07-17mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin
2024-07-17mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin
2024-07-17mm/gup: clear the LRU flag of a page before adding to LRU batchyangge
2024-07-17mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin
2024-07-17mm: memcg1: convert charge move flags to unsigned long longRoman Gushchin
2024-07-17mm/mglru: fix overshooting shrinker memoryYu Zhao
2024-07-17mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao
2024-07-17mm/kmemleak: replace strncpy() with strscpy()Kees Cook
2024-07-17mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka
2024-07-17mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka
2024-07-17mm: ignore data-race in __swap_writepagePei Li