summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorLines
2016-04-22efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek-11/+26
2016-03-31efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mappingArd Biesheuvel-3/+15
2016-03-22kernel: add kcov code coverageDmitry Vyukov-0/+3
2016-03-22drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...Andy Lutomirski-1/+1
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-129/+129
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-37/+246
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf-0/+1
2016-02-24arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel-35/+97
2016-02-24efi: stub: use high allocation for converted command lineArd Biesheuvel-1/+6
2016-02-24efi: stub: add implementation of efi_random_alloc()Ard Biesheuvel-0/+104
2016-02-24efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel-1/+39
2016-02-22efi/arm*: Perform hardware compatibility checkArd Biesheuvel-0/+6
2016-02-22efi/arm64: Check for h/w support before booting a >4 KB granular kernelArd Biesheuvel-0/+20
2016-02-22efi/arm: Check for LPAE support before booting a LPAE kernelArd Biesheuvel-0/+17
2016-02-22efi/arm-init: Use read-only early mappingsArd Biesheuvel-7/+7
2016-02-22efi/efistub: Prevent __init annotations from being usedArd Biesheuvel-0/+10
2016-02-22efi/arm64: Drop __init annotation from handle_kernel_image()Ard Biesheuvel-7/+7
2016-02-22efi/runtime-wrappers: Run UEFI Runtime Services with interrupts enabledArd Biesheuvel-43/+28
2016-02-22Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar-60/+119
2016-02-16efi: Add pstore variables to the deletion whitelistMatt Fleming-0/+1
2016-02-10efi: Make efivarfs entries immutable by defaultPeter Jones-23/+64
2016-02-10efi: Make our variable validation list include the guidPeter Jones-21/+36
2016-02-10efi: Do variable name validation tests in utf8Peter Jones-11/+21
2016-02-10efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones-19/+11
2016-02-03efi: Add Persistent Memory type nameRobert Elliott-1/+2
2016-02-03efi: Add NV memory attributeRobert Elliott-1/+4
2016-02-03efivars: Use to_efivar_entryGeliang Tang-1/+1
2016-02-03efi: Runtime-wrapper: Get rid of the rtc_lock spinlockArd Biesheuvel-24/+8
2016-02-03efi/runtime-wrappers: Remove out of date comment regarding in_nmi()Ard Biesheuvel-26/+0
2016-02-03efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel-2/+14
2016-02-03efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()Ard Biesheuvel-0/+22
2016-02-03efi: Expose non-blocking set_variable() wrapper to efivarsArd Biesheuvel-0/+1
2016-02-03Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar-4/+451
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin-0/+1
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2016-01-13efi: include asm/early_ioremap.h not asm/efi.h to get early_memremapArd Biesheuvel-1/+1
2016-01-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-1/+98
2016-01-06efi: stub: define DISABLE_BRANCH_PROFILING for all architecturesArd Biesheuvel-2/+2
2015-12-14x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth-32/+0
2015-12-14efi/esrt: Don't preformat nameRasmus Villemoes-4/+1
2015-12-14ARM: add UEFI stub supportRoy Franz-1/+97
2015-12-13ARM: wire up UEFI init and runtime supportArd Biesheuvel-0/+1
2015-12-09arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel-35/+22
2015-12-09arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel-0/+362
2015-12-08treewide: Fix typos in printkMasanari Iida-1/+1
2015-11-05Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-15/+179
2015-11-02efi-pstore: fix kernel-doc argument nameGeliang Tang-1/+1
2015-11-02arm64/efi: fix libstub build under CONFIG_MODVERSIONSArd Biesheuvel-1/+1