summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-08-26efi/libstub: Handle NULL cmdlineArvind Sankar1-1/+5
2020-08-26efi/libstub: Stop parsing arguments at "--"Arvind Sankar1-0/+2
2020-08-26efi: add missed destroy_workqueue when efisubsys_init failsLi Heng1-0/+2
2020-08-19firmware: qcom_scm: Fix legacy convention SCM accessorsJonathan McDowell1-4/+3
2020-08-19firmware: arm_scmi: Fix SCMI genpd domain probingCristian Marussi1-6/+6
2020-08-11firmware: Fix a reference count leak.Qiushi Wu1-3/+4
2020-07-29efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel4-12/+16
2020-07-29drivers/firmware/psci: Fix memory leakage in alloc_init_cpu_groups()Gavin Shan1-1/+4
2020-07-09efi: Make it possible to disable efivar_ssdt entirelyPeter Jones2-1/+12
2020-06-30efi/libstub: Fix path separator regressionPhilipp Fent1-4/+12
2020-06-30efi/esrt: Fix reference count leak in esre_create_sysfs_entry.Qiushi Wu1-1/+1
2020-06-24firmware: imx: scu: Fix possible memory leak in imx_scu_probe()Wei Yongjun1-0/+1
2020-06-24firmware: qcom_scm: fix bogous abuse of dma-direct internalsChristoph Hellwig1-6/+3
2020-06-22efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGNArd Biesheuvel1-1/+3
2020-06-22efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel1-0/+1
2020-06-17firmware: imx: scu: Fix corruption of headerFranck LENORMAND1-5/+5
2020-06-17firmware: imx-scu: Support one TX and one RXPeng Fan1-11/+43
2020-06-17efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel1-1/+3
2020-05-22Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Borislav Petkov9-31/+105
2020-05-17tpm: check event log version before reading final eventsLoïc Yhuel2-3/+7
2020-05-17efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel1-4/+1
2020-05-14efi: cper: Add support for printing Firmware Error Record ReferencePunit Agrawal1-0/+62
2020-05-14efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz3-17/+22
2020-05-12efi/earlycon: Fix early printk for wider fontsDave Young1-6/+8
2020-05-10gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds1-1/+1
2020-05-01efi/libstub: Avoid returning uninitialized data from setup_graphics()Heinrich Schuchardt1-1/+5
2020-04-26Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2020-04-23Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-1/+1
2020-04-17firmware: imx: fix compile-testingArnd Bergmann1-2/+2
2020-04-15firmware: xilinx: make firmware_debugfs_root staticJason Yan1-1/+1
2020-04-14efi/libstub/file: Merge file name buffers to reduce stack usageArd Biesheuvel1-13/+14
2020-04-14efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar1-4/+10
2020-04-14efi/x86: Move efi stub globals from .bss to .dataArvind Sankar2-2/+2
2020-04-14efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King1-2/+0
2020-04-14efi/cper: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-04-10Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2020-04-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-5/+3
2020-04-04Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-267/+434
2020-04-04Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+2
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+4
2020-04-02edd: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2020-04-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+25
2020-04-01arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel1-5/+3
2020-04-01Merge tag 'mmc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+2
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-35/+36
2020-03-31Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+5
2020-03-31Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2020-03-31Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds32-1349/+2795
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-1/+214