summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-151-0/+17
|\
| * firmware_loader: use kernel credentials when reading firmwareThiébaud Weksteen2022-05-061-0/+17
* | Merge tag 'char-misc-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-152-3/+9
|\ \
| * \ Merge tag 'icc-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2022-05-131-1/+7
| |\ \
| | * | interconnect: Restore sync state by ignoring ipa-virt in provider countStephen Boyd2022-05-031-1/+7
| * | | slimbus: qcom: Fix IRQ check in qcom_slim_probeMiaoqian Lin2022-05-091-2/+2
| | |/ | |/|
* | | Merge tag 'tty-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-05-154-29/+43
|\ \ \
| * | | fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic2022-05-051-9/+9
| * | | tty: n_gsm: fix invalid gsmtty_write_room() resultDaniel Starke2022-05-051-4/+3
| * | | tty: n_gsm: fix mux activation issues in gsm_config()Daniel Starke2022-05-051-4/+8
| * | | tty: n_gsm: fix buffer over-read in gsm_dlci_data()Daniel Starke2022-05-051-0/+1
| * | | serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno2022-05-051-2/+5
| * | | serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno2022-05-051-0/+7
| * | | serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno2022-05-051-7/+8
| * | | tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()Yang Yingliang2022-05-051-3/+2
| |/ /
* | | Merge tag 'usb-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-05-1513-75/+86
|\ \ \
| * \ \ Merge tag 'usb-serial-5.18-rc7' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-05-134-0/+8
| |\ \ \
| | * | | USB: serial: qcserial: add support for Sierra Wireless EM7590Ethan Yang2022-05-051-0/+2
| | * | | USB: serial: option: add Fibocom MA510 modemSven Schwermer2022-05-051-0/+2
| | * | | USB: serial: option: add Fibocom L610 modemSven Schwermer2022-05-051-0/+2
| | * | | USB: serial: pl2303: add device id for HP LM930 DisplayScott Chen2022-05-052-0/+2
| | |/ /
| * | | usb: xhci-mtk: remove bandwidth budget tableChunfeng Yun2022-05-122-64/+12
| * | | usb: xhci-mtk: fix fs isoc's transfer errorChunfeng Yun2022-05-121-9/+7
| * | | usb: gadget: fix race when gadget driver register via ioctlSchspa Shi2022-05-121-0/+2
| * | | usb: typec: tcpci_mt6360: Update for BMC PHY settingChiYuan Huang2022-05-121-0/+26
| * | | usb: gadget: uvc: allow for application to cleanly shutdownDan Vacura2022-05-053-1/+29
| * | | usb: typec: tcpci: Don't skip cleanup in .remove() on errorUwe Kleine-König2022-05-051-1/+1
| * | | usb: cdc-wdm: fix reading stuck on device closeSergey Ryazanov2022-05-051-0/+1
| |/ /
* | | Merge tag 'drm-fixes-2022-05-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-1315-40/+99
|\ \ \
| * \ \ Merge tag 'drm-misc-fixes-2022-05-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-05-149-16/+38
| |\ \ \
| | * | | drm/vc4: hdmi: Fix build error for implicit function declarationHui Tang2022-05-121-0/+1
| | * | | Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst2022-05-11535-3761/+5350
| | |\ \ \
| | * | | | dma-buf: call dma_buf_stats_setup after dmabuf is in valid listCharan Teja Reddy2022-05-101-4/+4
| | * | | | fbdev: efifb: Fix a use-after-free due early fb_info cleanupJavier Martinez Canillas2022-05-071-2/+2
| | * | | | drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name()Christophe JAILLET2022-05-061-4/+5
| | * | | | drm/nouveau/tegra: Stop using iommu_present()Robin Murphy2022-05-061-1/+1
| | * | | | fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .removeJavier Martinez Canillas2022-05-061-1/+7
| | * | | | fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .removeJavier Martinez Canillas2022-05-061-1/+8
| | * | | | fbdev: simplefb: Cleanup fb_info in .fb_destroy rather than .removeJavier Martinez Canillas2022-05-061-1/+7
| | * | | | fbdev: Prevent possible use-after-free in fb_release()Daniel Vetter2022-05-061-0/+4
| | * | | | Revert "fbdev: Make fb_release() return -ENODEV if fbdev was unregistered"Javier Martinez Canillas2022-05-061-4/+1
| * | | | | drm/vmwgfx: Disable command buffers on svga3 without gbobjectsZack Rusin2022-05-131-4/+7
| * | | | | drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin2022-05-131-1/+1
| * | | | | drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin2022-05-135-19/+53
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-05-134-6/+8
|\ \ \ \ \ \
| * | | | | | scsi: lpfc: Correct BDE DMA address assignment for GEN_REQ_WQEJames Smart2022-05-101-3/+3
| * | | | | | scsi: lpfc: Fix split code for FLOGI on FCoEJames Smart2022-05-101-1/+1
| * | | | | | scsi: qla2xxx: Fix missed DMA unmap for aborted commandsGleb Chesnokov2022-05-021-0/+3
| * | | | | | scsi: scsi_dh_alua: Properly handle the ALUA transitioning stateBrian Bunker2022-05-021-2/+1
* | | | | | | Merge tag 'hwmon-for-v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-132-1/+12
|\ \ \ \ \ \ \