summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-211-1/+1
|\
| * pstore: Don't use semaphores in always-atomic-context codeJann Horn2022-03-151-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-211-0/+26
|\ \
| * | firmware: xilinx: Add ZynqMP SHA API for SHA3 functionalityHarsha2022-03-031-0/+26
* | | Merge tag 'acpi-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-03-212-11/+3
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'acpi-soc', 'acpi-video' and 'acpi-apei'Rafael J. Wysocki2022-03-182-11/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | | * | ACPI: APEI: explicit init of HEST and GHES in apci_init()Shuai Xue2022-03-032-11/+3
| | |/ /
* | | | Merge tag 'tpmdd-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-211-1/+1
|\ \ \ \
| * | | | efi/mokvar: move up init orderEric Snowberg2022-03-081-1/+1
| |/ / /
* | | | Merge tag 'efi-urgent-for-v5.17-3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-162-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | efi: fix return value of __setup handlersRandy Dunlap2022-03-012-2/+2
* | | | Merge tag 'soc-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-281-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'scmi-fix-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann2022-02-181-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | firmware: arm_scmi: Remove space in MODULE_ALIAS nameAlyssa Ross2022-02-111-1/+1
| | |/
* | | efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn2022-02-281-1/+4
* | | riscv/efi_stub: Fix get_boot_hartid_from_fdt() return valueSunil V L2022-02-281-7/+10
|/ /
* | efi: runtime: avoid EFIv2 runtime services on Apple x86 machinesArd Biesheuvel2022-01-231-0/+7
* | efi/libstub: arm64: Fix image check alignment at entryMihai Carabas2022-01-231-3/+3
|/
* RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt2022-01-191-0/+2
|\
| * riscv: Implement sv48 supportAlexandre Ghiti2022-01-191-0/+2
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\ \
| * | firmware: qemu_fw_cfg: remove sysfs entries explicitlyJohan Hovold2022-01-141-0/+1
| * | firmware: qemu_fw_cfg: fix sysfs information leakJohan Hovold2022-01-141-1/+1
| * | firmware: qemu_fw_cfg: fix kobject leak in probe error pathJohan Hovold2022-01-141-7/+6
| * | firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entriesJohan Hovold2022-01-141-4/+1
| * | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-143-16/+51
|\ \ \
| * | | Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-032-5/+10
| |\| |
| * | | firmware: qemu_fw_cfg: remove sysfs entries explicitlyJohan Hovold2021-12-211-0/+1
| * | | firmware: qemu_fw_cfg: fix sysfs information leakJohan Hovold2021-12-211-1/+1
| * | | firmware: qemu_fw_cfg: fix kobject leak in probe error pathJohan Hovold2021-12-211-7/+6
| * | | firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entriesJohan Hovold2021-12-211-4/+1
| * | | firmware: Update Kconfig help text for Google firmwareBen Hutchings2021-12-211-3/+3
| * | | firmware: xilinx: instantiate xilinx event manager driverAbhyuday Godhasara2021-12-031-0/+14
| * | | Merge 5.16-rc3 into char-misc-nextGreg Kroah-Hartman2021-11-296-14/+21
| |\ \ \
| * | | | firmware: xilinx: export the feature check of zynqmp firmwareAbhyuday Godhasara2021-11-171-1/+2
| * | | | firmware: xilinx: add register notifier in zynqmp firmwareAbhyuday Godhasara2021-11-171-0/+23
| | |_|/ | |/| |
* | | | Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-141-41/+115
|\ \ \ \
| * | | | firmware: cs_dsp: Clear core reset for cacheCharles Keepax2022-01-051-4/+10
| * | | | firmware: cs_dsp: Move lockdep asserts to avoid potential null pointerCharles Keepax2021-11-301-4/+4
| * | | | firmware: cs_dsp: Allow creation of event controlsCharles Keepax2021-11-171-0/+1
| * | | | firmware: cs_dsp: Add offset to cs_dsp read/writeCharles Keepax2021-11-171-16/+28
| * | | | firmware: cs_dsp: Clarify some kernel doc commentsCharles Keepax2021-11-171-2/+2
| * | | | firmware: cs_dsp: Perform NULL check in cs_dsp_coeff_write/read_ctrlCharles Keepax2021-11-171-0/+6
| * | | | firmware: cs_dsp: Add support for rev 2 coefficient filesCharles Keepax2021-11-171-0/+1
| * | | | firmware: cs_dsp: Print messages from bin filesCharles Keepax2021-11-171-0/+11
| * | | | firmware: cs_dsp: Add pre_run callbackCharles Keepax2021-11-171-0/+6
| * | | | firmware: cs_dsp: Add version checks on coefficient loadingCharles Keepax2021-11-171-13/+36
| * | | | firmware: cs_dsp: Add lockdep asserts to interface functionsCharles Keepax2021-11-171-0/+14
| * | | | firmware: cs_dsp: tidy includes in cs_dsp.c and cs_dsp.hSimon Trimmer2021-11-151-6/+0
| |/ / /