summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-04-10hwmon: (powerz) Fix missing usb_kill_urb() on signal interruptSanman Pradhan-2/+9
2026-04-10hwmon: (powerz) Fix use-after-free on USB disconnectSanman Pradhan-2/+6
2026-04-10Merge tag 'pinctrl-v7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-10/+36
2026-04-10hwmon: pmbus: Add support for Sony APS-379Chris Packham-0/+165
2026-04-10HID: logitech-dj: fix wrong detection of bad DJ_SHORT output reportBenjamin Tissoires-1/+2
2026-04-10fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFOGreg Kroah-Hartman-0/+3
2026-04-10fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFOGreg Kroah-Hartman-0/+3
2026-04-10Bluetooth: qca: enable pwrseq support for WCN39xx devicesDmitry Baryshkov-8/+18
2026-04-10Bluetooth: btintel_pci: Fix btintel_pcie_read_hwexp code styleLuiz Augusto von Dentz-3/+3
2026-04-10Bluetooth: btintel_pcie: Add device id of Scorpious2, Nova Lake-PCD-SKiran K-0/+2
2026-04-10Bluetooth: btintel_pcie: Add device id of Scorpius Peak2, Nova Lake-PCD-HKiran K-0/+2
2026-04-10Bluetooth: btintel_pcie: Add support for exception dump for ScP2FKiran K-0/+2
2026-04-10Bluetooth: btintel: Add support for Scorpious Peak2F supportKiran K-0/+4
2026-04-10Bluetooth: btintel_pcie: Add support for exception dump for ScP2Kiran K-5/+13
2026-04-10Bluetooth: btintel: Add DSBR support for ScP2 onwardsKiran K-0/+6
2026-04-10Bluetooth: btintel: Add support for Scorpious Peak2 supportKiran K-0/+4
2026-04-10Bluetooth: btintel: Replace CNVi id with hardware variantKiran K-9/+16
2026-04-10Bluetooth: btintel: Add support for hybrid signature for ScP2 onwardsKiran K-8/+72
2026-04-10Bluetooth: btmtk: add MT7902 SDIO supportSean Wang-13/+29
2026-04-10Bluetooth: btusb: Add new VID/PID 0e8d/1ede for MT7902Sean Wang-0/+2
2026-04-10Bluetooth: btusb: Add new VID/PID 13d3/3596 for MT7902Sean Wang-0/+2
2026-04-10Bluetooth: btusb: Add new VID/PID 13d3/3594 for MT7902Sean Wang-0/+2
2026-04-10Bluetooth: btusb: Add new VID/PID 13d3/3580 for MT7902Sean Wang-0/+2
2026-04-10Bluetooth: btusb: Add new VID/PID 13d3/3579 for MT7902Sean Wang-1/+3
2026-04-10Bluetooth: btmtk: add MT7902 MCU supportSean Wang-0/+2
2026-04-10Bluetooth: btintel_pcie: Use struct_size to improve hci_drv_read_infoThorsten Blum-1/+2
2026-04-10Bluetooth: btusb: Add Lite-On 04ca:3807 for MediaTek MT7921Dylan Eray-0/+2
2026-04-10Bluetooth: btintel_pcie: Replace snprintf("%s") with strscpyThorsten Blum-1/+2
2026-04-10Bluetooth: hci_qca: Fix BT not getting powered-off on rmmodHans de Goede-1/+5
2026-04-10Bluetooth: hci_qca: Fix confusing shutdown() and power_off() namingHans de Goede-8/+7
2026-04-10Bluetooth: btbcm: Add entry for BCM4343A2 UART BluetoothMarek Vasut-0/+1
2026-04-10Bluetooth: qca: Refactor code on the basis of chipset namesVivek Sahu-33/+34
2026-04-10Bluetooth: btmtk: Add reset mechanism if downloading firmware failedChris Lu-0/+7
2026-04-10Bluetooth: btmtk: add status check in mt79xx firmware setupChris Lu-2/+8
2026-04-10fwctl: Fix class init ordering to avoid NULL pointer dereference on device re...Richard Cheng-1/+1
2026-04-10Bluetooth: btmtk: improve mt79xx firmware setup retry flowChris Lu-0/+6
2026-04-10Bluetooth: btbcm: remove done label in btbcm_patchramDongyang Jin-6/+4
2026-04-10Bluetooth: btusb: MT7922: Add VID/PID 0489/e174Chris Lu-0/+2
2026-04-10platform/x86: int3472: Parameterize LED con_id in registrationMarco Nenciarini-5/+6
2026-04-10platform/x86: int3472: Rename pled to led in LED registration codeMarco Nenciarini-9/+9
2026-04-10platform/x86: int3472: Use local variable for LED struct accessMarco Nenciarini-21/+22
2026-04-10dma-buf: fix htmldocs error for dma_buf_attach_revocableSumit Semwal-0/+1
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas-46/+2396
2026-04-10dm cache: fix missing return in invalidate_committed's error pathMing-Hung Tsai-1/+3
2026-04-10ublk: fix tautological comparison warning in ublk_ctrl_reg_bufMing Lei-8/+6
2026-04-10regulator: max77620: drop redundant OF node initialisationJohan Hovold-2/+0
2026-04-10spi: mtk-snfi: unregister ECC engine on probe failure and remove() callbackPei Xiao-0/+14
2026-04-10spi: s3c64xx: fix NULL-deref on driver unbindJohan Hovold-5/+0
2026-04-10scsi: bsg: fix buffer overflow in scsi_bsg_uring_cmd()Dan Carpenter-2/+2
2026-04-10spi: fix controller deregistration (part 2/2)Mark Brown-42/+176