summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-09mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin
2024-07-09mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin
2024-07-09filemap: replace pte_offset_map() with pte_offset_map_nolock()ZhangPeng
2024-07-06mm: fix crashes from deferred split racing folio migrationHugh Dickins
2024-07-06mm: gup: stop abusing try_grab_folioYang Shi
2024-07-03mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao
2024-07-03cachestat: do not flush stats in recency checkNhat Pham
2024-07-03mm/shmem: disable PMD-sized page cache if neededGavin Shan
2024-07-03mm/filemap: skip to create PMD-sized page cache if neededGavin Shan
2024-07-03mm/readahead: limit page cache size in page_cache_ra_order()Gavin Shan
2024-07-03mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park
2024-07-03mm: vmalloc: check if a hash-index is in cpu_possible_maskUladzislau Rezki (Sony)
2024-07-03mm: page_ref: remove folio_try_get_rcu()Yang Shi
2024-07-03mm: avoid overflows in dirty throttling logicJan Kara
2024-07-03Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara
2024-07-02tmpfs: Convert to new uid/gid option parsing helpersEric Sandeen
2024-06-25vfs: remove redundant smp_mb for thp handling in do_dentry_openMateusz Guzik
2024-06-24mm/memory: don't require head page for do_set_pmd()Andrew Bresticker
2024-06-24mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge
2024-06-24mm/migrate: make migrate_pages_batch() stats consistentZi Yan
2024-06-24kasan: fix bad call to unpoison_slab_objectAndrey Konovalov
2024-06-24mm: handle profiling for fake memory allocations during compactionSuren Baghdasaryan
2024-06-24mm/slab: fix 'variable obj_exts set but not used' warningSuren Baghdasaryan
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu
2024-06-24mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang
2024-06-23Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds
2024-06-17Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-06-16memblock: use numa_valid_node() helper to check for invalid node IDMike Rapoport (IBM)
2024-06-15mm: shmem: fix getting incorrect lruvec when replacing a shmem folioBaolin Wang
2024-06-15mm/debug_vm_pgtable: drop RANDOM_ORVALUE trickPeter Xu
2024-06-15mm: fix possible OOB in numa_rebuild_large_mapping()Kefeng Wang
2024-06-15mm/migrate: fix kernel BUG at mm/compaction.c:2761!Hugh Dickins
2024-06-15mm: huge_memory: fix misused mapping_large_folio_support() for anon foliosRan Xiaokai
2024-06-15Revert "mm: init_mlocked_on_free_v3"David Hildenbrand
2024-06-15mm/page_table_check: fix crash on ZONE_DEVICEPeter Xu
2024-06-13Merge tag 'fixes-2024-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker
2024-06-05mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan
2024-06-05codetag: avoid race at alloc_slab_obj_extsThadeu Lima de Souza Cascardo
2024-06-05mm/hugetlb: do not call vma_add_reservation upon ENOMEMOscar Salvador
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-05mm/ksm: fix ksm_pages_scanned accountingChengming Zhou
2024-06-05kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko
2024-06-05vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()Cong Wang
2024-06-05mm: page_alloc: fix highatomic typing in multi-block buddiesJohannes Weiner
2024-06-05memcg: remove the lockdep assert from __mod_objcg_mlstate()Sebastian Andrzej Siewior
2024-06-05mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang