aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'media/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-0/+25
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+9
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds21-316/+709
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-173/+139
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar7-33/+44
2020-10-04Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab2-6/+6
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cpuinfo', 'for-next/fpsimd', 'for-next/misc', 'for-next/mm', 'for-next/pci', 'for-next/perf', 'for-next/ptrauth', 'for-next/sdei', 'for-next/selftests', 'for-next/stacktrace', 'for-next/svm', 'for-next/topology', 'for-next...Will Deacon3-173/+139
2020-10-02efi: mokvar: add missing include of asm/early_ioremap.hArd Biesheuvel1-0/+2
2020-09-29efi: efivars: limit availability to X86 buildsArd Biesheuvel2-10/+4
2020-09-29efi: remove some false dependencies on CONFIG_EFI_VARSArd Biesheuvel1-2/+1
2020-09-29efi: gsmi: fix false dependency on CONFIG_EFI_VARSArd Biesheuvel2-5/+5
2020-09-29efi: efivars: un-export efivars_sysfs_init()Ard Biesheuvel1-2/+1
2020-09-29efi: pstore: move workqueue handling out of efivarsArd Biesheuvel2-23/+5
2020-09-29efi: pstore: disentangle from deprecated efivars moduleArd Biesheuvel3-45/+74
2020-09-29efi: mokvar-table: fix some issues in new codeArd Biesheuvel1-14/+11
2020-09-29efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failureArd Biesheuvel2-6/+6
2020-09-28firmware: arm_sdei: Remove _sdei_event_unregister()Gavin Shan1-12/+6
2020-09-28firmware: arm_sdei: Remove _sdei_event_register()Gavin Shan1-49/+28
2020-09-28firmware: arm_sdei: Introduce sdei_do_local_call()Gavin Shan1-16/+25
2020-09-28firmware: arm_sdei: Cleanup on cross call functionGavin Shan1-5/+9
2020-09-28firmware: arm_sdei: Remove while loop in sdei_event_unregister()Gavin Shan1-15/+14
2020-09-28firmware: arm_sdei: Remove while loop in sdei_event_register()Gavin Shan1-27/+25
2020-09-28firmware: arm_sdei: Remove redundant error message in sdei_probe()Gavin Shan1-2/+0
2020-09-28firmware: arm_sdei: Remove duplicate check in sdei_get_conduit()Gavin Shan1-1/+1
2020-09-28firmware: arm_sdei: Unregister driver on error in sdei_init()Gavin Shan1-3/+6
2020-09-28firmware: arm_sdei: Avoid nested statements in sdei_init()Gavin Shan1-11/+12
2020-09-28firmware: arm_sdei: Retrieve event number from event instanceGavin Shan1-1/+1
2020-09-28firmware: arm_sdei: Common block for failing path in sdei_event_create()Gavin Shan1-14/+16
2020-09-28firmware: arm_sdei: Remove sdei_is_err()Gavin Shan1-23/+3
2020-09-25efi: Delete deprecated parameter commentsTian Tao1-1/+0
2020-09-25efi/libstub: Fix missing-prototypes in string.cTian Tao1-0/+1
2020-09-25efi: Add definition of EFI_MEMORY_CPU_CRYPTO and ability to report itArd Biesheuvel1-23/+24
2020-09-20Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-09-17cper,edac,efi: Memory Error Record: bank group/address and chip idAlex Kluver1-0/+9
2020-09-17edac,ghes,cper: Add Row Extension to Memory Error RecordAlex Kluver1-2/+7
2020-09-17efi/x86: Add a quirk to support command line arguments on Dell EFI firmwareArvind Sankar3-2/+135
2020-09-16efi/libstub: Add efi_warn and *_once logging helpersArvind Sankar1-0/+23
2020-09-16efi: Support for MOK variable config tableLenny Szubowicz4-0/+368
2020-09-16efi/printf: remove unneeded semicolonTian Tao1-1/+1
2020-09-16efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel4-189/+38
2020-09-16efi/libstub: Export efi_low_alloc_above() to other unitsArd Biesheuvel2-2/+5
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel2-3/+3
2020-09-15efi: efibc: check for efivars write capabilityArd Biesheuvel1-1/+1
2020-09-14media: firmware: qcom_scm: Add memory protect virtual address rangesStanimir Varbanov2-0/+25
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+5
2020-09-11efi: Rename arm-init to efi-init common for all archAtish Patra2-1/+1
2020-09-10test_firmware: Test platform fw loading on non-EFI systemsKees Cook1-5/+5
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel2-4/+3
2020-09-01efi/libstub: Disable -mbranch-protectionKees Cook1-1/+8
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-87/+68