summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-319-12/+36
|\
| * Merge tag 'char-misc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-01-211-3/+4
| |\
| | * gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov2023-01-201-3/+4
| * | Merge tag 'soc-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2023-01-203-4/+14
| |\ \ | | |/ | |/|
| | * firmware: arm_scmi: Fix virtio channels cleanup on shutdownCristian Marussi2023-01-031-1/+6
| | * firmware: arm_scmi: Harden shared memory access in fetch_notificationCristian Marussi2023-01-031-1/+3
| | * firmware: arm_scmi: Harden shared memory access in fetch_responseCristian Marussi2023-01-031-2/+3
| | * firmware: arm_scmi: Clear stale xfer->hdr.statusCristian Marussi2023-01-031-0/+2
| * | Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-142-2/+8
| |\ \
| | * | firmware: coreboot: Check size of table entry and use flex-arrayKees Cook2023-01-132-2/+8
| | |/
| * | Merge tag 'efi-fixes-for-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-01-132-3/+7
| |\ \
| | * | efi: fix userspace infinite retry read efivars after EFI runtime services pag...Ding Hui2023-01-031-0/+1
| | * | efi: fix NULL-deref in init error pathJohan Hovold2023-01-031-3/+6
| | |/
| * / firmware/psci: Don't register with debugfs if PSCI isn't availableMarc Zyngier2023-01-061-0/+3
| |/
* | Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-01-161-6/+37
|\ \ | |/ |/|
| * firmware/sysfb: Fix EFI/VESA format selectionThomas Zimmermann2023-01-031-6/+37
* | Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2022-12-211-0/+97
|\ \
| * | firmware: xilinx: Add RPU configuration APIsBen Levinsky2022-11-251-0/+62
| * | firmware: xilinx: Add shutdown/wakeup APIsBen Levinsky2022-11-251-0/+35
* | | efi: random: fix NULL-deref when refreshing seedJohan Hovold2022-12-201-1/+3
* | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\ \ \
| * | | driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* | | | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-166-4/+180
|\ \ \ \
| * | | | firmware: google: fix a NULL vs IS_ERR() check in cbmem_entry_probe()Peng Wu2022-11-231-2/+2
| * | | | firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()Yang Yingliang2022-11-231-0/+1
| * | | | Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman2022-11-2117-93/+238
| |\| | |
| * | | | firmware: google: Implement cbmem in sysfs driverJack Rosenthal2022-11-105-1/+175
| | |/ / | |/| |
* | | | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-141-1/+0
|\ \ \ \
| * | | | hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-181-1/+0
* | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-131-2/+2
|\ \ \ \ \
| * | | | | ARM: 9255/1: efi/dump UEFI runtime page tables for ARMWang Kefeng2022-11-071-2/+2
* | | | | | Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-1/+1
|\ \ \ \ \ \
| * | | | | | x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel2022-11-241-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1340-1564/+1494
|\ \ \ \ \ \
| * | | | | | arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2022-12-081-0/+1
| * | | | | | arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel2022-12-075-3/+12
| * | | | | | Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel2022-12-071-8/+29
| |\| | | | |
| * | | | | | efi: Put Linux specific magic number in the DOS headerArd Biesheuvel2022-12-051-1/+2
| * | | | | | efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel2022-12-012-17/+1
| * | | | | | efi: stub: use random seed from EFI variableJason A. Donenfeld2022-12-011-16/+52
| * | | | | | efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel2022-11-183-8/+40
| * | | | | | efi/cper, cxl: Decode CXL Error LogSmita Koralahalli2022-11-181-0/+27
| * | | | | | efi/cper, cxl: Decode CXL Protocol Error SectionSmita Koralahalli2022-11-184-1/+228
| * | | | | | efi: libstub: fix efi_load_initrd_dev_path() kernel-doc commentJialin Zhang2022-11-181-2/+2
| * | | | | | efi: x86: Move EFI runtime map sysfs code to arch/x86Ard Biesheuvel2022-11-184-209/+1
| * | | | | | efi: runtime-maps: Clarify purpose and enable by default for kexecArd Biesheuvel2022-11-181-6/+6
| * | | | | | efi: pstore: Add module parameter for setting the record sizeGuilherme G. Piccoli2022-11-181-6/+17
| * | | | | | efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel2022-11-182-3/+4
| * | | | | | efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel2022-11-181-230/+10
| * | | | | | efi: memmap: Move EFI fake memmap support into x86 arch treeArd Biesheuvel2022-11-185-235/+0