aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2018-03-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2018-03-14platform/x86: Fix dell driver init orderDarren Hart (VMware)1-1/+1
2018-03-13efi/libstub/tpm: Initialize pointer variables to zero for mixed modeArd Biesheuvel1-2/+2
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+50
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+1
2018-02-06firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier1-0/+27
2018-02-06firmware/psci: Expose PSCI conduitMarc Zyngier1-5/+23
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+7
2018-02-03Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-37/+29
2018-02-03firmware: dmi: handle missing DMI data gracefullyArd Biesheuvel2-5/+3
2018-02-03firmware: dmi_scan: Fix handling of empty DMI stringsJean Delvare1-13/+9
2018-02-03firmware: dmi_scan: Drop dmi_initializedJean Delvare1-13/+8
2018-02-03firmware: dmi: Optimize dmi_matchesJean Delvare1-8/+11
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-28/+4
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds5-3/+127
2018-01-31firmware: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-3/+1
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-0/+1103
2018-01-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-122/+371
2018-01-22kconfig: use bool instead of boolean for type definition attributes, againMasahiro Yamada1-1/+1
2018-01-19psci: add CPU_IDLE dependencyArnd Bergmann1-1/+1
2018-01-19x86/efi: Clarify that reset attack mitigation needs appropriate userspaceMatthew Garrett1-1/+4
2018-01-18Merge branch 'pm-cpufreq'Rafael J. Wysocki1-24/+22
2018-01-17drivers: psci: remove cluster terminology and dependency on physical_package_idSudeep Holla1-24/+22
2018-01-15firmware: arm_sdei: Fix return value check in sdei_present_dt()Wei Yongjun1-1/+1
2018-01-14firmware: arm_sdei: Discover SDEI support via ACPIJames Morse1-1/+40
2018-01-14firmware: arm_sdei: add support for CPU private eventsJames Morse1-13/+193
2018-01-13firmware: arm_sdei: Add support for CPU and system power statesJames Morse1-1/+255
2018-01-13firmware: arm_sdei: Add driver for Software Delegated ExceptionsJames Morse3-0/+628
2018-01-11ibft: Deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+3
2018-01-11edd: Deprecate pci_get_bus_and_slot()Sinan Kaya1-4/+4
2018-01-08drivers/firmware: Expose psci_get_version through psci_ops structureWill Deacon1-0/+2
2018-01-08efi: call get_event_log before ExitBootServicesThiebaud Weksteen5-3/+127
2018-01-05Merge tag 'qcom-drivers-for-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/...Arnd Bergmann1-24/+0
2018-01-04Merge tag 'keystone_driver_soc_for_4.16' of git://git.kernel.org/pub/scm/linu...Olof Johansson1-2/+2
2018-01-04Merge tag 'arm-soc/for-4.16/drivers' of http://github.com/Broadcom/stblinux i...Olof Johansson1-1/+1
2018-01-03efi: Parse ARM error information valueTyler Baicar1-2/+211
2018-01-03efi: Move ARM CPER code to new fileTyler Baicar4-119/+156
2018-01-03efi: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-1/+1
2018-01-03efi/capsule-loader: Fix pr_err() string to end with newlineArvind Yadav1-1/+1
2018-01-03efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel1-8/+37
2017-12-20Merge tag 'bcm2835-drivers-next-2017-12-19' into drivers/nextFlorian Fainelli1-1/+1
2017-12-20firmware: qcom_scm: drop redandant of_platform_populateSudeep Holla1-24/+0
2017-12-16firmware: ti_sci: Use %zu for size_t print formatNishanth Menon1-2/+2
2017-12-10Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-87/+129
2017-12-06efi: Add comment to avoid future expanding of sysfs systabDave Young1-0/+2
2017-12-06efi/esrt: Use memunmap() instead of kfree() to free the remappingPan Bian1-1/+1
2017-12-06efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman3-16/+12
2017-12-05Merge tag 'char-misc-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+35
2017-12-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2017-12-03firmware: arm_scpi: Revert updates made during v4.15 merge windowOlof Johansson1-87/+129
2017-12-01fw_cfg: fix driver removeMarc-André Lureau1-1/+2
2017-11-28firmware: raspberrypi: print time using time64_tArnd Bergmann1-1/+1
2017-11-28firmware: vpd: Fix platform driver and device registration/unregistrationGuenter Roeck1-5/+13
2017-11-28firmware: vpd: Tie firmware kobject to device lifetimeGuenter Roeck1-6/+13
2017-11-28firmware: vpd: Destroy vpd sections in remove functionGuenter Roeck1-2/+9
2017-11-21drivers/firmware: psci: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-11-17Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds4-0/+134
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds11-139/+733
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+4
2017-11-14fw_cfg: fix the command line module nameMarc-André Lureau1-4/+4
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar11-6/+22
2017-11-04Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+8
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-0/+9
2017-11-02drivers/firmware: psci_checker: Add missing destroy_timer_on_stack()Lorenzo Pieralisi1-0/+1
2017-11-02Merge tag 'keystone_soc_drivers_4.15' of ssh://gitolite.kernel.org/pub/scm/li...Arnd Bergmann1-1/+1
2017-11-02Merge tag 'tegra-for-4.15-firmware' of ssh://gitolite.kernel.org/pub/scm/linu...Arnd Bergmann3-9/+470
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-10-30firmware: scm: Add new SCM call API for switching memory ownershipAvaneesh Kumar Dwivedi4-0/+134
2017-10-27efi/libstub: arm: omit sorting of the UEFI memory mapArd Biesheuvel2-5/+8
2017-10-25efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=yArd Biesheuvel1-1/+2
2017-10-25efi/efi_test: Prevent an Oops in efi_runtime_query_capsulecaps()Dan Carpenter1-0/+3
2017-10-25locking/atomics, firmware/ivc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-12/+12
2017-10-20Merge tag 'qcom-drivers-for-4.15' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann5-0/+174
2017-10-19firmware: tegra: Add BPMP debugfs supportTimo Alho3-1/+451
2017-10-19firmware: tegra: Expose tegra_bpmp_mrq_return()Mikko Perttunen1-2/+3
2017-10-17firmware: tegra: Propagate error code to callerTimo Alho1-6/+16
2017-10-11firmware: qcom: scm: Expose download-mode controlBjorn Andersson5-0/+107
2017-10-11firmware: qcom: scm: Expose secure IO serviceBjorn Andersson4-0/+67
2017-10-09ti_sci: Use %pS printk format for direct addressesHelge Deller1-1/+1
2017-10-09firmware: arm_scpi: silence sparse warningsHeiner Kallweit1-8/+9
2017-10-09firmware: arm_scpi: remove all single element structuresSudeep Holla1-15/+7
2017-10-09firmware: arm_scpi: drop unnecessary type cast to scpi_shared_memSudeep Holla1-1/+1
2017-10-05firmware: arm_scpi: improve struct sensor_valueHeiner Kallweit1-7/+5
2017-10-05firmware: arm_scpi: improve handling of protocol and firmware version subfieldsHeiner Kallweit1-24/+19
2017-10-05firmware: arm_scpi: improve struct dvfs_info to make code better readableHeiner Kallweit1-8/+5
2017-10-04firmware: arm_scpi: remove scpi_removeHeiner Kallweit1-14/+2
2017-10-04firmware: arm_scpi: make freeing mbox channels device-managedHeiner Kallweit1-21/+16
2017-10-04firmware: arm_scpi: pre-populate dvfs info in scpi_probeHeiner Kallweit1-22/+26
2017-10-04firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_removeHeiner Kallweit1-2/+0
2017-10-04firmware: arm_scpi: remove usage of drvdata and don't reset scpi_info to nullHeiner Kallweit1-16/+6
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2-2/+2
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-5/+5
2017-09-10Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-6/+6
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-40/+142
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-13/+4
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+4
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+38
2017-09-03Merge branches 'acpi-sysfs', 'acpi-apei' and 'acpi-blacklist'Rafael J. Wysocki1-10/+2
2017-08-30efi: switch to use new generic UUID APIAndy Shevchenko1-5/+5
2017-08-28firmware: vpd: use memunmap instead of iounmapPan Bian1-5/+5
2017-08-26efi/bgrt: Use efi_mem_type()Jan Beulich1-21/+1
2017-08-26efi: Move efi_mem_type() to common codeJan Beulich1-6/+31
2017-08-26efi/reboot: Make function pointer orig_pm_power_off staticColin Ian King1-1/+1
2017-08-26efi/random: Increase size of firmware supplied randomnessArd Biesheuvel2-7/+6
2017-08-26efi/libstub: Enable reset attack mitigationMatthew Garrett4-0/+72
2017-08-26Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar3-4/+38
2017-08-24Merge tag 'scpi-fixes-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-1/+1
2017-08-24ACPI: APEI: fix the wrong iteration of generic error status blockgengdongjiu1-10/+2
2017-08-23firmware: arm_scpi: fix endianness of dev_id in struct dev_pstate_setSudeep Holla1-1/+1
2017-08-21firmware/efi/esrt: Constify attribute_group structuresArvind Yadav1-1/+1
2017-08-21firmware/efi: Constify attribute_group structuresArvind Yadav1-1/+1
2017-08-21firmware/dcdbas: Constify attribute_group structuresArvind Yadav1-1/+1
2017-08-21efi/reboot: Fall back to original power-off method if EFI_RESET_SHUTDOWN returnsHans de Goede1-1/+11
2017-08-21efi/arm/arm64: Add missing assignment of efi.config_tableArd Biesheuvel1-0/+3
2017-08-21efi/libstub/arm64: Set -fpie when building the EFI stubArd Biesheuvel1-1/+1
2017-08-21efi/libstub/arm64: Force 'hidden' visibility for section markersArd Biesheuvel1-1/+9
2017-08-21efi/arm: Don't mark ACPI reclaim memory as MEMBLOCK_NOMAPArd Biesheuvel1-0/+5
2017-08-18Merge tag 'tegra-for-4.14-firmware' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-2/+2
2017-08-17firmware: tegra: set drvdata earlierTimo Alho1-2/+2
2017-08-17efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptorBaoquan He1-2/+2
2017-08-16firmware: Convert to using %pOF instead of full_nameRob Herring2-3/+3
2017-08-15efi/arm64: add EFI_KIMG_ALIGNMark Rutland1-2/+4
2017-08-03treewide: Consolidate Apple DMI checksLukas Wunner1-3/+2
2017-07-18efi: Add an EFI table address match functionTom Lendacky1-0/+33
2017-07-18x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky2-4/+5
2017-07-12efi: avoid fortify checks in EFI stubKees Cook1-0/+1
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-17/+187
2017-07-05Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-49/+38
2017-07-04Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-10/+85
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-43/+89
2017-07-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-84/+83
2017-06-23efi: Process the MEMATTR table only if EFI_MEMMAP is enabledDaniel Kiper1-1/+2
2017-06-22trace, ras: add ARM processor error trace eventTyler Baicar1-0/+1
2017-06-22efi: print unrecognized CPER sectionTyler Baicar1-2/+9
2017-06-22efi: parse ARM processor errorTyler Baicar1-0/+129
2017-06-22cper: add timestamp print to CPER status printingTyler Baicar1-0/+26
2017-06-22ras: acpi/apei: cper: add support for generic data v3 structureTyler Baicar1-15/+22
2017-06-20firmware/ivc: use dma_mapping_errorChristoph Hellwig1-2/+2
2017-06-18Merge tag 'tegra-for-4.13-firmware' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-10/+18
2017-06-18Merge tag 'tegra-for-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson1-0/+4
2017-06-18Merge tag 'scpi-updates-4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson1-0/+63
2017-06-16Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+39
2017-06-15firmware: dmi_scan: Check DMI structure lengthJean Delvare1-7/+16
2017-06-15firmware: dmi: Fix permissions of product_familyJean Delvare1-2/+2
2017-06-15firmware: dmi_scan: Make dmi_walk and dmi_walk_early return real error codesAndy Lutomirski1-4/+5
2017-06-15firmware: dmi_scan: Look for SMBIOS 3 entry point firstJean Delvare1-1/+16
2017-06-14firmware: tegra: Fix locking bugs in BPMPDan Carpenter1-10/+18
2017-06-13soc/tegra: bpmp: Implement generic PM domainsThierry Reding1-0/+4
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman6-12/+47
2017-06-11Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2017-06-09efi: Fix boot panic because of invalid BGRT image addressDave Young1-1/+25
2017-06-05efi/arm: Enable DMI/SMBIOSArd Biesheuvel1-0/+16
2017-06-05efi/efi_test: Use memdup_user() helperGeliang Tang1-8/+3
2017-06-05efi/capsule: Add support for Quark security headerJan Kiszka1-0/+9
2017-06-05efi/capsule-loader: Use page addresses rather than struct page pointersArd Biesheuvel2-7/+12
2017-06-05efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak aliasArd Biesheuvel1-29/+27
2017-06-05efi/capsule: Remove NULL test on kmap()Fabian Frederick2-8/+0
2017-06-05efi/capsule-loader: Use a cached copy of the capsule headerArd Biesheuvel1-24/+17
2017-06-05efi/capsule: Adjust return type of efi_capsule_setup_info()Jan Kiszka1-2/+2
2017-06-05efi/capsule: Clean up pr_err/_info() messagesJan Kiszka1-11/+8
2017-06-05efi/capsule: Remove pr_debug() on ENOMEM or EFAULTJan Kiszka1-9/+2
2017-06-05efi/capsule: Fix return code on failing kmap/vmapJan Kiszka1-2/+2
2017-06-05firmware: arm_scpi: add support to populate OPPs and get transition latencySudeep Holla1-0/+63
2017-06-02Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+5
2017-05-31pstore: Populate pstore record->time fieldKees Cook1-3/+0
2017-05-31efi-pstore: Refactor erase routineKees Cook1-46/+38
2017-05-29Merge tag 'pinctrl-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+3
2017-05-28efi/bgrt: Skip efi_bgrt_init() in case of non-EFI bootDave Young1-0/+3
2017-05-28efi: Remove duplicate 'const' specifiersArnd Bergmann1-2/+2
2017-05-27Revert "firmware: vpd: remove platform driver"Dmitry Torokhov1-16/+28
2017-05-25firmware: vpd: remove platform driverDmitry Torokhov1-28/+16
2017-05-25firmware: vpd: do not clear statically allocated dataDmitry Torokhov1-3/+0
2017-05-25firmware: vpd: use kasprintf() when forming name of 'raw' attributeDmitry Torokhov1-16/+15
2017-05-25firmware: vpd: use kdtrndup when copying section keyDmitry Torokhov1-3/+2
2017-05-25firmware: vpd: do not leak kobjectsDmitry Torokhov1-2/+2
2017-05-25firmware: vpd: avoid potential use-after-free when destroying sectionDmitry Torokhov1-1/+1
2017-05-25firmware: vpd: do not leave freed section attributes to the listDmitry Torokhov1-1/+1
2017-05-25firmware: google: memconsole: Prevent overrun attack on coreboot consoleJulius Werner1-3/+6
2017-05-23firmware: dmi: Add DMI_PRODUCT_FAMILY identification stringMika Westerberg2-0/+3
2017-05-22Merge tag 'pstore-v4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+11
2017-05-22efi-pstore: Fix write/erase id trackingKees Cook1-6/+11
2017-05-22Merge 4.12-rc2 into char-misc-nextGreg Kroah-Hartman3-16/+20
2017-05-20Merge tag 'char-misc-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+15
2017-05-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+2
2017-05-19firmware: ti_sci: fix strncat length checkArnd Bergmann1-1/+2
2017-05-18firmware: Google VPD: Fix memory allocation error handlingChristophe JAILLET1-6/+15
2017-05-18firmware: google: memconsole: Adapt to new coreboot ring buffer formatJulius Werner1-8/+39
2017-05-18firmware: google: memconsole: Make memconsole interface more flexibleJulius Werner4-17/+34
2017-05-16Merge tag 'pstore-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+3
2017-05-16efi-pstore: Fix read iter after pstore API refactorKees Cook1-9/+3
2017-05-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-6/+126
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+26
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-141/+1191
2017-05-02Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-86/+62
2017-04-26firmware: google memconsole: Fix return value check in platform_memconsole_in...Wei Yongjun1-2/+2
2017-04-26firmware: Google VPD: Fix return value check in vpd_platform_init()Wei Yongjun1-2/+2
2017-04-19Merge tag 'qcom-drivers-for-4.12' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson4-0/+105