summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)Author
2020-01-23x86/boot: Simplify calculation of output addressArvind Sankar
2020-01-20x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel
2020-01-20efi/libstub/x86: Fix unused-variable warningArnd Bergmann
2020-01-20efi/libstub/x86: Use mandatory 16-byte stack alignment in mixed modeArd Biesheuvel
2020-01-20efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel
2020-01-13x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*Sean Christopherson
2020-01-10efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar
2020-01-10efi/x86: Check number of arguments to variadic functionsArvind Sankar
2020-01-10efi/libstub/x86: Force 'hidden' visibility for extern declarationsArd Biesheuvel
2020-01-10efi/libstub: Fix boot argument handling in mixed mode entry codeArd Biesheuvel
2019-12-25efi/libstub/x86: Avoid globals to store context during mixed mode callsArd Biesheuvel
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel
2019-12-25efi/libstub/x86: Work around page freeing issue in mixed modeArd Biesheuvel
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel
2019-12-25efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel
2019-12-25efi/libstub: Unify the efi_char16_printk implementationsArd Biesheuvel
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel
2019-12-25efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel
2019-12-25efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel
2019-12-25efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel
2019-12-25efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel
2019-12-25x86/efistub: Disable paging at mixed mode entryArd Biesheuvel
2019-12-14x86/boot: kbuild: allow readelf executable to be specifiedDmitry Golovin
2019-12-13x86/boot: Discard .eh_frame sectionsIlie Halip
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-11-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-25Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar
2019-11-12x86/boot: Introduce setup_indirectDaniel Kiper
2019-11-12x86/boot: Introduce kernel_info.setup_type_maxDaniel Kiper
2019-11-12x86/boot: Introduce kernel_infoDaniel Kiper
2019-11-07x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams
2019-11-07x86/efi: EFI soft reservation to E820 enumerationDan Williams
2019-11-07x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song
2019-10-18x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guardZhenzhong Duan
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby
2019-10-18x86/asm: Make some functions localJiri Slaby
2019-10-18x86/asm: Do not annotate functions with GLOBALJiri Slaby
2019-10-18x86/boot: Annotate data appropriatelyJiri Slaby
2019-10-18x86/boot: Annotate local functionsJiri Slaby