summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2022-05-151-4/+4
* x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel2021-08-211-0/+3
* Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-1/+1
|\
| * x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* | x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-pathJoerg Roedel2021-03-181-0/+83
* | x86/boot/compressed/64: Add 32-bit boot #VC handlerJoerg Roedel2021-03-181-0/+6
* | x86/boot/compressed/64: Setup IDT in startup_32 boot pathJoerg Roedel2021-03-181-0/+72
* | x86/boot/compressed/64: Reload CS in startup_32Joerg Roedel2021-03-181-1/+8
|/
* x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2020-11-211-4/+4
* x86/boot/64: Explicitly map boot_params and command lineArvind Sankar2020-10-191-0/+3
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-1/+32
|\
| * x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel2020-09-071-1/+8
| * x86/boot/compressed/64: Always switch to own page tableJoerg Roedel2020-09-071-1/+2
| * x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel2020-09-071-1/+24
* | x86/boot: Remove run-time relocations from head_{32,64}.SArvind Sankar2020-08-141-2/+2
* | x86/boot: Remove run-time relocations from .head.text codeArvind Sankar2020-08-141-39/+65
* | x86/boot/compressed: Get rid of GOT fixup codeArd Biesheuvel2020-08-141-57/+0
|/
* efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar2020-06-171-1/+10
* x86/boot: Correct relocation destination on old linkersArvind Sankar2020-05-191-0/+1
* x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loadedJoerg Roedel2020-05-041-0/+8
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-311-2/+2
|\
| * x86/boot/compressed/64: Remove .bss/.pgtable from bzImageArvind Sankar2020-02-191-1/+1
| * x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_lenArvind Sankar2020-02-121-1/+1
| * x86/boot/compressed/64: Use LEA to initialize boot stack pointerArvind Sankar2020-02-121-3/+1
* | efi/x86: Decompress at start of PE image load addressArvind Sankar2020-03-081-3/+39
* | x86/boot: Use unsigned comparison for addressesArvind Sankar2020-03-081-2/+2
* | efi/x86: Avoid using code32_startArvind Sankar2020-03-081-2/+2
* | efi/x86: Make efi32_pe_entry() more readableArvind Sankar2020-03-081-17/+40
* | efi/x86: Respect 32-bit ABI in efi32_pe_entry()Arvind Sankar2020-03-081-0/+4
* | efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATAArvind Sankar2020-03-081-3/+6
* | x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar2020-02-291-2/+2
* | efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel2020-02-231-2/+57
* | x86/boot: Micro-optimize GDT loading instructionsArvind Sankar2020-02-221-7/+8
* | x86/boot: GDT limit value should be size - 1Arvind Sankar2020-02-221-2/+2
* | x86/boot: Clear direction and interrupt flags in startup_64Arvind Sankar2020-02-221-0/+3
* | x86/boot: Reload GDTR after copying to the end of the bufferArvind Sankar2020-02-221-0/+10
* | efi/x86: Don't depend on firmware GDT layoutArvind Sankar2020-02-221-12/+18
* | x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar2020-02-221-8/+0
|/
* efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel2020-01-201-4/+3
* efi/libstub: Fix boot argument handling in mixed mode entry codeArd Biesheuvel2020-01-101-7/+10
* efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel2019-12-251-61/+13
* efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel2019-12-251-22/+1
* x86/efistub: Disable paging at mixed mode entryArd Biesheuvel2019-12-251-0/+5
* x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-8/+8
* x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-2/+4
* x86/boot: Annotate data appropriatelyJiri Slaby2019-10-181-17/+15
* x86/boot: Annotate local functionsJiri Slaby2019-10-181-3/+6
* x86/asm: Make some functions local labelsJiri Slaby2019-09-061-9/+9
* x86/boot: Make the GDT 8-byte alignedXiaoyao Li2019-06-271-0/+1
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-071-5/+6
|\