summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-03-12ip_tunnel: adapt iptunnel_xmit_stats() to NETDEV_PCPU_STAT_DSTATSEric Dumazet
2026-03-12driver core: Add conditional guard support for device_lock()Li Ming
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-03-12Merge tag 'v7.0-rc3' into nextDmitry Torokhov
2026-03-12base: soc: rename and export soc_device_get_machine()Bartosz Golaszewski
2026-03-12of: provide of_machine_read_model()Bartosz Golaszewski
2026-03-12of: provide of_machine_read_compatible()Bartosz Golaszewski
2026-03-12serial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen
2026-03-12tty: tty_port: add workqueue to flip TTY bufferXin Zhao
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost
2026-03-12serdev: serdev.h: clean up kernel-doc commentsRandy Dunlap
2026-03-12tty: constify tty_ldisc_opsQingfang Deng
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet
2026-03-12hrtimer: Remove trailing comma after HRTIMER_MAX_CLOCK_BASESThomas Weißschuh (Schneider Electric)
2026-03-12hrtimer: Mark index and clockid of clock base as constThomas Weißschuh (Schneider Electric)
2026-03-12hrtimer: Drop spurious space in 'enum hrtimer_base_type'Thomas Weißschuh (Schneider Electric)
2026-03-12hrtimer: Remove hrtimer_get_expires_ns()Thomas Weißschuh (Schneider Electric)
2026-03-12tracing: Use explicit array size instead of sentinel elements in symbol printingThomas Weißschuh (Schneider Electric)
2026-03-12include/linux/local_lock_internal.h: Make this header file again compatible w...Bart Van Assche
2026-03-12Merge drm/drm-next into drm-misc-nextMaxime Ripard
2026-03-12sched/wait: correct kernel-doc descriptionsRandy Dunlap
2026-03-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski
2026-03-11cgroup: replace global cgroup_file_kn_lock with per-cgroup_file lockShakeel Butt
2026-03-11clone: add CLONE_AUTOREAPChristian Brauner
2026-03-11io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe
2026-03-11Merge branch 'sched/hrtick' into timers/coreThomas Gleixner
2026-03-11efi: Drop unused efi_range_is_wc() functionArd Biesheuvel
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini
2026-03-11mtd: concat: replace alloc + calloc with 1 allocRosen Penev
2026-03-11usb: core: new quirk to handle devices with zero configurationsJie Deng
2026-03-11USB: core: Limit the length of unkillable synchronous timeoutsAlan Stern
2026-03-11USB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern
2026-03-11usb: typec: tcpm: add support for Sink Cap Extended msg responseAmit Sunil Dhamne
2026-03-11HID: input: Add HID_BATTERY_QUIRK_DYNAMIC for Elan touchscreensHans de Goede
2026-03-11net: cdc-ncm: cleanup device descriptorOliver Neukum
2026-03-11sched/mmcid: Avoid full tasklist walksThomas Gleixner
2026-03-11sched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner
2026-03-11Merge v7.0-rc3 into drm-nextSimona Vetter
2026-03-11clocksource: Remove ARCH_CLOCKSOURCE_DATAArnd Bergmann
2026-03-11vdso/datastore: Allocate data pages dynamicallyThomas Weißschuh
2026-03-11mm/mmu_notifier: Allow two-pass struct mmu_interval_notifiersThomas Hellström
2026-03-11Merge branch 'for-7.1-devm-alloc-wq'Sebastian Reichel
2026-03-10net: stmmac: add documentation for clocksRussell King (Oracle)
2026-03-10net: stmmac: add documentation for stmmac_dma_cfg membersRussell King (Oracle)
2026-03-10net: stmmac: use u8 for host_dma_width and similar struct membersRussell King (Oracle)
2026-03-10net: stmmac: use u8 for ?x_queues_to_use and number_?x_queuesRussell King (Oracle)
2026-03-10net: stmmac: reorder structs to reduce memory consumptionRussell King (Oracle)
2026-03-10net: stmmac: convert plat_stmmacenet_data booleans to type boolRussell King (Oracle)
2026-03-10net: stmmac: provide plat_dat->dma_cfg in stmmac_plat_dat_alloc()Russell King (Oracle)