summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* 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-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/+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: Copy kstrtoull() to boot/string.cChao Fan2019-02-012-0/+142
| * | 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
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-263-22/+12
|\
| * x86/boot: Add missing va_end() to die()Mattias Jacobsson2018-11-281-0/+1
| * x86/boot: Simplify the detect_memory*() control flowJordan Borgner2018-11-062-22/+11
* | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-091-24/+41
|\ \
| * | x86/efi: Allocate e820 buffer before calling efi_exit_boot_serviceEric Snowberg2018-11-301-24/+41
| |/
* / x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross2018-11-201-5/+1
|/
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-298-14/+14
* 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-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-1/+5
|\ \
| * | x86/boot: Add ACPI RSDP address to setup_headerJuergen Gross2018-10-101-1/+5
* | | 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-232-0/+17
|\ \ \
| * | | x86: boot: Fix EFI stub alignmentBen Hutchings2018-09-261-0/+7
| * | | 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-133-9/+97
|\
| * x86/boot: Use CC_SET()/CC_OUT() instead of open coding itUros Bizjak2018-08-022-3/+5
| * 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