summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)AuthorFilesLines
2020-06-17efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel3-1/+58
2020-06-16efi/libstub: Descriptions for stub helper functionsHeinrich Schuchardt2-13/+75
2020-06-15efi/libstub: Fix path separator regressionPhilipp Fent1-4/+12
2020-06-15efi/libstub: Fix missing-prototype warning for skip_spaces()Ard Biesheuvel1-0/+1
2020-06-15efi/x86: Fix build with gcc 4Arvind Sankar1-1/+2
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+2
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-39/+6
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+3
2020-05-28efi/x86: Don't blow away existing initrdArvind Sankar1-4/+6
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar15-287/+1168
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar5-20/+30
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel2-1/+5
2020-05-22efi/libstub: Use pool allocation for the command lineArd Biesheuvel4-8/+7
2020-05-22efi/libstub: Don't parse overlong command linesArvind Sankar1-5/+23
2020-05-20efi/libstub: Use snprintf with %ls to convert the command lineArvind Sankar1-60/+6
2020-05-20efi/libstub: Get the exact UTF-8 lengthArvind Sankar1-12/+32
2020-05-20efi/libstub: Use %ls for filenameArvind Sankar1-3/+1
2020-05-20efi/libstub: Add UTF-8 decoding to efi_putsArvind Sankar1-5/+62
2020-05-20efi/printf: Add support for wchar_t (UTF-16)Arvind Sankar1-5/+106
2020-05-20efi/gop: Add an option to list out the available GOP modesArvind Sankar3-1/+133
2020-05-20efi/libstub: Add definitions for console input and eventsArvind Sankar1-5/+72
2020-05-20efi/libstub: Implement printk-style loggingArvind Sankar2-8/+35
2020-05-19ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel1-39/+6
2020-05-19efi/printf: Turn vsprintf into vsnprintfArvind Sankar2-18/+30
2020-05-19efi/printf: Abort on invalid formatArvind Sankar1-6/+8
2020-05-19efi/printf: Refactor code to consolidate padding and outputArvind Sankar1-126/+148
2020-05-19efi/printf: Handle null string inputArvind Sankar1-0/+5
2020-05-19efi/printf: Factor out integer argument retrievalArvind Sankar1-33/+33
2020-05-19efi/printf: Factor out width/precision parsingArvind Sankar1-21/+40
2020-05-19efi/printf: Merge 'p' with the integer formatsArvind Sankar1-14/+8
2020-05-19efi/printf: Fix minor bug in precision handlingArvind Sankar1-2/+4
2020-05-19efi/printf: Factor out flags parsing and handle '%' earlierArvind Sankar1-25/+31
2020-05-19efi/printf: Add 64-bit and 8-bit integer supportArvind Sankar1-27/+143
2020-05-19efi/printf: Drop %n format and L qualifierArvind Sankar1-12/+2
2020-05-19efi/libstub: Optimize for size instead of speedArvind Sankar1-2/+2
2020-05-19efi/libstub: Add a basic printf implementationArvind Sankar4-1/+320
2020-05-19efi/libstub: Buffer output of efi_putsArvind Sankar1-6/+13
2020-05-19efi/libstub: Rename efi_[char16_]printk to efi_[char16_]putsArvind Sankar3-16/+16
2020-05-19efi/libstub: Include dependencies of efistub.hArvind Sankar1-0/+5
2020-05-17tpm: check event log version before reading final eventsLoïc Yhuel1-2/+3
2020-05-15efi/libstub: Disable Shadow Call StackSami Tolvanen1-0/+3
2020-05-14efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz3-17/+22
2020-05-06efi/libstub: Correct comment typosJoe Perches2-2/+2
2020-05-05efi/libstub: Make efi_printk() input argument const char*Ard Biesheuvel2-13/+8
2020-05-05efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel1-0/+1
2020-05-05efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar1-10/+4
2020-05-01efi/libstub: Check return value of efi_parse_optionsArvind Sankar2-8/+27
2020-05-01efi/x86: Support builtin command lineArvind Sankar1-4/+8
2020-05-01efi/libstub: Unify initrd loading across architecturesArvind Sankar4-40/+52
2020-05-01efi/x86: Move command-line initrd loading to efi_mainArvind Sankar1-39/+25