summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2020-07-13efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLRWill Deacon
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-29efi_test: get rid of pointless access_ok()Al Viro
2020-05-28efi/x86: Don't blow away existing initrdArvind Sankar
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel
2020-05-22Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Borislav Petkov
2020-05-22efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel
2020-05-22efi/libstub: Use pool allocation for the command lineArd Biesheuvel
2020-05-22efi/libstub: Don't parse overlong command linesArvind Sankar
2020-05-20efi/libstub: Use snprintf with %ls to convert the command lineArvind Sankar
2020-05-20efi/libstub: Get the exact UTF-8 lengthArvind Sankar
2020-05-20efi/libstub: Use %ls for filenameArvind Sankar
2020-05-20efi/libstub: Add UTF-8 decoding to efi_putsArvind Sankar
2020-05-20efi/printf: Add support for wchar_t (UTF-16)Arvind Sankar
2020-05-20efi/gop: Add an option to list out the available GOP modesArvind Sankar
2020-05-20efi/libstub: Add definitions for console input and eventsArvind Sankar
2020-05-20efi/libstub: Implement printk-style loggingArvind Sankar
2020-05-19ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel
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-15efi/libstub: Disable Shadow Call StackSami Tolvanen
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-12efi/earlycon: Fix early printk for wider fontsDave Young