summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorFilesLines
2019-08-06x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2-1/+1
2019-04-05x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar1-1/+1
2019-02-27x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke1-0/+1
2018-11-23x86/boot: #undef memcpy() et al in string.cMichael Davidson1-0/+9
2018-11-13x86: boot: Fix EFI stub alignmentBen Hutchings1-0/+7
2018-09-05x86/boot: Fix if_changed build flip/flop bugKees Cook1-2/+6
2018-05-22efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel1-2/+4
2018-04-13x86/boot: Declare error() as noreturnKees Cook1-1/+3
2018-03-28x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu1-0/+4
2018-03-24x86/KASLR: Fix kexec kernel boot crash when KASLR randomization failsBaoquan He1-2/+9
2018-02-25x86/build: Silence the build with "make -s"Arnd Bergmann1-2/+3
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook1-1/+1
2018-01-05kaiser: do not set _PAGE_NX on pgd_noneHugh Dickins1-0/+1
2017-08-11x86/boot: Add missing declaration of string functionsNicholas Mc Guire2-0/+10
2017-07-05x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan He3-7/+2
2017-06-07x86/boot: Use CROSS_COMPILE prefix for readelfRob Landley1-1/+1
2017-05-20x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startupAshish Kalra1-1/+1
2016-11-21x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as wellH.J. Lu1-3/+2
2016-11-21x86/boot: Fail the boot if !M486 and CPUID is missingAndy Lutomirski1-0/+6
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar3-44/+10
2016-09-09x86/efi: Allow invocation of arbitrary boot servicesLukas Wunner3-19/+8
2016-09-09x86/efi: Remove unused find_bits() functionLukas Wunner1-23/+0
2016-09-09x86/efi: Initialize status to ensure garbage is not returned on small sizeColin Ian King1-2/+2
2016-09-05x86/efi: Use efi_exit_boot_services()Jeffrey Hugo1-69/+67
2016-09-05efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo1-7/+13
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2016-07-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-182/+190
2016-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-12/+53
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann1-1/+1
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar3-12/+15
2016-07-13x86/mm: Disallow running with 32-bit PTEs to work around erratumDave Hansen5-0/+38
2016-07-08x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier1-0/+3
2016-07-08x86/mm: Refactor KASLR entropy functionsThomas Garnier1-71/+5
2016-07-08x86/KASLR: Fix boot crash with certain memory configurationsBaoquan He1-0/+2
2016-06-27x86/efi: Remove unused variable 'efi'Colin Ian King1-2/+0
2016-06-26x86/KASLR: Allow randomization below the load addressYinghai Lu1-2/+9
2016-06-26x86/KASLR: Extend kernel image physical address randomization to addresses la...Kees Cook1-46/+69
2016-06-26x86/KASLR: Randomize virtual address separatelyBaoquan He3-48/+64
2016-06-26x86/KASLR: Clarify identity map interfaceKees Cook3-10/+22
2016-06-26x86/boot: Refuse to build with data relocationsKees Cook1-0/+18
2016-06-26x86/KASLR, x86/power: Remove x86 hibernation restrictionsKees Cook1-7/+0
2016-06-11Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar1-0/+3
2016-06-08x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.hH. Peter Anvin1-4/+5
2016-06-08x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin3-8/+10
2016-06-08x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin1-0/+3
2016-05-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+0
2016-05-17Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-541/+947
2016-05-10x86/KASLR: Clarify purpose of each get_random_long()Kees Cook1-4/+5
2016-05-10x86/KASLR: Add virtual address choosing functionBaoquan He1-4/+28
2016-05-10x86/KASLR: Return earliest overlap when avoiding regionsKees Cook1-9/+20