summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-05-07memcg: dynamically allocate lruvec_statsShakeel Butt1-56/+6
2024-05-06mm/pagemap: make trylock_page return boolHao Ge1-1/+1
2024-05-06mm/damon: add DAMOS filter type YOUNGSeongJae Park1-0/+2
2024-05-06mm: simplify thp_vma_allowable_orderMatthew Wilcox1-14/+15
2024-05-06writeback: support retrieving per group debug writeback stats of bdiKemeng Shi1-0/+1
2024-05-06mm: remove PageReferencedMatthew Wilcox (Oracle)1-3/+3
2024-05-06mm: remove page_ref_sub_return()Matthew Wilcox (Oracle)1-8/+3
2024-05-06mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)1-6/+6
2024-05-06mm: remove put_devmap_managed_page()Matthew Wilcox (Oracle)1-6/+1
2024-05-06mm: remove page_cache_alloc()Matthew Wilcox (Oracle)1-5/+0
2024-05-06mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)1-11/+3
2024-05-06mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)1-3/+3
2024-05-06mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)1-1/+0
2024-05-06mm: return the address from page_mapped_in_vma()Matthew Wilcox (Oracle)1-1/+1
2024-05-06xarray: don't use "proxy" headersAndy Shevchenko1-1/+5
2024-05-06xarray: use BITS_PER_LONGS()Andy Shevchenko1-1/+1
2024-05-06memcg: simple cleanup of stats update functionsShakeel Butt1-17/+0
2024-05-06mm/page-flags: make PageUptodate return boolHao Ge1-1/+1
2024-05-06mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang2-30/+53
2024-05-06buffer: add kernel-doc for bforget() and __bforget()Matthew Wilcox (Oracle)1-0/+10
2024-05-06buffer: add kernel-doc for brelse() and __brelse()Matthew Wilcox (Oracle)1-0/+16
2024-05-06buffer: fix __bread and __bread_gfp kernel-docMatthew Wilcox (Oracle)1-9/+13
2024-05-06mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song1-0/+2
2024-05-06mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song1-0/+21
2024-05-06mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar1-2/+2
2024-05-06mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar1-2/+2
2024-05-06mm: make folio_mapcount() return 0 for small typed foliosDavid Hildenbrand1-2/+12
2024-05-06mm: improve folio_likely_mapped_shared() using the mapcount of large foliosDavid Hildenbrand1-2/+17
2024-05-06mm: track mapcount of large folios in single valueDavid Hildenbrand3-26/+33
2024-05-06mm/rmap: add fast-path for small folios when adding/removing/duplicatingDavid Hildenbrand1-0/+13
2024-05-06mm/rmap: always inline anon/file rmap duplication of a single PTEDavid Hildenbrand1-4/+13
2024-05-06mm: allow for detecting underflows with page_mapcount() againDavid Hildenbrand1-1/+1
2024-05-06mm: pass VMA instead of MM to follow_pte()David Hildenbrand1-1/+1
2024-05-06mm/mmap: make vma_wants_writenotify return boolHao Ge1-1/+1
2024-05-06memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang1-0/+13
2024-04-26mm: set pageblock_order to HPAGE_PMD_ORDER in case with !CONFIG_HUGETLB_PAGE ...Baolin Wang1-2/+6
2024-04-26mm: inline destroy_large_folio() into __folio_put_large()Matthew Wilcox (Oracle)1-2/+0
2024-04-26mm/ksm: remove redundant code in ksm_forkJinjiang Tu1-10/+2
2024-04-26mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-4/+4
2024-04-26mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts1-0/+30
2024-04-26mm: swap: allow storage of all mTHP ordersRyan Roberts1-1/+7
2024-04-26mm: swap: update get_swap_pages() to take folio orderRyan Roberts1-1/+1
2024-04-26mm: swap: simplify struct percpu_clusterRyan Roberts1-1/+8
2024-04-26mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts2-3/+38
2024-04-26mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts1-10/+0
2024-04-26mm: generate PAGE_IDLE_FLAG definitionsMatthew Wilcox (Oracle)2-36/+10
2024-04-26mm: remove page_idle and page_young wrappersMatthew Wilcox (Oracle)1-25/+0
2024-04-26mm: init_mlocked_on_free_v3York Jasper Niebuhr1-1/+8
2024-04-26mm/ksm: fix ksm exec support for prctlJinjiang Tu1-0/+13
2024-04-26mm: take placement mappings gap into accountRick Edgecombe1-0/+1