summaryrefslogtreecommitdiffstats
path: root/arch/efi/efi
Commit message (Expand)AuthorAgeFilesLines
* efi: don't unload driversMichael Olbrich2017-01-241-1/+6
* efi: include and execute exit callsMichael Olbrich2017-01-241-0/+2
* include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-261-0/+1
* 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
* efi: fix memory leak in error pathLucas Stach2016-03-041-1/+3
* bootm: Push dryrun to handlersSascha Hauer2016-01-261-1/+8
* 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-272-2/+2
* efi: write volatile EFI variables used by systemdMichael Olbrich2015-07-272-0/+21
* efi: add helper functions to write EFI variablesMichael Olbrich2015-07-271-0/+27
* efi: add support for initrd loadingMichael Olbrich2015-07-231-13/+180
* efi: improve malloc pool allocationMichael Olbrich2015-07-231-3/+17
* driver: Call remove function only when availableSascha Hauer2015-03-171-1/+2
* Merge branch 'for-next/misc'Sascha Hauer2015-01-093-3/+3
|\
| * sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-083-3/+3
* | efi: move exit to EFI into own commandLucas Stach2014-12-091-0/+16
* | efi: add proper reset hookLucas Stach2014-12-091-1/+1
|/
* treewide: Reuse init_clock() return value for clocksource driversAlexander Shiyan2014-11-101-3/+1
* EFI: report correct block device sizeMichael Olbrich2014-10-231-1/+1
* EFI: add missing includeMichael Olbrich2014-09-031-0/+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-162-3/+5
* Add initial EFI architecture supportSascha Hauer2014-07-167-0/+1036