summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)Author
2017-06-08efi/libstub/arm*: Set default address and size cells values for an empty dtbSameer Goel
2017-04-21efi/libstub: Skip GOP with PIXEL_BLT_ONLY formatCohen, Eugene
2017-02-09efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel
2017-01-19efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel
2016-10-19efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel
2016-09-05efi/libstub: Use efi_exit_boot_services() in FDTJeffrey Hugo
2016-09-05efi/libstub: Introduce ExitBootServices helperJeffrey Hugo
2016-09-05efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo
2016-05-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-04-28arm64: kaslr: increase randomization granularityArd Biesheuvel
2016-04-28efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'Ard Biesheuvel
2016-04-28efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel
2016-04-28efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming
2016-04-28efi/arm64: Check SetupMode when determining Secure Boot statusLinn Crosetto
2016-04-28efi/arm64: Report unexpected errors when determining Secure Boot statusLinn Crosetto
2016-04-15efi: ARM/arm64: ignore DT memory nodes instead of removing themArd Biesheuvel
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-21Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf
2016-02-24arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel
2016-02-24efi: stub: use high allocation for converted command lineArd Biesheuvel
2016-02-24efi: stub: add implementation of efi_random_alloc()Ard Biesheuvel
2016-02-24efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel
2016-02-22efi/arm*: Perform hardware compatibility checkArd Biesheuvel
2016-02-22efi/arm64: Check for h/w support before booting a >4 KB granular kernelArd Biesheuvel
2016-02-22efi/arm: Check for LPAE support before booting a LPAE kernelArd Biesheuvel
2016-02-22efi/efistub: Prevent __init annotations from being usedArd Biesheuvel
2016-02-22efi/arm64: Drop __init annotation from handle_kernel_image()Ard Biesheuvel
2016-01-21UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-01-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2016-01-06efi: stub: define DISABLE_BRANCH_PROFILING for all architecturesArd Biesheuvel
2015-12-14ARM: add UEFI stub supportRoy Franz
2015-12-08treewide: Fix typos in printkMasanari Iida
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-11-02arm64/efi: fix libstub build under CONFIG_MODVERSIONSArd Biesheuvel
2015-10-30arm64/efi: move arm64 specific stub C code to libstubArd Biesheuvel
2015-10-12arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel
2015-10-12arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT propertyArd Biesheuvel
2015-10-01arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel
2015-09-22x86, efi, kasan: #undef memset/memcpy/memmove per archAndrey Ryabinin
2015-06-05of: clean-up unnecessary libfdt include pathsRob Herring
2015-04-01efi/libstub: Retrieve FDT size when loaded from UEFI config tableArd Biesheuvel
2015-03-02Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar
2015-02-24efi/libstub: Fix boundary checking in efi_high_alloc()Yinghai Lu
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-02-18Revert "efi/libstub: Call get_memory_map() to obtain map and desc sizes"Matt Fleming
2015-02-14x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin