summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2020-07-1686-137/+136
* media: sur40: Remove uninitialized_var() usageKees Cook2020-07-161-3/+1
* clk: spear: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* clk: st: Remove uninitialized_var() usageKees Cook2020-07-161-1/+0
* spi: davinci: Remove uninitialized_var() usageKees Cook2020-07-161-1/+0
* ide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+0
* rtlwifi: rtl8192cu: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* b43: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* drbd: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* Merge tag 'arm-omap-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-282-28/+78
|\
| * Merge tag 'omap-for-v5.8/fixes-merge-window-signed' of git://git.kernel.org/p...Arnd Bergmann2020-06-282-28/+78
| |\
| | * Revert "bus: ti-sysc: Increase max softreset wait"Tony Lindgren2020-06-101-1/+1
| | * Merge branch 'fixes-v5.7' into fixesTony Lindgren2020-06-08711-3669/+6793
| | |\
| | * | bus: ti-sysc: Increase max softreset waitTony Lindgren2020-06-031-1/+1
| | * | bus: ti-sysc: Fix uninitialized framedonetv_irqTony Lindgren2020-06-031-1/+2
| | * | bus: ti-sysc: Ignore clockactivity unless specified as a quirkTony Lindgren2020-06-031-3/+6
| | * | bus: ti-sysc: Use optional clocks on for enable and wait for softreset bitTony Lindgren2020-06-031-20/+60
| | * | bus: ti-sysc: Flush posted write on enable and disableTony Lindgren2020-05-301-0/+6
| | * | soc: ti: omap-prm: use atomic iopoll instead of sleeping oneTero Kristo2020-05-191-4/+4
* | | | Merge tag 'arm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-282-4/+11
|\ \ \ \
| * \ \ \ Merge tag 'imx-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2020-06-281-3/+7
| |\ \ \ \
| | * | | | soc: imx8m: fix build warningPeng Fan2020-06-241-1/+1
| | * | | | soc: imx8m: Correct i.MX8MP UID fuse offsetAnson Huang2020-06-231-2/+6
| * | | | | Merge tag 'arm-soc/for-5.8/drivers-fixes' of https://github.com/Broadcom/stbl...Arnd Bergmann2020-06-281-1/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ARM: bcm2835: Fix integer overflow in rpi_firmware_print_firmware_revision()Andy Shevchenko2020-06-171-1/+4
| | |/ / /
* | | | | Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-2811-26/+199
|\ \ \ \ \
| * | | | | efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel2020-06-174-3/+90
| * | | | | efi/libstub: arm: Omit arch specific config table matching array on arm64Ard Biesheuvel2020-06-171-2/+4
| * | | | | efi: Make it possible to disable efivar_ssdt entirelyPeter Jones2020-06-162-1/+12
| * | | | | efi/libstub: Descriptions for stub helper functionsHeinrich Schuchardt2020-06-162-13/+75
| * | | | | efi/libstub: Fix path separator regressionPhilipp Fent2020-06-151-4/+12
| * | | | | efi/libstub: Fix missing-prototype warning for skip_spaces()Ard Biesheuvel2020-06-151-0/+1
| * | | | | efi: Replace zero-length array and use struct_size() helperGustavo A. R. Silva2020-06-151-1/+2
| * | | | | efi/esrt: Fix reference count leak in esre_create_sysfs_entry.Qiushi Wu2020-06-151-1/+1
| * | | | | efi/x86: Fix build with gcc 4Arvind Sankar2020-06-151-1/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-06-275-8/+19
|\ \ \ \ \
| * | | | | scsi: mptscsih: Fix read sense data sizeTomas Henzl2020-06-241-3/+1
| * | | | | scsi: zfcp: Fix panic on ERP timeout for previously dismissed ERP actionSteffen Maier2020-06-241-2/+11
| * | | | | scsi: lpfc: Avoid another null dereference in lpfc_sli4_hba_unset()SeongJae Park2020-06-231-1/+2
| * | | | | scsi: qla2xxx: Keep initiator ports after RSCNRoman Bolshakov2020-06-231-1/+3
| * | | | | scsi: qla2xxx: Set NVMe status code for failed NVMe FCP requestDaniel Wagner2020-06-231-1/+2
* | | | | | Merge tag 'vfio-v5.8-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-06-272-3/+22
|\ \ \ \ \ \
| * | | | | | vfio/pci: Fix SR-IOV VF handling with MMIO blockingAlex Williamson2020-06-251-1/+16
| * | | | | | vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson2020-06-171-2/+6
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-276-13/+28
|\ \ \ \ \ \
| * | | | | | i2c: core: check returned size of emulated smbus block readMans Rullgard2020-06-261-0/+7
| * | | | | | i2c: fsi: Fix the port number field in status registerEddie James2020-06-261-1/+1
| * | | | | | i2c: designware: Adjust bus speed independently of ACPIAndy Shevchenko2020-06-234-12/+20
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'staging-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-275-19/+20
|\ \ \ \ \ \
| * | | | | | Staging: rtl8723bs: prevent buffer overflow in update_sta_support_rate()Dan Carpenter2020-06-161-1/+3