summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Borislav Petkov2020-05-229-31/+105
|\
| * tpm: check event log version before reading final eventsLoïc Yhuel2020-05-172-3/+7
| * efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel2020-05-171-4/+1
| * efi: cper: Add support for printing Firmware Error Record ReferencePunit Agrawal2020-05-141-0/+62
| * efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz2020-05-143-17/+22
| * efi/earlycon: Fix early printk for wider fontsDave Young2020-05-121-6/+8
| * efi/libstub: Avoid returning uninitialized data from setup_graphics()Heinrich Schuchardt2020-04-301-1/+5
* | gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds2020-05-091-1/+1
* | Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-261-2/+2
|\ \
| * | firmware: imx: fix compile-testingArnd Bergmann2020-04-171-2/+2
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2020-04-231-1/+1
|\ \ \ | |_|/ |/| |
| * | firmware: xilinx: make firmware_debugfs_root staticJason Yan2020-04-151-1/+1
| |/
* | efi/libstub/file: Merge file name buffers to reduce stack usageArd Biesheuvel2020-04-141-13/+14
* | efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar2020-04-141-4/+10
* | efi/x86: Move efi stub globals from .bss to .dataArvind Sankar2020-04-142-2/+2
* | efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King2020-04-141-2/+0
* | efi/cper: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-141-1/+1
|/
* Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-101-3/+3
|\
| * edd: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-021-3/+3
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-04-091-5/+3
|\ \
| * | arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel2020-04-011-5/+3
* | | Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-0310-267/+434
|\ \ \
| * \ \ Merge tag 'scmi-updates-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2020-03-277-265/+419
| |\ \ \
| | * | | firmware: arm_scpi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-2/+2
| | * | | firmware: arm_scmi/perf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
| | * | | firmware: arm_scmi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
| | * | | firmware: arm_scmi: Make scmi core independent of the transport typeViresh Kumar2020-02-105-219/+373
| | * | | firmware: arm_scmi: Move macros and helpers to common.hViresh Kumar2020-02-102-40/+40
| | * | | firmware: arm_scmi: Update doc style commentsViresh Kumar2020-02-102-3/+3
| * | | | Merge tag 'tegra-for-5.7-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2020-03-261-1/+1
| |\ \ \ \
| | * | | | firmware: tegra: Fix a typo in KconfigChristophe JAILLET2020-02-171-1/+1
| | |/ / /
| * | | | Merge tag 'imx-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2020-03-252-2/+13
| |\ \ \ \
| | * | | | firmware: imx: add COMPILE_TEST for IMX_SCU driverAnson Huang2020-03-161-1/+1
| | * | | | firmware: imx: scu-pd: add power domain for I2C and INTMUX in CM40 SSJoakim Zhang2020-03-101-0/+4
| | * | | | firmware: imx: scu-pd: enlarge PD range for mu_bSebastien Fagard2020-02-181-1/+1
| | * | | | firmware: imx: scu-pd: Add missing audio PD rangesDaniel Baluta2020-02-181-0/+7
| | |/ / /
| * / / / firmware: meson_sm: Add secure power domain supportJianxin Pan2020-02-141-0/+2
| |/ / /
* | | | Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-04-031-0/+2
|\ \ \ \
| * | | | arm64: zynqmp: Make zynqmp_firmware driver optionalTejas Patel2020-03-091-0/+2
| |/ / /
* | | | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-033-3/+4
|\ \ \ \
| * \ \ \ Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-231-9/+23
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | firmware: imx: add COMPILE_TEST supportAnson Huang2020-03-181-2/+2
| * | | | firmware: stratix10-svc: add the compatible value for intel agilexRichard Gong2020-03-181-0/+1
| * | | | firmware: intel_stratix10_service: add depend on agilexRichard Gong2020-03-181-1/+1
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-011-0/+25
|\ \ \ \ \
| * | | | | firmware: xilinx: Add ZynqMP aes API for AES functionalityKalyani Akula2020-02-281-0/+25
| | |_|/ / | |/| | |
* | | | | Merge tag 'mmc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-03-311-0/+2
|\ \ \ \ \
| * | | | | firmware: xilinx: Add DLL reset supportManish Narani2020-03-241-0/+1
| * | | | | firmware: xilinx: Add ZynqMP Tap Delay setup ioctl to the valid listManish Narani2020-03-241-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-311-1/+2
|\ \ \ \ \