aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed
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
* | 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
|\|
| * 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
|\|
| * 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
|\|
| * x86/KASLR: Fix kexec kernel boot crash when KASLR randomization failsBaoquan He2018-03-241-2/+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
* | 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/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as wellH.J. Lu2016-11-211-3/+2
* 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 '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
| * x86/boot: Refuse to build with data relocationsKees Cook2016-06-261-0/+18
| * x86/KASLR, x86/power: Remove x86 hibernation restrictionsKees Cook2016-06-261-7/+0
* | x86/efi: Remove unused variable 'efi'Colin Ian King2016-06-271-2/+0
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-261-1/+0
|\
| * kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-201-1/+0
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-1614-527/+835
|\ \
| * | x86/KASLR: Clarify purpose of each get_random_long()Kees Cook2016-05-101-4/+5
| * | x86/KASLR: Add virtual address choosing functionBaoquan He2016-05-101-4/+28
| * | x86/KASLR: Return earliest overlap when avoiding regionsKees Cook2016-05-101-9/+20
| * | x86/KASLR: Add 'struct slot_area' to manage random_addr slotsBaoquan He2016-05-101-0/+29
| * | x86/boot: Add missing file header commentsKees Cook2016-05-101-1/+1
| * | x86/KASLR: Initialize mapping_info every timeKees Cook2016-05-101-11/+5
| * | x86/boot: Comment what finalize_identity_maps() doesBorislav Petkov2016-05-101-0/+2
| * | x86/KASLR: Build identity mappings on demandKees Cook2016-05-075-2/+168
| * | x86/KASLR: Improve comments around the mem_avoid[] logicKees Cook2016-05-071-48/+78
| * | x86/boot: Simplify pointer casting in choose_random_location()Borislav Petkov2016-05-073-17/+13
| * | x86/KASLR: Consolidate mem_avoid[] entriesYinghai Lu2016-05-061-16/+61