summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-01-30net: Introduce skb_copy_datagram_from_iter_full()Will Deacon
2026-01-30vhost/vsock: Allocate nonlinear SKBs for handling large receive buffersWill Deacon
2026-01-30vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon
2026-01-30vsock/virtio: Move SKB allocation lower-bound check to callersWill Deacon
2026-01-30vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon
2026-01-30vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon
2026-01-30iio: core: add separate lockdep class for info_exist_lockRasmus Villemoes
2026-01-30comedi: Fix getting range information for subdevices 16 to 255Ian Abbott
2026-01-30dt-bindings: power: qcom,rpmpd: Add SC8280XP_MXC_AOKonrad Dybcio
2026-01-30dt-bindings: power: qcom-rpmpd: split RPMh domains definitionsDmitry Baryshkov
2026-01-30dt-bindings: power: qcom,rpmpd: add Turbo L5 cornerAkhil P Oommen
2026-01-30dt-bindings: power: qcom,rpmpd: document the SM8750 RPMh Power DomainsTaniya Das
2026-01-30posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko
2026-01-23mm/page_alloc/vmstat: simplify refresh_cpu_vm_stats change detectionJoshua Hahn
2026-01-23mm/fake-numa: allow later numa node hotplugBruno Faccini
2026-01-23HID: intel-ish-hid: Use dedicated unbound workqueues to prevent resume blockingZhang Lixu
2026-01-23usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptorJohannes Brüderl
2026-01-23ALSA: pcm: Improve the fix for race of buffer access at PCM OSS layerJaroslav Kysela
2026-01-23scsi: core: Fix error handler encryption supportBrian Kao
2026-01-23mm, kfence: describe @slab parameter in __kfence_obj_info()Bagas Sanjaya
2026-01-23textsearch: describe @list member in ts_ops searchBagas Sanjaya
2026-01-23mm: describe @flags parameter in memalloc_flags_save()Bagas Sanjaya
2026-01-23PM: EM: Fix incorrect description of the cost field in struct em_perf_stateYaxiong Tian
2026-01-23NFS: Fix a deadlock involving nfs_release_folio()Trond Myklebust
2026-01-17tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen
2026-01-17netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal
2026-01-17netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updatesDi Zhu
2026-01-17btrfs: fix NULL dereference on root when tracing inode evictionMiquel Sabaté Solà
2026-01-17btrfs: tracepoints: use btrfs_root_id() to get the id of a rootFilipe Manana
2026-01-17NFSD: Remove NFSERR_EAGAINChuck Lever
2026-01-11sched/fair: Proportional newidle balancePeter Zijlstra
2026-01-11net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Thadeu Lima de Souza Cascardo
2026-01-11mm: consider non-anon swap cache folios in folio_expected_ref_count()Bijan Tabatabai
2026-01-11mm: simplify folio_expected_ref_count()David Hildenbrand
2026-01-08vfio/pci: Disable qword access to the PCI ROM barKevin Tian
2026-01-08mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()David Hildenbrand
2026-01-08soundwire: stream: extend sdw_alloc_stream() to take 'type' parameterPierre-Louis Bossart
2026-01-08hrtimers: Make hrtimer_update_function() less expensiveThomas Gleixner
2026-01-08tty: fix tty_port_tty_*hangup() kernel-docJiri Slaby (SUSE)
2026-01-08net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet
2026-01-08ipv6: adopt dst_dev() helperEric Dumazet
2026-01-08hrtimers: Introduce hrtimer_update_function()Nam Cao
2026-01-08mptcp: pm: ignore unknown endpoint flagsMatthieu Baerts (NGI0)
2026-01-08tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)
2026-01-08drm/edid: add DRM_EDID_IDENT_INIT() to initialize struct drm_edid_identJani Nikula
2026-01-08drm/buddy: Separate clear and dirty free block treesArunpravin Paneer Selvam
2026-01-08drm/buddy: Optimize free block management with RB treeArunpravin Paneer Selvam
2026-01-08kasan: refactor pcpu kasan vmalloc unpoisonMaciej Wieczor-Retman
2026-01-08mm/kasan: fix incorrect unpoisoning in vrealloc for KASANJiayuan Chen
2026-01-08compiler_types.h: add "auto" as a macro for "__auto_type"H. Peter Anvin