summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub
Commit message (Expand)AuthorAgeFilesLines
* efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel2016-10-191-2/+3
* efi/libstub: Use efi_exit_boot_services() in FDTJeffrey Hugo2016-09-051-10/+27
* efi/libstub: Introduce ExitBootServices helperJeffrey Hugo2016-09-051-0/+73
* efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo2016-09-053-37/+88
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-162-26/+13
|\
| * arm64: kaslr: increase randomization granularityArd Biesheuvel2016-04-281-3/+12
| * efi: ARM/arm64: ignore DT memory nodes instead of removing themArd Biesheuvel2016-04-151-23/+1
* | efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'Ard Biesheuvel2016-04-281-0/+23
* | efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel2016-04-281-0/+37
* | efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel2016-04-282-1/+355
* | efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-281-2/+4
* | efi/arm64: Check SetupMode when determining Secure Boot statusLinn Crosetto2016-04-281-7/+25
* | efi/arm64: Report unexpected errors when determining Secure Boot statusLinn Crosetto2016-04-281-4/+18
|/
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-204-7/+60
|\
| * efi/arm*: Perform hardware compatibility checkArd Biesheuvel2016-02-222-0/+6
| * efi/arm64: Check for h/w support before booting a >4 KB granular kernelArd Biesheuvel2016-02-221-0/+20
| * efi/arm: Check for LPAE support before booting a LPAE kernelArd Biesheuvel2016-02-221-0/+17
| * efi/efistub: Prevent __init annotations from being usedArd Biesheuvel2016-02-221-0/+10
| * efi/arm64: Drop __init annotation from handle_kernel_image()Ard Biesheuvel2016-02-221-7/+7
* | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-201-0/+1
|\ \
| * | objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-291-0/+1
| |/
* | arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel2016-02-243-35/+97
* | efi: stub: use high allocation for converted command lineArd Biesheuvel2016-02-241-1/+6
* | efi: stub: add implementation of efi_random_alloc()Ard Biesheuvel2016-02-242-0/+104
* | efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel2016-02-243-1/+39
|/
* UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-1/+1
|\
| * treewide: Fix typos in printkMasanari Iida2015-12-081-1/+1
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-01-123-1/+97
|\ \
| * | ARM: add UEFI stub supportRoy Franz2015-12-143-1/+97
| |/
* | efi: stub: define DISABLE_BRANCH_PROFILING for all architecturesArd Biesheuvel2016-01-061-2/+2
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-044-15/+171
|\
| * arm64/efi: fix libstub build under CONFIG_MODVERSIONSArd Biesheuvel2015-11-021-1/+1
| * arm64/efi: move arm64 specific stub C code to libstubArd Biesheuvel2015-10-302-0/+71
| * arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel2015-10-122-6/+90
| * arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT propertyArd Biesheuvel2015-10-121-9/+0
|/
* arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel2015-10-011-15/+73
* x86, efi, kasan: #undef memset/memcpy/memmove per archAndrey Ryabinin2015-09-221-4/+0
* of: clean-up unnecessary libfdt include pathsRob Herring2015-06-041-2/+0
* efi/libstub: Retrieve FDT size when loaded from UEFI config tableArd Biesheuvel2015-04-013-6/+10
* Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-03-021-4/+4
|\
| * efi/libstub: Fix boundary checking in efi_high_alloc()Yinghai Lu2015-02-241-4/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-211-10/+6
|\ \ | |/
| * Revert "efi/libstub: Call get_memory_map() to obtain map and desc sizes"Matt Fleming2015-02-181-10/+6
* | x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin2015-02-131-0/+4
* | kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2015-02-131-0/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-114-11/+139
|\ \ | |/ |/|
| * arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel2015-01-123-3/+122
| * efi: efistub: allow allocation alignment larger than EFI_PAGE_SIZEArd Biesheuvel2015-01-121-8/+17
OpenPOWER on IntegriCloud