summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/eboot.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-10Modify UEFI anti-bricking codeMatthew Garrett1-47/+0
2013-04-24efi: Check EFI revision in setup_efi_varsJosh Boyer1-1/+1
2013-04-24x86, efi: Fix a build warningBorislav Petkov1-1/+1
2013-04-15efi: Pass boot services variable info to runtime codeMatthew Garrett1-0/+47
2013-01-31x86, efi: Allow slash in file path of initrdLee, Chun-Yi1-7/+19
2013-01-30Merge tag 'efi-for-3.8' into x86/efiH. Peter Anvin1-7/+4
2013-01-29x86, efi: remove attribute check from setup_efi_pciMaarten Lankhorst1-3/+0
2013-01-27x86, efi: Fix PCI ROM handing in EFI boot stub, in 32-bit modeDavid Woodhouse1-1/+6
2013-01-27x86, efi: Fix display detection in EFI boot stubDavid Woodhouse1-2/+1
2013-01-25x86, efi: fix 32-bit warnings in setup_efi_pci()Jan Beulich1-4/+4
2012-12-20x86, efi: correct precedence of operators in setup_efi_pciSasha Levin1-1/+1
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+118
2012-12-05EFI: Stash ROMs if they're not in the PCI BARMatthew Garrett1-0/+118
2012-11-20x86, efi: Fix processor-specific memcpy() build errorMatt Fleming1-0/+2
2012-09-17x86, EFI: Calculate the EFI framebuffer size instead of trusting the firmwareMatthew Garrett1-1/+2
2012-09-17efifb: Skip DMI checks if the bootloader knows what it's doingMatthew Garrett1-0/+2
2012-09-17X86: Improve GOP detection in the EFI boot stubMatthew Garrett1-13/+16
2012-07-20x86, efi: Handover ProtocolMatt Fleming1-78/+120
2012-06-01x86, efi; Add EFI boot stub console supportMatt Fleming1-16/+69
2012-06-01x86, efi: Only close open files in error pathMatt Fleming1-1/+1
2012-05-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+11
2012-03-26x86, efi: Fix .text section overlapping image header for EFI_STUBMatt Fleming1-3/+11
2012-03-16x86, efi: Fix pointer math issue in handle_ramdisks()Dan Carpenter1-4/+4
2011-12-16x86, efi: Break up large initrd readsMaarten Lankhorst1-6/+14
2011-12-12x86, efi: EFI boot stub supportMatt Fleming1-0/+1014