summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook2023-06-092-13/+25
* x86/boot: Avoid using Intel mnemonics in AT&T syntax asmPeter Zijlstra2023-01-181-2/+2
* x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2022-08-252-1/+5
* x86/boot: kbuild: allow readelf executable to be specifiedDmitry Golovin2020-09-261-1/+1
* x86/boot/compressed: Disable relocation relaxationArvind Sankar2020-09-231-0/+2
* x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel2020-06-251-1/+1
* x86/boot: Correct relocation destination on old linkersArvind Sankar2020-06-222-2/+4
* x86/boot: Use unsigned comparison for addressesArvind Sankar2020-04-172-3/+3
* x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu2020-03-111-3/+0
* x86/efistub: Disable paging at mixed mode entryArd Biesheuvel2020-01-231-0/+5
* x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov2019-09-101-1/+1
* x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov2019-09-101-3/+10
* x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetNick Desaulniers2019-08-161-0/+8
* x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2019-08-062-1/+1
* x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov2019-07-101-0/+2
* x86/build: Specify elf_i386 linker emulation explicitly for i386 objectsGeorge Rimar2019-04-051-1/+1
* x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang2019-03-132-1/+9
* x86/boot/compressed/64: Do not read legacy ROM on EFI systemKirill A. Shutemov2019-03-101-3/+16
* x86/efi: Allocate e820 buffer before calling efi_exit_boot_serviceEric Snowberg2018-12-131-24/+41
* x86: boot: Fix EFI stub alignmentBen Hutchings2018-11-131-0/+7
* efi/x86: Call efi_parse_options() from efi_main()Hans de Goede2018-11-131-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
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-132-368/+189
|\ \
| * | efi/x86: Replace references to efi_early->is64 with efi_is_64bit()Ard Biesheuvel2018-07-221-10/+6
| * | efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-221-63/+0
| * | 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/+26
| * | 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/+32
| * | 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/+3
|/
* 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-045-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/+4
| * | 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-041-82/+32
|\ \ \ | |_|/ |/| |