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 Torvalds2014-10-231-7/+25
|\
| * Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-031-7/+25
| |\
| | * x86/efi: Adding efi_printks on memory allocationa and pci.readsAndre Müller2014-10-031-7/+21
| | * efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming2014-10-031-0/+4
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-141-1/+1
|\ \ \
| * | | x86, boot, kaslr: Fix nuisance warning on 32-bit buildsKees Cook2014-10-011-1/+1
| |/ /
* | | Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds2014-10-073-15/+9
|\ \ \ | |/ / |/| |
| * | x86, boot: Don't compile early_serial_console.c when !CONFIG_EARLY_PRINTKJosh Triplett2014-08-172-5/+2
| * | x86, boot: Don't compile aslr.c when !CONFIG_RANDOMIZE_BASEJosh Triplett2014-08-172-4/+3
| * | x86, boot: Use the usual -y -n mechanism for objects in vmlinuxJosh Triplett2014-08-171-7/+5
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-09-274-20/+58
|\ \
| * \ Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2014-09-253-20/+43
| |\ \
| | * | x86/efi: Truncate 64-bit values when calling 32-bit OutputString()Matt Fleming2014-09-241-2/+4
| | * | x86/efi: Delete misleading efi_printk() error messageMatt Fleming2014-09-241-15/+16
| | * | Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>"Matt Fleming2014-09-233-3/+23
| * | | x86/kaslr: Avoid the setup_data area when picking locationKees Cook2014-09-191-0/+15
| |/ /
* | | Revert "x86/efi: Fixup GOT in all boot code paths"Linus Torvalds2014-09-222-81/+29
|/ /
* | x86/efi: Fixup GOT in all boot code pathsMatt Fleming2014-09-082-29/+81
* | x86/efi: Only load initrd above 4g on second tryYinghai Lu2014-09-081-7/+11
|/
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-043-36/+31
|\
| * x86/efi: Add better error logging to EFI boot stubUlf Winkelvos2014-07-181-3/+11
| * efi: efistub: Convert into static libraryArd Biesheuvel2014-07-182-3/+2
| * efi: efistub: Refactor stub componentsArd Biesheuvel2014-07-071-7/+6
| * efi/x86: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel2014-07-072-20/+1
| * x86/efi: Support initrd loaded above 4GYinghai Lu2014-06-191-3/+11
* | x86, kaslr: boot-time selectable with hibernationKees Cook2014-06-161-1/+8
|/
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-052-3/+2
|\
| * x86/efi: Delete most of the efi_call* macrosMatt Fleming2014-04-171-1/+1
| * efi: x86: Handle arbitrary Unicode charactersH. Peter Anvin2014-04-171-2/+1
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-031-4/+0
|\ \
| * | x86, boot: Remove misc.h inclusion from compressed/string.cVivek Goyal2014-05-081-4/+0
| |/
* | asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-051-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-113-21/+15
|\
| * efi: Pass correct file handle to efi_file_{read,close}Matt Fleming2014-04-101-6/+6
| * x86/efi: Correct EFI boot stub use of code32_startMatt Fleming2014-04-103-14/+8
| * x86/efi: Fix boot failure with EFI stubMatt Fleming2014-04-101-1/+1
* | Merge branch 'x86/boot' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2014-04-022-49/+48
|\ \ | |/ |/|
| * x86, boot: Move memset() definition in compressed/string.cVivek Goyal2014-03-192-13/+17
| * x86, boot: Move memcmp() into string.h and string.cVivek Goyal2014-03-191-11/+0
| * x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.cVivek Goyal2014-03-192-30/+34
| * x86, boot: Undef memcmp before providing a new definitionVivek Goyal2014-03-191-0/+2
* | x86, efi: Abstract x86 efi_early callsMatt Fleming2014-03-261-79/+76
* | Merge branch 'mixed-mode' into efi-for-mingoMatt Fleming2014-03-052-0/+5
|\ \
| * | x86/boot: Fix non-EFI buildMatt Fleming2014-03-052-0/+5
* | | Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming2014-03-055-222/+1043
|\ \ \ | |/ / | | / | |/ |/|
| * x86/boot: Don't overwrite cr4 when enabling PAEMatt Fleming2014-03-041-1/+2
| * x86/efi: Firmware agnostic handover entry pointsMatt Fleming2014-03-043-12/+61
| * x86/efi: Split the boot stub into 32/64 code pathsMatt Fleming2014-03-041-177/+637
| * x86/efi: Add early thunk code to go from 64-bit to 32-bitMatt Fleming2014-03-041-0/+29
| * x86/efi: Build our own EFI services pointer tableMatt Fleming2014-03-044-101/+339
OpenPOWER on IntegriCloud