summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86, efi: Never relocate kernel below lowest acceptable addressKairui Song2019-10-311-1/+3
* x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guardZhenzhong Duan2019-10-181-24/+24
* x86/boot/64: Round memory hole size up to next PMD pageSteve Wahl2019-10-111-6/+19
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-6/+13
|\
| * acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer2019-08-201-6/+13
* | x86/asm: Make some functions local labelsJiri Slaby2019-09-062-11/+11
* | x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov2019-08-271-1/+1
* | x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov2019-08-191-3/+10
* | x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2019-07-182-1/+1
* | x86/boot/compressed/64: Remove unused variableZhenzhong Duan2019-07-181-1/+0
* | x86/boot/efi: Remove unused variablesZhenzhong Duan2019-07-181-9/+1
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-093-39/+116
|\ \ | |/ |/|
| * x86/boot: Make the GDT 8-byte alignedXiaoyao Li2019-06-271-0/+1
| * x86/boot: Call get_rsdp_addr() after console_init()Borislav Petkov2019-06-061-3/+8
| * Revert "x86/boot: Disable RSDP parsing temporarily"Borislav Petkov2019-06-061-1/+1
| * x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernelsJunichi Nomura2019-06-061-36/+107
* | 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-081-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
|\ \