summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-05-28mm/sparse: remove unnecessary NULL check before allocating mem_sectionSang-Heon Jeon
2026-05-28mm/migrate_device: cleanup up PMD Checks and warningsSunny Patel
2026-05-28mm/damon/tests/core-kunit: test fail_charge_{num,denom} committingSeongJae Park
2026-05-28mm/damon/sysfs-schemes: implement fail_charge_{num,denom} filesSeongJae Park
2026-05-28mm/damon/core: introduce failed region quota charge ratioSeongJae Park
2026-05-28mm/damon/core: merge regions after applying DAMOS schemesSeongJae Park
2026-05-28mm/damon/core: handle <min_region_sz remaining quota as emptySeongJae Park
2026-05-28mm/damon: add node_eligible_mem_bp goal metricRavi Jonnalagadda
2026-05-28mm/damon/core: make charge_addr_from aware of end-address exclusivitySeongJae Park
2026-05-28mm/memory: update stale locking comments for fault handlersAditya Sharma
2026-05-28mm/gup: cleanup pgtable entry accessorsAlexander Gordeev
2026-05-28mm/page_alloc: optimize __free_contig_frozen_range()Muhammad Usama Anjum
2026-05-28vmalloc: optimize vfree with free_pages_bulk()Ryan Roberts
2026-05-28mm/page_alloc: optimize free_contig_range()Ryan Roberts
2026-05-28mm/vmscan: add balance_pgdat begin/end tracepointsBunyod Suvonov
2026-05-28mm: convert vmemmap_p?d_populate() to static functionsChengkaitao
2026-05-28mm/huge_memory: fix outdated comment about freeing subpages in __folio_splitBarry Song (Xiaomi)
2026-05-28Revert "tmpfs: don't enable large folios if not supported"Baolin Wang
2026-05-28mm/page_alloc: replace kernel_init_pages() with batch page clearingHrushikesh Salunke
2026-05-28mm/cma: fix reserved page leak on activation failureMuchun Song
2026-05-28mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma
2026-05-28mm/hugetlb: restore reservation on error in hugetlb folio copy pathsDavid Carlier
2026-05-28mm/cma_debug: fix invalid accesses for inactive CMA areasMuchun Song
2026-05-28memcg: use round-robin victim selection in refill_stockShakeel Butt
2026-05-28mm/hugetlb: avoid false positive lockdep assertionLorenzo Stoakes
2026-05-28mm/slub: fix typo in sheaves commentWilson Zeng
2026-05-28mm, slab: simplify returning slab in __refill_objects_node()Vlastimil Babka (SUSE)
2026-05-28mm, slab: add an optimistic __slab_try_return_freelist()Vlastimil Babka (SUSE)
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)
2026-05-25memblock: don't touch memblock arrays when memblock_free() is called lateMike Rapoport (Microsoft)
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich
2026-05-22Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-22Merge tag 'slab-for-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-05-21Revert "mm: introduce a new page type for page pool in page type"Byungchul Park
2026-05-21mm/vmalloc: do not trigger BUG() on BH disabled contextUladzislau Rezki (Sony)
2026-05-21mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_pageSunny Patel
2026-05-21mm: memcontrol: propagate NMI slab stats to memcg vmstatsAlexandre Ghiti
2026-05-21mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()SeongJae Park
2026-05-21mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_oneDev Jain
2026-05-21memfd: deny writeable mappings when implying SEAL_WRITEPratyush Yadav (Google)
2026-05-21Revert "mm/hugetlbfs: update hugetlbfs to use mmap_prepare"Lorenzo Stoakes
2026-05-19Merge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-18cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming
2026-05-15Merge tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-05-14mm/slub: hold cpus_read_lock around flush_rcu_sheaves_on_cache()Qing Wang
2026-05-14slab: fix kernel-docs for mm-apiMarco Elver
2026-05-14slab: support for compiler-assisted type-based slab cache partitioningMarco Elver
2026-05-14mm/slub: defer freelist construction until after bulk allocation from a new slabShengming Hu
2026-05-13mm/memory: fix spurious warning when unmapping device-private/exclusive pagesAlistair Popple