summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* efi/esrt: Fix reference count leak in esre_create_sysfs_entry.Qiushi Wu2020-06-291-1/+1
* efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel2020-06-201-1/+3
* efi: Add a sanity check to efivar_store_raw()Vladis Dronov2020-03-201-0/+3
* efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov2020-03-201-9/+20
* gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie2019-11-281-3/+2
* firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier2019-11-101-0/+27
* firmware/psci: Expose PSCI conduitMarc Zyngier2019-11-101-5/+23
* ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander2019-11-101-2/+21
* ARM: 8478/2: arm/arm64: add arm-smcccJens Wiklander2019-11-101-0/+3
* efi/cper: Fix endianness of PCIe class codeLukas Wunner2019-11-061-1/+1
* efi: cper: print AER info of PCIe fatal errorXiaofei Tan2019-10-051-0/+15
* iscsi_ibft: make ISCSI_IBFT dependson ACPI instead of ISCSI_IBFT_FINDThomas Tai2019-08-252-2/+7
* efi: stub: define DISABLE_BRANCH_PROFILING for all architecturesArd Biesheuvel2019-04-031-2/+2
* Revert "x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls"Sasha Levin2019-03-231-7/+0
* iscsi_ibft: Fix missing break in switch statementGustavo A. R. Silva2019-03-231-0/+1
* x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2019-02-201-0/+7
* efi/libstub/arm64: Set -fpie when building the EFI stubArd Biesheuvel2018-11-271-1/+1
* efi/libstub/arm64: Force 'hidden' visibility for section markersArd Biesheuvel2018-11-271-1/+9
* firmware: dmi_scan: Fix handling of empty DMI stringsJean Delvare2018-05-301-13/+9
* efi/esrt: Cleanup bad memory map log messagesDaniel Drake2017-12-202-2/+1
* efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman2017-12-163-16/+12
* x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth2017-12-051-32/+0
* drivers: firmware: psci: drop duplicate const from psci_of_matchJisheng Zhang2017-10-081-1/+1
* efi: Expose non-blocking set_variable() wrapper to efivarsArd Biesheuvel2016-05-041-0/+1
* efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek2016-05-041-11/+26
* efi: Add pstore variables to the deletion whitelistMatt Fleming2016-03-031-0/+1
* efi: Make efivarfs entries immutable by defaultPeter Jones2016-03-031-23/+64
* efi: Make our variable validation list include the guidPeter Jones2016-03-032-21/+36
* efi: Do variable name validation tests in utf8Peter Jones2016-03-031-11/+21
* efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-03-031-19/+11
* firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6Andrea Arcangeli2016-01-081-3/+3
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-106-14/+1161
|\
| * Merge tag 'arm/soc/for-4.4/rpi-drivers' of https://github.com/Broadcom/stblin...Olof Johansson2015-10-263-0/+268
| |\
| | * ARM: bcm2835: Add the Raspberry Pi firmware driverEric Anholt2015-10-143-0/+268
| * | Merge branch 'drivers/psci2' into next/driversOlof Johansson2015-10-231-3/+4
| |\ \
| | * | drivers: psci: make PSCI 1.0 functions initialization version dependentLorenzo Pieralisi2015-10-231-3/+4
| * | | Merge tag 'firmware/psci-1.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2015-10-221-10/+97
| |\| |
| | * | drivers: firmware: psci: add system suspend supportSudeep Holla2015-10-021-0/+33
| | * | drivers: firmware: psci: define more generic PSCI_FN_NATIVE macroSudeep Holla2015-10-021-10/+11
| | * | drivers: firmware: psci: add PSCI v1.0 DT bindingsLorenzo Pieralisi2015-10-021-0/+1
| | * | drivers: firmware: psci: add extended stateid power_state supportLorenzo Pieralisi2015-10-021-2/+32
| | * | drivers: firmware: psci: add PSCI_FEATURES callLorenzo Pieralisi2015-10-021-0/+6
| | * | drivers: firmware: psci: move power_state handling to generic codeLorenzo Pieralisi2015-10-021-0/+15
| | * | drivers: firmware: psci: add INVALID_ADDRESS return valueLorenzo Pieralisi2015-10-021-0/+1
| * | | Merge tag 'qcom-soc-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm i...Arnd Bergmann2015-10-152-4/+4
| |\ \ \
| | * | | firmware: qcom-scm: build for correct architecture levelArnd Bergmann2015-10-141-1/+1
| | * | | qcom-scm: fix endianess issue in __qcom_scm_is_call_availableRob Clark2015-10-141-3/+3
| * | | | Merge tag 'arm-scpi-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2015-10-143-0/+791
| |\ \ \ \
| | * | | | firmware: arm_scpi: Extend to support sensorsPunit Agrawal2015-10-091-0/+60
| | * | | | firmware: add support for ARM System Control and Power Interface(SCPI) protocolSudeep Holla2015-09-283-0/+731
| | | |_|/ | | |/| |