summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik-10/+2
2025-11-25wifi: cfg80211: include s1g_primary_2mhz when comparing chandefsLachlan Hodges-1/+2
2025-11-25wifi: ieee80211: correct FILS status codesRia Thomas-2/+2
2025-11-25Merge tag 'tegra-for-6.19-syscore' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-5/+10
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig-34/+9
2025-11-25Merge tag 'samsung-drivers-6.19' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-8/+335
2025-11-25include/linux/fs.h: trivial fix: regualr -> regularAskar Safin-1/+1
2025-11-25fs: Add uoff_tMatthew Wilcox (Oracle)-5/+7
2025-11-25dt-bindings: clock: renesas,r9a09g077/87: Add XSPI0/1 IDsLad Prabhakar-0/+4
2025-11-25x86/cc: Fix enum spelling to fix kernel-doc warningsRandy Dunlap-1/+1
2025-11-25drm/client: Support emergency restore via sysrq for all clientsThomas Zimmermann-0/+8
2025-11-25drm/client: Pass force parameter to client restoreThomas Zimmermann-11/+9
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni-0/+2
2025-11-24net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()Eric Dumazet-0/+2
2025-11-24PCI: Validate pci_rebar_size_supported() inputIlpo Järvinen-0/+1
2025-11-24hugetlb: add __read_mostly to sysctl_hugetlb_shm_groupGregory Price-1/+1
2025-11-24mm/memory-failure: remove the selection of RASXie Yuanbin-87/+98
2025-11-24mm: userfaultfd: add pgtable_supports_uffd_wp()Chunyan Zhang-31/+63
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang-0/+15
2025-11-24memcg: remove __lruvec_stat_mod_folioShakeel Butt-29/+1
2025-11-24memcg: remove __mod_lruvec_stateShakeel Butt-18/+2
2025-11-24memcg: remove __mod_lruvec_kmem_stateShakeel Butt-23/+5
2025-11-24memcg: use mod_node_page_state to update statsShakeel Butt-3/+3
2025-11-24mm/huge_memory.c: introduce folio_split_unmappedBalbir Singh-3/+8
2025-11-24mm/khugepaged: unify SCAN_PMD_NONE and SCAN_PMD_NULL into SCAN_NO_PTE_TABLEWei Yang-2/+1
2025-11-24mm: thp: reparent the split queue during memcg offlineQi Zheng-0/+15
2025-11-24mm: thp: introduce folio_split_queue_lock and its variantsMuchun Song-0/+10
2025-11-24mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()Lorenzo Stoakes-14/+6
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes-126/+20
2025-11-24mm: remove is_hugetlb_entry_[migration, hwpoisoned]()Lorenzo Stoakes-2/+0
2025-11-24mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes-5/+0
2025-11-24mm: remove remaining is_swap_pmd() users and is_swap_pmd()Lorenzo Stoakes-9/+0
2025-11-24mm: introduce pmd_is_huge() and use where appropriateLorenzo Stoakes-4/+41
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes-103/+217
2025-11-24mm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes-2/+14
2025-11-24mm: use leaf entries in debug pgtable + remove is_swap_pte()Lorenzo Stoakes-6/+0
2025-11-24mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes-2/+1
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes-80/+417
2025-11-24mm: correctly handle UFFD PTE markersLorenzo Stoakes-26/+21
2025-11-24mm/huge_memory: merge uniform_split_supported() and non_uniform_split_support...Wei Yang-5/+3
2025-11-24mm/huge_memory: introduce enum split_type for clarityWei Yang-0/+5
2025-11-24mm/huge_memory: fix kernel-doc comments for folio_split() and relatedZi Yan-4/+6
2025-11-24mm/huge_memory: add split_huge_page_to_order()Zi Yan-2/+10
2025-11-24mm/khugepaged: unify pmd folio installation with map_anon_folio_pmd()Wei Yang-0/+2
2025-11-24mm/migrate_device: add THP splitting during migrationBalbir Singh-2/+9
2025-11-24mm/memremap: add driver callback support for folio splittingBalbir Singh-0/+29
2025-11-24lib/test_hmm: add zone device private THP test infrastructureBalbir Singh-0/+12
2025-11-24mm/memory/fault: add THP fault handling for zone device private pagesBalbir Singh-0/+7
2025-11-24mm/migrate_device: implement THP migration of zone device pagesBalbir Singh-0/+2
2025-11-24mm/huge_memory: add device-private THP support to PMD operationsBalbir Singh-0/+32