summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2025-04-023-105/+6
|\
| * efi/cper, cxl: Remove cper_cxl.hSmita Koralahalli2025-02-063-18/+0
| * efi/cper, cxl: Make definitions and structures globalSmita Koralahalli2025-02-063-85/+2
| * efi/cper, cxl: Prefix protocol error struct and function names with cxl_Smita Koralahalli2025-02-063-5/+7
* | Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-04-012-3/+3
|\ \
| * \ Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman2025-03-103-32/+29
| |\ \
| * | | efi: rci2: mark bin_attribute as __ro_after_initThomas Weißschuh2025-02-211-1/+1
| * | | efi/mokvar: Use const 'struct bin_attribute' callbackThomas Weißschuh2025-02-211-2/+2
* | | | Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2025-03-2910-81/+448
|\ \ \ \
| * | | | efi/libstub: Avoid legacy decompressor zlib/zstd wrappersArd Biesheuvel2025-03-146-57/+136
| * | | | efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServicesArd Biesheuvel2025-03-131-0/+26
| * | | | efi: efibc: change kmalloc(size * count, ...) to kmalloc_array()Ethan Carter Edwards2025-03-101-1/+1
| * | | | Merge branch 'x86-mixed-mode' into efi/nextArd Biesheuvel2025-03-073-23/+285
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | x86/efi/mixed: Move mixed mode startup code into libstubArd Biesheuvel2025-02-212-0/+256
| | * | | x86/efistub: Merge PE and handover entrypointsArd Biesheuvel2025-02-211-23/+29
| | | |/ | | |/|
* | / | efi/libstub: Avoid physical address 0x0 when doing random allocationArd Biesheuvel2025-03-141-0/+4
|/ / /
* | | efi/mokvar-table: Avoid repeated map/unmap of the same pageArd Biesheuvel2025-02-271-3/+15
* | | efi: Don't map the entire mokvar table to determine its sizePeter Jones2025-02-271-28/+13
* | | efi/cper: Fix cper_arm_ctx_info alignmentPatrick Rudolph2025-02-231-1/+1
* | | efi/cper: Fix cper_ia_proc_ctx alignmentPatrick Rudolph2025-02-231-1/+1
| |/ |/|
* | efi: Avoid cold plugged memory for placing the kernelArd Biesheuvel2025-02-043-2/+10
|/
* Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-281-2/+2
|\
| * driver core: Constify API device_find_child() and adapt for various usagesZijun Hu2025-01-031-2/+2
* | efi: libstub: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor2025-01-221-1/+1
* | efi: sysfb_efi: fix W=1 warnings when EFI is not setRandy Dunlap2025-01-141-1/+1
* | efi/libstub: Use __free() helper for pool deallocationsArd Biesheuvel2025-01-143-26/+20
* | efi/libstub: Use cleanup helpers for freeing copies of the memory mapArd Biesheuvel2025-01-145-29/+20
* | efi/libstub: Simplify PCI I/O handle buffer traversalArd Biesheuvel2025-01-142-49/+13
* | efi/libstub: Refactor and clean up GOP resolution picker codeArd Biesheuvel2025-01-141-162/+103
* | efi/libstub: Simplify GOP handling codeArd Biesheuvel2025-01-144-74/+37
* | efi/libstub: Use C99-style for loop to traverse handle bufferArd Biesheuvel2025-01-144-12/+8
* | x86/efistub: Drop long obsolete UGA supportArd Biesheuvel2025-01-142-93/+0
* | efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32Hamza Mahfooz2024-12-191-1/+1
|/
* Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-12-153-18/+6
|\
| * efi/esrt: remove esre_attribute::store()Jiri Slaby (SUSE)2024-12-131-2/+0
| * efi/zboot: Limit compression options to GZIP and ZSTDArd Biesheuvel2024-12-062-16/+6
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-023-11/+11
|/
* efi: Fix memory leak in efivar_ssdt_loadCyrill Gorcunov2024-11-171-13/+28
* efi/libstub: Take command line overrides into account for loaded filesArd Biesheuvel2024-11-171-1/+2
* efi/libstub: Fix command line fallback handling when loading filesArd Biesheuvel2024-11-171-0/+21
* efi/libstub: Parse builtin command line after bootloader provided oneArd Biesheuvel2024-11-151-11/+8
* efi/memattr: Ignore table if the size is clearly bogusArd Biesheuvel2024-11-151-1/+17
* efi/zboot: Fix outdated comment about using LoadImage/StartImageArd Biesheuvel2024-11-151-6/+4
* efi/libstub: Free correct pointer on failureArd Biesheuvel2024-11-151-1/+1
* libstub,tpm: do not ignore failure case when reading final event logGregory Price2024-10-151-0/+3
* tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_sizeGregory Price2024-10-152-4/+4
* tpm: do not ignore memblock_reserve return valueGregory Price2024-10-151-1/+6
* tpm: fix signed/unsigned bug when checking event logsGregory Price2024-10-151-8/+9
* efi/libstub: measure initrd to PCR9 independent of sourceJeremy Linton2024-10-151-4/+5
* efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()Jonathan Marek2024-10-154-8/+5