summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-02-02Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2025-02-01mm/hugetlb: fix hugepage allocation for interleaved memory nodesRitesh Harjani (IBM)1-1/+1
2025-02-01mm: gup: fix infinite loop within __get_longterm_lockedZhaoyang Huang1-10/+4
2025-02-01mm, swap: fix reclaim offset calculation error during allocationKairui Song1-1/+1
2025-02-01kfence: skip __GFP_THISNODE allocations on NUMA systemsMarco Elver1-0/+2
2025-02-01mm: compaction: use the proper flag to determine watermarksyangge1-4/+25
2025-02-01mm: kmemleak: fix upper boundary check for physical address objectsCatalin Marinas1-1/+1
2025-02-01mm/vmscan: accumulate nr_demoted for accurate demotion statisticsLi Zhijian1-3/+4
2025-02-01mm/zsmalloc: add __maybe_unused attribute for is_first_zpdesc()Hyeonggon Yoo1-1/+1
2025-02-01mm/vmscan: fix hard LOCKUP in function isolate_lru_foliosliuye1-1/+5
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-7/+7
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-22/+7
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados7-7/+7
2025-01-28add a string-to-qstr constructorAl Viro1-2/+1
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds86-4744/+4461
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2025-01-26mm/compaction: fix UBSAN shift-out-of-bounds warningLiu Shixin1-1/+2
2025-01-26kasan: sw_tags: use str_on_off() helper in kasan_init_sw_tags()Thorsten Blum1-1/+2
2025-01-26mm/damon/core: use str_high_low() helper in damos_wmark_wait_us()Thorsten Blum1-3/+3
2025-01-26mm/page-writeback: consolidate wb_thresh bumping logic into __wb_calc_threshJim Zhao1-37/+16
2025-01-26mm/page_alloc: remove the incorrect and misleading commentYuntao Wang1-7/+0
2025-01-26mm: separate move/undo parts from migrate_pages_batch()Byungchul Park1-51/+83
2025-01-26mm/kfence: use str_write_read() helper in get_access_type()Thorsten Blum2-2/+4
2025-01-26kasan: hw_tags: Use str_on_off() helper in kasan_init_hw_tags()Thorsten Blum1-2/+3
2025-01-26mm: add FGP_DONTCACHE folio creation flagJens Axboe1-0/+5
2025-01-26mm/filemap: add filemap_fdatawrite_range_kick() helperJens Axboe1-0/+18
2025-01-26mm/filemap: drop streaming/uncached pages when writeback completesJens Axboe1-0/+28
2025-01-26mm/filemap: add read support for RWF_DONTCACHEJens Axboe2-2/+28
2025-01-26mm/truncate: add folio_unmap_invalidate() helperJens Axboe2-25/+30
2025-01-26mm/readahead: add readahead_control->dropbehind memberJens Axboe1-1/+7
2025-01-26mm/readahead: add folio allocation helperJens Axboe1-5/+11
2025-01-26mm/filemap: use page_cache_sync_ra() to kick off read-aheadJens Axboe1-3/+3
2025-01-26mm/filemap: change filemap_create_folio() to take a struct kiocbJens Axboe1-8/+9
2025-01-26mm/hugetlb: use folio->lru int demote_free_hugetlb_folios()David Hildenbrand1-3/+5
2025-01-26mm/hugetlb-cgroup: convert hugetlb_cgroup_css_offline() to work on foliosDavid Hildenbrand1-9/+8
2025-01-26mm/hugetlb: rename folio_putback_active_hugetlb() to folio_putback_hugetlb()David Hildenbrand2-5/+16
2025-01-26mm/migrate: don't call folio_putback_active_hugetlb() on dst hugetlb folioDavid Hildenbrand2-4/+14
2025-01-26mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()David Hildenbrand4-8/+25
2025-01-26mm/huge_memory: convert has_hwpoisoned into a pure folio flagDavid Hildenbrand1-1/+1
2025-01-26mm/damon/paddr: improve readability of damon_pa_statJoshua Hahn1-4/+1
2025-01-26mm/damon/paddr: increment pa_stat damon address range by folio sizeUsama Arif1-2/+6
2025-01-26kasan: use correct kernel-doc formatRandy Dunlap1-9/+9
2025-01-26ksm: add ksm involvement information for each processxu xin1-0/+19
2025-01-26mm/memfd: use strncpy_from_user() to read memfd nameIsaac J. Manjarres1-14/+6
2025-01-26mm/memfd: refactor and cleanup the logic in memfd_create()Isaac J. Manjarres1-23/+58
2025-01-26mm/mglru: fix PTE-mapped large foliosYu Zhao1-37/+71
2025-01-26mm/mglru: rework workingset protectionYu Zhao3-88/+108
2025-01-26mm/mglru: rework refault detectionYu Zhao1-8/+9
2025-01-26mm/mglru: rework type selectionYu Zhao1-56/+26
2025-01-26mm/mglru: rework aging feedbackYu Zhao1-115/+91