summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-101-1/+1
|\
| * riscv: Optimize bitops with Zbb extensionXiao Wang2023-11-091-1/+1
* | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-032-2/+20
|\ \
| * | efi: move screen_info into efi init codeArnd Bergmann2023-10-172-2/+20
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+20
|\ \ \
| * | | efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter2023-10-041-0/+20
| |/ /
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-012-15/+4
|\ \ \
| * | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-112-15/+4
| | |/ | |/|
* | | Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-303-50/+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/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel2023-09-151-7/+0
| |/ /
* | | Merge 3rd batch of EFI fixes into efi/urgentArd Biesheuvel2023-10-204-10/+71
|\ \ \ | |_|/ |/| |
| * | efi/unaccepted: Fix soft lockups caused by parallel memory acceptanceKirill A. Shutemov2023-10-201-4/+60
| * | x86/boot: efistub: Assign global boot_params variableArd Biesheuvel2023-10-172-0/+4
| * | efi: fix memory leak in krealloc failure handlingKuan-Wei Chiu2023-10-131-2/+6
| * | x86/efistub: Don't try to print after ExitBootService()Nikolay Borisov2023-10-131-4/+1
| |/
* | efi/unaccepted: Make sure unaccepted table is mappedKirill A. Shutemov2023-09-191-3/+29
* | efi/unaccepted: Use ACPI reclaim memory for unaccepted memory tableArd Biesheuvel2023-09-111-1/+1
|/
* Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt2023-09-085-124/+197
|\
| * riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti2023-09-052-19/+16
| * libstub: Fix compilation warning for rv32Alexandre Ghiti2023-09-051-1/+1
| * arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti2023-09-054-105/+181
* | Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-08-302-0/+4
|\ \
| * \ Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-172-0/+4
| |\ \ | | |/ | |/|
| | * efi: Do not include <linux/screen_info.h> from EFI headerThomas Zimmermann2023-07-082-0/+4
* | | Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-284-128/+249
|\ \ \
| * \ \ Merge remote-tracking branch 'linux-efi/urgent' into efi/nextArd Biesheuvel2023-08-281-1/+1
| |\ \ \
| | * | | x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski2023-08-241-1/+1
| | |/ /
| * | | efi/runtime-wrappers: Clean up white space and add __init annotationArd Biesheuvel2023-08-221-22/+19
| * | | acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersArd Biesheuvel2023-08-221-0/+31
| * | | efi/runtime-wrappers: Don't duplicate setup/teardown codeArd Biesheuvel2023-08-221-8/+18
| * | | efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel2023-08-221-3/+6
| * | | efi/runtime-wrapper: Move workqueue manipulation out of lineArd Biesheuvel2023-08-211-28/+33
| * | | efi/runtime-wrappers: Use type safe encapsulation of call argumentsArd Biesheuvel2023-08-211-66/+130
| * | | efi/riscv: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel2023-08-211-2/+13
| * | | efi/riscv: libstub: Fix comment about absolute relocationXiao Wang2023-08-031-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
* | | efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel2023-08-074-7/+9
* | | 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-076-26/+130
* | | 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
|/ /
* | Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-304-8/+17
|\ \
| * | efi/libstub: Disable PCI DMA before grabbing the EFI memory mapArd Biesheuvel2023-06-271-3/+3
| * | efi/esrt: Allow ESRT access without CAP_SYS_ADMINNicholas Bishop2023-06-061-4/+0
| * | efivarfs: expose used and total sizeAnisse Astier2023-05-172-0/+13
| * | efi: make kobj_type structure constantThomas Weißschuh2023-05-101-1/+1