summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+4
2020-04-02edd: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-3/+3
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+25
2020-04-01arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel-5/+3
2020-03-31Merge tag 'mmc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-0/+2
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-35/+36
2020-03-31Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-1/+5
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1349/+2795
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+214
2020-03-30Merge tag 'v5.6' into mips-nextThomas Bogendoerfer-16/+57
2020-03-29efi/libstub/arm: Fix spurious message that an initrd was loadedArd Biesheuvel-1/+1
2020-03-29efi/libstub/arm64: Avoid image_base value from efi_loaded_imageArd Biesheuvel-1/+6
2020-03-27Merge tag 'scmi-updates-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann-265/+419
2020-03-26Merge tag 'tegra-for-5.7-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-1/+1
2020-03-25Merge tag 'imx-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann-2/+13
2020-03-25firmware: psci: Replace cpu_up/down() with add/remove_cpu()Qais Yousef-2/+2
2020-03-24firmware: xilinx: Add DLL reset supportManish Narani-0/+1
2020-03-24firmware: xilinx: Add ZynqMP Tap Delay setup ioctl to the valid listManish Narani-0/+1
2020-03-23firmware: dmi: Add macro SMBIOS_ENTRY_POINT_SCAN_STARTTiezhu Yang-1/+5
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman-9/+23
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar-16/+57
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar-2126/+2119
2020-03-20platform/x86: touchscreen_dmi: Add EFI embedded firmware info supportHans de Goede-0/+3
2020-03-20Merge tag 'stable-shared-branch-for-driver-tree' of git://git.kernel.org/pub/...Greg Kroah-Hartman-0/+210
2020-03-18firmware: imx: add COMPILE_TEST supportAnson Huang-2/+2
2020-03-18firmware: stratix10-svc: add the compatible value for intel agilexRichard Gong-0/+1
2020-03-18firmware: intel_stratix10_service: add depend on agilexRichard Gong-1/+1
2020-03-16firmware: imx: add COMPILE_TEST for IMX_SCU driverAnson Huang-1/+1
2020-03-15Merge tag 'efi-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+23
2020-03-10firmware: imx: scu-pd: add power domain for I2C and INTMUX in CM40 SSJoakim Zhang-0/+4
2020-03-09arm64: zynqmp: Make zynqmp_firmware driver optionalTejas Patel-0/+2
2020-03-09Merge 5.6-rc5 into driver-core-nextGreg Kroah-Hartman-7/+34
2020-03-08Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-5/+32
2020-03-08efi/x86: Fix cast of image argumentArvind Sankar-1/+1
2020-03-08efi/libstub/x86: Use ULONG_MAX as upper bound for all allocationsArd Biesheuvel-13/+4
2020-03-08efi: Fix a mistype in comments mentioning efivar_entry_iter_begin()Vladis Dronov-2/+2
2020-03-08efi/libstub: Avoid linking libstub/lib-ksyms.o into vmlinuxMasahiro Yamada-1/+1
2020-03-08efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel-1/+1
2020-03-08efi/x86: Don't relocate the kernel unless necessaryArvind Sankar-3/+30
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar-3/+14
2020-03-08efi/libstub/x86: Deal with exit() boot service returningArd Biesheuvel-1/+2
2020-03-08efi/x86: Avoid using code32_startArvind Sankar-5/+5
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar-11/+25
2020-03-08efi: Add a sanity check to efivar_store_raw()Vladis Dronov-0/+3
2020-03-08efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov-9/+20
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar-0/+210
2020-03-04efi/arm: Start using fw_devlink_get_flags()Saravana Kannan-1/+1
2020-03-03efi: Add embedded peripheral firmware supportHans de Goede-0/+153