summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2017-06-16Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+39
2017-06-15firmware: dmi_scan: Check DMI structure lengthJean Delvare-7/+16
2017-06-15firmware: dmi: Fix permissions of product_familyJean Delvare-2/+2
2017-06-15firmware: dmi_scan: Make dmi_walk and dmi_walk_early return real error codesAndy Lutomirski-4/+5
2017-06-15firmware: dmi_scan: Look for SMBIOS 3 entry point firstJean Delvare-1/+16
2017-06-11Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2017-06-09efi: Fix boot panic because of invalid BGRT image addressDave Young-1/+25
2017-06-02Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+5
2017-05-29Merge tag 'pinctrl-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2017-05-28efi/bgrt: Skip efi_bgrt_init() in case of non-EFI bootDave Young-0/+3
2017-05-28efi: Remove duplicate 'const' specifiersArnd Bergmann-2/+2
2017-05-25firmware: vpd: do not leak kobjectsDmitry Torokhov-2/+2
2017-05-25firmware: vpd: avoid potential use-after-free when destroying sectionDmitry Torokhov-1/+1
2017-05-25firmware: vpd: do not leave freed section attributes to the listDmitry Torokhov-1/+1
2017-05-23firmware: dmi: Add DMI_PRODUCT_FAMILY identification stringMika Westerberg-0/+3
2017-05-22Merge tag 'pstore-v4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+11
2017-05-22efi-pstore: Fix write/erase id trackingKees Cook-6/+11
2017-05-20Merge tag 'char-misc-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+15
2017-05-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-1/+2
2017-05-19firmware: ti_sci: fix strncat length checkArnd Bergmann-1/+2
2017-05-18firmware: Google VPD: Fix memory allocation error handlingChristophe JAILLET-6/+15
2017-05-16Merge tag 'pstore-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+3
2017-05-16efi-pstore: Fix read iter after pstore API refactorKees Cook-9/+3
2017-05-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-6/+126
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+26
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-141/+1191
2017-05-02Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-86/+62
2017-04-26firmware: google memconsole: Fix return value check in platform_memconsole_in...Wei Yongjun-2/+2
2017-04-26firmware: Google VPD: Fix return value check in vpd_platform_init()Wei Yongjun-2/+2
2017-04-19Merge tag 'qcom-drivers-for-4.12' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson-0/+105
2017-04-19Merge tag 'scpi-update-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson-2/+5
2017-04-18firmware: Google VPD sysfs driverWei-Ning Huang-0/+342
2017-04-18firmware: Google VPD: import lib_vpd source filesWei-Ning Huang-0/+157
2017-04-17efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT spaceArd Biesheuvel-2/+9
2017-04-08firmware: google memconsole: Add ARM/ARM64 supportThierry Escande-3/+95
2017-04-08firmware: google memconsole: Add coreboot supportThierry Escande-1/+368
2017-04-08firmware: google memconsole: Move specific EBDA partsThierry Escande-135/+229
2017-04-08firmware: google memconsole: Remove useless submenu in KconfigThierry Escande-4/+3
2017-04-05efi/libstub/arm*: Set default address and size cells values for an empty dtbSameer Goel-2/+26
2017-04-05ef/libstub/arm/arm64: Randomize the base of the UEFI rt services regionArd Biesheuvel-13/+36
2017-04-05efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel-10/+30
2017-04-05efi/libstub: Unify command line param parsingArd Biesheuvel-28/+21
2017-04-05efi/libstub: Fix harmless command line parsing bugArd Biesheuvel-2/+2
2017-04-05efi/arm32-stub: Allow boot-time allocations in the vmlinux regionArd Biesheuvel-20/+128
2017-04-05efi/pstore: Return error code (if any) from efi_pstore_write()Evgeny Kalugin-3/+3
2017-04-05x86/efi/bgrt: Move efi-bgrt handling out of arch/x86Bhupesh Sharma-0/+85
2017-04-05efi/arm-stub: Round up FDT allocation to mapping sizeArd Biesheuvel-33/+24
2017-04-05efi/arm-stub: Correct FDT and initrd allocation rules for arm64Ard Biesheuvel-3/+4
2017-04-05efi/libstub: Skip GOP with PIXEL_BLT_ONLY formatCohen, Eugene-2/+4
2017-03-31firmware: arm_scpi: reinit completion instead of full init_completion()Alexey Klimov-2/+5