summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/x86-stub.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-fixes-for-v6.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-211-2/+26
|\
| * x86/efistub: Omit physical KASLR when memory reservations existArd Biesheuvel2024-05-171-2/+26
* | x86/efistub: Reinstate soft limit for initrd loadingArd Biesheuvel2024-03-281-0/+1
|/
* Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-241-1/+2
|\
| * x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel2024-03-241-1/+2
* | Merge tag 'efi-fixes-for-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-171-2/+4
|\|
| * x86/efistub: Clear decompressor BSS in native EFI entrypointArd Biesheuvel2024-03-151-2/+4
* | Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-131-2/+11
|\|
| * x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel2024-03-091-1/+10
| * efi/libstub: Add get_event_log() support for CC platformsKuppuswamy Sathyanarayanan2024-03-091-1/+1
* | x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel2024-03-041-0/+3
|/
* x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel2024-01-301-0/+1
* x86/efistub: Give up if memory attribute protocol returns an errorArd Biesheuvel2024-01-261-10/+14
* efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflagsYuntao Wang2024-01-021-0/+2
* efi/x86: Avoid physical KASLR on older Dell systemsArd Biesheuvel2023-12-111-7/+24
* Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-301-41/+7
|\
| * x86/boot: efistub: Assign global boot_params variableArd Biesheuvel2023-10-181-0/+2
| * x86/efi: Disregard setup header of loaded imageArd Biesheuvel2023-09-151-40/+6
* | x86/boot: efistub: Assign global boot_params variableArd Biesheuvel2023-10-171-0/+2
* | x86/efistub: Don't try to print after ExitBootService()Nikolay Borisov2023-10-131-4/+1
|/
* Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-281-1/+1
|\
| * x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski2023-08-241-1/+1
* | x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel2023-08-071-94/+72
* | x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel2023-08-071-0/+17
* | x86/efistub: Prefer EFI memory attributes protocol over DXE servicesArd Biesheuvel2023-08-071-8/+21
* | x86/efistub: Perform 4/5 level paging switch from the stubArd Biesheuvel2023-08-071-26/+14
* | x86/efistub: Clear BSS in EFI handover protocol entrypointArd Biesheuvel2023-08-071-2/+11
* | x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel2023-08-071-4/+16
* | x86/efistub: Branch straight to kernel entry point from C codeArd Biesheuvel2023-08-071-5/+17
|/
* x86/efi: Safely enable unaccepted memory in UEFIDionna Glaze2023-06-061-0/+36
* efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+13
* efi/x86: Get full memory map in allocate_e820()Kirill A. Shutemov2023-06-061-15/+11
* x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel2022-11-241-1/+1
* efi: libstub: Give efi_main() asmlinkage qualificationArd Biesheuvel2022-10-211-3/+3
* Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-091-21/+12
|\
| * efi: libstub: unify initrd loading between architecturesArd Biesheuvel2022-09-271-6/+7
| * efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel2022-09-261-15/+5
* | efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel2022-09-221-0/+7
* | efi/x86: libstub: remove unused variablechen zhang2022-09-071-1/+0
|/
* efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel2022-06-011-2/+2
* efi: libstub: ensure allocated memory to be executableBaskov Evgeniy2022-05-031-4/+106
* efi: libstub: declare DXE services tableBaskov Evgeniy2022-05-031-1/+8
* efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel2021-11-211-16/+10
* efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()Arvind Sankar2020-10-261-1/+4
* efi/x86: Only copy upto the end of setup_headerArvind Sankar2020-06-251-2/+4
* efi/x86: Remove unused variablesArvind Sankar2020-06-251-2/+0
* efi/x86: Don't blow away existing initrdArvind Sankar2020-05-281-4/+6
* Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2020-05-251-69/+55
|\
| * efi/libstub: Use pool allocation for the command lineArd Biesheuvel2020-05-221-1/+1
| * efi/libstub: Check return value of efi_parse_optionsArvind Sankar2020-05-011-2/+10