summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+8
|\
| * arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra2022-10-171-0/+8
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+1
|\ \
| * | kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li2022-11-011-1/+1
| |/
* | Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-136-495/+506
|\ \
| * | x86/efi: Make the deprecated EFI handover protocol optionalArd Biesheuvel2022-11-241-1/+3
| * | x86/boot/compressed: Only build mem_encrypt.S if AMD_MEM_ENCRYPT=yArd Biesheuvel2022-11-242-3/+1
| * | x86/boot/compressed: Adhere to calling convention in get_sev_encryption_bit()Ard Biesheuvel2022-11-242-12/+3
| * | x86/boot/compressed: Move startup32_check_sev_cbit() out of head_64.SArd Biesheuvel2022-11-242-71/+68
| * | x86/boot/compressed: Move startup32_check_sev_cbit() into .textArd Biesheuvel2022-11-241-16/+19
| * | x86/boot/compressed: Move startup32_load_idt() out of head_64.SArd Biesheuvel2022-11-242-73/+71
| * | x86/boot/compressed: Move startup32_load_idt() into .text sectionArd Biesheuvel2022-11-241-11/+20
| * | x86/boot/compressed: Pull global variable reference into startup32_load_idt()Ard Biesheuvel2022-11-241-12/+8
| * | x86/boot/compressed: Avoid touching ECX in startup32_set_idt_entry()Ard Biesheuvel2022-11-241-6/+2
| * | x86/boot/compressed: Simplify IDT/GDT preserve/restore in the EFI thunkArd Biesheuvel2022-11-241-13/+7
| * | x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel2022-11-242-8/+0
| * | x86/boot/compressed: Move efi32_pe_entry() out of head_64.SArd Biesheuvel2022-11-222-86/+83
| * | x86/boot/compressed: Move efi32_entry out of head_64.SArd Biesheuvel2022-11-222-55/+47
| * | x86/boot/compressed: Move efi32_pe_entry into .text sectionArd Biesheuvel2022-11-221-6/+5
| * | x86/boot/compressed: Move bootargs parsing out of 32-bit startup codeArd Biesheuvel2022-11-222-20/+47
| * | x86/boot/compressed: Move 32-bit entrypoint code into .text sectionArd Biesheuvel2022-11-221-14/+34
| * | x86/boot/compressed: Rename efi_thunk_64.S to efi-mixed.SArd Biesheuvel2022-11-222-3/+3
| |/
* | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-6/+0
|\ \
| * | efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel2022-11-181-6/+0
| |/
* | x86/kaslr: Fix process_mem_region()'s return valueJiapeng Chong2022-11-191-1/+1
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+1
|\
| * x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko2022-10-031-0/+1
* | kbuild: build init/built-in.a just onceMasahiro Yamada2022-09-291-0/+1
|/
* x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael Roth2022-08-242-1/+19
* x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2022-08-101-0/+4
* x86/compressed/64: Add identity mappings for setup_data entriesMichael Roth2022-07-061-0/+13
* Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-238-7/+132
|\
| * x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson2022-04-072-3/+19
| * x86/boot: Set CR0.NE early and keep it set during the bootKirill A. Shutemov2022-04-071-3/+4
| * x86/boot: Port I/O: Add decompression-time support for TDXKirill A. Shutemov2022-04-073-1/+65
| * x86/boot: Port I/O: Allow to hook up alternative helpersKirill A. Shutemov2022-04-072-1/+5
| * x86: Consolidate port I/O helpersKirill A. Shutemov2022-04-071-1/+1
| * x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan2022-04-075-0/+40
* | x86/boot: Put globals that are accessed early into the .data sectionMichael Roth2022-04-202-2/+6
* | x86/boot: Add an efi.h header for the decompressorBorislav Petkov2022-04-176-9/+131
* | x86/sev: Use firmware-validated CPUID for SEV-SNP guestsMichael Roth2022-04-071-37/+0
* | x86/sev: Add SEV-SNP feature detection/setupMichael Roth2022-04-071-27/+0
* | x86/compressed/64: Add identity mapping for Confidential Computing blobMichael Roth2022-04-073-1/+25
* | x86/compressed: Export and rename add_identity_map()Michael Roth2022-04-072-9/+10
* | x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guestsMichael Roth2022-04-071-0/+46
* | x86/compressed: Add SEV-SNP feature detection/setupMichael Roth2022-04-071-1/+111
* | x86/sev: Move MSR-based VMGEXITs for CPUID to helperMichael Roth2022-04-071-0/+1
* | x86/compressed/acpi: Move EFI kexec handling into common codeMichael Roth2022-04-062-60/+45
* | x86/compressed/acpi: Move EFI vendor table lookup to helperMichael Roth2022-04-063-45/+106
* | x86/compressed/acpi: Move EFI config table lookup to helperMichael Roth2022-04-063-17/+60