summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | mm/khugepaged: fix invalid page access in release_pte_pages()Vishal Moola (Oracle)2023-02-131-4/+10
| * | | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2023-02-109-16/+57
| |\ \ \
| * | | | mm/memremap.c: fix outdated comment in devm_memremap_pagesLi Zhijian2023-02-091-1/+1
| * | | | mm/damon/sysfs: make kobj_type structures constantThomas Weißschuh2023-02-094-23/+23
| * | | | mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe2023-02-091-0/+15
| * | | | mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe2023-02-091-0/+65
| * | | | mm/gup: make get_user_pages_fast_only() return the common return valueJason Gunthorpe2023-02-091-16/+1
| * | | | mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe2023-02-091-33/+0
| * | | | mm/gup: make locked never NULL in the internal GUP functionsJason Gunthorpe2023-02-091-21/+30
| * | | | mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe2023-02-091-13/+23
| * | | | mm/gup: remove locked being NULL from faultin_vma_page_range()Jason Gunthorpe2023-02-091-6/+1
| * | | | mm/gup: add an assertion that the mmap lock is lockedJason Gunthorpe2023-02-091-0/+2
| * | | | mm/gup: simplify the external interface functions and consolidate invariantsJason Gunthorpe2023-02-092-88/+75
| * | | | mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe2023-02-091-0/+1
| * | | | mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be setJason Gunthorpe2023-02-091-6/+6
| * | | | mm/gup: have internal functions get the mmap_read_lock()Jason Gunthorpe2023-02-091-48/+65
| * | | | mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He2023-02-091-0/+5
| * | | | mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He2023-02-091-7/+4
| * | | | mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He2023-02-091-7/+81
| * | | | mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He2023-02-091-4/+12
| * | | | mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He2023-02-091-0/+7