aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+6
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+25
2014-11-23x86: Use $(OBJDUMP) instead of plain objdumpChris Clayton1-1/+1
2014-11-11efi/x86: Move x86 back to libstubArd Biesheuvel3-21/+6
2014-11-04x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich1-1/+13
2014-11-01x86, boot: Document intermediates more clearlyKees Cook1-0/+12
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao5-9/+27
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+25
2014-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linuxLinus Torvalds3-15/+9
2014-10-03Merge branch 'next' into efi-next-mergeMatt Fleming1-7/+25
2014-10-03x86/efi: Adding efi_printks on memory allocationa and pci.readsAndre Müller1-7/+21
2014-10-03efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming1-0/+4
2014-10-01x86, boot, kaslr: Fix nuisance warning on 32-bit buildsKees Cook1-1/+1
2014-09-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-20/+58
2014-09-25Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgentIngo Molnar3-20/+43
2014-09-24x86/efi: Truncate 64-bit values when calling 32-bit OutputString()Matt Fleming1-2/+4
2014-09-24x86/efi: Delete misleading efi_printk() error messageMatt Fleming1-15/+16
2014-09-23Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>"Matt Fleming3-3/+23
2014-09-22Revert "x86/efi: Fixup GOT in all boot code paths"Linus Torvalds2-81/+29
2014-09-19x86/kaslr: Avoid the setup_data area when picking locationKees Cook1-0/+15
2014-09-08x86/efi: Fixup GOT in all boot code pathsMatt Fleming2-29/+81
2014-09-08x86/efi: Only load initrd above 4g on second tryYinghai Lu1-7/+11
2014-08-17x86, boot: Don't compile early_serial_console.c when !CONFIG_EARLY_PRINTKJosh Triplett2-5/+2
2014-08-17x86, boot: Don't compile aslr.c when !CONFIG_RANDOMIZE_BASEJosh Triplett2-4/+3
2014-08-17x86, boot: Use the usual -y -n mechanism for objects in vmlinuxJosh Triplett1-7/+5
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-36/+31
2014-07-18x86/efi: Add better error logging to EFI boot stubUlf Winkelvos1-3/+11
2014-07-18efi: efistub: Convert into static libraryArd Biesheuvel2-3/+2
2014-07-07efi: efistub: Refactor stub componentsArd Biesheuvel1-7/+6
2014-07-07efi/x86: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel2-20/+1
2014-06-19x86/efi: Support initrd loaded above 4GYinghai Lu1-3/+11
2014-06-16x86, kaslr: boot-time selectable with hibernationKees Cook1-1/+8
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-3/+2
2014-06-03Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-4/+0
2014-05-08x86, boot: Remove misc.h inclusion from compressed/string.cVivek Goyal1-4/+0
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2014-04-17x86/efi: Delete most of the efi_call* macrosMatt Fleming1-1/+1
2014-04-17efi: x86: Handle arbitrary Unicode charactersH. Peter Anvin1-2/+1
2014-04-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+15
2014-04-10efi: Pass correct file handle to efi_file_{read,close}Matt Fleming1-6/+6
2014-04-10x86/efi: Correct EFI boot stub use of code32_startMatt Fleming3-14/+8
2014-04-10x86/efi: Fix boot failure with EFI stubMatt Fleming1-1/+1
2014-04-02Merge branch 'x86/boot' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-49/+48
2014-03-26x86, efi: Abstract x86 efi_early callsMatt Fleming1-79/+76
2014-03-19x86, boot: Move memset() definition in compressed/string.cVivek Goyal2-13/+17
2014-03-19x86, boot: Move memcmp() into string.h and string.cVivek Goyal1-11/+0
2014-03-19x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.cVivek Goyal2-30/+34
2014-03-19x86, boot: Undef memcmp before providing a new definitionVivek Goyal1-0/+2
2014-03-05Merge branch 'mixed-mode' into efi-for-mingoMatt Fleming2-0/+5