aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.161' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-03-011-0/+1
|\
| * x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke2019-02-271-0/+1
| * x86/boot: #undef memcpy() et al in string.cMichael Davidson2018-11-231-0/+9
* | Merge branch 'linux-4.9.y' of github.com:nathanchance/linux-stable into p9xJosh Chasky2018-11-141-0/+7
|\|
| * x86: boot: Fix EFI stub alignmentBen Hutchings2018-11-131-0/+7
* | Merge 4.9.125 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-2/+6
|\|
| * x86/boot: Fix if_changed build flip/flop bugKees Cook2018-09-051-2/+6
* | Merge 4.9.102 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-2/+4
|\|
| * efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel2018-05-221-2/+4
* | Merge android-4.9.94 (8683408) into msm-4.9Blagovest Kolenichev2018-05-111-1/+3
|\ \
| * | Merge 4.9.94 into android-4.9Greg Kroah-Hartman2018-04-141-1/+3
| |\|
| | * x86/boot: Declare error() as noreturnKees Cook2018-04-131-1/+3
* | | Merge android-4.9.91 (bb94f9d) into msm-4.9Blagovest Kolenichev2018-04-171-0/+4
|\| |
| * | Merge 4.9.91 into android-4.9Greg Kroah-Hartman2018-03-291-0/+4
| |\|
| | * x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu2018-03-281-0/+4
* | | Merge android-4.9.90 (dd1e37e) into msm-4.9Blagovest Kolenichev2018-04-171-2/+9
|\| |
| * | Merge 4.9.90 into android-4.9Greg Kroah-Hartman2018-03-251-2/+9
| |\|
| | * x86/KASLR: Fix kexec kernel boot crash when KASLR randomization failsBaoquan He2018-03-241-2/+9
* | | Merge android-4.9.84 (a9d0273) into msm-4.9Blagovest Kolenichev2018-03-192-2/+12
|\| |
| * | Merge 4.9.84 into android-4.9Greg Kroah-Hartman2018-02-261-2/+3
| |\|
| | * x86/build: Silence the build with "make -s"Arnd Bergmann2018-02-251-2/+3
| * | Merge 4.9.75 into android-4.9Greg Kroah-Hartman2018-01-051-0/+1
| |\|
| * | UPSTREAM: x86/boot: #undef memcpy() et al in string.cMichael Davidson2017-10-161-0/+9
* | | Merge android-4.9-o.75 (2007563) into msm-4.9Blagovest Kolenichev2018-01-191-0/+1
|\ \ \ | | |/ | |/|
| * | KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook2018-01-051-1/+1
| * | kaiser: do not set _PAGE_NX on pgd_noneHugh Dickins2018-01-051-0/+1
| |/
* | Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9Kyle Yan2017-09-072-0/+10
|\|
| * x86/boot: Add missing declaration of string functionsNicholas Mc Guire2017-08-112-0/+10
* | include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-08-071-0/+5
|/
* x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bugBaoquan He2017-07-053-7/+2
* x86/boot: Use CROSS_COMPILE prefix for readelfRob Landley2017-06-071-1/+1
* x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startupAshish Kalra2017-05-201-1/+1
* x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as wellH.J. Lu2016-11-211-3/+2
* x86/boot: Fail the boot if !M486 and CPUID is missingAndy Lutomirski2016-11-211-0/+6
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2016-09-133-44/+10
|\
| * x86/efi: Allow invocation of arbitrary boot servicesLukas Wunner2016-09-093-19/+8
| * x86/efi: Remove unused find_bits() functionLukas Wunner2016-09-091-23/+0
| * x86/efi: Initialize status to ensure garbage is not returned on small sizeColin Ian King2016-09-091-2/+2
* | x86/efi: Use efi_exit_boot_services()Jeffrey Hugo2016-09-051-69/+67
* | efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo2016-09-051-7/+13
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-1/+1
|\
| * Kbuild: arch: look for generated headers in obtreeArnd Bergmann2016-07-181-1/+1
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-255-182/+190
|\ \
| * | x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier2016-07-081-0/+3
| * | x86/mm: Refactor KASLR entropy functionsThomas Garnier2016-07-081-71/+5
| * | x86/KASLR: Fix boot crash with certain memory configurationsBaoquan He2016-07-081-0/+2
| * | x86/KASLR: Allow randomization below the load addressYinghai Lu2016-06-261-2/+9
| * | x86/KASLR: Extend kernel image physical address randomization to addresses la...Kees Cook2016-06-261-46/+69
| * | x86/KASLR: Randomize virtual address separatelyBaoquan He2016-06-263-48/+64
| * | x86/KASLR: Clarify identity map interfaceKees Cook2016-06-263-10/+22