summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* gsmi: Add GSMI commands to log S0ix infoFurquan Shaikh2018-10-151-1/+92
* gsmi: Remove autoselected dependency on EFI and EFI_VARSDuncan Laurie2018-10-152-7/+15
* gsmi: Add coreboot to list of matching BIOS vendorsDuncan Laurie2018-10-151-0/+6
* gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie2018-10-151-3/+2
* Merge 4.19-rc6Greg Kroah-Hartman2018-09-301-3/+6
|\
| * efi/libstub/arm: default EFI_ARMSTUB_DTB_LOADER to yScott Branden2018-09-121-3/+6
* | firmware: vpd: fix spelling mistake "partion" -> "partition"Colin Ian King2018-09-251-1/+1
* | firmware: coreboot: Only populate devices in coreboot_table_init()Stephen Boyd2018-09-141-38/+29
* | firmware: coreboot: Remap RAM with memremap() instead of ioremap()Stephen Boyd2018-09-141-21/+19
* | firmware: coreboot: Collapse platform drivers into bus coreStephen Boyd2018-09-146-176/+72
* | firmware: coreboot: Make bus registration symmetricStephen Boyd2018-09-141-6/+8
* | firmware: coreboot: Unmap ioregion after device populationStephen Boyd2018-09-141-3/+4
* | firmware: coreboot: Let OF core populate platform deviceStephen Boyd2018-09-141-25/+3
* | firmware: google: make structure gsmi_dev staticColin Ian King2018-09-141-1/+1
|/
* firmware: arm_scmi: fix divide by zero when sustained_perf_level is zeroSudeep Holla2018-09-061-1/+7
* Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds2018-08-231-1/+1
|\
| * efi/bgrt: Drop __initdata from bgrt_image_sizeHans de Goede2018-07-031-1/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-233-41/+76
|\ \
| * | drivers/firmware: psci_checker: stash and use topology_core_cpumask for hotpl...Sudeep Holla2018-07-261-34/+49
| * | Merge tag 'scmi-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2018-07-141-5/+0
| |\ \
| | * | firmware: arm_scmi: remove some unnecessary checksDan Carpenter2018-07-091-5/+0
| * | | Merge tag 'arm-soc/for-4.19/drivers' of https://github.com/Broadcom/stblinux ...Olof Johansson2018-07-141-2/+27
| |\ \ \ | | |_|/ | |/| |
| | * | firmware: raspberrypi: Remove VLA usageKees Cook2018-07-091-2/+8
| | * | firmware: raspberrypi: Register hwmon driverStefan Wahren2018-07-091-0/+19
| | |/
* | | module: allow symbol exports to be disabledArd Biesheuvel2018-08-221-0/+1
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-1/+4
|\ \ \
| * | | firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev2018-08-021-1/+4
| * | | headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann2018-07-101-0/+1
| |/ /
* | | Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-08-151-0/+1
|\ \ \
| * | | media: headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann2018-08-021-0/+1
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-143-11/+15
|\ \ \
| * | | efi/libstub: Only disable stackleak plugin for arm64Laura Abbott2018-07-311-2/+4
| * | | arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-261-1/+2
| * | | efi/arm: map UEFI memory map even w/o runtime services enabledAKASHI Takahiro2018-07-231-7/+7
| * | | efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel2018-07-232-2/+3
| |/ /
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-131-0/+1
|\ \ \
| * | | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-171-0/+1
| |/ /
* | | efi/cper: Use consistent types for UUIDsAndy Shevchenko2018-07-221-1/+1
* | | efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-223-30/+29
* | | efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel2018-07-171-1/+2
* | | efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel2018-07-162-8/+5
* | | efi/libstub/arm: Add opt-in Kconfig option for the DTB loaderArd Biesheuvel2018-07-162-3/+16
* | | efi/cper: Avoid using get_seconds()Arnd Bergmann2018-07-161-2/+15
* | | efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth2018-07-162-15/+201
|/ /
* | efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed modeHans de Goede2018-06-221-1/+1
* | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-182-0/+3
|\ \ | |/ |/|
| * firmware: dmi: Add access to the SKU ID stringSimon Glass2018-06-172-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-151-1/+1
|\ \
| * | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-1/+1
* | | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-13/+14
|\ \ \ | |/ / |/| |
OpenPOWER on IntegriCloud