summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2024-05-25Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds
2024-05-24mm/ksm: fix possible UAF of stable_nodeChengming Zhou
2024-05-24mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin
2024-05-24mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin
2024-05-24mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu
2024-05-23mseal: add mseal syscallJeff Xu
2024-05-22Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-22mm: simplify and improve print_vma_addr() outputLinus Torvalds
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-19mm/page-owner: use gfp_nested_mask() instead of open coded maskingDave Chinner
2024-05-19mm: lift gfp_kmemleak_mask() to gfp.hDave Chinner
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-13Merge tag 'docs-6.10' of git://git.lwn.net/linuxLinus Torvalds
2024-05-13Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel
2024-05-11memcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_orderXiu Jianfeng
2024-05-11mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wpOscar Salvador
2024-05-11mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_faultOscar Salvador
2024-05-11mm: memcg: make alloc_mem_cgroup_per_node_info() return boolXiu Jianfeng
2024-05-11mm/damon/core: fix return value from damos_wmark_metric_valueAlex Rusuf
2024-05-11mm: do not update memcg stats for NR_{FILE/SHMEM}_PMDMAPPEDYosry Ahmed
2024-05-11mm/damon/core: initialize ->esz_bp from damos_quota_init_priv()SeongJae Park
2024-05-10Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-05-07thp: remove HPAGE_PMD_ORDER minimum assertionMatthew Wilcox (Oracle)
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_folio_list()SeongJae Park
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park
2024-05-07mm/damon/paddr: do page level access check for pageout DAMOS action on its ownSeongJae Park
2024-05-07mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS a...SeongJae Park
2024-05-07mm/gup: fix hugepd handling in hugetlb reworkPeter Xu