summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-09-30Merge tag 'wq-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2025-09-30Merge tag 'sched_ext-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-30Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-30Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-30Merge branch 'for-6.18/haptic' into for-linusBenjamin Tissoires
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet
2025-09-30net: use llist for sd->defer_listEric Dumazet
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet
2025-09-30net: phy: stop exporting phy_driver_unregisterHeiner Kallweit
2025-09-30Documentation: net: add flow control guide and document ethtool APIOleksij Rempel
2025-09-29Merge tag 'powerpc-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2025-09-29Merge tag 's390-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-09-29dpll: add phase_offset_avg_factor_get/set callback opsIvan Vecera
2025-09-29Merge tag 'mlx5-next-lag' of git://git.kernel.org/pub/scm/linux/kernel/git/me...Jakub Kicinski
2025-09-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-09-29ptr_ring: __ptr_ring_zero_tail micro optimizationMichael S. Tsirkin
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-29Merge tag 'execve-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-29Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-29Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2025-09-29Merge tag 'hfs-v6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-09-29Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-29PM: runtime: Drop DEFINE_FREE() for pm_runtime_put()Rafael J. Wysocki
2025-09-29PM: runtime: Add auto-cleanup macros for "resume and get" operationsRafael J. Wysocki
2025-09-29Merge branches 'pm-core', 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki
2025-09-29Merge branches 'pm-em', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki
2025-09-29Merge series "slab: Re-entrant kmalloc_nolock()"Vlastimil Babka
2025-09-29slab: Introduce kmalloc_nolock() and kfree_nolock().Alexei Starovoitov
2025-09-29slab: Reuse first bit for OBJEXTS_ALLOC_FAILAlexei Starovoitov
2025-09-29mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().Alexei Starovoitov
2025-09-29locking/local_lock: Introduce local_lock_is_locked().Alexei Starovoitov
2025-09-29maple_tree: Add single node allocation support to maple stateLiam R. Howlett
2025-09-29maple_tree: Prefilled sheaf conversion and testingLiam R. Howlett
2025-09-29slab: sheaf prefilling for guaranteed allocationsVlastimil Babka
2025-09-28lib/string_choices: Add str_assert_deassert() helperLad Prabhakar
2025-09-28mm: convert folio_page() back to a macroDavid Hildenbrand
2025-09-28mm: silence data-race in update_hiwater_rssLance Yang
2025-09-28mm/ksm: fix incorrect KSM counter handling in mm_struct during forkDonet Tom
2025-09-28mm/page_vma_mapped: track if the page is mapped across page table boundaryKiryl Shutsemau
2025-09-28Merge tag 'mm-hotfixes-stable-2025-09-27-22-35' of git://git.kernel.org/pub/s...Linus Torvalds
2025-09-28net/mlx5: IFC add balance ID and LAG per MP group bitsMark Bloch
2025-09-28net/mlx5: Add IFC bit for TIR/SQ order capabilityTariq Toukan
2025-09-27Have cc(1) catch attempts to modify ->f_pathAl Viro