summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-141-13/+14
| |\ \ | | |/ | |/|
| | * pstore: Convert internal records to timespec64Kees Cook2018-06-051-13/+14
* | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-125-7/+7
|\ \ \
| * | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-122-4/+4
| * | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-123-3/+3
* | | | Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-06-121-1/+1
|\ \ \ \
| * | | | firmware: bcm47xx_nvram: Support small (0x6000 B) NVRAM partitionsRafał Miłecki2018-04-231-1/+1
* | | | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2018-06-111-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge tag 'qcom-drivers-for-4.18' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2018-05-261-0/+3
| |\ \ \ \ \
| | * | | | | firmware: qcom: scm: Add ipq4019 soc compatibleSricharan R2018-04-251-0/+3
| | |/ / / /
* | | | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-1110-181/+153
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2018-05-158-143/+151
| |\ \ \ \ \
| | * | | | | firmware: arm_scmi: simplify exit path by returning on errorSudeep Holla2018-05-101-5/+6
| | * | | | | firmware: arm_scmi: improve exit paths and code readabilitySudeep Holla2018-05-101-10/+12
| | * | | | | firmware: arm_scmi: remove unnecessary bitmap_zeroSudeep Holla2018-05-101-2/+0
| | * | | | | firmware: arm_scmi: drop unused `con_priv` structure memberSudeep Holla2018-05-101-2/+0
| | * | | | | firmware: arm_scmi: rename scmi_xfer_{init,get,put}Sudeep Holla2018-05-107-66/+69
| | * | | | | firmware: arm_scmi: rename get_transition_latency and add_opps_to_deviceSudeep Holla2018-05-101-5/+5
| | * | | | | firmware: arm_scmi: fix kernel-docs documentationSudeep Holla2018-05-093-32/+40
| | * | | | | firmware: arm_scmi: improve code readability using bitfield accessor macrosSudeep Holla2018-05-092-21/+19
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'soc_drivers_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2018-05-142-38/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | firmware: ti_sci: Switch to SPDX LicensingLokesh Vutla2018-05-042-38/+2
| | |/ / /
* | | | | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-059-109/+313
|\ \ \ \ \
| * \ \ \ \ Merge 4.17-rc3 into char-misc-nextGreg Kroah-Hartman2018-04-301-1/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | firmware: coreboot: Add coreboot framebuffer driverSamuel Holland2018-04-234-0/+146
| * | | | | firmware: coreboot: Remove unused coreboot_table_findSamuel Holland2018-04-232-46/+0
| * | | | | firmware: vpd: Probe via coreboot busSamuel Holland2018-04-231-31/+12
| * | | | | firmware: memconsole: Probe via coreboot busSamuel Holland2018-04-231-32/+17
| * | | | | firmware: coreboot: Expose the coreboot table as a busSamuel Holland2018-04-234-18/+156
| | |/ / / | |/| | |
* | | | | Merge tag 'dp-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-2/+6
|\ \ \ \ \
| * | | | | device property: Get rid of union aliasingAndy Shevchenko2018-05-171-2/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-048-13/+390
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | efi/capsule-loader: Don't output reset log when reset flags are not setShunyong Yang2018-05-141-4/+10
| * | | | efi/libstub/tpm: Make function efi_retrieve_tpm2_eventlog_1_2() staticWei Yongjun2018-05-141-1/+1
| * | | | efi: Decode IA32/X64 Context Info structureYazen Ghannam2018-05-141-0/+48
| * | | | efi: Decode IA32/X64 MS Check structureYazen Ghannam2018-05-141-1/+54
| * | | | efi: Decode additional IA32/X64 Bus Check fieldsYazen Ghannam2018-05-141-0/+44
| * | | | efi: Decode IA32/X64 Cache, TLB, and Bus Check structuresYazen Ghannam2018-05-141-1/+98
| * | | | efi: Decode UEFI-defined IA32/X64 Error Structure GUIDsYazen Ghannam2018-05-141-2/+45
| * | | | efi: Decode IA32/X64 Processor Error Info StructureYazen Ghannam2018-05-141-0/+48
| * | | | efi: Decode IA32/X64 Processor Error SectionYazen Ghannam2018-05-144-0/+39
| * | | | efi/cper: Remove the INDENT_SP sillinessBorislav Petkov2018-05-142-8/+4
| * | | | x86/xen/efi: Initialize UEFI secure boot state during dom0 bootDaniel Kiper2018-05-141-0/+3
| |/ / /
* | | | firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1()Niklas Cassel2018-05-241-4/+4
| |_|/ |/| |
* | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-201-0/+10
|\ \ \
OpenPOWER on IntegriCloud