summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-2396-4007/+6113
|\
| * mm/memory_hotplug: cleanup return value handing in do_migrate_range()SeongJae Park2023-02-201-6/+2
| * mm/uffd: fix comment in handling pte markersPeter Xu2023-02-201-3/+1
| * mm: change to return bool for isolate_movable_page()Baolin Wang2023-02-204-11/+11
| * mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang2023-02-204-11/+13
| * mm: change to return bool for isolate_lru_page()Baolin Wang2023-02-208-22/+21
| * mm: change to return bool for folio_isolate_lru()Baolin Wang2023-02-208-13/+19
| * kmsan: disable ftrace in kmsan core codeArnd Bergmann2023-02-201-1/+7
| * kasan: mark addr_has_metadata __always_inlineArnd Bergmann2023-02-201-2/+2
| * mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin2023-02-165-15/+15
| * mm: percpu: fix incorrect size in pcpu_obj_full_size()Yafang Shao2023-02-161-2/+4
| * mm: page_alloc: call panic() when memoryless node allocation failsQi Zheng2023-02-161-5/+3
| * mm: multi-gen LRU: avoid futile retriesYu Zhao2023-02-161-10/+15
| * migrate_pages: move THP/hugetlb migration support check to simplify codeHuang Ying2023-02-161-47/+36
| * migrate_pages: batch flushing TLBHuang Ying2023-02-162-4/+21
| * migrate_pages: share more code between _unmap and _moveHuang Ying2023-02-161-122/+85
| * migrate_pages: move migrate_folio_unmap()Huang Ying2023-02-161-50/+50
| * migrate_pages: batch _unmap and _moveHuang Ying2023-02-161-25/+189
| * migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying2023-02-161-41/+128
| * migrate_pages: restrict number of pages to migrate in batchHuang Ying2023-02-161-68/+106
| * migrate_pages: separate hugetlb folios migrationHuang Ying2023-02-161-22/+119
| * migrate_pages: organize stats with struct migrate_pages_statsHuang Ying2023-02-161-26/+34
| * lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov2023-02-162-4/+8
| * lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov2023-02-163-4/+4
| * mm: fix typo in __vm_enough_memory warningJakub Wilk2023-02-131-1/+1
| * mm/damon/dbgfs: print DAMON debugfs interface deprecation messageSeongJae Park2023-02-131-0/+19
| * mm/damon/Kconfig: add DAMON debugfs interface deprecation noticeSeongJae Park2023-02-131-3/+4
| * mm/migrate: convert putback_movable_pages() to use foliosVishal Moola (Oracle)2023-02-131-23/+23
| * mm/migrate: convert isolate_movable_page() to use foliosVishal Moola (Oracle)2023-02-131-19/+20
| * mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)2023-02-131-1/+1
| * mm/mempolicy: convert migrate_page_add() to migrate_folio_add()Vishal Moola (Oracle)2023-02-131-19/+20
| * mm/mempolicy: convert queue_pages_required() to queue_folio_required()Vishal Moola (Oracle)2023-02-131-6/+6
| * mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()Vishal Moola (Oracle)2023-02-131-11/+18
| * mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)2023-02-131-14/+14
| * mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)2023-02-131-12/+12
| * mm/hugetlb: convert hugetlb_wp() to take in a folioSidhartha Kumar2023-02-131-16/+16
| * mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar2023-02-131-5/+4
| * mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar2023-02-131-11/+10
| * mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar2023-02-133-106/+107
| * mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar2023-02-132-8/+8
| * mm/hugetlb: convert hugetlbfs_pagecache_present() to foliosSidhartha Kumar2023-02-131-9/+7
| * mm/hugetlb: convert hugetlb_install_page to foliosSidhartha Kumar2023-02-131-7/+7
| * mm/hugetlb: convert demote_free_huge_page to foliosSidhartha Kumar2023-02-131-18/+17
| * mm/hugetlb: convert restore_reserve_on_error() to foliosSidhartha Kumar2023-02-131-13/+14
| * mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar2023-02-132-10/+13
| * mm/hugetlb: increase use of folios in alloc_huge_page()Sidhartha Kumar2023-02-132-23/+18
| * mm/hugetlb: convert alloc_surplus_huge_page() to foliosSidhartha Kumar2023-02-131-13/+14
| * mm/hugetlb: convert dequeue_hugetlb_page functions to foliosSidhartha Kumar2023-02-131-26/+30
| * mm/hugetlb: convert __update_and_free_page() to foliosSidhartha Kumar2023-02-131-6/+6
| * mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar2023-02-136-13/+13