summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetNick Desaulniers2019-08-081-0/+8
* 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/+0Star
* x86/boot/efi: Remove unused variablesZhenzhong Duan2019-07-181-9/+1Star
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-146-37/+15Star
| |\
| * | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-094-40/+127
|\ \ \
| * | | x86/boot: Add xloadflags bits to check for 5-level paging supportBaoquan He2019-06-281-1/+11
| * | | 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/+1Star
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner2019-06-1924-72/+24Star
| |_|/ |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner2019-06-051-15/+1Star
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-021-4/+10
|\ \
| * | x86/boot: Provide KASAN compatible aliases for string routinesArd Biesheuvel2019-05-241-4/+10
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner2019-05-243-12/+3Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48Thomas Gleixner2019-05-241-6/+1Star
|/
* 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
* x86/boot: Restrict header scope to make Clang happyNick Desaulniers2019-03-211-1/+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/+0Star
* | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-073-3/+3
|\ \ \
| * | | x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandBorislav Petkov2019-01-162-2/+2
| * | | x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar2019-01-121-1/+1
| |/ /
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-079-24/+582
|\ \ \ | | |/ | |/|
| * | 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/+0Star
| * | 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: Copy kstrtoull() to boot/string.cChao Fan2019-02-012-0/+142
| * | x86/boot: Build the command line parsing code unconditionallyBorislav Petkov2019-02-011-4/+0Star
| |/
* | 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
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-273-22/+12Star
|\