aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet3-3/+29
2025-09-14memblock: drop for_each_free_mem_pfn_range_in_zone_from()Mike Rapoport (Microsoft)1-22/+0
2025-09-14platform/chrome: cros_ec: Add a flag to track registration stateTzung-Bi Shih1-0/+4
2025-09-14platform/chrome: Centralize common cros_ec_device initializationTzung-Bi Shih1-4/+10
2025-09-13kexec: introduce is_kho_boot()Evangelos Petrongonas1-0/+6
2025-09-13kernel.h: add comments for enum system_statesRandy Dunlap1-4/+17
2025-09-13panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()Jinchao Wang1-2/+0
2025-09-13panic: introduce helper functions for panic stateJinchao Wang1-0/+6
2025-09-13panic: add note that 'panic_print' parameter is deprecatedFeng Tang1-0/+13
2025-09-13list.h: add missing kernel-doc for basic macrosRandy Dunlap1-0/+8
2025-09-13nvmem: update a comment related to struct nvmem_configChristophe JAILLET1-1/+1
2025-09-13ida: remove the ida_simple_xxx() APIChristophe JAILLET1-8/+0
2025-09-13x86/kexec: carry forward the boot DTB on kexecBrian Mak1-1/+4
2025-09-13huge_mm.h: disallow is_huge_zero_folio(NULL)Max Kellermann1-0/+2
2025-09-13pagevec.h: add `const` to pointer parameters of getter functionsMax Kellermann1-2/+2
2025-09-13mm/damon: add damon_ctx->min_sz_regionQuanmin Yan1-1/+3
2025-09-13mm/damon/core: add damon_ctx->addr_unitSeongJae Park1-1/+2
2025-09-13mm/pageblock-flags: remove PB_migratetype_bits/PB_migrate_endWei Yang1-7/+5
2025-09-13mm: add vmstat for kernel_file pagesBoris Burkov1-0/+1
2025-09-13mm/filemap: add AS_KERNEL_FILEBoris Burkov2-0/+4
2025-09-13maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docsSidhartha Kumar1-8/+8
2025-09-13mm: remove write_cache_pagesChristoph Hellwig1-6/+0
2025-09-13mm: add folio_is_pci_p2pdma()Matthew Wilcox (Oracle)1-2/+8
2025-09-13mm: reimplement folio_is_fsdax()Matthew Wilcox (Oracle)1-5/+5
2025-09-13mm: reimplement folio_is_device_coherent()Matthew Wilcox (Oracle)1-5/+5
2025-09-13mm: reimplement folio_is_device_private()Matthew Wilcox (Oracle)1-5/+6
2025-09-13mm: introduce memdesc_is_zone_device()Matthew Wilcox (Oracle)1-7/+12
2025-09-13mm: introduce memdesc_zonenum()Matthew Wilcox (Oracle)1-3/+8
2025-09-13mm: introduce memdesc_nid()Matthew Wilcox (Oracle)1-8/+13
2025-09-13mm: convert page_to_section() to memdesc_section()Matthew Wilcox (Oracle)1-2/+2
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)6-48/+53
2025-09-13mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISEDDavid Hildenbrand1-1/+7
2025-09-13mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand1-12/+18
2025-09-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand2-13/+20
2025-09-13memcg: optimize exit to user spaceThomas Gleixner1-1/+7
2025-09-13mm: swap.h: Remove deleted field from commentsChris Li1-5/+2
2025-09-13mempool: rename struct mempool_s to struct mempoolChristoph Hellwig3-3/+3
2025-09-13mm: replace mm->flags with bitmap entirely and set to 64 bitsLorenzo Stoakes2-15/+11
2025-09-13mm: update fork mm->flags initialisation to use bitmapLorenzo Stoakes1-3/+10
2025-09-13mm: correct sign-extension issue in MMF_* flag masksLorenzo Stoakes1-10/+9
2025-09-13mm: update coredump logic to correctly use bitmap mm flagsLorenzo Stoakes2-1/+29
2025-09-13mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes6-9/+11
2025-09-13mm: add bitmap mm->flags fieldLorenzo Stoakes2-1/+69
2025-09-13mm: add largest_zero_folio() routinePankaj Raghav1-0/+22
2025-09-13mm: add persistent huge zero folioPankaj Raghav1-0/+16
2025-09-13mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIOPankaj Raghav1-1/+1
2025-09-13mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand1-5/+13
2025-09-13mm: introduce and use vm_normal_page_pud()David Hildenbrand1-0/+2
2025-09-13mm/memory: convert print_bad_pte() to print_bad_page_map()David Hildenbrand1-0/+18
2025-09-13mm/rmap: convert "enum rmap_level" to "enum pgtable_level"David Hildenbrand2-34/+36