summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)Author
2020-04-28x86/efistub: Disable paging at mixed mode entryArd Biesheuvel
2019-05-22x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2019-05-02x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake
2019-02-11x86/boot: eboot.c: Include string function declarationsBen Hutchings
2019-02-11x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov
2018-10-21efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel
2018-01-09KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook
2018-01-09KAISER: Kernel Address IsolationRichard Fellner
2017-11-11x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.hIngo Molnar
2017-10-12x86/efi: Avoid triple faults during EFI mixed mode callsMatt Fleming
2017-08-26x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startupAshish Kalra
2017-03-16x86/boot: Add missing declaration of string functionsNicholas Mc Guire
2016-11-20efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo
2016-08-22x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin
2015-11-16x86/efi: Fix multiple GOP device supportKővágó, Zoltán
2015-08-25x86/efi: Use all 64 bit of efi_memmap in setup_e820()Dmitry Skorodumov
2015-05-20x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptrRoy Franz
2015-02-04x86, build: replace Perl script with Shell scriptKees Cook
2015-02-04x86, boot: Skip relocs when load address unchangedKees Cook
2014-12-10x86: Use $(OBJDUMP) instead of plain objdumpChris Clayton
2014-11-20x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao
2014-10-05x86/kaslr: Avoid the setup_data area when picking locationKees Cook
2014-07-14Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin
2014-07-10x86/efi: Include a .bss section within the PE/COFF headersMichael Brown
2014-06-16x86, kaslr: boot-time selectable with hibernationKees Cook
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-07x86/boot: EFI_MIXED should not prohibit loading above 4GMatt Fleming
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-06-03Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-05-08x86, boot: Remove misc.h inclusion from compressed/string.cVivek Goyal
2014-05-08x86, boot: Do not include boot.h in string.cVivek Goyal
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen
2014-05-05x86, build: Don't get confused by local symbolsH. Peter Anvin
2014-04-17x86/efi: Delete most of the efi_call* macrosMatt Fleming
2014-04-17efi: x86: Handle arbitrary Unicode charactersH. Peter Anvin
2014-04-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-04-11Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar
2014-04-10efi: Pass correct file handle to efi_file_{read,close}Matt Fleming
2014-04-10x86/efi: Correct EFI boot stub use of code32_startMatt Fleming
2014-04-10x86/efi: Fix boot failure with EFI stubMatt Fleming
2014-04-02Merge branch 'x86/boot' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-31Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-26x86, efi: Abstract x86 efi_early callsMatt Fleming
2014-03-20x86, cpu: Add forcepae parameter for booting PAE kernels on PAE-disabled Pent...Chris Bainbridge
2014-03-19x86, boot: Move memset() definition in compressed/string.cVivek Goyal
2014-03-19x86, boot: Move memcmp() into string.h and string.cVivek Goyal
2014-03-19x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.cVivek Goyal
2014-03-19x86, boot: Create a separate string.h file to provide standard string functionsVivek Goyal
2014-03-19x86, boot: Undef memcmp before providing a new definitionVivek Goyal