summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko2021-07-271-1/+5
| * | | | usb: host: ohci-at91: suspend/resume ports after/before OHCI accessesClaudiu Beznea2021-07-271-4/+5
| * | | | usb: musb: Fix suspend and resume issues for PHYs on I2C and SPITony Lindgren2021-07-271-5/+38
| * | | | usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlersMaxim Devaev2021-07-271-0/+18
| * | | | usb: gadget: f_hid: fixed NULL pointer dereferencePhil Elwell2021-07-271-6/+20
| * | | | usb: gadget: remove leaked entry from udc driver listZhang Qilong2021-07-271-4/+10
| * | | | USB: usbtmc: Fix RCU stall warningQiang.zhang2021-07-271-8/+1
| |/ / /
* | | | Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-074-7/+14
|\ \ \ \
| * \ \ \ Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2021-08-042-4/+2
| |\ \ \ \
| | * | | | md/raid10: properly indicate failure when ending a failed write requestWei Shuyu2021-07-232-4/+2
| * | | | | n64cart: fix the dma address in n64cart_do_bvecChristoph Hellwig2021-08-041-1/+1
| * | | | | s390/dasd: fix use after free in dasd path handlingStefan Haberland2021-08-041-2/+11
* | | | | | Merge tag 'pm-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-08-061-17/+31
|\ \ \ \ \ \
| * | | | | | cpuidle: teo: Rename two local variables in teo_select()Rafael J. Wysocki2021-08-031-7/+7
| * | | | | | cpuidle: teo: Fix alternative idle state lookupRafael J. Wysocki2021-08-031-13/+27
* | | | | | | Merge tag 'acpi-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-08-061-7/+0
|\ \ \ \ \ \ \
| * | | | | | | Revert "ACPICA: Fix memory leak caused by _CID repair function"Rafael J. Wysocki2021-08-031-7/+0
| |/ / / / / /
* | | | | | | Merge tag 'soc-fixes-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-0614-113/+172
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'omap-for-v5.14/fixes-rc5-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann2021-08-031-7/+15
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'fixes-v5.14' into fixesTony Lindgren2021-07-276407-190005/+615675
| | |\ \ \ \ \ \ \
| | | * | | | | | | bus: ti-sysc: AM3: RNG is GP onlyKevin Hilman2021-07-271-0/+2
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | bus: ti-sysc: Fix gpt12 system timer issue with reserved statusTony Lindgren2021-06-111-7/+13
| * | | | | | | | soc: ixp4xx/qmgr: fix invalid __iomem accessArnd Bergmann2021-08-031-4/+5
| * | | | | | | | soc: ixp4xx: fix printing resourcesArnd Bergmann2021-08-031-6/+5
| * | | | | | | | Merge tag 'tee-kexec-fixes-for-v5.14' of git://git.linaro.org:/people/jens.wi...Arnd Bergmann2021-08-028-19/+130
| |\ \ \ \ \ \ \ \
| | * | | | | | | | firmware: tee_bnxt: Release TEE shm, session, and context during kexecAllen Pais2021-07-211-3/+11
| | * | | | | | | | tpm_ftpm_tee: Free and unregister TEE shared memory during kexecTyler Hicks2021-07-211-4/+4
| | * | | | | | | | tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg2021-07-215-8/+14
| | * | | | | | | | tee: add tee_shm_alloc_kernel_buf()Jens Wiklander2021-07-211-0/+18
| | * | | | | | | | optee: Clear stale cache entries during initializationTyler Hicks2021-07-213-3/+43
| | * | | | | | | | optee: fix tee out of memory failure seen during kexec rebootAllen Pais2021-07-211-0/+20
| | * | | | | | | | optee: Refuse to load the driver under the kdump kernelTyler Hicks2021-07-211-0/+11
| | * | | | | | | | optee: Fix memory leak when failing to register shm pagesTyler Hicks2021-07-211-2/+10
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge tag 'imx-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2021-08-021-72/+12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Revert "soc: imx8m: change to use platform driver"Lucas Stach2021-07-151-72/+12
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | ARM: ixp4xx: fix compile-testing soc driversArnd Bergmann2021-08-023-3/+1
| * | | | | | | | soc/tegra: Make regulator couplers depend on CONFIG_REGULATORDmitry Osipenko2021-08-021-2/+4
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'spi-fix-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-08-066-19/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | spi: cadence-quadspi: Fix check condition for DTR opsApurva Nandan2021-08-051-3/+18
| * | | | | | | | spi: mediatek: Fix fifo transferGuenter Roeck2021-08-021-14/+5
| * | | | | | | | spi: imx: mx51-ecspi: Fix CONFIGREG delay commentMarek Vasut2021-07-281-1/+1
| * | | | | | | | spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculationMarek Vasut2021-07-261-1/+15
| * | | | | | | | spi: update modalias_show after of_device_uevent_modalias supportAndreas Schwab2021-07-221-0/+4
| * | | | | | | | spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu2021-07-221-0/+2
| * | | | | | | | spi: spi-mux: Add module info needed for autoloadingUwe Kleine-König2021-07-221-0/+8
* | | | | | | | | Merge tag 'dmaengine-fix-5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-0612-53/+151
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dmaengine: imx-dma: configure the generic DMA type to make it workJuergen Borleis2021-08-021-0/+2
| * | | | | | | | | dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not ...Peter Ujfalusi2021-07-281-2/+7
| * | | | | | | | | dmaengine: stm32-dmamux: Fix PM usage counter unbalance in stm32 dmamux opsZhang Qilong2021-07-281-3/+3
| * | | | | | | | | dmaengine: stm32-dma: Fix PM usage counter imbalance in stm32 dma opsZhang Qilong2021-07-281-2/+2