summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorFilesLines
2020-02-22efi/libstub/x86: Remove pointless zeroing of apm_bios_infoArd Biesheuvel1-5/+0
2020-02-22efi/x86: Mark setup_graphics staticArvind Sankar1-1/+1
2020-02-22x86/boot: Micro-optimize GDT loading instructionsArvind Sankar1-7/+8
2020-02-22x86/boot: GDT limit value should be size - 1Arvind Sankar1-2/+2
2020-02-22efi/x86: Remove GDT setup from efi_mainArvind Sankar2-109/+34
2020-02-22x86/boot: Clear direction and interrupt flags in startup_64Arvind Sankar1-0/+3
2020-02-22x86/boot: Reload GDTR after copying to the end of the bufferArvind Sankar1-0/+10
2020-02-22efi/x86: Don't depend on firmware GDT layoutArvind Sankar2-17/+42
2020-02-22x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar2-16/+0
2020-02-19x86/boot/compressed/64: Remove .bss/.pgtable from bzImageArvind Sankar1-1/+1
2020-02-19x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu1-3/+0
2020-02-12x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_lenArvind Sankar1-1/+1
2020-02-12x86/boot/compressed/64: Use LEA to initialize boot stack pointerArvind Sankar1-3/+1
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2-3/+3
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2-3/+3
2020-01-31x86/boot: Handle malformed SRAT tables during early ACPI parsingSteven Clarkson1-0/+6
2020-01-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2020-01-28Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2020-01-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+3
2020-01-25efi/libstub/x86: Fix EFI server boot failureQian Cai1-1/+1
2020-01-23x86/boot: Simplify calculation of output addressArvind Sankar1-5/+3
2020-01-20Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar1-0/+5
2020-01-20x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel1-1/+1
2020-01-20efi/libstub/x86: Fix unused-variable warningArnd Bergmann1-2/+0
2020-01-20efi/libstub/x86: Use mandatory 16-byte stack alignment in mixed modeArd Biesheuvel1-33/+13
2020-01-20efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel2-12/+9
2020-01-13x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*Sean Christopherson1-0/+1
2020-01-10efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar1-16/+0
2020-01-10efi/x86: Check number of arguments to variadic functionsArvind Sankar1-2/+2
2020-01-10efi/libstub/x86: Force 'hidden' visibility for extern declarationsArd Biesheuvel1-0/+2
2020-01-10efi/libstub: Fix boot argument handling in mixed mode entry codeArd Biesheuvel1-7/+10
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar14-86/+173
2019-12-25efi/libstub/x86: Avoid globals to store context during mixed mode callsArd Biesheuvel1-14/+3
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel1-42/+35
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel1-4/+4
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel1-14/+9
2019-12-25efi/libstub/x86: Work around page freeing issue in mixed modeArd Biesheuvel1-0/+16
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel1-22/+18
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel1-14/+14
2019-12-25efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel3-169/+45
2019-12-25efi/libstub: Unify the efi_char16_printk implementationsArd Biesheuvel1-7/+0
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel1-0/+5
2019-12-25efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel6-122/+4
2019-12-25efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel1-2/+2
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel2-7/+12
2019-12-25efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel1-12/+0
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel1-2/+1
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel1-4/+11
2019-12-25efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel1-9/+5