summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-3/+17
|\
| * x86, efi: retry ExitBootServices() on failureZach Bobroff2013-06-111-3/+17
* | Modify UEFI anti-bricking codeMatthew Garrett2013-06-101-47/+0
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-301-1/+1
|\
| * x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safetyLans Zhang2013-03-011-1/+1
* | Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2013-04-251-2/+2
|\ \
| * | efi: Check EFI revision in setup_efi_varsJosh Boyer2013-04-241-1/+1
| * | x86, efi: Fix a build warningBorislav Petkov2013-04-241-1/+1
* | | Merge remote-tracking branch 'efi/urgent' into x86/urgentH. Peter Anvin2013-04-191-0/+47
|\ \ \ | |/ /
| * | efi: Pass boot services variable info to runtime codeMatthew Garrett2013-04-151-0/+47
| |/
* | x86: Fix rebuild with EFI_STUB enabledJan Beulich2013-04-051-3/+2
|/
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-271-7/+19
|\
| * x86, efi: Allow slash in file path of initrdLee, Chun-Yi2013-01-311-7/+19
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-212-22/+38
|\ \
| * | x86, boot: Update comments about entries for 64bit imageYinghai Lu2013-01-291-9/+13
| * | x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu2013-01-291-0/+2
| * | x86, boot: Move lldt/ltr out of 64bit code sectionYinghai Lu2013-01-291-3/+6
| * | x86, boot: Move verify_cpu.S and no_longmode downYinghai Lu2013-01-291-8/+9
| * | x86, boot: Add get_cmd_line_ptr()Yinghai Lu2013-01-291-2/+8
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-192-0/+3
|\ \ \ | |/ / | | / | |/ |/|
| * x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin2013-01-292-0/+3
* | Merge tag 'efi-for-3.8' into x86/efiH. Peter Anvin2013-01-301-7/+4
|\ \
| * | x86, efi: remove attribute check from setup_efi_pciMaarten Lankhorst2013-01-291-3/+0
| * | x86, efi: fix 32-bit warnings in setup_efi_pci()Jan Beulich2013-01-251-4/+4
| |/
* | x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse2013-01-272-7/+7
* | x86, efi: Fix PCI ROM handing in EFI boot stub, in 32-bit modeDavid Woodhouse2013-01-271-1/+6
* | x86, efi: Fix 32-bit EFI handover protocol entry pointDavid Woodhouse2013-01-271-0/+2
* | x86, efi: Fix display detection in EFI boot stubDavid Woodhouse2013-01-271-2/+1
|/
* x86, efi: correct precedence of operators in setup_efi_pciSasha Levin2012-12-201-1/+1
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-0/+118
|\
| * EFI: Stash ROMs if they're not in the PCI BARMatthew Garrett2012-12-051-0/+118
* | x86, efi: Fix processor-specific memcpy() build errorMatt Fleming2012-11-201-0/+2
|/
* x86, EFI: Calculate the EFI framebuffer size instead of trusting the firmwareMatthew Garrett2012-09-171-1/+2
* efifb: Skip DMI checks if the bootloader knows what it's doingMatthew Garrett2012-09-171-0/+2
* efi: Build EFI stub with EFI-appropriate optionsMatthew Garrett2012-09-171-0/+3
* X86: Improve GOP detection in the EFI boot stubMatthew Garrett2012-09-172-13/+20
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-263-78/+140
|\
| * x86, efi: Handover ProtocolMatt Fleming2012-07-203-78/+140
* | x86, boot: Exclude cmdline.c if you can't use itGokul Caushik2012-07-212-2/+7
* | x86, boot: Exclude early_serial_console.c if can't use it.Joe Millenbach2012-07-212-0/+14
* | x86, boot: Removed unused debug flag and set codeJoe Millenbach2012-07-211-4/+0
* | x86, boot: Switch output functions from command-line flags to conditional com...Joe Millenbach2012-07-212-15/+14
* | x86, boot: Changed error putstr path to match new debug_putstr formatJoe Millenbach2012-07-212-3/+4
* | x86, boot: Wrap debug printing in a new debug_putstr functionJoe Millenbach2012-07-211-8/+10
* | x86, boot: Removed quiet flag and switched quiet output to debug flagJoe Millenbach2012-07-211-6/+3
|/
* x86, efi; Add EFI boot stub console supportMatt Fleming2012-06-012-16/+75
* x86, efi: Only close open files in error pathMatt Fleming2012-06-011-1/+1
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-3/+11
|\
| * Merge branch x86/build into x86/efi and fix up arch/x86/boot/tools/build.cH. Peter Anvin2012-03-283-13/+5
| |\
| * | x86, efi: Fix .text section overlapping image header for EFI_STUBMatt Fleming2012-03-261-3/+11
OpenPOWER on IntegriCloud