summaryrefslogtreecommitdiffstats
path: root/arch/efi/efi/efi.c
Commit message (Expand)AuthorAgeFilesLines
* include: Move ns16550 serial platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
* efi: let the generic relocate code handle all relocationsMichael Olbrich2016-04-071-42/+0
* restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-271-2/+11
* efi: use an EFI variable to save the environmentMichael Olbrich2015-07-271-0/+5
* efi: use xstrdup_* when appropriateMichael Olbrich2015-07-271-3/+3
* efi: use xasprintf() when appropriateMichael Olbrich2015-07-271-1/+1
* efi: write volatile EFI variables used by systemdMichael Olbrich2015-07-271-0/+16
* efi: add helper functions to write EFI variablesMichael Olbrich2015-07-271-0/+27
* efi: improve malloc pool allocationMichael Olbrich2015-07-231-3/+17
* Merge branch 'for-next/misc'Sascha Hauer2015-01-091-1/+1
|\
| * sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* | efi: move exit to EFI into own commandLucas Stach2014-12-091-0/+16
* | efi: add proper reset hookLucas Stach2014-12-091-1/+1
|/
* EFI: fix error handling in efi_get_boot()Michael Olbrich2014-09-011-1/+1
* EFI: introduce efi_strguid to convert GUID to human readable namesJean-Christophe PLAGNIOL-VILLARD2014-07-161-2/+3
* Add initial EFI architecture supportSascha Hauer2014-07-161-0/+342