summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge 5.14-rc3 into char-misc-nextGreg Kroah-Hartman2021-07-265-8/+23
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | drivers: firmware: Add PDI load API supportNava kishore Manne2021-07-211-0/+17
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-312-33/+25
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | iscsi_ibft: fix warning in reserve_ibft_region()Maurizio Lombardi2021-08-051-1/+1
| * | | | | | | | iscsi_ibft: fix crash due to KASLR physical memory remappingMaurizio Lombardi2021-07-312-33/+25
* | | | | | | | | Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-7/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | efi: cper: check section header more appropriatelyShuai Xue2021-08-271-1/+1
| * | | | | | | | | efi: cper: fix scnprintf() use in cper_mem_err_location()Rasmus Villemoes2021-08-271-6/+5
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-08-301-0/+17
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | firmware: smccc: Register smccc_trng platform deviceAndre Przywara2021-08-061-0/+17
| |/ / / / / / /
* | | | | | | | Merge tag 'efi_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-152-10/+63
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge tag 'efi-urgent-for-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/ke...Thomas Gleixner2021-08-102-10/+63
| |\ \ \ \ \ \ \
| | * | | | | | | efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel2021-08-031-0/+4
| | * | | | | | | efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel2021-08-031-0/+2
| | * | | | | | | efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel2021-08-031-15/+13
| | * | | | | | | efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel2021-08-031-1/+48
| | * | | | | | | arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt2021-07-201-0/+2
* | | | | | | | | Merge tag 'tee-kexec-fixes-for-v5.14' of git://git.linaro.org:/people/jens.wi...Arnd Bergmann2021-08-021-3/+11
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | firmware: tee_bnxt: Release TEE shm, session, and context during kexecAllen Pais2021-07-211-3/+11
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-254-7/+23
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge tag 'efi-urgent-for-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2021-07-204-7/+23
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / /
| | * | | | | efi/mokvar: Reserve the table only if it is in boot services dataBorislav Petkov2021-07-201-1/+4
| | * | | | | efi/libstub: Fix the efi_load_initrd function descriptionAtish Patra2021-07-161-2/+2
| | * | | | | firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier2021-07-161-1/+12
| | * | | | | efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek2021-07-161-3/+5
| | |/ / / /
* | / / / / ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko2021-07-191-1/+0
|/ / / / /
* | | | | Merge tag 'scmi-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2021-07-164-12/+20
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | firmware: arm_scmi: Fix range check for the maximum number of pending messagesCristian Marussi2021-07-131-2/+3
| * | | | firmware: arm_scmi: Avoid padding in sensor message structureCristian Marussi2021-07-131-2/+4
| * | | | firmware: arm_scmi: Fix kernel doc warnings about return valuesCristian Marussi2021-07-132-0/+6
| * | | | firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflowSudeep Holla2021-07-121-3/+4
| * | | | firmware: arm_scmi: Ensure drivers provide a probe functionSudeep Holla2021-07-121-0/+3
| * | | | firmware: arm_scmi: Simplify device probe function on the busSudeep Holla2021-07-121-5/+0
| |/ / /
* | | | firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflowSudeep Holla2021-07-121-2/+4
* | | | firmware: arm_ffa: Fix the comment styleSudeep Holla2021-07-121-1/+1
* | | | firmware: arm_ffa: Simplify probe functionUwe Kleine-König2021-07-121-3/+0
* | | | firmware: arm_ffa: Ensure drivers provide a probe functionUwe Kleine-König2021-07-121-0/+3
|/ / /
* | | Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-1020-22/+1157
|\ \ \
| * \ \ Merge tag 'mvebu-drivers-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2021-06-231-0/+1
| |\ \ \
| | * | | firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible s...Pali Rohár2021-06-171-0/+1
| * | | | Merge tag 'mvebu-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2021-06-231-8/+47
| |\ \ \ \
| | * | | | firmware: turris-mox-rwtm: show message about HWRNG registrationPali Rohár2021-06-171-0/+2
| | * | | | firmware: turris-mox-rwtm: fail probing when firmware does not support hwrngPali Rohár2021-06-171-0/+28
| | * | | | firmware: turris-mox-rwtm: report failures betterMarek Behún2021-06-171-6/+12
| | * | | | firmware: turris-mox-rwtm: fix reply status decoding functionMarek Behún2021-06-171-2/+5
| | |/ / /
| * | | | Merge tag 'arm-ffa-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Olof Johansson2021-06-158-0/+1040
| |\ \ \ \
| | * | | | firmware: arm_ffa: Add support for MEM_* interfacesSudeep Holla2021-05-261-0/+199
| | * | | | firmware: arm_ffa: Setup in-kernel users of FFA partitionsSudeep Holla2021-05-263-0/+233
| | * | | | firmware: arm_ffa: Add support for SMCCC as transport to FFA driverSudeep Holla2021-05-264-1/+50
| | * | | | firmware: arm_ffa: Add initial Arm FFA driver supportSudeep Holla2021-05-264-11/+341