aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-24powercap: intel_rapl: Fix kernel panic during PMU unbindSumeet Pawnikar1-1/+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-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-23Merge tag 'pci-v7.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds83-917/+3314
2026-08-23Merge tag 'parisc-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds4-22/+7
2026-08-23Merge tag 's390-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds17-147/+312
2026-08-23Merge tag 'efi-next-for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds2-11/+64
2026-08-23Merge tag 'mtd/for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds26-101/+581
2026-08-23Merge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-50/+51
2026-08-23Merge tag 'nand/for-7.3' into mtd/nextMiquel Raynal17-70/+548
2026-08-22Merge tag 'irq-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-30/+68
2026-08-22net: hibmcge: fix page_pool DMA direction mismatchJian Shen1-1/+1
2026-08-22net: libwx: fix concurrent bitmap overwrite in PTP setupJiawen Wu1-12/+6
2026-08-22qede: Fix NULL pointer dereference in TPA fragment processingVaibhav Nagare2-4/+5
2026-08-22net: txgbe: fix MISC interrupt unmasking in non-MSI-X mode and device shutdownJiawen Wu1-1/+4
2026-08-22net: sparx5: fix sleep in atomic context in MAC table accessDaniel Machon1-3/+8
2026-08-22net: microchip: vcap: use port number instead of netdev name for debugfsDaniel Machon3-2/+38
2026-08-22gtp: serialize PDP context updatesQing Ming1-4/+17
2026-08-22net: ntb_netdev: Count packets dropped on RX refill failureKoichiro Den1-2/+3
2026-08-22net: ntb_netdev: Avoid double-accounting netif_rx() dropsKoichiro Den1-7/+3
2026-08-22ptp: netc: fix period truncation and potential divide-by-zero in PEROUTWei Fang1-5/+5
2026-08-22bnxt_en: Gate TPH enablement behind BNXT_SUPPORTS_QUEUE_API checkThomas Walsh1-3/+5
2026-08-22bnxt_en: Fix call to hardware monitoring event handlerGuenter Roeck1-1/+1
2026-08-22Merge tag 'firewire-updates-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds5-28/+685
2026-08-21Merge branch 'pci/misc'Bjorn Helgaas7-18/+17
2026-08-21Merge branch 'pci/controller/misc'Bjorn Helgaas7-33/+12
2026-08-21Merge branch 'pci/controller/xgene'Bjorn Helgaas1-4/+1
2026-08-21Merge branch 'pci/controller/vmd'Bjorn Helgaas1-35/+168