summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-02-16migrate_pages: share more code between _unmap and _moveHuang Ying
2023-02-16migrate_pages: move migrate_folio_unmap()Huang Ying
2023-02-16migrate_pages: batch _unmap and _moveHuang Ying
2023-02-16migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying
2023-02-16migrate_pages: restrict number of pages to migrate in batchHuang Ying
2023-02-16migrate_pages: separate hugetlb folios migrationHuang Ying
2023-02-16migrate_pages: organize stats with struct migrate_pages_statsHuang Ying
2023-02-16lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov
2023-02-16lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov
2023-02-16mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe
2023-02-16mm/filemap: fix page end in filemap_get_read_batchQian Yingjin
2023-02-13mm: fix typo in __vm_enough_memory warningJakub Wilk
2023-02-13mm/damon/dbgfs: print DAMON debugfs interface deprecation messageSeongJae Park
2023-02-13mm/damon/Kconfig: add DAMON debugfs interface deprecation noticeSeongJae Park
2023-02-13mm/migrate: convert putback_movable_pages() to use foliosVishal Moola (Oracle)
2023-02-13mm/migrate: convert isolate_movable_page() to use foliosVishal Moola (Oracle)
2023-02-13mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)
2023-02-13mm/mempolicy: convert migrate_page_add() to migrate_folio_add()Vishal Moola (Oracle)
2023-02-13mm/mempolicy: convert queue_pages_required() to queue_folio_required()Vishal Moola (Oracle)
2023-02-13mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()Vishal Moola (Oracle)
2023-02-13mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)
2023-02-13mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)
2023-02-13mm/hugetlb: convert hugetlb_wp() to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar
2023-02-13mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlbfs_pagecache_present() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb_install_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert demote_free_huge_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert restore_reserve_on_error() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: increase use of folios in alloc_huge_page()Sidhartha Kumar
2023-02-13mm/hugetlb: convert alloc_surplus_huge_page() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert dequeue_hugetlb_page functions to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert __update_and_free_page() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar
2023-02-13mm/khugepaged: fix invalid page access in release_pte_pages()Vishal Moola (Oracle)
2023-02-13Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds
2023-02-13mm: Remove get_kernel_pages()Ira Weiny
2023-02-12Fix page corruption caused by racy check in __free_pagesDavid Chen
2023-02-10mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2023-02-09mm/memremap.c: fix outdated comment in devm_memremap_pagesLi Zhijian
2023-02-09mm/damon/sysfs: make kobj_type structures constantThomas Weißschuh
2023-02-09mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe
2023-02-09mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe
2023-02-09mm/gup: make get_user_pages_fast_only() return the common return valueJason Gunthorpe
2023-02-09mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe
2023-02-09mm/gup: make locked never NULL in the internal GUP functionsJason Gunthorpe