summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-05-28mm/page_alloc: optimize __free_contig_frozen_range()Muhammad Usama Anjum1-2/+1
2026-05-28vmalloc: optimize vfree with free_pages_bulk()Ryan Roberts2-11/+33
2026-05-28mm/page_alloc: optimize free_contig_range()Ryan Roberts1-4/+108
2026-05-28mm/vmscan: add balance_pgdat begin/end tracepointsBunyod Suvonov1-0/+5
2026-05-28mm: convert vmemmap_p?d_populate() to static functionsChengkaitao1-5/+5
2026-05-28mm/huge_memory: fix outdated comment about freeing subpages in __folio_splitBarry Song (Xiaomi)1-5/+4
2026-05-28Revert "tmpfs: don't enable large folios if not supported"Baolin Wang1-4/+1
2026-05-28mm/page_alloc: replace kernel_init_pages() with batch page clearingHrushikesh Salunke1-7/+11
2026-05-28mm/cma: fix reserved page leak on activation failureMuchun Song1-2/+5
2026-05-28mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma2-20/+10
2026-05-28mm/hugetlb: restore reservation on error in hugetlb folio copy pathsDavid Carlier1-0/+2
2026-05-28mm/cma_debug: fix invalid accesses for inactive CMA areasMuchun Song1-1/+2
2026-05-28memcg: use round-robin victim selection in refill_stockShakeel Butt1-1/+4
2026-05-28mm/hugetlb: avoid false positive lockdep assertionLorenzo Stoakes1-19/+37
2026-05-28mm/slub: fix typo in sheaves commentWilson Zeng1-1/+1
2026-05-28mm, slab: simplify returning slab in __refill_objects_node()Vlastimil Babka (SUSE)1-10/+0
2026-05-28mm, slab: add an optimistic __slab_try_return_freelist()Vlastimil Babka (SUSE)1-11/+48
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds8-63/+55
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)1-1/+0
2026-05-25memblock: don't touch memblock arrays when memblock_free() is called lateMike Rapoport (Microsoft)1-2/+4
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich18-122/+287
2026-05-22Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2026-05-22Merge tag 'slab-for-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+3
2026-05-21Revert "mm: introduce a new page type for page pool in page type"Byungchul Park1-9/+4
2026-05-21mm/vmalloc: do not trigger BUG() on BH disabled contextUladzislau Rezki (Sony)1-1/+1
2026-05-21mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_pageSunny Patel1-1/+3
2026-05-21mm: memcontrol: propagate NMI slab stats to memcg vmstatsAlexandre Ghiti1-0/+6
2026-05-21mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()SeongJae Park1-4/+4
2026-05-21mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_oneDev Jain1-0/+2
2026-05-21memfd: deny writeable mappings when implying SEAL_WRITEPratyush Yadav (Google)1-6/+6
2026-05-21Revert "mm/hugetlbfs: update hugetlbfs to use mmap_prepare"Lorenzo Stoakes1-42/+29
2026-05-19Merge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/s...Linus Torvalds5-9/+28
2026-05-18cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-3/+3
2026-05-15Merge tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+16
2026-05-14mm/slub: hold cpus_read_lock around flush_rcu_sheaves_on_cache()Qing Wang2-0/+3
2026-05-14slab: fix kernel-docs for mm-apiMarco Elver1-98/+0
2026-05-14slab: support for compiler-assisted type-based slab cache partitioningMarco Elver5-65/+122
2026-05-14mm/slub: defer freelist construction until after bulk allocation from a new slabShengming Hu1-144/+156
2026-05-13mm/memory: fix spurious warning when unmapping device-private/exclusive pagesAlistair Popple1-1/+1
2026-05-13mm: fix __vm_normal_page() to handle missing support for pmd_special()/pud_sp...David Hildenbrand (Arm)1-3/+19
2026-05-13mm/memory_hotplug: fix memory block reference leak on removeMuchun Song1-0/+2
2026-05-13mm/page_alloc: fix initialization of tags of the huge zero folio with init_on...David Hildenbrand (Arm)1-4/+4
2026-05-13mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()SeongJae Park1-0/+1
2026-05-13mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_pageSunny Patel1-1/+1
2026-05-13Merge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+19
2026-05-05mm/slab: Add kvfree_atomic() helperUladzislau Rezki (Sony)1-0/+16
2026-05-04mm/memfd_luo: document preservation of file sealsDavid Carlier1-4/+5
2026-05-04mm/memfd_luo: reject memfds whose page count exceeds UINT_MAXDavid Carlier1-2/+13
2026-05-03Merge tag 'slab-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+9
2026-04-30mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()Qi Zheng1-10/+19