summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernelsJunichi Nomura2019-09-191-36/+107
* x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov2019-09-101-1/+1
* x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov2019-09-101-3/+10
* x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2019-08-062-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner2019-06-191-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner2019-06-051-15/+1
* x86/boot: Provide KASAN compatible aliases for string routinesArd Biesheuvel2019-05-241-4/+10
* Merge branch 'acpica'Rafael J. Wysocki2019-05-061-1/+1
|\
| * ACPICA: Rename nameseg compare macro for clarityBob Moore2019-04-091-1/+1
* | x86/boot: Disable RSDP parsing temporarilyBorislav Petkov2019-04-221-1/+1
|/
* x86/boot: Fix incorrect ifdeffery scopeBaoquan He2019-03-271-2/+2
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-101-1/+1
|\
| * x86/boot/KASLR: Always return a value from process_mem_regionLouis Taylor2019-03-061-1/+1
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-071-5/+6
|\ \
| * | x86/boot/compressed/64: Explain paging_prepare()'s return valueKirill A. Shutemov2019-02-061-3/+6
| * | x86/boot: Save several bytes in decompressorCao jin2019-01-291-2/+0
* | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-071-1/+1
|\ \ \
| * | | x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandBorislav Petkov2019-01-161-1/+1
| |/ /
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-077-24/+440
|\ \ \ | | |/ | |/|
| * | x86/boot/compressed/64: Do not read legacy ROM on EFI systemKirill A. Shutemov2019-02-281-3/+16
| * | x86/boot: Correct RSDP parsing with 32-bit EFIBorislav Petkov2019-02-131-19/+31
| * | x86/boot: Fix randconfig build error due to MEMORY_HOTREMOVEBorislav Petkov2019-02-062-2/+2
| * | x86/boot: Fix cmdline_find_option() prototype visibilityBorislav Petkov2019-02-061-2/+0
| * | x86/boot/KASLR: Limit KASLR to extract the kernel in immovable memory onlyChao Fan2019-02-012-11/+61
| * | x86/boot: Parse SRAT table and count immovable memory regionsChao Fan2019-02-013-4/+131
| * | x86/boot: Early parse RSDP and save it in boot_paramsChao Fan2019-02-014-0/+31
| * | x86/boot: Search for RSDP in memoryChao Fan2019-02-011-0/+77
| * | x86/boot: Search for RSDP in the EFI tablesChao Fan2019-02-011-2/+79
| * | x86/boot: Add "acpi_rsdp=" early parsingChao Fan2019-02-012-0/+35
| * | x86/boot: Build the command line parsing code unconditionallyBorislav Petkov2019-02-011-4/+0
| |/
* | x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov2019-02-061-0/+2
* | x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang2019-01-292-1/+9
|/
* kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-061-1/+1
* 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/+8
|\ \
| * | x86/boot/KASLR: Remove return value from handle_mem_options()Chao Fan2018-09-101-10/+8
| |/
* | 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/+0
|/
* 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/+1
|/
* 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