aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ti-linux-4.1.y' of git.ti.com:ti-linux-kernel/ti-linux-kernel i...Dan Murphy2016-07-141-0/+1
|\
| * efi: Expose non-blocking set_variable() wrapper to efivarsArd Biesheuvel2016-07-101-0/+1
* | Merge branch 'v4.1/topic/KASAN' into linux-linaro-lsk-v4.1Alex Shi2016-06-284-19/+90
|\ \
| * | arm64/efi: fix libstub build under CONFIG_MODVERSIONSArd Biesheuvel2016-06-271-1/+1
| * | arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel2016-06-272-6/+90
| * | arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT propertyArd Biesheuvel2016-06-271-9/+0
| * | x86, efi, kasan: #undef memset/memcpy/memmove per archAndrey Ryabinin2016-06-271-4/+0
* | | Merge tag 'v4.1.25' into linux-linaro-lsk-v4.1lsk-v4.1-16.05Alex Shi2016-05-231-11/+26
|\ \ \ | | |/ | |/|
| * | efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek2016-05-171-11/+26
* | | Merge remote-tracking branch 'lts/linux-4.1.y' into linux-linaro-lsk-v4.1lsk-v4.1-16.04Alex Shi2016-04-212-65/+125
|\| | | |/ |/|
| * efi: Add pstore variables to the deletion whitelistMatt Fleming2016-04-111-0/+1
| * efi: Make efivarfs entries immutable by defaultPeter Jones2016-04-111-23/+64
| * efi: Make our variable validation list include the guidPeter Jones2016-04-112-21/+36
| * efi: Do variable name validation tests in utf8Peter Jones2016-04-111-11/+21
| * efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-04-111-19/+11
| * efi: efivar_create_sysfs_entry() should return negative error codesDan Carpenter2016-04-111-5/+6
* | arm64: add KASAN supportAlex Shi2016-04-081-0/+8
|/
* arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel2015-10-221-15/+73
* efi: Check for NULL efi kernel parametersRicardo Neri2015-08-101-0/+5
* efi: Handle memory error structures produced based on old versions of standardLuck, Tony2015-08-101-3/+12
* sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-211-4/+2
* Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-05-061-3/+3
|\
| * efi: Fix error handling in add_sysfs_runtime_map_entry()Dan Carpenter2015-05-051-3/+3
* | 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-115-35/+171
|\ \ | |/ |/|
| * 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
| * efi: split off remapping code from efi_config_init()Ard Biesheuvel2015-01-121-24/+32
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-01-297-24/+45
|\ \ | |/ |/|
| * efi: Don't look for chosen@0 node on DT platformsLeif Lindholm2015-01-201-2/+1
| * firmware: efi: Remove unneeded guid unparseIvan Khoronzhuk2015-01-201-5/+0
| * efi/libstub: Call get_memory_map() to obtain map and desc sizesArd Biesheuvel2015-01-201-6/+10
| * efi: Small leak on error in runtime map codeDan Carpenter2015-01-201-1/+1
| * arm64/efi: efistub: Apply __init annotationArd Biesheuvel2015-01-153-5/+19
| * efi: Expose underlying UEFI firmware platform size to userlandSteve McIntyre2015-01-121-0/+9
| * efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov2015-01-072-5/+5
| * efi: Update the URLs for efibootmgrPeter Jones2015-01-071-2/+2
* | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-12-101-1/+1
|\ \
| * | RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open codedSteven Rostedt (Red Hat)2014-11-191-1/+1
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-1/+1
|\ \ \ | | |/ | |/|
| * | efi/x86: Move x86 back to libstubArd Biesheuvel2014-11-111-1/+1
* | | efi: efi-stub: notify on DTB absenceMark Rutland2014-11-051-1/+10
* | | efi: dmi: add support for SMBIOS 3.0 UEFI configuration tableArd Biesheuvel2014-11-051-0/+4
|/ /
* | Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-035-19/+351
|\ \ | |/ |/|