summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)Author
2020-04-23efi/libstub/arm64: Replace 'preferred' offset with alignment checkArd Biesheuvel
2020-04-23efi/libstub/random: Increase random alloc granularityArd Biesheuvel
2020-04-23efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGNArd Biesheuvel
2020-04-23efi/gop: Allow automatically choosing the best modeArvind Sankar
2020-04-23efi/gop: Allow specifying depth as well as resolutionArvind Sankar
2020-04-23efi/gop: Allow specifying mode by <xres>x<yres>Arvind Sankar
2020-04-23efi/gop: Allow specifying mode number on command lineArvind Sankar
2020-04-23efi/gop: Add prototypes for query_mode and set_modeArvind Sankar
2020-04-23efi/gop: Remove unreachable code from setup_pixel_infoArvind Sankar
2020-04-23efi/gop: Use helper macros for find_bitsArvind Sankar
2020-04-23efi/gop: Use helper macros for populating lfb_baseArvind Sankar
2020-04-23efi/gop: Move variable declarations into loop blockArvind Sankar
2020-04-23efi/gop: Slightly re-arrange logic of find_gopArvind Sankar
2020-04-23efi/gop: Factor out locating the gop into a functionArvind Sankar
2020-04-23efi/gop: Get mode information outside the loopArvind Sankar
2020-04-23efi/gop: Move check for framebuffer before con_outArvind Sankar
2020-04-23efi/gop: Remove redundant current_fb_baseArvind Sankar
2020-04-23efi/libstub/arm: Make install_memreserve_table staticZou Wei
2020-04-23efi/libstub: unify EFI call wrappers for non-x86Ard Biesheuvel
2020-04-23efi/libstub: Make initrd file loader configurableArd Biesheuvel
2020-04-23efi/libstub: Move arm-stub to a common fileAtish Patra
2020-04-14efi/libstub/file: Merge file name buffers to reduce stack usageArd Biesheuvel
2020-04-14efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar
2020-04-14efi/x86: Move efi stub globals from .bss to .dataArvind Sankar
2020-04-14efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar
2020-04-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-04-01arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-29efi/libstub/arm: Fix spurious message that an initrd was loadedArd Biesheuvel
2020-03-29efi/libstub/arm64: Avoid image_base value from efi_loaded_imageArd Biesheuvel
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar
2020-03-08efi/x86: Fix cast of image argumentArvind Sankar
2020-03-08efi/libstub/x86: Use ULONG_MAX as upper bound for all allocationsArd Biesheuvel
2020-03-08efi/x86: Don't relocate the kernel unless necessaryArvind Sankar
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar
2020-03-08efi/libstub/x86: Deal with exit() boot service returningArd Biesheuvel
2020-03-08efi/x86: Avoid using code32_startArvind Sankar
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel
2020-02-23efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel
2020-02-23efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel
2020-02-23efi/libstub: Fix error message in handle_cmdline_files()Heinrich Schuchardt
2020-02-23efi/libstub: Describe RNG functionsHeinrich Schuchardt
2020-02-23efi/libstub: Describe efi_relocate_kernel()Heinrich Schuchardt
2020-02-23efi/libstub: Describe memory functionsHeinrich Schuchardt
2020-02-23efi/libstub: Simplify efi_get_memory_map()Heinrich Schuchardt
2020-02-23efi/libstub: Add function description of efi_allocate_pages()Heinrich Schuchardt