Age | Commit message (Expand) | Author | Files | Lines |
2020-08-07 | efi: provide empty efi_enter_virtual_mode implementation | Andrey Konovalov | 1 | -0/+4 |
2020-07-09 | efi/efivars: Expose RT service availability via efivars abstraction | Ard Biesheuvel | 1 | -0/+1 |
2020-06-17 | efi/libstub: arm: Print CPU boot mode and MMU state at boot | Ard Biesheuvel | 1 | -0/+1 |
2020-06-15 | efi: Replace zero-length array and use struct_size() helper | Gustavo A. R. Silva | 1 | -5/+2 |
2020-05-25 | Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 1 | -1/+3 |
2020-05-25 | Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixes | Ingo Molnar | 1 | -0/+2 |
2020-05-20 | efi/gop: Add an option to list out the available GOP modes | Arvind Sankar | 1 | -0/+1 |
2020-05-20 | efi/libstub: Add definitions for console input and events | Arvind Sankar | 1 | -1/+2 |
2020-05-17 | efi: Pull up arch-specific prototype efi_systab_show_arch() | Benjamin Thiel | 1 | -0/+2 |
2020-04-24 | efi: Clean up config table description arrays | Ard Biesheuvel | 1 | -1/+1 |
2020-03-31 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+2 |
2020-03-27 | x86/efi: Add a prototype for efi_arch_mem_reserve() | Benjamin Thiel | 1 | -0/+2 |
2020-03-08 | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi... | Ingo Molnar | 1 | -0/+7 |
2020-03-03 | efi: Add embedded peripheral firmware support | Hans de Goede | 1 | -0/+6 |
2020-03-03 | efi: Export boot-services code and data as debugfs-blobs | Hans de Goede | 1 | -0/+1 |
2020-02-29 | efi/x86: Add RNG seed EFI table to unencrypted mapping check | Tom Lendacky | 1 | -0/+2 |
2020-02-23 | efi: Add support for EFI_RT_PROPERTIES table | Ard Biesheuvel | 1 | -0/+9 |
2020-02-23 | efi: Store mask of supported runtime services in struct efi | Ard Biesheuvel | 1 | -0/+31 |
2020-02-23 | efi/arm: Move FDT specific definitions into fdtparams.c | Ard Biesheuvel | 1 | -9/+1 |
2020-02-23 | efi/x86: Drop 'systab' member from struct efi | Ard Biesheuvel | 1 | -25/+27 |
2020-02-23 | efi: Add 'runtime' pointer to struct efi | Ard Biesheuvel | 1 | -0/+1 |
2020-02-23 | efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific | Ard Biesheuvel | 1 | -3/+0 |
2020-02-23 | efi: Clean up config_parse_tables() | Ard Biesheuvel | 1 | -2/+3 |
2020-02-23 | efi: Make efi_config_init() x86 only | Ard Biesheuvel | 1 | -1/+0 |
2020-02-23 | efi: Merge EFI system table revision and vendor checks | Ard Biesheuvel | 1 | -0/+4 |
2020-02-23 | efi: Make memreserve table handling local to efi.c | Ard Biesheuvel | 1 | -1/+0 |
2020-02-23 | efi: Move mem_attr_table out of struct efi | Ard Biesheuvel | 1 | -1/+2 |
2020-02-23 | efi: Make rng_seed table handling local to efi.c | Ard Biesheuvel | 1 | -1/+0 |
2020-02-23 | efi: Move UGA and PROP table handling to x86 code | Ard Biesheuvel | 1 | -2/+0 |
2020-02-23 | efi/ia64: Move HCDP and MPS table handling into IA64 arch code | Ard Biesheuvel | 1 | -2/+0 |
2020-02-23 | efi: Drop handling of 'boot_info' configuration table | Ard Biesheuvel | 1 | -1/+0 |
2020-02-23 | efi/libstub: Add support for loading the initrd from a device path | Ard Biesheuvel | 1 | -0/+1 |
2020-02-23 | efi/dev-path-parser: Add struct definition for vendor type device path nodes | Ard Biesheuvel | 1 | -19/+29 |
2020-02-23 | efi/libstub: Make the LoadFile EFI protocol accessible | Ard Biesheuvel | 1 | -0/+2 |
2020-02-23 | efi/libstub: Move stub specific declarations into efistub.h | Ard Biesheuvel | 1 | -455/+1 |
2020-02-23 | efi/libstub: Use consistent type names for file I/O protocols | Ard Biesheuvel | 1 | -59/+1 |
2020-02-23 | efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages() | Ard Biesheuvel | 1 | -2/+2 |
2020-01-20 | efi: Fix handling of multiple efi_fake_mem= entries | Dan Williams | 1 | -0/+2 |
2020-01-20 | efi: Add tracking for dynamically allocated memmaps | Dan Williams | 1 | -4/+7 |
2020-01-20 | efi: Add a flags parameter to efi_memory_map | Dan Williams | 1 | -1/+3 |
2020-01-10 | efi: Allow disabling PCI busmastering on bridges during boot | Matthew Garrett | 1 | -1/+5 |
2020-01-10 | efi/x86: Drop two near identical versions of efi_runtime_init() | Ard Biesheuvel | 1 | -19/+0 |
2020-01-10 | efi/x86: Avoid redundant cast of EFI firmware service pointer | Ard Biesheuvel | 1 | -1/+3 |
2019-12-25 | efi/libstub: Remove 'sys_table_arg' from all function prototypes | Ard Biesheuvel | 1 | -27/+16 |
2019-12-25 | efi/libstub: Drop sys_table_arg from printk routines | Ard Biesheuvel | 1 | -1/+1 |
2019-12-25 | efi/libstub: Avoid protocol wrapper for file I/O routines | Ard Biesheuvel | 1 | -79/+39 |
2019-12-25 | efi/libstub: Annotate firmware routines as __efiapi | Ard Biesheuvel | 1 | -65/+82 |
2019-12-25 | efi/libstub: Use stricter typing for firmware function pointers | Ard Biesheuvel | 1 | -4/+8 |
2019-12-25 | efi/libstub: Drop explicit 32/64-bit protocol definitions | Ard Biesheuvel | 1 | -244/+1 |
2019-12-25 | efi/libstub: Distinguish between native/mixed not 32/64 bit | Ard Biesheuvel | 1 | -3/+3 |