aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorFilesLines
2016-12-19Revert "x86/boot: Fail the boot if !M486 and CPUID is missing"Gravatar Andy Lutomirski 1-6/+0
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-12-14Remove references to dead make variable LINUX_INCLUDEGravatar Paul Bolle 1-1/+1
2016-12-12Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+2
2016-12-12Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+65
2016-11-21x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as wellGravatar H.J. Lu 1-3/+2
2016-11-21x86/boot: Fail the boot if !M486 and CPUID is missingGravatar Andy Lutomirski 1-0/+6
2016-11-13x86/efi: Retrieve and assign Apple device propertiesGravatar Lukas Wunner 1-0/+65
2016-11-07x86/boot: Simplify the GDTR calculation assembly code a bitGravatar Wei Yang 1-2/+1
2016-11-07x86/boot/build: Remove always empty $(USERINCLUDE)Gravatar Paul Bolle 1-1/+1
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Gravatar Ingo Molnar 3-44/+10
2016-09-09x86/efi: Allow invocation of arbitrary boot servicesGravatar Lukas Wunner 3-19/+8
2016-09-09x86/efi: Remove unused find_bits() functionGravatar Lukas Wunner 1-23/+0
2016-09-09x86/efi: Initialize status to ensure garbage is not returned on small sizeGravatar Colin Ian King 1-2/+2
2016-09-05x86/efi: Use efi_exit_boot_services()Gravatar Jeffrey Hugo 1-69/+67
2016-09-05efi/libstub: Allocate headspace in efi_get_memory_map()Gravatar Jeffrey Hugo 1-7/+13
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+1
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-182/+190
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 7-12/+53
2016-07-18Kbuild: arch: look for generated headers in obtreeGravatar Arnd Bergmann 1-1/+1
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsGravatar Ingo Molnar 3-12/+15
2016-07-13x86/mm: Disallow running with 32-bit PTEs to work around erratumGravatar Dave Hansen 5-0/+38
2016-07-08x86/mm: Enable KASLR for physical mapping memory regionsGravatar Thomas Garnier 1-0/+3
2016-07-08x86/mm: Refactor KASLR entropy functionsGravatar Thomas Garnier 1-71/+5
2016-07-08x86/KASLR: Fix boot crash with certain memory configurationsGravatar Baoquan He 1-0/+2
2016-06-27x86/efi: Remove unused variable 'efi'Gravatar Colin Ian King 1-2/+0
2016-06-26x86/KASLR: Allow randomization below the load addressGravatar Yinghai Lu 1-2/+9
2016-06-26x86/KASLR: Extend kernel image physical address randomization to addresses la...Gravatar Kees Cook 1-46/+69
2016-06-26x86/KASLR: Randomize virtual address separatelyGravatar Baoquan He 3-48/+64
2016-06-26x86/KASLR: Clarify identity map interfaceGravatar Kees Cook 3-10/+22
2016-06-26x86/boot: Refuse to build with data relocationsGravatar Kees Cook 1-0/+18
2016-06-26x86/KASLR, x86/power: Remove x86 hibernation restrictionsGravatar Kees Cook 1-7/+0
2016-06-11Merge branch 'linus' into x86/asm, to pick up fixesGravatar Ingo Molnar 1-0/+3
2016-06-08x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.hGravatar H. Peter Anvin 1-4/+5
2016-06-08x86, asm: use bool for bitops and other assembly outputsGravatar H. Peter Anvin 3-8/+10
2016-06-07x86, build: copy ldlinux.c32 to image.isoGravatar H. Peter Anvin 1-0/+3
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+0
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 17-541/+947
2016-05-10x86/KASLR: Clarify purpose of each get_random_long()Gravatar Kees Cook 1-4/+5
2016-05-10x86/KASLR: Add virtual address choosing functionGravatar Baoquan He 1-4/+28
2016-05-10x86/KASLR: Return earliest overlap when avoiding regionsGravatar Kees Cook 1-9/+20
2016-05-10x86/KASLR: Add 'struct slot_area' to manage random_addr slotsGravatar Baoquan He 1-0/+29
2016-05-10x86/boot: Add missing file header commentsGravatar Kees Cook 2-1/+5
2016-05-10x86/KASLR: Initialize mapping_info every timeGravatar Kees Cook 1-11/+5
2016-05-10x86/boot: Comment what finalize_identity_maps() doesGravatar Borislav Petkov 1-0/+2
2016-05-07x86/KASLR: Build identity mappings on demandGravatar Kees Cook 5-2/+168
2016-05-07x86/KASLR: Improve comments around the mem_avoid[] logicGravatar Kees Cook 1-48/+78
2016-05-07x86/boot: Simplify pointer casting in choose_random_location()Gravatar Borislav Petkov 3-17/+13
2016-05-06x86/KASLR: Consolidate mem_avoid[] entriesGravatar Yinghai Lu 1-16/+61
2016-05-06x86/boot: Clean up pointer castingGravatar Kees Cook 2-11/+19