summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2025-02-17kasan: don't call find_vm_area() in a PREEMPT_RT kernelWaiman Long-1/+33
2025-02-17mm: hugetlb: avoid fallback for specific node allocation of 1G pagesLuiz Capitulino-1/+1
2025-02-17memcg: avoid dead loop when setting memory.maxChen Ridong-0/+1
2025-02-17mm: pgtable: fix incorrect reclaim of non-empty PTE pagesQi Zheng-3/+14
2025-02-17mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand-9/+4
2025-02-17mm,madvise,hugetlb: check for 0-length range after end address adjustmentRicardo CaƱuelo Navarro-1/+10
2025-02-17mm/zswap: fix inconsistency when zswap_store_page() failsHyeonggon Yoo-19/+16
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-2/+1
2025-02-01mm/hugetlb: fix hugepage allocation for interleaved memory nodesRitesh Harjani (IBM)-1/+1
2025-02-01mm: gup: fix infinite loop within __get_longterm_lockedZhaoyang Huang-10/+4
2025-02-01mm, swap: fix reclaim offset calculation error during allocationKairui Song-1/+1
2025-02-01kfence: skip __GFP_THISNODE allocations on NUMA systemsMarco Elver-0/+2
2025-02-01mm: compaction: use the proper flag to determine watermarksyangge-4/+25
2025-02-01mm: kmemleak: fix upper boundary check for physical address objectsCatalin Marinas-1/+1
2025-02-01mm/vmscan: accumulate nr_demoted for accurate demotion statisticsLi Zhijian-3/+4
2025-02-01mm/zsmalloc: add __maybe_unused attribute for is_first_zpdesc()Hyeonggon Yoo-1/+1
2025-02-01mm/vmscan: fix hard LOCKUP in function isolate_lru_foliosliuye-1/+5
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+7
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-22/+7
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-7/+7
2025-01-27add a string-to-qstr constructorAl Viro-2/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4744/+4461
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+2
2025-01-25mm/compaction: fix UBSAN shift-out-of-bounds warningLiu Shixin-1/+2
2025-01-25kasan: sw_tags: use str_on_off() helper in kasan_init_sw_tags()Thorsten Blum-1/+2
2025-01-25mm/damon/core: use str_high_low() helper in damos_wmark_wait_us()Thorsten Blum-3/+3
2025-01-25mm/page-writeback: consolidate wb_thresh bumping logic into __wb_calc_threshJim Zhao-37/+16
2025-01-25mm/page_alloc: remove the incorrect and misleading commentYuntao Wang-7/+0
2025-01-25mm: separate move/undo parts from migrate_pages_batch()Byungchul Park-51/+83
2025-01-25mm/kfence: use str_write_read() helper in get_access_type()Thorsten Blum-2/+4
2025-01-25kasan: hw_tags: Use str_on_off() helper in kasan_init_hw_tags()Thorsten Blum-2/+3
2025-01-25mm: add FGP_DONTCACHE folio creation flagJens Axboe-0/+5
2025-01-25mm/filemap: add filemap_fdatawrite_range_kick() helperJens Axboe-0/+18
2025-01-25mm/filemap: drop streaming/uncached pages when writeback completesJens Axboe-0/+28
2025-01-25mm/filemap: add read support for RWF_DONTCACHEJens Axboe-2/+28
2025-01-25mm/truncate: add folio_unmap_invalidate() helperJens Axboe-25/+30
2025-01-25mm/readahead: add readahead_control->dropbehind memberJens Axboe-1/+7
2025-01-25mm/readahead: add folio allocation helperJens Axboe-5/+11
2025-01-25mm/filemap: use page_cache_sync_ra() to kick off read-aheadJens Axboe-3/+3
2025-01-25mm/filemap: change filemap_create_folio() to take a struct kiocbJens Axboe-8/+9
2025-01-25mm/hugetlb: use folio->lru int demote_free_hugetlb_folios()David Hildenbrand-3/+5
2025-01-25mm/hugetlb-cgroup: convert hugetlb_cgroup_css_offline() to work on foliosDavid Hildenbrand-9/+8
2025-01-25mm/hugetlb: rename folio_putback_active_hugetlb() to folio_putback_hugetlb()David Hildenbrand-5/+16
2025-01-25mm/migrate: don't call folio_putback_active_hugetlb() on dst hugetlb folioDavid Hildenbrand-4/+14
2025-01-25mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()David Hildenbrand-8/+25
2025-01-25mm/huge_memory: convert has_hwpoisoned into a pure folio flagDavid Hildenbrand-1/+1
2025-01-25mm/damon/paddr: improve readability of damon_pa_statJoshua Hahn-4/+1
2025-01-25mm/damon/paddr: increment pa_stat damon address range by folio sizeUsama Arif-2/+6
2025-01-25kasan: use correct kernel-doc formatRandy Dunlap-9/+9
2025-01-25ksm: add ksm involvement information for each processxu xin-0/+19