summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* x86/efi: Allocate e820 buffer before calling efi_exit_boot_serviceEric Snowberg2018-11-301-24/+41
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-0/+1
|\
| * x86/paravirt: Introduce new config option PARAVIRT_XXLJuergen Gross2018-09-031-0/+1
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-231-10/+8Star
|\ \
| * | x86/boot/KASLR: Remove return value from handle_mem_options()Chao Fan2018-09-101-10/+8Star
| |/
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-231-0/+10
|\ \
| * | efi/x86: Call efi_parse_options() from efi_main()Hans de Goede2018-09-261-0/+10
| |/
* | x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSNathan Chancellor2018-10-141-0/+1
* | x86/boot: Fix kexec booting failure in the SEV bit detection codeKairui Song2018-09-271-19/+0Star
|/
* Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-251-3/+3
|\
| * kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-3/+3
* | module: allow symbol exports to be disabledArd Biesheuvel2018-08-221-4/+1Star
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-131-6/+92
|\
| * x86/boot/KASLR: Make local variable mem_limit staticzhong jiang2018-07-301-1/+1
| * x86/boot/KASLR: Skip specified number of 1GB huge pages when doing physical r...Baoquan He2018-07-031-5/+8
| * x86/boot/KASLR: Add two new functions for 1GB huge pages handlingBaoquan He2018-07-031-0/+83
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-132-368/+189Star
|\ \
| * | efi/x86: Replace references to efi_early->is64 with efi_is_64bit()Ard Biesheuvel2018-07-221-10/+6Star
| * | efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-221-63/+0Star
| * | efi/x86: Add missing NULL initialization in UGA draw protocol discoveryArd Biesheuvel2018-07-221-0/+1
| * | efi/x86: Merge 32-bit and 64-bit UGA draw protocol setup routinesArd Biesheuvel2018-07-221-85/+26Star
| * | efi/x86: Align efi_uga_draw_protocol typedef names to conventionArd Biesheuvel2018-07-222-8/+8
| * | efi/x86: Merge the setup_efi_pci32() and setup_efi_pci64() routinesArd Biesheuvel2018-07-221-91/+32Star
| * | efi/x86: Clean up the eboot codeIngo Molnar2018-07-161-120/+125
* | | x86/boot/compressed/64: Validate trampoline placement against E820Kirill A. Shutemov2018-08-021-18/+55
* | | x86/boot: Fix if_changed build flip/flop bugKees Cook2018-07-251-2/+6
|/ /
* / efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attr...Ard Biesheuvel2018-07-111-9/+3Star
|/
* efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel2018-06-241-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-101-0/+5
|\
| * x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov2018-06-061-0/+5
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-055-10/+17
|\ \
| * | x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov2018-05-193-3/+12
| * | x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov2018-05-192-6/+4Star
| * | x86/boot/compressed/64: Fix trampoline page table address calculationKirill A. Shutemov2018-05-191-1/+1
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-82/+32Star
|\ \ \ | |_|/ |/| |
| * | efi/x86: Ignore unrealistically large option ROMsHans de Goede2018-05-141-1/+8
| * | efi/x86: Fold __setup_efi_pci32() and __setup_efi_pci64() into one functionArd Biesheuvel2018-05-141-82/+25Star
| * | efi: Align efi_pci_io_protocol typedefs to type naming conventionArd Biesheuvel2018-05-141-4/+4
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-202-24/+69
|\ \ \ | |/ / |/| / | |/
| * x86/boot/compressed/64: Fix moving page table out of trampoline memoryKirill A. Shutemov2018-05-162-11/+14
| * x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()Kirill A. Shutemov2018-05-161-13/+55
* | efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel2018-05-141-2/+4
|/
* x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-121-0/+3
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-031-1/+2
|\
| * efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel2018-03-121-1/+2
| * efi: Make const array 'apple' staticColin Ian King2018-03-091-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-039-100/+312
|\ \
| * | x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFTTom Lendacky2018-03-283-18/+15Star
| * | Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar2018-03-271-0/+4
| |\ \
| * | | x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4GKirill A. Shutemov2018-03-121-16/+53