summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-01-05firmware: cs_dsp: Handle long-offset data blocksRichard Fitzgerald
2026-01-05sysctl: Replace UINT converter macros with functionsJoel Granados
2026-01-05sysctl: Add CONFIG_PROC_SYSCTL guards for converter macrosJoel Granados
2026-01-05sysctl: Remove unused ctl_table forward declarationsJoel Granados
2026-01-05media: uvcvideo: Document how to format GUIDsRicardo Ribalda
2026-01-05x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domainTony Luck
2026-01-05x86,fs/resctrl: Use struct rdt_domain_hdr when reading countersTony Luck
2026-01-05net/mlx5: Add support for querying bond speedOr Har-Toov
2026-01-05net/mlx5: Handle port and vport speed change events in MPESWOr Har-Toov
2026-01-05net/mlx5: Propagate LAG effective max_tx_speed to vportsOr Har-Toov
2026-01-05net/mlx5: Add max_tx_speed and its CAP bit to IFCOr Har-Toov
2026-01-04NFS: Fix a deadlock involving nfs_release_folio()Trond Myklebust
2026-01-04netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updatesDi Zhu
2026-01-04Merge tag 'core_urgent_for_v6.19_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-01-04x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdrTony Luck
2026-01-04x86,fs/resctrl: Improve domain type checkingTony Luck
2026-01-02bpf: Replace __opt annotation with __nullable for kfuncsPuranjay Mohan
2026-01-02bpf: syscall: Introduce memcg enter/exit helpersPuranjay Mohan
2026-01-02Merge tag 'io_uring-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2026-01-02virtio: add virtqueue_add_inbuf_cache_clean APIMichael S. Tsirkin
2026-01-01io_uring/tctx: add separate lock for list of tctx's in ctxJens Axboe
2026-01-01srcu: Create an rcu_tasks_trace_expedite_current() functionPaul E. McKenney
2026-01-01rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIsPaul E. McKenney
2026-01-01rcu: Clean up after the SRCU-fastification of RCU Tasks TracePaul E. McKenney
2026-01-01rcu: Re-implement RCU Tasks Trace in terms of SRCU-fastPaul E. McKenney
2025-12-31dma-mapping: add DMA_ATTR_CPU_CACHE_CLEANMichael S. Tsirkin
2025-12-31dma-mapping: add __dma_from_device_group_begin()/end()Michael S. Tsirkin
2025-12-31Merge tag 'platform-drivers-x86-v6.19-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-12-31Merge tag 'vfio-v6.19-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds
2025-12-31bus: mhi: host: Drop the auto_queue supportManivannan Sadhasivam
2025-12-29Merge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://git.kernel.org/pub/s...Linus Torvalds
2025-12-29char/mwave: drop itJiri Slaby (SUSE)
2025-12-29Merge 6.19-rc3 into tty-nextGreg Kroah-Hartman
2025-12-29Merge 6.19-rc3 into usb-nextGreg Kroah-Hartman
2025-12-28io_uring: IOPOLL polling improvementsJens Axboe
2025-12-27iio: core: add separate lockdep class for info_exist_lockRasmus Villemoes
2025-12-26Merge tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-26Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2025-12-24virtio_features: make it self-containedMichael S. Tsirkin
2025-12-24virtio: make it self-containedMichael S. Tsirkin
2025-12-24select: store end_time as timespec64 in restart blockThomas Weißschuh
2025-12-23vfio/pci: Disable qword access to the PCI ROM barKevin Tian
2025-12-23bpf: arena: make arena kfuncs any context safePuranjay Mohan
2025-12-23mm: consider non-anon swap cache folios in folio_expected_ref_count()Bijan Tabatabai
2025-12-23mm: fixup pfnmap memory failure handling to use pgoffAnkit Agrawal
2025-12-23kernel/kexec: change the prototype of kimage_map_segment()Pingfan Liu
2025-12-23mm: leafops.h: correct kernel-doc function param. namesRandy Dunlap
2025-12-23kasan: refactor pcpu kasan vmalloc unpoisonMaciej Wieczor-Retman
2025-12-23mm/kasan: fix incorrect unpoisoning in vrealloc for KASANJiayuan Chen