aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Bluetooth: btnxpuart: Validate the FW dump header lengthAli Ahmet Memis1-3/+12
2026-08-24Bluetooth: btnxpuart: Check remote M.2 connector availability before pwrseqSherry Sun1-1/+23
2026-08-24Bluetooth: btmtksdio: Fix out-of-bounds DMA read in the TX pathChris Lu1-5/+21
2026-08-24Bluetooth: btmtksdio: Take exclusive ownership of the SKB before TXChris Lu1-7/+6
2026-08-24Bluetooth: btmtk: Do not discard the subsystem reset timeoutIsmail Tarim1-2/+5
2026-08-24Bluetooth: btmtk: Do not report success when subsys reset failsIsmail Tarim1-1/+3
2026-08-24Bluetooth: hci_intel: fix usage_count leak when autosuspend_delay is negativeGuangshuo Li1-0/+1
2026-08-24Bluetooth: hci_h5: fix usage_count leak when autosuspend_delay is negativeGuangshuo Li1-1/+3
2026-08-24Bluetooth: hci_bcm: fix usage_count leak when autosuspend_delay is negativeGuangshuo Li1-0/+1
2026-08-24Merge tag 'mailbox-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailboxLinus Torvalds26-147/+638
2026-08-24Merge tag 'i2c-7.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linuxLinus Torvalds29-74/+75
2026-08-24Merge tag 'pinctrl-v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds94-2701/+12417
2026-08-24Merge tag 'auxdisplay-v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplayLinus Torvalds3-48/+15
2026-08-24rtc: msc313: Select by default on MSTARV7Daniel Palmer1-1/+2
2026-08-24powercap: intel_rapl: Fix kernel panic during PMU unbindSumeet Pawnikar1-1/+3
2026-08-23scsi: snic: Fix SCSI host leak on workqueue allocation failureChen Changcheng1-0/+1
2026-08-23scsi: leapraid: Standardize NCQ priority sysfs attributesDongdong Hao2-33/+58
2026-08-23scsi: leapraid: Serialize firmware log mmap with teardownLinmao Li1-3/+9
2026-08-23scsi: leapraid: Balance host references for firmware log VMAsLinmao Li1-1/+1
2026-08-23scsi: lpfc: Remove unnnecessary NULL checkDan Carpenter1-4/+2
2026-08-23scsi: qla2xxx: Fix an loop timeout testDan Carpenter1-1/+1
2026-08-23scsi: qla2xxx: Fix an error code in qla_get_tmf()Dan Carpenter1-1/+1
2026-08-24Merge tag 'drm-xe-next-fixes-2026-08-20' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie2-2/+7
2026-08-23scsi: ibmvfc: Fix use of uninitialized rport in ibmvfc_do_work()Nathan Chancellor1-1/+1
2026-08-23scsi: core: Enable context analysis for hosts.oBart Van Assche1-0/+1
2026-08-24Merge tag 'drm-msm-next-2026-08-01' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie50-812/+1518
2026-08-24Merge tag 'drm-misc-next-fixes-2026-08-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-2/+3
2026-08-24clocksource: hyper-v: Remove support for stimer interrupts in message modeMichael Kelley3-142/+22
2026-08-24scsi: storvsc: Remove support for storvsc protocol of old Hyper-V hostsMichael Kelley1-43/+10
2026-08-24hv_netvsc: Remove GPADL teardown special case for old Hyper-V hostsMichael Kelley1-17/+3
2026-08-24Drivers: hv: Remove support for WS2012/2012R2 & Win8/8.1 version of Hyper-VMichael Kelley4-35/+25
2026-08-24hv_netvsc: Allocate send/receive buffers using vmbus_alloc_buffer()Kameron Carr3-34/+83
2026-08-24Drivers: hv: vmbus: Add vmbus_alloc_buffer()/vmbus_free_buffer() for CoCo VMsKameron Carr1-0/+155
2026-08-24Drivers: hv: vmbus: add vmbus_establish_gpadl_caller_decrypted()Kameron Carr1-2/+25
2026-08-24Drivers: hv: vmbus: Skip VMBus module cleanup for non-nested root partitionMichael Kelley1-0/+15
2026-08-24PCI: hv: Set irq_retrigger callback for the Hyper-V PCI MSI irqchipNaman Jain1-0/+1
2026-08-24Drivers: hv: Use meaningful errnos for hypercall status codesHardik Garg1-7/+5
2026-08-24Merge tag 'amd-drm-next-7.3-2026-08-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie16-74/+160
2026-08-23mailbox: add Axiado AX3005 mailbox driverSwark Yang3-0/+407
2026-08-23Merge tag 'i3c/for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linuxLinus Torvalds19-367/+2326
2026-08-23rtc: microcrystal: Make sure clk_init_data is fully initializedGeert Uytterhoeven2-2/+2
2026-08-23rtc: philips: Make sure clk_init_data is fully initializedGeert Uytterhoeven2-2/+2
2026-08-23rtc: nct3018y: Make sure clk_init_data is fully initializedGeert Uytterhoeven1-1/+1
2026-08-23rtc: m41t80: Make sure clk_init_data is fully initializedGeert Uytterhoeven1-1/+1
2026-08-23rtc: hym8563: Make sure clk_init_data is fully initializedGeert Uytterhoeven1-1/+1
2026-08-23Merge tag 'pci-v7.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds83-917/+3314
2026-08-23rtc: rzn1: Add support for Renesas RZ/T2H and RZ/N2H SoCsLad Prabhakar1-0/+5
2026-08-23rtc: rzn1: Drop trailing comma from OF match table sentinelLad Prabhakar1-1/+1
2026-08-23rtc: rzn1: Add OF match data to gate SUBU register accessLad Prabhakar1-2/+20
2026-08-23rtc: rzn1: use FIELD_PREP/FIELD_GET and GENMASK for register accessLad Prabhakar1-22/+28