summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+11Star
* | 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/+1Star
|/
* 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/+8Star
|\ \ \
| * | | x86/boot/KASLR: Remove return value from handle_mem_options()Chao Fan2018-09-101-10/+8Star
| | |/ | |/|
* | | 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/+0Star
|/
* 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/+1Star
|/
* 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
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-132-368/+189Star
|\ \
| * | efi/x86: Replace references to efi_early->is64 with efi_is_64bit()Ard Biesheuvel2018-07-221-10/+6Star
| * | efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-221-63/+0Star
| * | efi/x86: Add missing NULL initialization in UGA draw protocol discoveryArd Biesheuvel2018-07-221-0/+1
| * | efi/x86: Merge 32-bit and 64-bit UGA draw protocol setup routinesArd Biesheuvel2018-07-221-85/+26Star
| * | efi/x86: Align efi_uga_draw_protocol typedef names to conventionArd Biesheuvel2018-07-222-8/+8
| * | efi/x86: Merge the setup_efi_pci32() and setup_efi_pci64() routinesArd Biesheuvel2018-07-221-91/+32Star
| * | efi/x86: Clean up the eboot codeIngo Molnar2018-07-161-120/+125
* | | x86/boot/compressed/64: Validate trampoline placement against E820Kirill A. Shutemov2018-08-021-18/+55
* | | x86/boot: Fix if_changed build flip/flop bugKees Cook2018-07-251-2/+6
|/ /
* / efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attr...Ard Biesheuvel2018-07-111-9/+3Star
|/
* efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel2018-06-241-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-101-0/+5
|\
| * x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov2018-06-061-0/+5
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-055-10/+17
|\ \
| * | x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov2018-05-193-3/+12
| * | x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov2018-05-192-6/+4Star
| * | x86/boot/compressed/64: Fix trampoline page table address calculationKirill A. Shutemov2018-05-191-1/+1
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-82/+32Star
|\ \ \ | |_|/ |/| |
| * | efi/x86: Ignore unrealistically large option ROMsHans de Goede2018-05-141-1/+8
| * | efi/x86: Fold __setup_efi_pci32() and __setup_efi_pci64() into one functionArd Biesheuvel2018-05-141-82/+25Star
| * | efi: Align efi_pci_io_protocol typedefs to type naming conventionArd Biesheuvel2018-05-141-4/+4
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-202-24/+69
|\ \ \ | |/ / |/| / | |/
| * x86/boot/compressed/64: Fix moving page table out of trampoline memoryKirill A. Shutemov2018-05-162-11/+14
| * x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()Kirill A. Shutemov2018-05-161-13/+55