summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/eboot.c
AgeCommit message (Expand)Author
2014-07-18x86/efi: Add better error logging to EFI boot stubUlf Winkelvos
2014-07-18efi: efistub: Convert into static libraryArd Biesheuvel
2014-07-07efi: efistub: Refactor stub componentsArd Biesheuvel
2014-07-07efi/x86: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel
2014-06-19x86/efi: Support initrd loaded above 4GYinghai Lu
2014-04-17efi: x86: Handle arbitrary Unicode charactersH. Peter Anvin
2014-04-10efi: Pass correct file handle to efi_file_{read,close}Matt Fleming
2014-04-10x86/efi: Correct EFI boot stub use of code32_startMatt Fleming
2014-04-10x86/efi: Fix boot failure with EFI stubMatt Fleming
2014-03-26x86, efi: Abstract x86 efi_early callsMatt Fleming
2014-03-04x86/efi: Firmware agnostic handover entry pointsMatt Fleming
2014-03-04x86/efi: Split the boot stub into 32/64 code pathsMatt Fleming
2014-03-04x86/efi: Build our own EFI services pointer tableMatt Fleming
2013-09-30x86 efi: bugfix interrupt disabling sequenceBart Kuivenhoven
2013-09-30x86: EFI stub support for large memory mapsLinn Crosetto
2013-09-25efi: Generalize handle_ramdisks() and rename to handle_cmdline_files().Roy Franz
2013-09-25efi: Allow efi_free() to be called with size of 0Roy Franz
2013-09-25efi: use efi_get_memory_map() to get final map for x86Roy Franz
2013-09-25efi: Move unicode to ASCII conversion to shared function.Roy Franz
2013-09-25efi: Generalize relocate_kernel() for use by other architectures.Roy Franz
2013-09-25efi: Move relocate_kernel() to shared file.Roy Franz
2013-09-25efi: Rename memory allocation/free functionsRoy Franz
2013-09-25efi: Add system table pointer argument to shared functions.Roy Franz
2013-09-25efi: Move common EFI stub code from x86 arch code to common locationRoy Franz
2013-07-26x86, efi: correct call to free_pagesRoy Franz
2013-07-02Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-06-11x86, efi: retry ExitBootServices() on failureZach Bobroff
2013-06-10Modify UEFI anti-bricking codeMatthew Garrett
2013-04-24efi: Check EFI revision in setup_efi_varsJosh Boyer
2013-04-24x86, efi: Fix a build warningBorislav Petkov
2013-04-15efi: Pass boot services variable info to runtime codeMatthew Garrett
2013-01-31x86, efi: Allow slash in file path of initrdLee, Chun-Yi
2013-01-30Merge tag 'efi-for-3.8' into x86/efiH. Peter Anvin
2013-01-29x86, efi: remove attribute check from setup_efi_pciMaarten Lankhorst
2013-01-27x86, efi: Fix PCI ROM handing in EFI boot stub, in 32-bit modeDavid Woodhouse
2013-01-27x86, efi: Fix display detection in EFI boot stubDavid Woodhouse
2013-01-25x86, efi: fix 32-bit warnings in setup_efi_pci()Jan Beulich
2012-12-20x86, efi: correct precedence of operators in setup_efi_pciSasha Levin
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-12-05EFI: Stash ROMs if they're not in the PCI BARMatthew Garrett
2012-11-20x86, efi: Fix processor-specific memcpy() build errorMatt Fleming
2012-09-17x86, EFI: Calculate the EFI framebuffer size instead of trusting the firmwareMatthew Garrett
2012-09-17efifb: Skip DMI checks if the bootloader knows what it's doingMatthew Garrett
2012-09-17X86: Improve GOP detection in the EFI boot stubMatthew Garrett
2012-07-20x86, efi: Handover ProtocolMatt Fleming
2012-06-01x86, efi; Add EFI boot stub console supportMatt Fleming
2012-06-01x86, efi: Only close open files in error pathMatt Fleming
2012-05-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-26x86, efi: Fix .text section overlapping image header for EFI_STUBMatt Fleming
2012-03-16x86, efi: Fix pointer math issue in handle_ramdisks()Dan Carpenter