summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-311-1/+2
|\
| * x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar2020-02-251-1/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-35/+36
|\ \
| * | firmware: arm_sdei: clean up sdei_event_create()Liguang Zhang2020-02-271-9/+3
| * | firmware: arm_sdei: Use cpus_read_lock() to avoid races with cpuhpJames Morse2020-02-271-12/+14
| * | firmware: arm_sdei: fix possible double-lock on hibernate error pathLiguang Zhang2020-02-271-6/+13
| * | firmware: arm_sdei: fix double-lock on hibernate with shared eventsJames Morse2020-02-271-17/+15
| |/
* | Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-03-311-1/+5
|\ \
| * \ Merge tag 'v5.6' into mips-nextThomas Bogendoerfer2020-03-305-16/+57
| |\ \
| * | | firmware: dmi: Add macro SMBIOS_ENTRY_POINT_SCAN_STARTTiezhu Yang2020-03-231-1/+5
| | |/ | |/|
* | | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-2/+2
|\ \ \
| * | | firmware: psci: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-2/+2
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-3032-1349/+2795
|\ \ \ \
| * | | | efi/libstub/arm: Fix spurious message that an initrd was loadedArd Biesheuvel2020-03-291-1/+1
| * | | | efi/libstub/arm64: Avoid image_base value from efi_loaded_imageArd Biesheuvel2020-03-291-1/+6
| * | | | efi/x86: Fix cast of image argumentArvind Sankar2020-03-081-1/+1
| * | | | efi/libstub/x86: Use ULONG_MAX as upper bound for all allocationsArd Biesheuvel2020-03-081-13/+4
| * | | | 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