summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-17lib/stackdepot: annotate depot_init_pool and depot_alloc_stackAndrey Konovalov1-10/+24
2023-02-17lib/stacktrace: drop impossible WARN_ON for depot_init_poolAndrey Konovalov1-7/+5
2023-02-17lib/stackdepot: rename init_stack_poolAndrey Konovalov1-5/+5
2023-02-17lib/stackdepot: rename handle and pool constantsAndrey Konovalov1-29/+27
2023-02-17lib/stackdepot: rename slab to poolAndrey Konovalov1-53/+53
2023-02-17lib/stackdepot: rename hash table constants and variablesAndrey Konovalov1-21/+21
2023-02-17lib/stackdepot: reorder and annotate global variablesAndrey Konovalov1-10/+17
2023-02-17lib/stackdepot: lower the indentation in stack_depot_initAndrey Konovalov1-33/+37
2023-02-17lib/stackdepot: annotate init and early init functionsAndrey Konovalov1-6/+21
2023-02-17lib/stackdepot: rename stack_depot_disableAndrey Konovalov1-10/+10
2023-02-17lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov5-16/+16
2023-02-17lib/stackdepot: use pr_fmt to define message formatAndrey Konovalov1-4/+6
2023-02-17lib/stackdepot: put functions in logical orderAndrey Konovalov2-164/+165
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-14Docs/admin-guide/mm/damon/usage: add DAMON debugfs interface deprecation noticeSeongJae Park1-7/+13
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)2-1/+10
2023-02-14mm: add folio_get_nontail_page()Vishal Moola (Oracle)1-0/+7
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: add folio_estimated_sharers()Vishal Moola (Oracle)1-0/+18
2023-02-14Documentation/mm: update hugetlbfs documentation to mention alloc_hugetlb_folioSidhartha Kumar2-17/+18
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 Kumar3-7/+6
2023-02-14mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar3-13/+12
2023-02-14mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar6-130/+133
2023-02-14mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar3-10/+10
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 Kumar3-13/+16
2023-02-14mm/hugetlb: increase use of folios in alloc_huge_page()Sidhartha Kumar3-27/+22
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 Kumar7-15/+15
2023-02-14mm/khugepaged: fix invalid page access in release_pte_pages()Vishal Moola (Oracle)1-4/+10
2023-02-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton18-45/+102
2023-02-10mm/memremap.c: fix outdated comment in devm_memremap_pagesLi Zhijian1-1/+1
2023-02-10mm/damon/sysfs: make kobj_type structures constantThomas Weißschuh4-23/+23
2023-02-10mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe2-22/+50
2023-02-10mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe2-65/+65
2023-02-10mm/gup: make get_user_pages_fast_only() return the common return valueJason Gunthorpe1-16/+1