aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2024-04-26Merge tag 'qcom-drivers-fixes-for-6.9' of https://git.kernel.org/pub/scm/linu...Gravatar Arnd Bergmann 2-77/+97
2024-04-09firmware: qcom: uefisecapp: Fix memory related IO errors and crashesGravatar Maximilian Luz 2-77/+97
2024-04-09Merge tag 'ffa-fix-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sude...Gravatar Arnd Bergmann 1-1/+1
2024-04-09Merge tag 'scmi-fixes-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Arnd Bergmann 2-2/+7
2024-03-28x86/efistub: Reinstate soft limit for initrd loadingGravatar Ard Biesheuvel 1-0/+1
2024-03-28efi/libstub: Cast away type warning in use of max()Gravatar Ard Biesheuvel 1-1/+1
2024-03-25firmware: arm_scmi: Make raw debugfs entries non-seekableGravatar Cristian Marussi 1-1/+6
2024-03-25firmware: arm_scmi: Fix wrong fastchannel initializationGravatar Pierre Gondois 1-1/+1
2024-03-25firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get()Gravatar Jens Wiklander 1-1/+1
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-2/+5
2024-03-24efi: fix panic in kdump kernelGravatar Oleksandr Tymoshenko 1-0/+2
2024-03-24x86/efistub: Don't clear BSS twice in mixed modeGravatar Ard Biesheuvel 1-1/+2
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2024-03-22efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...Gravatar KONDO KAZUMA(近藤 和真) 1-1/+1
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+25
2024-03-19Merge tag 'pm-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-0/+3
2024-03-17Merge tag 'efi-fixes-for-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+4
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Gravatar Samuel Thibault 1-1/+1
2024-03-15x86/efistub: Clear decompressor BSS in native EFI entrypointGravatar Ard Biesheuvel 1-2/+4
2024-03-15Merge tag 'cpufreq-arm-updates-6.9-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Rafael J. Wysocki 1-0/+3
2024-03-15firmware: arm_scmi: Add support for marking certain frequencies as turboGravatar Sibi Sankar 1-0/+3
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-7/+7
2024-03-14Merge tag 'sound-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-1/+6
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelGravatar Linus Torvalds 3-2/+57
2024-03-13Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-67/+226
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 4-10/+64
2024-03-13Merge tag 'tag-chrome-platform-firmware-for-v6.9' of git://git.kernel.org/pub...Gravatar Linus Torvalds 6-7/+50
2024-03-12Merge tag 'pstore-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-8/+35
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 17-74/+618
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictGravatar Ingo Molnar 2-2/+3
2024-03-11Merge tag 'cpufreq-arm-updates-6.9' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Rafael J. Wysocki 4-10/+64
2024-03-09x86/efistub: Remap kernel text read-only before dropping NX attributeGravatar Ard Biesheuvel 1-1/+10
2024-03-09efi/libstub: Add get_event_log() support for CC platformsGravatar Kuppuswamy Sathyanarayanan 5-31/+60
2024-03-09efi/libstub: Measure into CC protocol if TCG2 protocol is absentGravatar Ard Biesheuvel 1-22/+62
2024-03-09efi/libstub: Add Confidential Computing (CC) measurement typedefsGravatar Kuppuswamy Sathyanarayanan 1-0/+79
2024-03-09efi/tpm: Use symbolic GUID name from spec for final events tableGravatar Ard Biesheuvel 2-2/+2
2024-03-09efi/libstub: Use TPM event typedefs from the TCG PC Client specGravatar Ard Biesheuvel 2-15/+17
2024-03-08PCI/AER: Generalize TLP Header Log readingGravatar Ilpo Järvinen 1-2/+2
2024-03-07driver core: Adds flags param to fwnode_link_add()Gravatar Saravana Kannan 1-1/+1
2024-03-07firmware: xilinx: Add ZynqMP efuse access APIGravatar Praveen Teja Kundanala 1-0/+25
2024-03-07firmware: cirrus: cs_dsp: Initialize debugfs_root to invalidGravatar Richard Fitzgerald 1-1/+6
2024-03-06Merge tag 'riscv-firmware-for-v6.9' of https://git.kernel.org/pub/scm/linux/k...Gravatar Arnd Bergmann 1-1/+2
2024-03-06firmware: arm_scmi: Populate fast channel rate_limitGravatar Pierre Gondois 4-10/+43
2024-03-06firmware: arm_scmi: Populate perf commands rate_limitGravatar Pierre Gondois 1-0/+21
2024-03-04firmware: microchip: Fix over-requested allocation sizeGravatar Dawei Li 1-1/+2
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorGravatar Ard Biesheuvel 1-0/+3
2024-03-04efi/libstub: Add generic support for parsing mem_encrypt=Gravatar Ard Biesheuvel 2-1/+9