summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2024-08-29firmware: cirrus: cs_dsp: Initialize debugfs_root to invalidRichard Fitzgerald1-1/+6
2024-08-03x86/efistub: Revert to heap allocated boot_params for PE entrypointArd Biesheuvel1-5/+15
2024-08-03x86/efistub: Avoid returning EFI_SUCCESS on errorArd Biesheuvel1-4/+1
2024-08-03firmware: turris-mox-rwtm: Initialize completion before mailboxMarek Behún1-2/+1
2024-08-03firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_t...Marek Behún1-9/+6
2024-08-03firmware: turris-mox-rwtm: Do not complete if there are no waitersMarek Behún1-1/+4
2024-07-25efi/libstub: zboot.lds: Discard .discard sectionsNathan Chancellor1-0/+1
2024-07-18firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw filesRichard Fitzgerald1-2/+2
2024-07-18firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headersRichard Fitzgerald1-31/+113
2024-07-18firmware: cs_dsp: Validate payload length before processing blockRichard Fitzgerald1-21/+15
2024-07-18firmware: cs_dsp: Return error if block header overflows fileRichard Fitzgerald1-4/+14
2024-07-18firmware: cs_dsp: Fix overflow checking of wmfw headerRichard Fitzgerald1-7/+18
2024-07-11firmware: dmi: Stop decoding on broken entryJean Delvare1-0/+11
2024-07-05efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel1-9/+0
2024-07-05efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel2-3/+4
2024-07-05efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel1-230/+10
2024-06-27firmware: psci: Fix return value from psci_system_suspend()Sudeep Holla1-1/+3
2024-06-21firmware: qcom_scm: disable clocks if qcom_scm_bw_enable() failsGabor Juhos1-6/+12
2024-06-12firmware: dmi-id: add a release callback functionArnd Bergmann1-1/+6
2024-06-12firmware: raspberrypi: Use correct device for DMA mappingsLaurent Pinchart1-3/+4
2024-06-12efi: libstub: only free priv.runtime_map when allocatedHagar Hemdan1-2/+2
2024-06-12x86/efistub: Omit physical KASLR when memory reservations existArd Biesheuvel1-2/+26
2024-04-27x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel1-1/+10
2024-04-27x86/efistub: Reinstate soft limit for initrd loadingArd Biesheuvel1-0/+1
2024-04-27x86/efi: Disregard setup header of loaded imageArd Biesheuvel1-40/+6
2024-04-27x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel1-7/+0
2024-04-13firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filena...Markus Elfring1-1/+1
2024-04-03efi/libstub: Cast away type warning in use of max()Ard Biesheuvel1-1/+1
2024-04-03efi: fix panic in kdump kernelOleksandr Tymoshenko1-0/+2
2024-04-03efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)1-1/+1
2024-03-27x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel1-1/+2
2024-03-27x86/efistub: Clear decompressor BSS in native EFI entrypointArd Biesheuvel1-2/+4
2024-03-27firmware: arm_scmi: Fix double free in SMC transport cleanup pathAndre Przywara1-0/+7
2024-03-06x86/efistub: Give up if memory attribute protocol returns an errorArd Biesheuvel2-12/+16
2024-03-06efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflagsArd Biesheuvel1-0/+2
2024-03-06x86/boot: efistub: Assign global boot_params variableArd Biesheuvel1-0/+2
2024-03-06x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel4-7/+11
2024-03-06efi/x86: Avoid physical KASLR on older Dell systemsArd Biesheuvel1-7/+24
2024-03-06x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel1-94/+72
2024-03-06x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel1-0/+17
2024-03-06x86/efistub: Prefer EFI memory attributes protocol over DXE servicesArd Biesheuvel1-8/+21
2024-03-06x86/efistub: Perform 4/5 level paging switch from the stubArd Biesheuvel6-26/+130
2024-03-06efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel3-6/+8
2024-03-06efi/libstub: Add memory attribute protocol definitionsArd Biesheuvel1-0/+20
2024-03-06x86/efistub: Clear BSS in EFI handover protocol entrypointArd Biesheuvel1-2/+11
2024-03-06x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel1-4/+16
2024-03-06efi: efivars: prevent double registrationArd Biesheuvel1-2/+11
2024-03-06arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel5-3/+12
2024-03-06x86/efistub: Branch straight to kernel entry point from C codeArd Biesheuvel1-5/+17
2024-03-06efi: verify that variable services are supportedJohan Hovold1-0/+22