summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-262-8/+44
|\
| * x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams2019-11-071-7/+35
| * x86/efi: EFI soft reservation to E820 enumerationDan Williams2019-11-072-1/+9
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-0/+3
|\ \
| * | x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski2019-11-071-0/+3
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-266-60/+67
|\ \
| * \ Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar2019-11-251-0/+1
| |\ \
| | * | arch/x86/boot: Use prefix map to avoid embedded pathsBruce Ashfield2019-10-011-0/+1
| * | | x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-182-8/+8
| * | | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-183-14/+14
| * | | x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-2/+4
| * | | x86/asm: Make some functions localJiri Slaby2019-10-181-4/+4
| * | | x86/boot: Annotate data appropriatelyJiri Slaby2019-10-183-28/+28
| * | | x86/boot: Annotate local functionsJiri Slaby2019-10-182-4/+8
| |/ /
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-263-2/+36
|\ \ \ | |_|/ |/| |
| * | x86/boot: Introduce setup_indirectDaniel Kiper2019-11-122-1/+13
| * | x86/boot: Introduce kernel_info.setup_type_maxDaniel Kiper2019-11-121-0/+5
| * | x86/boot: Introduce kernel_infoDaniel Kiper2019-11-122-2/+19
| |/
* | 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-191-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-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
|\ \ \ | | |/ | |/|