summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-12Fix page corruption caused by racy check in __free_pagesDavid Chen1-1/+4
2023-02-11mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao1-0/+18
2023-02-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton9-16/+57
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 Gunthorpe1-0/+15
2023-02-10mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe1-0/+65
2023-02-10mm/gup: make get_user_pages_fast_only() return the common return valueJason Gunthorpe1-16/+1
2023-02-10mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe1-33/+0
2023-02-10mm/gup: make locked never NULL in the internal GUP functionsJason Gunthorpe1-21/+30
2023-02-10mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe1-13/+23
2023-02-10mm/gup: remove locked being NULL from faultin_vma_page_range()Jason Gunthorpe1-6/+1
2023-02-10mm/gup: add an assertion that the mmap lock is lockedJason Gunthorpe1-0/+2
2023-02-10mm/gup: simplify the external interface functions and consolidate invariantsJason Gunthorpe2-88/+75
2023-02-10mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe1-0/+1
2023-02-10mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be setJason Gunthorpe1-6/+6
2023-02-10mm/gup: have internal functions get the mmap_read_lock()Jason Gunthorpe1-48/+65
2023-02-10mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He1-0/+5
2023-02-10mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He1-7/+4
2023-02-10mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He1-7/+81
2023-02-10mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He1-4/+12
2023-02-10mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He1-0/+7
2023-02-10shmem: fix W=1 build warnings with CONFIG_SHMEM=nMatthew Wilcox (Oracle)1-1/+1
2023-02-10shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)1-12/+24
2023-02-10filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)1-0/+24