summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-09-22mm: make folio page count functions return unsignedAristeu Rozanski1-4/+4
2025-09-22mm: vm_event_item: explicit #include for THREAD_SIZEBrian Norris1-0/+2
2025-09-22mm: re-enable kswapd when memory pressure subsides or demotion is toggledChanwon Park1-1/+1
2025-09-22ptdesc: remove ptdesc_to_virt()Matthew Wilcox (Oracle)1-5/+6
2025-09-22ptdesc: remove references to folios from __pagetable_ctor() and pagetable_dtor()Matthew Wilcox (Oracle)1-8/+13
2025-09-22ptdesc: convert __page_flags to pt_flagsMatthew Wilcox (Oracle)2-4/+9
2025-09-22maple_tree: remove lockdep_map_p typedefAlice Ryhl1-4/+4
2025-09-22mm, swap: use the swap table for the swap cache and switch APIKairui Song1-2/+0
2025-09-22mm, swap: tidy up swap device and cluster info helpersKairui Song1-6/+0
2025-09-22mm, swap: rename and move some swap cluster definition and helpersKairui Song1-34/+0
2025-09-22mm/memremap: remove unused get_dev_pagemap() parameterAlistair Popple1-4/+2
2025-09-22huge_memory: return -EINVAL in folio split functions when THP is disabledPankaj Raghav1-4/+8
2025-09-22rust: maple_tree: add MapleTreeAlice Ryhl1-0/+3
2025-09-22mm: remove mlock_count from struct pageMatthew Wilcox (Oracle)1-8/+2
2025-09-22mm/filemap: align last_index to folio sizeYouling Tang1-0/+6
2025-09-22mm: constify highmem related functions for improved const-correctnessMax Kellermann3-24/+24
2025-09-22mm: constify assert/test functions in mm.hMax Kellermann1-20/+20
2025-09-22mm: constify various inline functions for improved const-correctnessMax Kellermann1-12/+13
2025-09-22mm: constify ptdesc_pmd_pts_count() and folio_get_private()Max Kellermann1-2/+2
2025-09-22mm: constify arch_pick_mmap_layout() for improved const-correctnessMax Kellermann1-2/+2
2025-09-22mm, s390: constify mapping related test/getter functionsMax Kellermann2-4/+4
2025-09-22mm: constify process_shares_mm() for improved const-correctnessMax Kellermann1-1/+1
2025-09-22fs: constify mapping related test functions for improved const-correctnessMax Kellermann1-3/+3
2025-09-22mm: constify zone related test/getter functionsMax Kellermann1-21/+21
2025-09-22mm: constify pagemap related test/getter functionsMax Kellermann1-27/+28
2025-09-22mm: constify shmem related test functions for improved const-correctnessMax Kellermann2-6/+6
2025-09-22mm: hugetlb: directly pass order when allocate a hugetlb folioKefeng Wang1-1/+6
2025-09-22mm: remove nth_page()David Hildenbrand1-2/+0
2025-09-22block: update comment of "struct bio_vec" regarding nth_page()David Hildenbrand1-5/+2
2025-09-22scatterlist: disallow non-contigous page ranges in a single SG entryDavid Hildenbrand1-1/+2
2025-09-22mm/cma: refuse handing out non-contiguous page rangesDavid Hildenbrand1-0/+6
2025-09-22mm: simplify folio_page() and folio_page_idx()David Hildenbrand2-3/+18
2025-09-22mm: limit folio/compound page sizes in problematic kernel configsDavid Hildenbrand1-4/+18
2025-09-22mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_...David Hildenbrand1-2/+4
2025-09-22mm: remove unused zpool layerJohannes Weiner1-86/+0
2025-09-22kasan: introduce ARCH_DEFER_KASAN and unify static key across modesSabyrzhan Tasbolatov2-9/+29
2025-09-22Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton4-8/+39
2025-09-14huge_mm.h: disallow is_huge_zero_folio(NULL)Max Kellermann1-0/+2
2025-09-14pagevec.h: add `const` to pointer parameters of getter functionsMax Kellermann1-2/+2
2025-09-14mm/damon: add damon_ctx->min_sz_regionQuanmin Yan1-1/+3
2025-09-14mm/damon/core: add damon_ctx->addr_unitSeongJae Park1-1/+2
2025-09-14mm/pageblock-flags: remove PB_migratetype_bits/PB_migrate_endWei Yang1-7/+5
2025-09-14mm: add vmstat for kernel_file pagesBoris Burkov1-0/+1
2025-09-14mm/filemap: add AS_KERNEL_FILEBoris Burkov2-0/+4
2025-09-14maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docsSidhartha Kumar1-8/+8
2025-09-14mm: remove write_cache_pagesChristoph Hellwig1-6/+0
2025-09-14mm: add folio_is_pci_p2pdma()Matthew Wilcox (Oracle)1-2/+8
2025-09-14mm: reimplement folio_is_fsdax()Matthew Wilcox (Oracle)1-5/+5
2025-09-14mm: reimplement folio_is_device_coherent()Matthew Wilcox (Oracle)1-5/+5
2025-09-14mm: reimplement folio_is_device_private()Matthew Wilcox (Oracle)1-5/+6