summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)Author
2020-05-19efi/printf: Turn vsprintf into vsnprintfArvind Sankar
2020-05-19efi/printf: Abort on invalid formatArvind Sankar
2020-05-19efi/printf: Refactor code to consolidate padding and outputArvind Sankar
2020-05-19efi/printf: Handle null string inputArvind Sankar
2020-05-19efi/printf: Factor out integer argument retrievalArvind Sankar
2020-05-19efi/printf: Factor out width/precision parsingArvind Sankar
2020-05-19efi/printf: Merge 'p' with the integer formatsArvind Sankar
2020-05-19efi/printf: Fix minor bug in precision handlingArvind Sankar
2020-05-19efi/printf: Factor out flags parsing and handle '%' earlierArvind Sankar
2020-05-19efi/printf: Add 64-bit and 8-bit integer supportArvind Sankar
2020-05-19efi/printf: Drop %n format and L qualifierArvind Sankar
2020-05-19efi/libstub: Optimize for size instead of speedArvind Sankar
2020-05-19efi/libstub: Add a basic printf implementationArvind Sankar
2020-05-19efi/libstub: Buffer output of efi_putsArvind Sankar
2020-05-19efi/libstub: Rename efi_[char16_]printk to efi_[char16_]putsArvind Sankar
2020-05-19efi/libstub: Include dependencies of efistub.hArvind Sankar
2020-05-17tpm: check event log version before reading final eventsLoïc Yhuel
2020-05-17efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel
2020-05-15Merge tag 'tegra-for-5.8-arm-core' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2020-05-15efi/libstub: Disable Shadow Call StackSami Tolvanen
2020-05-15firmware: xilinx: Fix an error handling path in 'zynqmp_firmware_probe()'Christophe JAILLET
2020-05-14efi: cper: Add support for printing Firmware Error Record ReferencePunit Agrawal
2020-05-14efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz
2020-05-13USB: pci-quirks: Add Raspberry Pi 4 quirkNicolas Saenz Julienne
2020-05-13firmware: raspberrypi: Introduce vl805 init routineNicolas Saenz Julienne
2020-05-13dt-bindings: firmware: imx: Move system control into dt-binding headfileDong Aisheng
2020-05-12firmware: qcom_scm-legacy: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-12efi/earlycon: Fix early printk for wider fontsDave Young
2020-05-11Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds
2020-05-07firmware: arm_scmi: fix psci dependencySudeep Holla
2020-05-06firmware: tf: Different way of L2 cache enabling after LP2 suspendDmitry Osipenko
2020-05-06efi/libstub: Correct comment typosJoe Perches
2020-05-05efi/libstub: Make efi_printk() input argument const char*Ard Biesheuvel
2020-05-05efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel
2020-05-05efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar
2020-05-04firmware: arm_sdei: Drop check for /firmware/ node and always register driverSudeep Holla
2020-05-04firmware: xilinx: Export zynqmp_pm_fpga_{get_status,load}Nathan Chancellor
2020-05-01efi/libstub: Check return value of efi_parse_optionsArvind Sankar
2020-05-01efi/x86: Support builtin command lineArvind Sankar
2020-05-01efi/libstub: Unify initrd loading across architecturesArvind Sankar
2020-05-01efi/x86: Move command-line initrd loading to efi_mainArvind Sankar
2020-05-01efi/libstub: Upgrade ignored dtb= argument message to errorArvind Sankar
2020-05-01efi/tpm: Use efi_err for error messagesArvind Sankar
2020-05-01efi/gop: Use efi_err for error messagesArvind Sankar
2020-05-01efi/x86: Use efi_err for error messagesArvind Sankar
2020-05-01efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar
2020-05-01efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar
2020-05-01efi/x86: Use correct size for boot_paramsArvind Sankar
2020-04-30efi/libstub: Avoid returning uninitialized data from setup_graphics()Heinrich Schuchardt