summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-34/+43
2023-02-20Merge tag 'remove-get_kernel_pages-for-6.3' of https://git.linaro.org/people/...Linus Torvalds1-30/+0
2023-02-18Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds4-4/+10
2023-02-18mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2-2/+6
2023-02-17mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin5-15/+15
2023-02-17mm: percpu: fix incorrect size in pcpu_obj_full_size()Yafang Shao1-2/+4
2023-02-17mm: page_alloc: call panic() when memoryless node allocation failsQi Zheng1-5/+3
2023-02-17mm: multi-gen LRU: avoid futile retriesYu Zhao1-10/+15
2023-02-17migrate_pages: move THP/hugetlb migration support check to simplify codeHuang Ying1-47/+36
2023-02-17migrate_pages: batch flushing TLBHuang Ying2-4/+21
2023-02-17migrate_pages: share more code between _unmap and _moveHuang Ying1-122/+85
2023-02-17migrate_pages: move migrate_folio_unmap()Huang Ying1-50/+50
2023-02-17migrate_pages: batch _unmap and _moveHuang Ying1-25/+189
2023-02-17migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying1-41/+128
2023-02-17migrate_pages: restrict number of pages to migrate in batchHuang Ying1-68/+106
2023-02-17migrate_pages: separate hugetlb folios migrationHuang Ying1-22/+119
2023-02-17migrate_pages: organize stats with struct migrate_pages_statsHuang Ying1-26/+34
2023-02-17lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov2-4/+8
2023-02-17lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov3-4/+4
2023-02-17mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe1-0/+1
2023-02-17mm/filemap: fix page end in filemap_get_read_batchQian Yingjin1-2/+3
2023-02-14mm: fix typo in __vm_enough_memory warningJakub Wilk1-1/+1
2023-02-14mm/damon/dbgfs: print DAMON debugfs interface deprecation messageSeongJae Park1-0/+19
2023-02-14mm/damon/Kconfig: add DAMON debugfs interface deprecation noticeSeongJae Park1-3/+4
2023-02-14mm/migrate: convert putback_movable_pages() to use foliosVishal Moola (Oracle)1-23/+23
2023-02-14mm/migrate: convert isolate_movable_page() to use foliosVishal Moola (Oracle)1-19/+20
2023-02-14mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)1-1/+1
2023-02-14mm/mempolicy: convert migrate_page_add() to migrate_folio_add()Vishal Moola (Oracle)1-19/+20
2023-02-14mm/mempolicy: convert queue_pages_required() to queue_folio_required()Vishal Moola (Oracle)1-6/+6
2023-02-14mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()Vishal Moola (Oracle)1-11/+18
2023-02-14mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)1-14/+14
2023-02-14mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)1-12/+12
2023-02-14mm/hugetlb: convert hugetlb_wp() to take in a folioSidhartha Kumar1-16/+16
2023-02-14mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar1-5/+4
2023-02-14mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar1-11/+10
2023-02-14mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar3-106/+107
2023-02-14mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar2-8/+8
2023-02-14mm/hugetlb: convert hugetlbfs_pagecache_present() to foliosSidhartha Kumar1-9/+7
2023-02-14mm/hugetlb: convert hugetlb_install_page to foliosSidhartha Kumar1-7/+7
2023-02-14mm/hugetlb: convert demote_free_huge_page to foliosSidhartha Kumar1-18/+17
2023-02-14mm/hugetlb: convert restore_reserve_on_error() to foliosSidhartha Kumar1-13/+14
2023-02-14mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar2-10/+13
2023-02-14mm/hugetlb: increase use of folios in alloc_huge_page()Sidhartha Kumar2-23/+18
2023-02-14mm/hugetlb: convert alloc_surplus_huge_page() to foliosSidhartha Kumar1-13/+14
2023-02-14mm/hugetlb: convert dequeue_hugetlb_page functions to foliosSidhartha Kumar1-26/+30
2023-02-14mm/hugetlb: convert __update_and_free_page() to foliosSidhartha Kumar1-6/+6
2023-02-14mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar6-13/+13
2023-02-14mm/khugepaged: fix invalid page access in release_pte_pages()Vishal Moola (Oracle)1-4/+10
2023-02-14Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds9-16/+57
2023-02-13mm: Remove get_kernel_pages()Ira Weiny1-30/+0