| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 2025-04-02 | 3 | -105/+6 |
|\ |
|
| * | efi/cper, cxl: Remove cper_cxl.h | Smita Koralahalli | 2025-02-06 | 3 | -18/+0 |
| * | efi/cper, cxl: Make definitions and structures global | Smita Koralahalli | 2025-02-06 | 3 | -85/+2 |
| * | efi/cper, cxl: Prefix protocol error struct and function names with cxl_ | Smita Koralahalli | 2025-02-06 | 3 | -5/+7 |
* | | Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2025-04-01 | 2 | -3/+3 |
|\ \ |
|
| * \ | Merge 6.14-rc6 into driver-core-next | Greg Kroah-Hartman | 2025-03-10 | 3 | -32/+29 |
| |\ \ |
|
| * | | | efi: rci2: mark bin_attribute as __ro_after_init | Thomas Weißschuh | 2025-02-21 | 1 | -1/+1 |
| * | | | efi/mokvar: Use const 'struct bin_attribute' callback | Thomas Weißschuh | 2025-02-21 | 1 | -2/+2 |
* | | | | Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2025-03-29 | 10 | -81/+448 |
|\ \ \ \ |
|
| * | | | | efi/libstub: Avoid legacy decompressor zlib/zstd wrappers | Ard Biesheuvel | 2025-03-14 | 6 | -57/+136 |
| * | | | | efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServices | Ard Biesheuvel | 2025-03-13 | 1 | -0/+26 |
| * | | | | efi: efibc: change kmalloc(size * count, ...) to kmalloc_array() | Ethan Carter Edwards | 2025-03-10 | 1 | -1/+1 |
| * | | | | Merge branch 'x86-mixed-mode' into efi/next | Ard Biesheuvel | 2025-03-07 | 3 | -23/+285 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | x86/efi/mixed: Move mixed mode startup code into libstub | Ard Biesheuvel | 2025-02-21 | 2 | -0/+256 |
| | * | | | x86/efistub: Merge PE and handover entrypoints | Ard Biesheuvel | 2025-02-21 | 1 | -23/+29 |
| | | |/
| | |/| |
|
* | / | | efi/libstub: Avoid physical address 0x0 when doing random allocation | Ard Biesheuvel | 2025-03-14 | 1 | -0/+4 |
|/ / / |
|
* | | | efi/mokvar-table: Avoid repeated map/unmap of the same page | Ard Biesheuvel | 2025-02-27 | 1 | -3/+15 |
* | | | efi: Don't map the entire mokvar table to determine its size | Peter Jones | 2025-02-27 | 1 | -28/+13 |
* | | | efi/cper: Fix cper_arm_ctx_info alignment | Patrick Rudolph | 2025-02-23 | 1 | -1/+1 |
* | | | efi/cper: Fix cper_ia_proc_ctx alignment | Patrick Rudolph | 2025-02-23 | 1 | -1/+1 |
| |/
|/| |
|
* | | efi: Avoid cold plugged memory for placing the kernel | Ard Biesheuvel | 2025-02-04 | 3 | -2/+10 |
|/ |
|
* | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2025-01-28 | 1 | -2/+2 |
|\ |
|
| * | driver core: Constify API device_find_child() and adapt for various usages | Zijun Hu | 2025-01-03 | 1 | -2/+2 |
* | | efi: libstub: Use '-std=gnu11' to fix build with GCC 15 | Nathan Chancellor | 2025-01-22 | 1 | -1/+1 |
* | | efi: sysfb_efi: fix W=1 warnings when EFI is not set | Randy Dunlap | 2025-01-14 | 1 | -1/+1 |
* | | efi/libstub: Use __free() helper for pool deallocations | Ard Biesheuvel | 2025-01-14 | 3 | -26/+20 |
* | | efi/libstub: Use cleanup helpers for freeing copies of the memory map | Ard Biesheuvel | 2025-01-14 | 5 | -29/+20 |
* | | efi/libstub: Simplify PCI I/O handle buffer traversal | Ard Biesheuvel | 2025-01-14 | 2 | -49/+13 |
* | | efi/libstub: Refactor and clean up GOP resolution picker code | Ard Biesheuvel | 2025-01-14 | 1 | -162/+103 |
* | | efi/libstub: Simplify GOP handling code | Ard Biesheuvel | 2025-01-14 | 4 | -74/+37 |
* | | efi/libstub: Use C99-style for loop to traverse handle buffer | Ard Biesheuvel | 2025-01-14 | 4 | -12/+8 |
* | | x86/efistub: Drop long obsolete UGA support | Ard Biesheuvel | 2025-01-14 | 2 | -93/+0 |
* | | efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32 | Hamza Mahfooz | 2024-12-19 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2024-12-15 | 3 | -18/+6 |
|\ |
|
| * | efi/esrt: remove esre_attribute::store() | Jiri Slaby (SUSE) | 2024-12-13 | 1 | -2/+0 |
| * | efi/zboot: Limit compression options to GZIP and ZSTD | Ard Biesheuvel | 2024-12-06 | 2 | -16/+6 |
* | | module: Convert symbol namespace to string literal | Peter Zijlstra | 2024-12-02 | 3 | -11/+11 |
|/ |
|
* | efi: Fix memory leak in efivar_ssdt_load | Cyrill Gorcunov | 2024-11-17 | 1 | -13/+28 |
* | efi/libstub: Take command line overrides into account for loaded files | Ard Biesheuvel | 2024-11-17 | 1 | -1/+2 |
* | efi/libstub: Fix command line fallback handling when loading files | Ard Biesheuvel | 2024-11-17 | 1 | -0/+21 |
* | efi/libstub: Parse builtin command line after bootloader provided one | Ard Biesheuvel | 2024-11-15 | 1 | -11/+8 |
* | efi/memattr: Ignore table if the size is clearly bogus | Ard Biesheuvel | 2024-11-15 | 1 | -1/+17 |
* | efi/zboot: Fix outdated comment about using LoadImage/StartImage | Ard Biesheuvel | 2024-11-15 | 1 | -6/+4 |
* | efi/libstub: Free correct pointer on failure | Ard Biesheuvel | 2024-11-15 | 1 | -1/+1 |
* | libstub,tpm: do not ignore failure case when reading final event log | Gregory Price | 2024-10-15 | 1 | -0/+3 |
* | tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_size | Gregory Price | 2024-10-15 | 2 | -4/+4 |
* | tpm: do not ignore memblock_reserve return value | Gregory Price | 2024-10-15 | 1 | -1/+6 |
* | tpm: fix signed/unsigned bug when checking event logs | Gregory Price | 2024-10-15 | 1 | -8/+9 |
* | efi/libstub: measure initrd to PCR9 independent of source | Jeremy Linton | 2024-10-15 | 1 | -4/+5 |
* | efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline() | Jonathan Marek | 2024-10-15 | 4 | -8/+5 |