summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2022-12-01efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel-17/+1
2022-12-01efi: stub: use random seed from EFI variableJason A. Donenfeld-16/+52
2022-11-30Merge tag 'arm-soc/for-6.2/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann-6/+21
2022-11-25ASoC: adau1372: fixes after debugging custom boardMark Brown-2/+93
2022-11-25Merge tag 'v6.1-rc4' into spi-6.2Mark Brown-142/+135
2022-11-25firmware: xilinx: Add RPU configuration APIsBen Levinsky-0/+62
2022-11-25firmware: xilinx: Add shutdown/wakeup APIsBen Levinsky-0/+35
2022-11-25firmware: cs_dsp: Switch to using namespaced exportsMark Brown-33/+33
2022-11-25ASoC: wm_adsp: Report when a control write changes the valueMark Brown-5/+12
2022-11-25firmware: cs_dsp: Make the exports namespacedRichard Fitzgerald-31/+31
2022-11-25firmware: cs_dsp: Rename KConfig symbol CS_DSP -> FW_CS_DSPRichard Fitzgerald-2/+2
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman-1/+1
2022-11-24x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel-1/+1
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie-93/+238
2022-11-23firmware: google: fix a NULL vs IS_ERR() check in cbmem_entry_probe()Peng Wu-2/+2
2022-11-23firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()Yang Yingliang-0/+1
2022-11-23firmware: cs_dsp: cs_dsp_coeff_write_ctrl() should report changedSimon Trimmer-5/+12
2022-11-23tegra: mark BPMP driver as little-endian onlyArnd Bergmann-0/+1
2022-11-23Merge tag 'ti-driver-soc-for-v6.2-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-14/+10
2022-11-22Merge tag 'tegra-for-6.2-firmware-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-134/+162
2022-11-22efi: random: refresh non-volatile random seed when RNG is initializedJason A. Donenfeld-0/+19
2022-11-21Merge tag 'imx-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann-0/+1
2022-11-21Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman-93/+238
2022-11-18Merge tag 'char-misc-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+29
2022-11-18efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel-8/+40
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld-1/+0
2022-11-18efi/cper, cxl: Decode CXL Error LogSmita Koralahalli-0/+27
2022-11-18efi/cper, cxl: Decode CXL Protocol Error SectionSmita Koralahalli-1/+228
2022-11-18efi: libstub: fix efi_load_initrd_dev_path() kernel-doc commentJialin Zhang-2/+2
2022-11-18efi: x86: Move EFI runtime map sysfs code to arch/x86Ard Biesheuvel-209/+1
2022-11-18efi: runtime-maps: Clarify purpose and enable by default for kexecArd Biesheuvel-6/+6
2022-11-18efi: pstore: Add module parameter for setting the record sizeGuilherme G. Piccoli-6/+17
2022-11-18efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel-3/+4
2022-11-18efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel-230/+10
2022-11-18efi: memmap: Move EFI fake memmap support into x86 arch treeArd Biesheuvel-235/+0
2022-11-18efi: libstub: Undeprecate the command line initrd loaderArd Biesheuvel-5/+8
2022-11-18efi: libstub: Add mixed mode support to command line initrd loaderArd Biesheuvel-43/+72
2022-11-18efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel-6/+14
2022-11-18efi: libstub: Implement devicepath support for initrd commandline loaderArd Biesheuvel-12/+81
2022-11-18efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel-9/+16
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel-777/+925
2022-11-17firmware: tegra: Remove surplus dev_err() when using platform_get_irq_byname()Yang Li-6/+2
2022-11-13Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+93
2022-11-10arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel-2/+93
2022-11-10firmware: google: Implement cbmem in sysfs driverJack Rosenthal-1/+175
2022-11-10firmware: coreboot: Register bus in module initBrian Norris-8/+29
2022-11-09firmware/nvram: bcm47xx: support init from IO memoryRafał Miłecki-0/+18
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel-0/+1
2022-11-09efi: libstub: Merge zboot decompressor with the ordinary stubArd Biesheuvel-228/+74
2022-11-09efi/loongarch: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel-67/+82