aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/x86-stub.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Merge tag 'efi-fixes-for-v6.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+26
2024-05-17x86/efistub: Omit physical KASLR when memory reservations existGravatar Ard Biesheuvel 1-2/+26
2024-03-28x86/efistub: Reinstate soft limit for initrd loadingGravatar Ard Biesheuvel 1-0/+1
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+2
2024-03-24x86/efistub: Don't clear BSS twice in mixed modeGravatar Ard Biesheuvel 1-1/+2
2024-03-17Merge tag 'efi-fixes-for-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+4
2024-03-15x86/efistub: Clear decompressor BSS in native EFI entrypointGravatar Ard Biesheuvel 1-2/+4
2024-03-13Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+11
2024-03-09x86/efistub: Remap kernel text read-only before dropping NX attributeGravatar Ard Biesheuvel 1-1/+10
2024-03-09efi/libstub: Add get_event_log() support for CC platformsGravatar Kuppuswamy Sathyanarayanan 1-1/+1
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorGravatar Ard Biesheuvel 1-0/+3
2024-01-30x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRGravatar Ard Biesheuvel 1-0/+1
2024-01-26x86/efistub: Give up if memory attribute protocol returns an errorGravatar Ard Biesheuvel 1-10/+14
2024-01-02efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflagsGravatar Yuntao Wang 1-0/+2
2023-12-11efi/x86: Avoid physical KASLR on older Dell systemsGravatar Ard Biesheuvel 1-7/+24
2023-10-30Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-41/+7
2023-10-18x86/boot: efistub: Assign global boot_params variableGravatar Ard Biesheuvel 1-0/+2
2023-10-17x86/boot: efistub: Assign global boot_params variableGravatar Ard Biesheuvel 1-0/+2
2023-10-13x86/efistub: Don't try to print after ExitBootService()Gravatar Nikolay Borisov 1-4/+1
2023-09-15x86/efi: Disregard setup header of loaded imageGravatar Ard Biesheuvel 1-40/+6
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-08-24x86/efistub: Fix PCI ROM preservation in mixed modeGravatar Mikel Rychliski 1-1/+1
2023-08-07x86/efistub: Avoid legacy decompressor when doing EFI bootGravatar Ard Biesheuvel 1-94/+72
2023-08-07x86/efistub: Perform SNP feature test while running in the firmwareGravatar Ard Biesheuvel 1-0/+17
2023-08-07x86/efistub: Prefer EFI memory attributes protocol over DXE servicesGravatar Ard Biesheuvel 1-8/+21
2023-08-07x86/efistub: Perform 4/5 level paging switch from the stubGravatar Ard Biesheuvel 1-26/+14
2023-08-07x86/efistub: Clear BSS in EFI handover protocol entrypointGravatar Ard Biesheuvel 1-2/+11
2023-08-07x86/efistub: Simplify and clean up handover entry codeGravatar Ard Biesheuvel 1-4/+16
2023-08-07x86/efistub: Branch straight to kernel entry point from C codeGravatar Ard Biesheuvel 1-5/+17
2023-06-06x86/efi: Safely enable unaccepted memory in UEFIGravatar Dionna Glaze 1-0/+36
2023-06-06efi/libstub: Implement support for unaccepted memoryGravatar Kirill A. Shutemov 1-0/+13
2023-06-06efi/x86: Get full memory map in allocate_e820()Gravatar Kirill A. Shutemov 1-15/+11
2022-11-24x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneGravatar Ard Biesheuvel 1-1/+1
2022-10-21efi: libstub: Give efi_main() asmlinkage qualificationGravatar Ard Biesheuvel 1-3/+3
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-21/+12
2022-09-27efi: libstub: unify initrd loading between architecturesGravatar Ard Biesheuvel 1-6/+7
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapGravatar Ard Biesheuvel 1-15/+5
2022-09-22efi: x86: Wipe setup_data on pure EFI bootGravatar Ard Biesheuvel 1-0/+7
2022-09-07efi/x86: libstub: remove unused variableGravatar chen zhang 1-1/+0
2022-06-01efi/x86: libstub: Make DXE calls mixed mode safeGravatar Ard Biesheuvel 1-2/+2
2022-05-03efi: libstub: ensure allocated memory to be executableGravatar Baskov Evgeniy 1-4/+106
2022-05-03efi: libstub: declare DXE services tableGravatar Baskov Evgeniy 1-1/+8
2021-11-21efi/libstub: consolidate initrd handling across architecturesGravatar Ard Biesheuvel 1-16/+10
2020-10-26efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()Gravatar Arvind Sankar 1-1/+4
2020-06-25efi/x86: Only copy upto the end of setup_headerGravatar Arvind Sankar 1-2/+4
2020-06-25efi/x86: Remove unused variablesGravatar Arvind Sankar 1-2/+0
2020-05-28efi/x86: Don't blow away existing initrdGravatar Arvind Sankar 1-4/+6
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Ingo Molnar 1-69/+55
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesGravatar Ingo Molnar 1-15/+9
2020-05-22efi/libstub: Use pool allocation for the command lineGravatar Ard Biesheuvel 1-1/+1