summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-fixes-2022-02-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-0414-51/+760
|\
| * drm: mxsfb: Fix NULL pointer dereferenceAlexander Stein2022-02-031-1/+5
| * fbcon: Add option to enable legacy hardware accelerationHelge Deller2022-02-027-34/+84
| * Revert "fbcon: Disable accelerated scrolling"Helge Deller2022-02-021-8/+37
| * Revert "fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TOD...Helge Deller2022-02-029-42/+672
| * dma-buf: heaps: Fix potential spectre v1 gadgetJordy Zomer2022-02-011-0/+2
| * drm/nouveau: fix off by one in BIOS boundary checkingNick Lopez2022-01-311-1/+1
| * drm/kmb: Fix for build errors with Warray-boundsAnitha Chrisanthus2022-01-271-6/+0
* | drm/amdgpu: fix logic inversion in checkChristian König2022-02-021-1/+1
* | drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledMario Limonciello2022-02-021-2/+1
* | drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina ...Aun-Ali Zaidi2022-02-021-0/+20
* | drm/amd/display: revert "Reset fifo after enable otg"Zhan Liu2022-02-026-31/+0
* | drm/amd/display: watermark latencies is not enough on DCN31Paul Hsieh2022-02-021-10/+10
* | drm/amd/display: Update watermark values for DCN301Agustin Gutierrez2022-02-021-8/+8
* | drm/amdgpu: fix a potential GPU hang on cyan skillfishLang Yu2022-02-021-0/+3
* | drm/amd: Only run s3 or s0ix if system is configured properlyMario Limonciello2022-02-021-0/+8
* | drm/amd: add support to check whether the system is set to s3Mario Limonciello2022-02-022-0/+15
* | drm/amd: Warn users about potential s0ix problemsMario Limonciello2022-01-312-7/+25
* | drm/amd/pm: correct the MGpuFanBoost support for Beige GobyEvan Quan2022-01-311-3/+3
* | Merge tag 'irq_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-304-30/+114
|\ \
| * \ Merge tag 'irqchip-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2022-01-294-30/+114
| |\ \
| | * | irqchip/gic-v3-its: Reset each ITS's BASERn register before probeMarc Zyngier2022-01-261-21/+99
| | * | irqchip/gic-v3-its: Fix build for !SMPArd Biesheuvel2022-01-221-1/+2
| | * | irqchip/loongson-pch-ms: Use bitmap_free() to free bitmapChristophe JAILLET2022-01-171-1/+1
| | * | irqchip/realtek-rtl: Service all pending interruptsSander Vanheule2022-01-171-2/+6
| | * | irqchip/realtek-rtl: Fix off-by-one in routingSander Vanheule2022-01-171-3/+5
| | * | irqchip/realtek-rtl: Map control data to virqSander Vanheule2022-01-171-1/+1
| | * | irqchip/apple-aic: Drop unused ipi_hwirq fieldMarc Zyngier2022-01-171-1/+0
* | | | Merge tag 'pci-v5.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-291-10/+1
|\ \ \ \
| * | | | PCI: mt7621: Remove unused function pcie_rmw()Sergio Paracuellos2022-01-251-9/+0
| * | | | PCI: mt7621: Drop of_match_ptr() to avoid unused variableSergio Paracuellos2022-01-251-1/+1
* | | | | Merge tag 'gpio-fixes-for-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-291-1/+1
|\ \ \ \ \
| * | | | | gpio: sim: check the label length when setting up device propertiesBartosz Golaszewski2022-01-241-1/+1
| |/ / / /
* | | | | Merge tag 'char-misc-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-292-9/+10
|\ \ \ \ \
| * | | | | counter: fix an IS_ERR() vs NULL bugDan Carpenter2022-01-261-9/+6
| * | | | | eeprom: at25: Restore missing allocationKees Cook2022-01-221-0/+4
* | | | | | Merge tag 'tty-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-298-106/+169
|\ \ \ \ \ \
| * | | | | | serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner2022-01-262-36/+13
| * | | | | | serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades2022-01-261-2/+6
| * | | | | | serial: stm32: fix software flow control transferValentin Caron2022-01-261-1/+1
| * | | | | | serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron2022-01-261-0/+12
| * | | | | | tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com2022-01-261-1/+3
| * | | | | | serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock2022-01-261-1/+10
| * | | | | | tty: rpmsg: Fix race condition releasing tty portArnaud Pouliquen2022-01-261-14/+26
| * | | | | | tty: Add support for Brainboxes UC cards.Cameron Williams2022-01-261-2/+98
| * | | | | | Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman2022-01-261-55/+6
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'usb-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-2915-15/+109
|\ \ \ \ \ \
| * | | | | | usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak2022-01-261-3/+3
| * | | | | | usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay2022-01-261-1/+1
| * | | | | | usb: gadget: at91_udc: fix incorrect print typeMiles Chen2022-01-261-1/+1