summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
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-14efi/cper: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
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-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...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 'linus' into locking/kcsan, to pick up fixesIngo Molnar
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar
2020-03-20platform/x86: touchscreen_dmi: Add EFI embedded firmware info supportHans de Goede
2020-03-20Merge tag 'stable-shared-branch-for-driver-tree' of git://git.kernel.org/pub/...Greg Kroah-Hartman
2020-03-09Merge 5.6-rc5 into driver-core-nextGreg Kroah-Hartman
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: Fix a mistype in comments mentioning efivar_entry_iter_begin()Vladis Dronov
2020-03-08efi/libstub: Avoid linking libstub/lib-ksyms.o into vmlinuxMasahiro Yamada
2020-03-08efi/x86: Ignore the memory attributes table on i386Ard 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-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2020-03-08efi: Add a sanity check to efivar_store_raw()Vladis Dronov
2020-03-08efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-03-04efi/arm: Start using fw_devlink_get_flags()Saravana Kannan
2020-03-03efi: Add embedded peripheral firmware supportHans de Goede
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede
2020-02-29efi: Mark all EFI runtime services as unsupported on non-EFI bootArd Biesheuvel
2020-02-29efi: Don't shadow 'i' in efi_config_parse_tables()Heinrich Schuchardt
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky