| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-08-04 | 1 | -1/+1 |
|\ |
|
| * | x86/efi: Request desired alignment via the PE/COFF headers | Michael Brown | 2014-07-18 | 1 | -1/+1 |
* | | x86/efi: Include a .bss section within the PE/COFF headers | Michael Brown | 2014-07-10 | 1 | -4/+22 |
|/ |
|
* | x86/boot: EFI_MIXED should not prohibit loading above 4G | Matt Fleming | 2014-06-07 | 1 | -2/+1 |
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-03-31 | 1 | -12/+11 |
|\ |
|
| * | x86/efi: Wire up CONFIG_EFI_MIXED | Matt Fleming | 2014-03-04 | 1 | -5/+10 |
| * | x86/boot: Cleanup header.S by removing some #ifdefs | Matt Fleming | 2014-03-04 | 1 | -7/+1 |
* | | x86, boot: Correct max ramdisk size name | Borislav Petkov | 2014-03-13 | 1 | -1/+1 |
|/ |
|
* | x86: Add xloadflags bit for EFI runtime support on kexec | Dave Young | 2013-12-29 | 1 | -1/+8 |
* | x86, boot: Support loading bzImage, boot_params and ramdisk above 4G | Yinghai Lu | 2013-01-29 | 1 | -1/+9 |
* | x86, boot: Define the 2.12 bzImage boot protocol | H. Peter Anvin | 2013-01-27 | 1 | -10/+29 |
* | x86: remove dummy long from EFI stub | Cesar Eduardo Barros | 2012-11-20 | 1 | -3/+0 |
* | x86, boot: Remove obsolete and unused constant RAMDISK | Paul Bolle | 2012-08-20 | 1 | -4/+0 |
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-07-26 | 1 | -1/+3 |
|\ |
|
| * | x86, efi: Handover Protocol | Matt Fleming | 2012-07-20 | 1 | -1/+3 |
* | | Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git... | Linus Torvalds | 2012-07-26 | 1 | -7/+0 |
|\ \ |
|
| * | | x86, boot: Remove ancient, unconditionally #ifdef'd out dead code | Paul Bolle | 2012-06-20 | 1 | -7/+0 |
| |/ |
|
* | | x86, efi stub: Add .reloc section back into image | Jordan Justen | 2012-06-07 | 1 | -11/+31 |
|/ |
|
* | x86, efi: Fix NumberOfRvaAndSizes field in PE32 header for EFI_STUB | Matt Fleming | 2012-03-26 | 1 | -1/+1 |
* | x86, efi: Fix .text section overlapping image header for EFI_STUB | Matt Fleming | 2012-03-26 | 1 | -1/+1 |
* | x86, efi: Fix issue of overlapping .reloc section for EFI_STUB | Jordan Justen | 2012-03-26 | 1 | -15/+7 |
* | x86, efi: EFI boot stub support | Matt Fleming | 2011-12-12 | 1 | -0/+158 |
* | doc: fix broken references | Paul Bolle | 2011-09-27 | 1 | -1/+1 |
* | kbuild: move utsrelease.h to include/generated | Sam Ravnborg | 2009-12-12 | 1 | -1/+1 |
* | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-06-10 | 1 | -1/+1 |
|\ |
|
| * | x86, setup: "glove box" BIOS calls -- infrastructure | H. Peter Anvin | 2009-04-09 | 1 | -1/+1 |
* | | x86, boot: correct the calculation of ZO_INIT_SIZE | H. Peter Anvin | 2009-05-20 | 1 | -1/+1 |
* | | x86: add extension fields for bootloader type and version | H. Peter Anvin | 2009-05-11 | 1 | -1/+5 |
* | | x86, boot: make kernel_alignment adjustable; new bzImage fields | H. Peter Anvin | 2009-05-11 | 1 | -2/+13 |
* | | x86, boot: make symbols from the main vmlinux available | H. Peter Anvin | 2009-05-11 | 1 | -3/+4 |
|/ |
|
* | x86: remove zImage support | H. Peter Anvin | 2009-03-11 | 1 | -20/+9 |
* | x86: use _types.h headers in asm where available | Jeremy Fitzhardinge | 2009-02-13 | 1 | -1/+1 |
* | x86 setup: drop SWAP_DEV | Paul Bolle | 2008-09-16 | 1 | -1/+0 |
* | x86, boot: add linked list of struct setup_data | Huang, Ying | 2008-04-26 | 1 | -1/+5 |
* | x86: boot protocol updates | Ian Campbell | 2008-04-17 | 1 | -4/+2 |
* | x86: bump image header to version 2.08. | Ingo Molnar | 2008-04-17 | 1 | -1/+1 |
* | x86: use ELF format in compressed images. | Ian Campbell | 2008-04-17 | 1 | -0/+6 |
* | i386: handle an initrd in highmem (version 2) | H. Peter Anvin | 2008-01-30 | 1 | -1/+4 |
* | x86 setup: don't recalculate ss:esp unless really necessary | Jens Rottmann | 2007-11-28 | 1 | -25/+16 |
* | x86 setup: handle boot loaders which set up the stack incorrectly | H. Peter Anvin | 2007-10-25 | 1 | -18/+44 |
* | i386: paravirt boot sequence | Rusty Russell | 2007-10-22 | 1 | -1/+6 |
* | i386: move boot | Thomas Gleixner | 2007-10-11 | 1 | -0/+283 |