aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-29/+236
2015-02-19Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgentIngo Molnar3-4/+39
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina3-4/+39
2015-02-18Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgentIngo Molnar3-25/+197
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin2-2/+2
2015-02-13x86_64: add KASan supportAndrey Ryabinin2-0/+4
2015-02-13x86/efi: Avoid triple faults during EFI mixed mode callsMatt Fleming3-25/+197
2015-02-09Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+4
2015-01-26x86, build: replace Perl script with Shell scriptKees Cook1-1/+1
2015-01-20x86, boot: Skip relocs when load address unchangedKees Cook1-1/+8
2015-01-15Merge tag 'x86_queue' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/cleanupsIngo Molnar2-7/+4
2015-01-13x86, early_serial_console: Remove unnecessary checkAlexander Kuleshov1-2/+2
2015-01-13x86, early_serial_console: Remove unused macro XMTRDYAlexander Kuleshov1-2/+0
2015-01-13x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_HAlexander Kuleshov1-3/+2
2014-12-23x86/build: Clean auto-generated processor feature filesBjørn Mork1-0/+1
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-14Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linuxLinus Torvalds5-44/+55
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-22Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-advice', 'tiny/tinyconfig' and 'tiny/x86-boot-compressed-use-yn' into tiny/nextJosh Triplett5-45/+56
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-11x86: Introduce disabled-featuresDave Hansen1-0/+1
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: Support compiling out human-friendly processor feature namesJosh Triplett2-29/+46
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 Torvalds4-37/+32
2014-08-04Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+10
2014-07-18x86/efi: Request desired alignment via the PE/COFF headersMichael Brown1-1/+1
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