summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-06-13Merge tag 'fixes-2024-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2024-06-06mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan3-7/+7
2024-06-06codetag: avoid race at alloc_slab_obj_extsThadeu Lima de Souza Cascardo1-2/+3
2024-06-06mm/hugetlb: do not call vma_add_reservation upon ENOMEMOscar Salvador1-2/+14
2024-06-06mm/ksm: fix ksm_zero_pages accountingChengming Zhou1-6/+5
2024-06-06mm/ksm: fix ksm_pages_scanned accountingChengming Zhou1-4/+2
2024-06-06kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko1-4/+11
2024-06-06vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()Cong Wang1-1/+1
2024-06-06mm: page_alloc: fix highatomic typing in multi-block buddiesJohannes Weiner1-16/+34
2024-06-06memcg: remove the lockdep assert from __mod_objcg_mlstate()Sebastian Andrzej Siewior1-2/+0
2024-06-06mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang3-6/+6
2024-05-31memblock: make memblock_set_node() also warn about use of MAX_NUMNODESJan Beulich1-0/+4
2024-05-26Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds3-6/+13
2024-05-24mm/ksm: fix possible UAF of stable_nodeChengming Zhou1-1/+2
2024-05-24mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin1-2/+2
2024-05-24mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin1-0/+7
2024-05-24mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu1-3/+2
2024-05-24mseal: add mseal syscallJeff Xu7-1/+431
2024-05-23Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-14/+5
2024-05-23mm: simplify and improve print_vma_addr() outputLinus Torvalds1-13/+6
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-27/+2
2024-05-20mm/page-owner: use gfp_nested_mask() instead of open coded maskingDave Chinner1-6/+1
2024-05-20mm: lift gfp_kmemleak_mask() to gfp.hDave Chinner1-8/+4
2024-05-20Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+11
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds80-3657/+4650
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2024-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-31/+5
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)1-12/+62
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)2-3/+66
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)3-0/+36
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-0/+7
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-3/+58
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-3/+4
2024-05-13Merge tag 'docs-6.10' of git://git.lwn.net/linuxLinus Torvalds1-4/+3
2024-05-13Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds3-53/+95
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+35
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel1-0/+3
2024-05-12memcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_orderXiu Jianfeng1-2/+0
2024-05-12mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wpOscar Salvador1-1/+1
2024-05-12mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_faultOscar Salvador1-1/+2
2024-05-12mm: memcg: make alloc_mem_cgroup_per_node_info() return boolXiu Jianfeng1-5/+5
2024-05-12mm/damon/core: fix return value from damos_wmark_metric_valueAlex Rusuf1-4/+5
2024-05-12mm: do not update memcg stats for NR_{FILE/SHMEM}_PMDMAPPEDYosry Ahmed1-6/+9
2024-05-12mm/damon/core: initialize ->esz_bp from damos_quota_init_priv()SeongJae Park1-0/+1
2024-05-11Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+7
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini9-170/+206
2024-05-07thp: remove HPAGE_PMD_ORDER minimum assertionMatthew Wilcox (Oracle)1-5/+0
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_folio_list()SeongJae Park1-6/+4
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park4-7/+7
2024-05-07mm/damon/paddr: do page level access check for pageout DAMOS action on its ownSeongJae Park1-4/+12