Age | Commit message (Expand) | Author | Files | Lines |
2015-10-01 | arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions | Ard Biesheuvel | 1 | -15/+73 |
2015-09-22 | x86, efi, kasan: #undef memset/memcpy/memmove per arch | Andrey Ryabinin | 1 | -4/+0 |
2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young | 1 | -1/+1 |
2015-07-30 | efi: Check for NULL efi kernel parameters | Ricardo Neri | 1 | -0/+5 |
2015-07-21 | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 1 | -3/+12 |
2015-07-15 | efi: Handle memory error structures produced based on old versions of standard | Luck, Tony | 1 | -3/+12 |
2015-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -4/+2 |
2015-07-01 | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2015-07-01 | sysfs: Create mountpoints with sysfs_create_mount_point | Eric W. Biederman | 1 | -4/+2 |
2015-06-30 | Merge remote-tracking branch 'robh/for-next' into devicetree/next | Grant Likely | 1 | -2/+0 |
2015-06-11 | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 2 | -1/+7 |
2015-06-08 | efi: Work around ia64 build problem with ESRT driver | Peter Jones | 2 | -1/+7 |
2015-06-04 | of: clean-up unnecessary libfdt include paths | Rob Herring | 1 | -2/+0 |
2015-06-02 | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 4 | -9/+566 |
2015-05-06 | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 1 | -3/+3 |
2015-05-05 | efi: dmi: List SMBIOS3 table before SMBIOS table | Jean Delvare | 1 | -2/+7 |
2015-05-05 | efi: Fix error handling in add_sysfs_runtime_map_entry() | Dan Carpenter | 1 | -3/+3 |
2015-04-30 | efi/esrt: Fix some compiler warnings | Peter Jones | 1 | -11/+18 |
2015-04-30 | efi: Add esrt support | Peter Jones | 3 | -2/+546 |
2015-04-30 | efi: efivar_create_sysfs_entry() should return negative error codes | Dan Carpenter | 1 | -5/+6 |
2015-04-01 | efi/libstub: Retrieve FDT size when loaded from UEFI config table | Ard Biesheuvel | 3 | -6/+10 |
2015-03-02 | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 1 | -4/+4 |
2015-02-24 | efi/libstub: Fix boundary checking in efi_high_alloc() | Yinghai Lu | 1 | -4/+4 |
2015-02-21 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -10/+6 |
2015-02-18 | Revert "efi/libstub: Call get_memory_map() to obtain map and desc sizes" | Matt Fleming | 1 | -10/+6 |
2015-02-13 | x86_64: kasan: add interceptors for memset/memmove/memcpy functions | Andrey Ryabinin | 1 | -0/+4 |
2015-02-13 | kasan: add kernel address sanitizer infrastructure | Andrey Ryabinin | 1 | -0/+1 |
2015-02-11 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 5 | -35/+171 |
2015-01-29 | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 7 | -24/+45 |
2015-01-20 | efi: Don't look for chosen@0 node on DT platforms | Leif Lindholm | 1 | -2/+1 |
2015-01-20 | firmware: efi: Remove unneeded guid unparse | Ivan Khoronzhuk | 1 | -5/+0 |
2015-01-20 | efi/libstub: Call get_memory_map() to obtain map and desc sizes | Ard Biesheuvel | 1 | -6/+10 |
2015-01-20 | efi: Small leak on error in runtime map code | Dan Carpenter | 1 | -1/+1 |
2015-01-15 | arm64/efi: efistub: Apply __init annotation | Ard Biesheuvel | 3 | -5/+19 |
2015-01-12 | arm64/efi: move SetVirtualAddressMap() to UEFI stub | Ard Biesheuvel | 3 | -3/+122 |
2015-01-12 | efi: Expose underlying UEFI firmware platform size to userland | Steve McIntyre | 1 | -0/+9 |
2015-01-12 | efi: efistub: allow allocation alignment larger than EFI_PAGE_SIZE | Ard Biesheuvel | 1 | -8/+17 |
2015-01-12 | efi: split off remapping code from efi_config_init() | Ard Biesheuvel | 1 | -24/+32 |
2015-01-07 | efi: Rename efi_guid_unparse to efi_guid_to_str | Borislav Petkov | 2 | -5/+5 |
2015-01-07 | efi: Update the URLs for efibootmgr | Peter Jones | 1 | -2/+2 |
2014-12-10 | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -1/+1 |
2014-12-10 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2014-11-19 | RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open coded | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2014-11-11 | efi/x86: Move x86 back to libstub | Ard Biesheuvel | 1 | -1/+1 |
2014-11-05 | efi: efi-stub: notify on DTB absence | Mark Rutland | 1 | -1/+10 |
2014-11-05 | efi: dmi: add support for SMBIOS 3.0 UEFI configuration table | Ard Biesheuvel | 1 | -0/+4 |
2014-10-03 | Merge branch 'next' into efi-next-merge | Matt Fleming | 5 | -19/+351 |
2014-10-03 | efi: Delete the in_nmi() conditional runtime locking | Matt Fleming | 1 | -13/+4 |
2014-10-03 | efi: Provide a non-blocking SetVariable() operation | Matt Fleming | 2 | -0/+66 |
2014-10-03 | efi: Resolve some shadow warnings | Mark Rustad | 1 | -7/+7 |