summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.8-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-02-081-2/+8
|\
| * crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips2024-02-021-2/+8
* | Merge tag 'char-misc-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-043-2/+12
|\ \
| * | binder: signal epoll threads of self-workCarlos Llamas2024-01-311-0/+10
| * | misc: open-dice: Fix spurious lockdep warningWill Deacon2024-01-301-1/+1
| * | misc: fastrpc: Mark all sessions as invalid in cb_removeEkansh Gupta2024-01-301-1/+1
* | | Merge tag 'tty-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-02-043-13/+46
|\ \ \
| * | | serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve2024-01-271-2/+18
| * | | serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve2024-01-271-3/+9
| * | | serial: max310x: improve crystal stable clock detectionHugo Villeneuve2024-01-271-5/+16
| * | | serial: max310x: set default value when reading clock ready bitHugo Villeneuve2024-01-271-1/+1
| * | | serial: core: Fix atomicity violation in uart_tiocmgetGui-Dong Han2024-01-271-1/+1
| * | | serial: 8250_pci1xxxx: fix off by one in pci1xxxx_process_read_data()Dan Carpenter2024-01-271-2/+2
* | | | Merge tag 'usb-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-02-0420-79/+256
|\ \ \ \
| * \ \ \ Merge tag 'usb-serial-6.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2024-02-023-0/+4
| |\ \ \ \
| | * | | | USB: serial: option: add Fibocom FM101-GL variantPuliang Lu2024-01-311-0/+1
| | * | | | USB: serial: qcserial: add new usb-id for Dell Wireless DW5826eJackBB Wu2024-01-301-0/+2
| | * | | | USB: serial: cp210x: add ID for IMST iM871A-USBLeonard Dallmayr2024-01-301-0/+1
| | |/ / /
| * | | | usb: typec: tcpm: fix the PD disabled caseDmitry Baryshkov2024-01-271-1/+2
| * | | | usb: ucsi_acpi: Quirk to ack a connector change ack cmdChristian A. Ehrhardt2024-01-271-3/+68
| * | | | usb: ucsi_acpi: Fix command completion handlingChristian A. Ehrhardt2024-01-271-4/+13
| * | | | usb: ucsi: Add missing ppm_lockChristian A. Ehrhardt2024-01-271-0/+2
| * | | | usb: ulpi: Fix debugfs directory leakSean Anderson2024-01-271-1/+1
| * | | | Revert "usb: typec: tcpm: fix cc role at port reset"Badhri Jagan Sridharan2024-01-271-2/+1
| * | | | usb: gadget: pch_udc: fix an Excess kernel-doc warningRandy Dunlap2024-01-271-1/+0
| * | | | usb: f_mass_storage: forbid async queue when shutdown happenyuan linyu2024-01-271-2/+18
| * | | | USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum2024-01-271-11/+19
| * | | | usb: chipidea: core: handle power lost in workqueueXu Yang2024-01-272-20/+26
| * | | | usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspendUttkarsh Aggarwal2024-01-271-4/+2
| * | | | usb: dwc3: pci: add support for the Intel Arrow Lake-HHeikki Krogerus2024-01-271-0/+4
| * | | | usb: core: Prevent null pointer dereference in update_port_device_stateUdipto Goswami2024-01-271-3/+13
| * | | | xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio2024-01-271-1/+5
| * | | | xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman2024-01-272-14/+61
| * | | | xhci: fix off by one check when adding a secondary interrupter.Mathias Nyman2024-01-271-1/+1
| * | | | xhci: fix possible null pointer dereference at secondary interrupter removalMathias Nyman2024-01-271-6/+6
| * | | | usb: gadget: ncm: Fix endianness of wMaxSegmentSize variable in ecm_descKrishna Kurapati2024-01-271-4/+4
| * | | | usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K2024-01-271-0/+3
| * | | | usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K2024-01-271-1/+3
| |/ / /
* | | | Merge tag 'dmaengine-fix-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-045-38/+57
|\ \ \ \
| * | | | dmaengine: at_hdmac: add missing kernel-doc style descriptionVinod Koul2024-02-021-1/+10
| * | | | dmaengine: fsl-qdma: Remove a useless devm_kfree()Christophe JAILLET2024-01-221-3/+2
| * | | | dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMAChristophe JAILLET2024-01-221-5/+5
| * | | | dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMAChristophe JAILLET2024-01-221-13/+5
| * | | | dmaengine: ti: k3-udma: Report short packet errorsJai Luthra2024-01-221-2/+8
| * | | | dmaengine: ti: edma: Add some null pointer checks to the edma_probeKunwu Chan2024-01-221-0/+10
| * | | | dmaengine: fsl-dpaa2-qdma: Fix the size of dma poolsGuanhua Gao2024-01-221-4/+6
| * | | | dmaengine: at_hdmac: fix some kernel-doc warningsRandy Dunlap2024-01-221-10/+11
| |/ / /
* | | | Merge tag 'phy-fixes-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds2024-02-044-8/+32
|\ \ \ \
| * | | | phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRPTony Lindgren2024-01-301-2/+2
| * | | | phy: lan966x: Add missing serdes mux entryHoratiu Vultur2024-01-241-0/+2