aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'efi-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-6/+13
2024-01-08Merge tag 'x86-asm-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2024-01-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+2
2024-01-02efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflagsGravatar Yuntao Wang 1-0/+2
2023-12-20x86/asm: Always set A (accessed) flag in GDT descriptorsGravatar Vegard Nossum 1-2/+2
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeGravatar Vegard Nossum 1-2/+2
2023-12-19efi/loongarch: Directly position the loaded image fileGravatar Wang Yao 3-6/+13
2023-12-19efi/libstub: zboot: do not use $(shell ...) in cmd_copy_and_padGravatar Masahiro Yamada 1-2/+2
2023-12-11efi/x86: Avoid physical KASLR on older Dell systemsGravatar Ard Biesheuvel 1-7/+24
2023-12-11efi/loongarch: Use load address to calculate kernel entry addressGravatar Wang Yao 2-5/+5
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-11-09riscv: Optimize bitops with Zbb extensionGravatar Xiao Wang 1-1/+1
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+7
2023-10-30Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-50/+7
2023-10-20Merge 3rd batch of EFI fixes into efi/urgentGravatar Ard Biesheuvel 2-4/+5
2023-10-18x86/boot: efistub: Assign global boot_params variableGravatar Ard Biesheuvel 1-0/+2
2023-10-17efi: move screen_info into efi init codeGravatar Arnd Bergmann 1-1/+7
2023-10-17x86/boot: efistub: Assign global boot_params variableGravatar Ard Biesheuvel 2-0/+4
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-09-15x86/efi: Drop EFI stub .bss from .data sectionGravatar Ard Biesheuvel 1-7/+0
2023-09-11efi/unaccepted: Use ACPI reclaim memory for unaccepted memory tableGravatar Ard Biesheuvel 1-1/+1
2023-09-08Merge patch series "riscv: Introduce KASLR"Gravatar Palmer Dabbelt 5-124/+197
2023-09-05riscv: libstub: Implement KASLR by using generic functionsGravatar Alexandre Ghiti 2-19/+16
2023-09-05libstub: Fix compilation warning for rv32Gravatar Alexandre Ghiti 1-1/+1
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cGravatar Alexandre Ghiti 4-105/+181
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-0/+4
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+2
2023-08-28Merge remote-tracking branch 'linux-efi/urgent' into efi/nextGravatar Ard Biesheuvel 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-07efi/libstub: Add limit argument to efi_random_alloc()Gravatar Ard Biesheuvel 4-7/+9
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 6-26/+130
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-08-03efi/riscv: libstub: Fix comment about absolute relocationGravatar Xiao Wang 1-1/+1
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Gravatar Daniel Vetter 2-0/+4
2023-07-08efi: Do not include <linux/screen_info.h> from EFI headerGravatar Thomas Zimmermann 2-0/+4
2023-06-30Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2023-06-27efi/libstub: Disable PCI DMA before grabbing the EFI memory mapGravatar Ard Biesheuvel 1-3/+3
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 6-0/+327
2023-06-06efi/x86: Get full memory map in allocate_e820()Gravatar Kirill A. Shutemov 1-15/+11
2023-05-25efi: fix missing prototype warningsGravatar Arnd Bergmann 1-0/+3
2023-05-25efi/libstub: zboot: Avoid eager evaluation of objcopy flagsGravatar Ard Biesheuvel 1-1/+2
2023-04-26efi/zboot: arm64: Grab code size from ELF symbol in payloadGravatar Ard Biesheuvel 4-30/+21
2023-04-26efi/zboot: arm64: Inject kernel code size symbol into the zboot payloadGravatar Ard Biesheuvel 2-1/+8