summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu2020-02-191-3/+0
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-092-3/+3
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-042-3/+3
* | Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-091-0/+6
|\ \ | |/ |/|
| * x86/boot: Handle malformed SRAT tables during early ACPI parsingSteven Clarkson2020-01-311-0/+6
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-281-0/+1
|\ \
| * | x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*Sean Christopherson2020-01-131-0/+1
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-1/+4
|\ \ \
| * | | x86/boot: Discard .eh_frame sectionsIlie Halip2019-12-131-1/+4
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-281-5/+3
|\ \ \
| * | | x86/boot: Simplify calculation of output addressArvind Sankar2020-01-231-5/+3
* | | | efi/libstub/x86: Fix EFI server boot failureQian Cai2020-01-251-1/+1
* | | | x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel2020-01-201-1/+1
* | | | efi/libstub/x86: Fix unused-variable warningArnd Bergmann2020-01-201-2/+0
* | | | efi/libstub/x86: Use mandatory 16-byte stack alignment in mixed modeArd Biesheuvel2020-01-201-33/+13
* | | | efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel2020-01-202-12/+9
* | | | efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar2020-01-101-16/+0
* | | | efi/x86: Check number of arguments to variadic functionsArvind Sankar2020-01-101-2/+2
* | | | efi/libstub/x86: Force 'hidden' visibility for extern declarationsArd Biesheuvel2020-01-101-0/+2
* | | | efi/libstub: Fix boot argument handling in mixed mode entry codeArd Biesheuvel2020-01-101-7/+10
* | | | efi/libstub/x86: Avoid globals to store context during mixed mode callsArd Biesheuvel2019-12-251-14/+3
* | | | efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel2019-12-251-42/+35
* | | | efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel2019-12-251-4/+4
* | | | efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel2019-12-251-14/+9
* | | | efi/libstub/x86: Work around page freeing issue in mixed modeArd Biesheuvel2019-12-251-0/+16
* | | | efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel2019-12-251-22/+18
* | | | efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel2019-12-251-14/+14
* | | | efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel2019-12-253-169/+45
* | | | efi/libstub: Unify the efi_char16_printk implementationsArd Biesheuvel2019-12-251-7/+0
* | | | efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel2019-12-251-0/+5
* | | | efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel2019-12-256-122/+4
* | | | efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel2019-12-251-2/+2
* | | | efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel2019-12-252-7/+12
* | | | efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel2019-12-251-12/+0
* | | | efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel2019-12-251-2/+1
* | | | efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel2019-12-251-4/+11
* | | | efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel2019-12-251-9/+5
| |_|/ |/| |
* | | x86/efistub: Disable paging at mixed mode entryArd Biesheuvel2019-12-251-0/+5
|/ /
* / x86/boot: kbuild: allow readelf executable to be specifiedDmitry Golovin2019-12-141-1/+1
|/
* Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-262-8/+44
|\
| * x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams2019-11-071-7/+35
| * x86/efi: EFI soft reservation to E820 enumerationDan Williams2019-11-072-1/+9
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-0/+3
|\ \
| * | x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski2019-11-071-0/+3
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-269-73/+81
|\ \
| * \ Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar2019-11-252-0/+2
| |\ \
| | * | arch/x86/boot: Use prefix map to avoid embedded pathsBruce Ashfield2019-10-012-0/+2
| * | | x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-182-8/+8
| * | | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-183-14/+14
| * | | x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-2/+4