summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-03-14iio: proximity: rfd77402: Fix completion race condition in IRQ modeFelix Gu1-3/+4
2026-03-14interconnect: qcom: sm8450: Fix NULL pointer dereference in icc_link_nodes()Vladimir Zapolskiy1-2/+2
2026-03-14crypto: ccp - Fix leaking the same page twiceGuenter Roeck1-3/+1
2026-03-14Merge tag 'renesas-pinctrl-fixes-for-v7.0-tag1' of git://git.kernel.org/pub/s...Linus Walleij2-8/+9
2026-03-14Merge tag 'drm-fixes-2026-03-14' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds50-309/+496
2026-03-14Merge tag 's390-7.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-7/+8
2026-03-14mshv: Fix use-after-free in mshv_map_user_memory error pathStanislav Kinsburskii1-1/+1
2026-03-13Merge tag 'spi-fix-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-26/+26
2026-03-13Merge tag 'regulator-fix-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+10
2026-03-13USB: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speedVyacheslav Vahnenko1-0/+3
2026-03-13Merge tag 'sound-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-6/+18
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-12/+49
2026-03-13Merge tag 'pwrseq-fixes-for-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2026-03-13arm_mpam: Force __iomem castsKrzysztof Kozlowski1-2/+2
2026-03-13arm_mpam: Disable preemption when making accesses to fake MSC in kunit testBen Horgan1-5/+13
2026-03-13arm_mpam: Fix null pointer dereference when restoring bandwidth countersBen Horgan1-0/+2
2026-03-13auxdisplay: lcd2s: add error handling for i2c transfersWang Jun1-3/+12
2026-03-13vt: save/restore unicode screen buffer for alternate screenNicolas Pitre1-0/+8
2026-03-13Merge tag 'drm-rust-fixes-2026-03-12' of https://gitlab.freedesktop.org/drm/r...Dave Airlie4-115/+127
2026-03-13Merge tag 'amd-drm-fixes-7.0-2026-03-12' of https://gitlab.freedesktop.org/ag...Dave Airlie13-19/+73
2026-03-13Merge tag 'drm-intel-fixes-2026-03-12' of https://gitlab.freedesktop.org/drm/...Dave Airlie9-22/+116
2026-03-13Merge tag 'drm-misc-fixes-2026-03-12' of https://gitlab.freedesktop.org/drm/m...Dave Airlie9-53/+73
2026-03-13Merge tag 'nvme-7.0-2026-03-12' of git://git.infradead.org/nvme into block-7.0Jens Axboe6-8/+21
2026-03-12Merge tag 'pm-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-10/+0
2026-03-12Merge tag 'acpi-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-25/+70
2026-03-12Bluetooth: qca: fix ROM version reading on WCN3998 chipsDmitry Baryshkov1-0/+2
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds45-235/+449
2026-03-12Merge branch 'acpi-osl'Rafael J. Wysocki1-1/+1
2026-03-12serial: 8250_dw: Ensure BUSY is deassertedIlpo Järvinen3-55/+161
2026-03-12serial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSYIlpo Järvinen1-0/+6
2026-03-12serial: 8250_dw: Rework IIR_NO_INT handling to stop interrupt stormIlpo Järvinen1-4/+63
2026-03-12serial: 8250_dw: Rework dw8250_handle_irq() locking and IIR handlingIlpo Järvinen1-16/+21
2026-03-12serial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen1-8/+16
2026-03-12serial: 8250_dw: Avoid unnecessary LCR writesIlpo Järvinen1-0/+31
2026-03-12serial: 8250: Protect LCR write in shutdownIlpo Järvinen1-5/+6
2026-03-12serial: 8250_pci: add support for the AX99100Martin Roukala (né Peres)1-0/+17
2026-03-12serial: core: fix infinite loop in handle_tx() for PORT_UNKNOWNJiayuan Chen1-1/+4
2026-03-12serial: uartlite: fix PM runtime usage count underflow on probeMaciej Andrzejewski ICEYE1-0/+1
2026-03-12serial: 8250: always disable IRQ during THRE testPeng Zhang1-4/+2
2026-03-12serial: 8250: Fix TX deadlock when using DMARaul E Rangel1-0/+15
2026-03-12pmdomain: mediatek: Fix power domain countAdam Ford1-1/+1
2026-03-12HID: appletb-kbd: add .resume method in PMAditya Garg1-2/+3
2026-03-12HID: logitech-hidpp: Enable MX Master 4 over bluetoothAdrian Freund1-0/+2
2026-03-12Merge tag 'drm-msm-fixes-2026-03-06' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie15-100/+107
2026-03-12mshv: pass struct mshv_user_mem_region by referenceMukesh R1-13/+13
2026-03-12octeontx2-af: devlink: fix NIX RAS reporter to use RAS interrupt statusAlok Tiwari1-2/+2
2026-03-12octeontx2-af: devlink: fix NIX RAS reporter recovery conditionAlok Tiwari1-1/+1
2026-03-12net: ethernet: ti: am65-cpsw-nuss: Fix rx_filter value for PTP supportChintan Vankar2-8/+10
2026-03-12net/mana: Null service_wq on setup error to prevent double destroyShiraz Saleem1-0/+1
2026-03-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-82/+44