summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | efi: Fix a mistype in comments mentioning efivar_entry_iter_begin()Vladis Dronov2020-03-082-2/+2
| * | | | | efi/libstub: Avoid linking libstub/lib-ksyms.o into vmlinuxMasahiro Yamada2020-03-081-1/+1
| * | | | | efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel2020-03-081-1/+1
| * | | | | efi/x86: Don't relocate the kernel unless necessaryArvind Sankar2020-03-081-3/+30
| * | | | | efi/x86: Decompress at start of PE image load addressArvind Sankar2020-03-081-3/+14
| * | | | | efi/libstub/x86: Deal with exit() boot service returningArd Biesheuvel2020-03-081-1/+2
| * | | | | efi/x86: Avoid using code32_startArvind Sankar2020-03-081-5/+5
| * | | | | Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-03-082-11/+25
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-03-084-0/+210
| |\ \ \ \ \ \
| * | | | | | | efi: Mark all EFI runtime services as unsupported on non-EFI bootArd Biesheuvel2020-02-291-3/+3
| * | | | | | | efi: Don't shadow 'i' in efi_config_parse_tables()Heinrich Schuchardt2020-02-291-1/+0
| * | | | | | | efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky2020-02-291-8/+10
| * | | | | | | efi: Use EFI ResetSystem only when availableArd Biesheuvel2020-02-231-2/+2
| * | | | | | | efi: Register EFI rtc platform device only when availableArd Biesheuvel2020-02-231-0/+3
| * | | | | | | efi: Use more granular check for availability for variable servicesArd Biesheuvel2020-02-233-22/+10
| * | | | | | | efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel2020-02-231-0/+12
| * | | | | | | efi: Store mask of supported runtime services in struct efiArd Biesheuvel2020-02-231-10/+17
| * | | | | | | efi/arm: Rewrite FDT param discovery routinesArd Biesheuvel2020-02-231-121/+89
| * | | | | | | efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel2020-02-232-18/+29
| * | | | | | | efi/arm: Move FDT param discovery code out of efi.cArd Biesheuvel2020-02-233-135/+143
| * | | | | | | efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel2020-02-231-13/+16
| * | | | | | | efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel2020-02-232-8/+17
| * | | | | | | efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel2020-02-233-18/+35
| * | | | | | | efi/arm: Drop unnecessary references to efi.systabArd Biesheuvel2020-02-232-37/+14
| * | | | | | | efi: Add 'runtime' pointer to struct efiArd Biesheuvel2020-02-232-2/+3
| * | | | | | | efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2020-02-232-37/+6
| * | | | | | | efi: Clean up config_parse_tables()Ard Biesheuvel2020-02-232-27/+25
| * | | | | | | efi: Make efi_config_init() x86 onlyArd Biesheuvel2020-02-231-31/+0
| * | | | | | | efi: Merge EFI system table revision and vendor checksArd Biesheuvel2020-02-232-27/+66
| * | | | | | | efi: Make memreserve table handling local to efi.cArd Biesheuvel2020-02-231-6/+6
| * | | | | | | efi: Move mem_attr_table out of struct efiArd Biesheuvel2020-02-232-8/+8
| * | | | | | | efi: Make rng_seed table handling local to efi.cArd Biesheuvel2020-02-231-11/+10
| * | | | | | | efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel2020-02-231-24/+1
| * | | | | | | efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel2020-02-232-11/+11
| * | | | | | | efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel2020-02-231-3/+0
| * | | | | | | efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel2020-02-234-35/+52
| * | | | | | | efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel2020-02-234-3/+125
| * | | | | | | efi/dev-path-parser: Add struct definition for vendor type device path nodesArd Biesheuvel2020-02-232-23/+23
| * | | | | | | efi/capsule-loader: Drop superfluous assignmentHeinrich Schuchardt2020-02-231-1/+1
| * | | | | | | efi/esrt: Clean up efi_esrt_initHeinrich Schuchardt2020-02-231-4/+2
| * | | | | | | efi/libstub: Fix error message in handle_cmdline_files()Heinrich Schuchardt2020-02-231-1/+1
| * | | | | | | efi/libstub: Describe RNG functionsHeinrich Schuchardt2020-02-231-0/+24
| * | | | | | | efi/libstub: Describe efi_relocate_kernel()Heinrich Schuchardt2020-02-231-9/+20
| * | | | | | | efi/libstub: Describe memory functionsHeinrich Schuchardt2020-02-231-2/+34
| * | | | | | | efi/libstub: Simplify efi_get_memory_map()Heinrich Schuchardt2020-02-231-6/+7
| * | | | | | | efi/libstub: Add function description of efi_allocate_pages()Heinrich Schuchardt2020-02-231-2/+14
| * | | | | | | efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel2020-02-231-0/+14
| * | | | | | | efi/libstub: Expose LocateDevicePath boot serviceArd Biesheuvel2020-02-231-1/+5
| * | | | | | | efi/libstub: Clean up command line parsing routineArd Biesheuvel2020-02-235-55/+96
| * | | | | | | efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel2020-02-234-17/+20