summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorFilesLines
2019-02-11x86/boot: eboot.c: Include string function declarationsBen Hutchings1-2/+1
2019-02-11x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov3-1/+4
2018-10-21efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel1-2/+4
2018-01-09KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook1-1/+1
2018-01-09KAISER: Kernel Address IsolationRichard Fellner1-0/+1
2017-11-11x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.hIngo Molnar1-6/+5
2017-10-12x86/efi: Avoid triple faults during EFI mixed mode callsMatt Fleming3-25/+199
2017-08-26x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startupAshish Kalra1-1/+1
2017-03-16x86/boot: Add missing declaration of string functionsNicholas Mc Guire2-0/+10
2016-11-20efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo1-7/+13
2016-08-23x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin1-0/+3
2015-11-16x86/efi: Fix multiple GOP device supportKővágó, Zoltán1-2/+6
2015-08-25x86/efi: Use all 64 bit of efi_memmap in setup_e820()Dmitry Skorodumov1-0/+4
2015-05-20x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptrRoy Franz1-0/+2
2015-02-04x86, build: replace Perl script with Shell scriptKees Cook1-1/+1
2015-02-04x86, boot: Skip relocs when load address unchangedKees Cook1-1/+8
2014-12-10x86: Use $(OBJDUMP) instead of plain objdumpChris Clayton1-1/+1
2014-11-20x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao5-9/+27
2014-10-06x86/kaslr: Avoid the setup_data area when picking locationKees Cook1-0/+15
2014-07-15Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2-12/+52
2014-07-10x86/efi: Include a .bss section within the PE/COFF headersMichael Brown2-12/+52
2014-06-17x86, kaslr: boot-time selectable with hibernationKees Cook1-1/+8
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds4-14/+4
2014-06-07x86/boot: EFI_MIXED should not prohibit loading above 4GMatt Fleming1-2/+1
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+2
2014-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-11/+2
2014-05-08x86, boot: Remove misc.h inclusion from compressed/string.cVivek Goyal2-10/+0
2014-05-08x86, boot: Do not include boot.h in string.cVivek Goyal1-1/+2
2014-05-06asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2014-05-06x86, build: Don't get confused by local symbolsH. Peter Anvin1-2/+2
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/ker...Linus Torvalds3-21/+15
2014-04-11Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar3-21/+15
2014-04-11efi: Pass correct file handle to efi_file_{read,close}Matt Fleming1-6/+6
2014-04-11x86/efi: Correct EFI boot stub use of code32_startMatt Fleming3-14/+8
2014-04-11x86/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 Torvalds10-62/+88
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-260/+1111
2014-03-31Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+20
2014-03-26x86, efi: Abstract x86 efi_early callsMatt Fleming1-79/+76
2014-03-21x86, cpu: Add forcepae parameter for booting PAE kernels on PAE-disabled Pent...Chris Bainbridge1-0/+20
2014-03-20x86, boot: Move memset() definition in compressed/string.cVivek Goyal2-13/+17
2014-03-20x86, boot: Move memcmp() into string.h and string.cVivek Goyal4-19/+16
2014-03-20x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.cVivek Goyal2-30/+34
2014-03-20x86, boot: Create a separate string.h file to provide standard string functionsVivek Goyal7-5/+24
2014-03-20x86, boot: Undef memcmp before providing a new definitionVivek Goyal1-0/+2
2014-03-14x86, boot: Correct max ramdisk size nameBorislav Petkov1-1/+1
2014-03-05Merge branch 'mixed-mode' into efi-for-mingoMatt Fleming3-3/+9
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming8-259/+1107