summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
...
| * | efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel2016-02-031-2/+14
| * | efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()Ard Biesheuvel2016-02-031-0/+22
| * | efi: Expose non-blocking set_variable() wrapper to efivarsArd Biesheuvel2016-02-031-0/+1
| * | Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-038-4/+451
| |\ \
| * | | x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth2015-12-141-32/+0Star
| * | | efi/esrt: Don't preformat nameRasmus Villemoes2015-12-141-4/+1Star
* | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-211-0/+1
|\ \ \ \
| * | | | objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-291-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-187-37/+246
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| | |/ | |/|
* | | efi: Add pstore variables to the deletion whitelistMatt Fleming2016-02-161-0/+1
* | | efi: Make efivarfs entries immutable by defaultPeter Jones2016-02-101-23/+64
* | | efi: Make our variable validation list include the guidPeter Jones2016-02-102-21/+36
* | | efi: Do variable name validation tests in utf8Peter Jones2016-02-101-11/+21
* | | efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-02-101-19/+11Star
|/ /
* | UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-211-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-151-1/+1
|\ \
| * | treewide: Fix typos in printkMasanari Iida2015-12-081-1/+1
| |/
* | efi: include asm/early_ioremap.h not asm/efi.h to get early_memremapArd Biesheuvel2016-01-131-1/+1
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-01-124-1/+98
|\ \
| * | ARM: add UEFI stub supportRoy Franz2015-12-143-1/+97
| * | ARM: wire up UEFI init and runtime supportArd Biesheuvel2015-12-131-0/+1
* | | efi: stub: define DISABLE_BRANCH_PROFILING for all architecturesArd Biesheuvel2016-01-061-2/+2
|/ /
* | arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-093-35/+22Star
* | arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-093-0/+362
|/
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-051-1/+1
|\
| * efi-pstore: fix kernel-doc argument nameGeliang Tang2015-11-021-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-045-15/+179
|\ \
| * | 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: add KASAN supportAndrey Ryabinin2015-10-121-0/+8
| * | 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/+0Star
| |/
* | efi: Fix warning of int-to-pointer-cast on x86 32-bit buildsTaku Izumi2015-10-281-2/+2
* | efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel2015-10-281-4/+4
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-146-36/+307
|\ \
| * | efi: Add "efi_fake_mem" boot optionTaku Izumi2015-10-123-0/+261
| * | efi: Auto-load the efi-pstore moduleBen Hutchings2015-10-121-0/+1
| * | efi: Introduce EFI_NX_PE_DATA bit and set it from properties tableArd Biesheuvel2015-10-121-0/+18
| * | efi: Add support for UEFIv2.5 Properties tableArd Biesheuvel2015-10-121-14/+16
| * | efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format()Taku Izumi2015-10-121-2/+3
| * | efi/arm64: Clean up efi_get_fdt_params() interfaceLeif Lindholm2015-10-121-4/+2Star
| * | efi/x86: Move efi=debug option parsing to coreLeif Lindholm2015-10-121-0/+3
| * | drivers/firmware: Make efi/esrt.c driver explicitly non-modularPaul Gortmaker2015-10-121-16/+3Star
* | | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar2015-10-143-20/+74
|\ \ \ | |/ / |/| / | |/
| * 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-231-4/+0Star