aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Gravatar Thomas Gleixner 3-12/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48Gravatar Thomas Gleixner 1-6/+1
2019-05-06Merge branch 'acpica'Gravatar Rafael J. Wysocki 1-1/+1
2019-04-22x86/boot: Disable RSDP parsing temporarilyGravatar Borislav Petkov 1-1/+1
2019-04-09ACPICA: Rename nameseg compare macro for clarityGravatar Bob Moore 1-1/+1
2019-03-27x86/boot: Fix incorrect ifdeffery scopeGravatar Baoquan He 1-2/+2
2019-03-21x86/boot: Restrict header scope to make Clang happyGravatar Nick Desaulniers 1-1/+2
2019-03-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-5/+6
2019-03-07Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-3/+3
2019-03-07Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-24/+582
2019-03-06x86/boot/KASLR: Always return a value from process_mem_regionGravatar Louis Taylor 1-1/+1
2019-02-28x86/boot/compressed/64: Do not read legacy ROM on EFI systemGravatar Kirill A. Shutemov 1-3/+16
2019-02-13x86/boot: Correct RSDP parsing with 32-bit EFIGravatar Borislav Petkov 1-19/+31
2019-02-06x86/boot/compressed/64: Explain paging_prepare()'s return valueGravatar Kirill A. Shutemov 1-3/+6
2019-02-06x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingGravatar Kirill A. Shutemov 1-0/+2
2019-02-06x86/boot: Fix randconfig build error due to MEMORY_HOTREMOVEGravatar Borislav Petkov 2-2/+2
2019-02-06x86/boot: Fix cmdline_find_option() prototype visibilityGravatar Borislav Petkov 1-2/+0
2019-02-01x86/boot/KASLR: Limit KASLR to extract the kernel in immovable memory onlyGravatar Chao Fan 2-11/+61
2019-02-01x86/boot: Parse SRAT table and count immovable memory regionsGravatar Chao Fan 3-4/+131
2019-02-01x86/boot: Early parse RSDP and save it in boot_paramsGravatar Chao Fan 4-0/+31
2019-02-01x86/boot: Search for RSDP in memoryGravatar Chao Fan 1-0/+77
2019-02-01x86/boot: Search for RSDP in the EFI tablesGravatar Chao Fan 1-2/+79
2019-02-01x86/boot: Add "acpi_rsdp=" early parsingGravatar Chao Fan 2-0/+35
2019-02-01x86/boot: Copy kstrtoull() to boot/string.cGravatar Chao Fan 2-0/+142
2019-02-01x86/boot: Build the command line parsing code unconditionallyGravatar Borislav Petkov 1-4/+0
2019-01-29x86/boot: Save several bytes in decompressorGravatar Cao jin 1-2/+0
2019-01-29x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Gravatar Wei Huang 2-1/+9
2019-01-16x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandGravatar Borislav Petkov 2-2/+2
2019-01-12x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGravatar George Rimar 1-1/+1
2019-01-06kbuild: remove redundant target cleaning on failureGravatar Masahiro Yamada 1-1/+1
2018-12-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-22/+12
2018-12-09Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-24/+41
2018-11-30x86/efi: Allocate e820 buffer before calling efi_exit_boot_serviceGravatar Eric Snowberg 1-24/+41
2018-11-28x86/boot: Add missing va_end() to die()Gravatar Mattias Jacobsson 1-0/+1
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Gravatar Juergen Gross 1-5/+1
2018-11-06x86/boot: Simplify the detect_memory*() control flowGravatar Jordan Borgner 2-22/+11
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Gravatar Jordan Borgner 8-14/+14
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2018-10-23Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+5
2018-10-23Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-10/+8
2018-10-23Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+17
2018-10-14x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSGravatar Nathan Chancellor 1-0/+1
2018-10-10x86/boot: Add ACPI RSDP address to setup_headerGravatar Juergen Gross 1-1/+5
2018-09-27x86/boot: Fix kexec booting failure in the SEV bit detection codeGravatar Kairui Song 1-19/+0
2018-09-26x86: boot: Fix EFI stub alignmentGravatar Ben Hutchings 1-0/+7
2018-09-26efi/x86: Call efi_parse_options() from efi_main()Gravatar Hans de Goede 1-0/+10
2018-09-10x86/boot/KASLR: Remove return value from handle_mem_options()Gravatar Chao Fan 1-10/+8
2018-09-03x86/paravirt: Introduce new config option PARAVIRT_XXLGravatar Juergen Gross 1-0/+1
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-3/+3