aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-3/+3
2018-08-22module: allow symbol exports to be disabledGravatar Ard Biesheuvel 1-4/+1
2018-08-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-9/+97
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-368/+189
2018-08-02x86/boot: Use CC_SET()/CC_OUT() instead of open coding itGravatar Uros Bizjak 2-3/+5
2018-08-02x86/boot/compressed/64: Validate trampoline placement against E820Gravatar Kirill A. Shutemov 1-18/+55
2018-07-30x86/boot/KASLR: Make local variable mem_limit staticGravatar zhong jiang 1-1/+1
2018-07-25x86/boot: Fix if_changed build flip/flop bugGravatar Kees Cook 1-2/+6
2018-07-22efi/x86: Replace references to efi_early->is64 with efi_is_64bit()Gravatar Ard Biesheuvel 1-10/+6
2018-07-22efi: Deduplicate efi_open_volume()Gravatar Lukas Wunner 1-63/+0
2018-07-22efi/x86: Add missing NULL initialization in UGA draw protocol discoveryGravatar Ard Biesheuvel 1-0/+1
2018-07-22efi/x86: Merge 32-bit and 64-bit UGA draw protocol setup routinesGravatar Ard Biesheuvel 1-85/+26
2018-07-22efi/x86: Align efi_uga_draw_protocol typedef names to conventionGravatar Ard Biesheuvel 2-8/+8
2018-07-22efi/x86: Merge the setup_efi_pci32() and setup_efi_pci64() routinesGravatar Ard Biesheuvel 1-91/+32
2018-07-16efi/x86: Clean up the eboot codeGravatar Ingo Molnar 1-120/+125
2018-07-11efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attr...Gravatar Ard Biesheuvel 1-9/+3
2018-07-03x86/boot/KASLR: Skip specified number of 1GB huge pages when doing physical r...Gravatar Baoquan He 1-5/+8
2018-07-03x86/boot/KASLR: Add two new functions for 1GB huge pages handlingGravatar Baoquan He 1-0/+83
2018-06-24efi/x86: Fix incorrect invocation of PciIo->Attributes()Gravatar Ard Biesheuvel 1-1/+1
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+5
2018-06-06x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEGravatar Kirill A. Shutemov 1-0/+5
2018-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-10/+17
2018-06-04Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-82/+32
2018-05-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-24/+69
2018-05-19x86/mm: Introduce the 'no5lvl' kernel parameterGravatar Kirill A. Shutemov 3-3/+12
2018-05-19x86/mm: Unify pgtable_l5_enabled usage in early boot codeGravatar Kirill A. Shutemov 2-6/+4
2018-05-19x86/boot/compressed/64: Fix trampoline page table address calculationGravatar Kirill A. Shutemov 1-1/+1
2018-05-16x86/boot/compressed/64: Fix moving page table out of trampoline memoryGravatar Kirill A. Shutemov 2-11/+14
2018-05-16x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()Gravatar Kirill A. Shutemov 1-13/+55
2018-05-14efi/x86: Ignore unrealistically large option ROMsGravatar Hans de Goede 1-1/+8