summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-13wifi: b43: use register definitions in nphy_op_software_rfkillJoshua Peisach-13/+13
2026-03-13drm/i915/hdcp: Take force_hdcp14 into account during check_linkSuraj Kandpal-1/+1
2026-03-12qlcnic: update outdated commentKexin Sun-1/+1
2026-03-12net: phy: vitesse: add inband caps and configurationRussell King (Oracle)-0/+41
2026-03-13Merge tag 'drm-rust-fixes-2026-03-12' of https://gitlab.freedesktop.org/drm/r...Dave Airlie-115/+127
2026-03-13Merge tag 'amd-drm-fixes-7.0-2026-03-12' of https://gitlab.freedesktop.org/ag...Dave Airlie-19/+73
2026-03-12regulator: da9063: kzalloc + kcalloc to kzallocRosen Penev-7/+2
2026-03-13Merge tag 'drm-intel-fixes-2026-03-12' of https://gitlab.freedesktop.org/drm/...Dave Airlie-22/+116
2026-03-13Merge tag 'drm-misc-fixes-2026-03-12' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-53/+73
2026-03-12PCI: Use pr_warn_once() for ACS parameter parse failureRichard Cheng-1/+1
2026-03-12Merge tag 'nvme-7.0-2026-03-12' of git://git.infradead.org/nvme into block-7.0Jens Axboe-8/+21
2026-03-12net: xgbe: use device_get_mac_addrRosen Penev-8/+3
2026-03-12drm/xe/wa: Drop redundant entries for Wa_16021867713 & Wa_14019449301Matt Roper-14/+0
2026-03-12Merge back ACPI OS services layer (OSL) material for 7.1Rafael J. Wysocki-1/+18
2026-03-12Merge back cpuidle material for 7.1Rafael J. Wysocki-53/+90
2026-03-12Merge tag 'pm-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-10/+0
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-941/+1837
2026-03-12Merge tag 'acpi-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-25/+70
2026-03-12accel/amdxdna: Allow forcing IOVA-based DMA via module parameterLizhi Hou-32/+325
2026-03-12Bluetooth: qca: fix ROM version reading on WCN3998 chipsDmitry Baryshkov-0/+2
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-235/+449
2026-03-12Input: psmouse - remove dedicated kpsmoused workqueueDmitry Torokhov-27/+7
2026-03-12Input: alps - use standard workqueue when registering supplemental deviceDmitry Torokhov-8/+7
2026-03-12Input: psmouse - replace flush_workqueue() with disable_delayed_work_sync()Duoming Zhou-1/+1
2026-03-12Input: hgpk - remove protocol supportDmitry Torokhov-1156/+2
2026-03-12Merge tag 'v7.0-rc3' into nextDmitry Torokhov-215057/+642991
2026-03-12Merge branch 'acpi-osl'Rafael J. Wysocki-1/+1
2026-03-12rtc: max77686: convert to i2c_new_ancillary_deviceSvyatoslav Ryhel-2/+12
2026-03-12regulator: pf1550: Remove redundant regmap assignmentFelix Gu-1/+0
2026-03-12soc: imx9: don't access of_root directlyBartosz Golaszewski-2/+2
2026-03-12soc: imx8m: don't access of_root directlyBartosz Golaszewski-8/+3
2026-03-12soc: fsl: guts: don't access of_root directlyBartosz Golaszewski-9/+3
2026-03-12base: soc: rename and export soc_device_get_machine()Bartosz Golaszewski-8/+5
2026-03-12base: soc: order includes alphabeticallyBartosz Golaszewski-5/+5
2026-03-12of: provide of_machine_read_model()Bartosz Golaszewski-0/+13
2026-03-12of: provide of_machine_read_compatible()Bartosz Golaszewski-0/+15
2026-03-12device core: Fix kernel-doc warnings in base.hDan Williams-38/+41
2026-03-12serial: 8250_dw: Ensure BUSY is deassertedIlpo Järvinen-55/+161
2026-03-12serial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSYIlpo Järvinen-0/+6
2026-03-12serial: 8250_dw: Rework IIR_NO_INT handling to stop interrupt stormIlpo Järvinen-4/+63
2026-03-12serial: 8250_dw: Rework dw8250_handle_irq() locking and IIR handlingIlpo Järvinen-16/+21
2026-03-12serial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen-8/+16
2026-03-12serial: 8250_dw: Avoid unnecessary LCR writesIlpo Järvinen-0/+31
2026-03-12serial: 8250: Protect LCR write in shutdownIlpo Järvinen-5/+6
2026-03-12serial: 8250_pci: add support for the AX99100Martin Roukala (né Peres)-0/+17
2026-03-12serial: core: fix infinite loop in handle_tx() for PORT_UNKNOWNJiayuan Chen-1/+4
2026-03-12serial: uartlite: fix PM runtime usage count underflow on probeMaciej Andrzejewski ICEYE-0/+1
2026-03-12serial: 8250: always disable IRQ during THRE testPeng Zhang-4/+2
2026-03-12serial: 8250: Fix TX deadlock when using DMARaul E Rangel-0/+15
2026-03-12tty: tty_port: add workqueue to flip TTY bufferXin Zhao-14/+70