summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2023-02-12Merge tag 'efi-fixes-for-v6.2-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+6
2023-02-09arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max mac...Darren Hart-3/+6
2023-02-03Merge tag 'efi-fixes-for-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+3
2023-02-03efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev-0/+2
2023-02-02efi: Accept version 2 of memory attributes tableArd Biesheuvel-1/+1
2023-01-21Merge tag 'char-misc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+4
2023-01-20Merge tag 'soc-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds-4/+14
2023-01-20gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov-3/+4
2023-01-14Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+8
2023-01-13firmware: coreboot: Check size of table entry and use flex-arrayKees Cook-2/+8
2023-01-13Merge tag 'efi-fixes-for-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+7
2023-01-06firmware/psci: Don't register with debugfs if PSCI isn't availableMarc Zyngier-0/+3
2023-01-03firmware: arm_scmi: Fix virtio channels cleanup on shutdownCristian Marussi-1/+6
2023-01-03firmware: arm_scmi: Harden shared memory access in fetch_notificationCristian Marussi-1/+3
2023-01-03firmware: arm_scmi: Harden shared memory access in fetch_responseCristian Marussi-2/+3
2023-01-03firmware: arm_scmi: Clear stale xfer->hdr.statusCristian Marussi-0/+2
2023-01-03efi: fix userspace infinite retry read efivars after EFI runtime services pag...Ding Hui-0/+1
2023-01-03efi: fix NULL-deref in init error pathJohan Hovold-3/+6
2022-12-21Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds-0/+97
2022-12-20efi: random: fix NULL-deref when refreshing seedJohan Hovold-1/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+180
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-1/+0
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+2
2022-12-13Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1564/+1494
2022-12-13Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-0/+7
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-6/+32
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-38/+45
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+19
2022-12-12Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+3
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-154/+195
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-91/+11
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-4/+4
2022-12-12Merge tag 'pstore-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2022-12-08arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel-0/+1
2022-12-07arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel-3/+12
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel-8/+29
2022-12-06Merge branch 'for-next/ffa' into for-next/coreWill Deacon-91/+10
2022-12-05efi: Put Linux specific magic number in the DOS headerArd Biesheuvel-1/+2
2022-12-04ASoC/tda998x: Fix reporting of nonexistent capture streamsMark Brown-8/+29
2022-12-02efi: earlycon: use console_is_registered()John Ogness-4/+4
2022-12-01firmware: arm_ffa: Move constants to header fileWill Deacon-91/+10
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