aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-02Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+5
2017-05-29Merge tag 'pinctrl-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus 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-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/kees/linuxLinus Torvalds1-6/+11
2017-05-22efi-pstore: Fix write/erase id trackingKees Cook1-6/+11
2017-05-20Merge tag 'char-misc-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-6/+15
2017-05-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus 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-16Merge tag 'pstore-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus 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/arm/arm-socLinus Torvalds6-6/+126
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+26
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds13-141/+1191
2017-05-02Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-86/+62
2017-04-26firmware: google memconsole: Fix return value check in platform_memconsole_init()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/kernel/git/agross/linux into next/driversOlof Johansson4-0/+105
2017-04-19Merge tag 'scpi-update-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/driversOlof Johansson1-2/+5
2017-04-18firmware: Google VPD sysfs driverWei-Ning Huang3-0/+342
2017-04-18firmware: Google VPD: import lib_vpd source filesWei-Ning Huang2-0/+157
2017-04-17efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT spaceArd Biesheuvel1-2/+9
2017-04-08firmware: google memconsole: Add ARM/ARM64 supportThierry Escande3-3/+95
2017-04-08firmware: google memconsole: Add coreboot supportThierry Escande6-1/+368
2017-04-08firmware: google memconsole: Move specific EBDA partsThierry Escande5-135/+229
2017-04-08firmware: google memconsole: Remove useless submenu in KconfigThierry Escande1-4/+3
2017-04-05efi/libstub/arm*: Set default address and size cells values for an empty dtbSameer Goel1-2/+26
2017-04-05ef/libstub/arm/arm64: Randomize the base of the UEFI rt services regionArd Biesheuvel1-13/+36
2017-04-05efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel5-10/+30
2017-04-05efi/libstub: Unify command line param parsingArd Biesheuvel4-28/+21
2017-04-05efi/libstub: Fix harmless command line parsing bugArd Biesheuvel1-2/+2
2017-04-05efi/arm32-stub: Allow boot-time allocations in the vmlinux regionArd Biesheuvel1-20/+128
2017-04-05efi/pstore: Return error code (if any) from efi_pstore_write()Evgeny Kalugin1-3/+3
2017-04-05x86/efi/bgrt: Move efi-bgrt handling out of arch/x86Bhupesh Sharma2-0/+85
2017-04-05efi/arm-stub: Round up FDT allocation to mapping sizeArd Biesheuvel1-33/+24
2017-04-05efi/arm-stub: Correct FDT and initrd allocation rules for arm64Ard Biesheuvel1-3/+4
2017-04-05efi/libstub: Skip GOP with PIXEL_BLT_ONLY formatCohen, Eugene1-2/+4
2017-03-31firmware: arm_scpi: reinit completion instead of full init_completion()Alexey Klimov1-2/+5
2017-03-30Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into next/driversArnd Bergmann1-4/+16
2017-03-28firmware: qcom_scm: add two scm calls for iommu secure page tableStanimir Varbanov4-0/+72
2017-03-28firmware/qcom: add qcom_scm_restore_sec_cfg()Rob Clark4-0/+33
2017-03-23firmware: meson-sm: Allow 0 as valid return valueCarlo Caione1-2/+10
2017-03-23firmware: meson-sm: Check for buffer output sizeCarlo Caione1-3/+7
2017-03-17efi/esrt: Cleanup bad memory map log messagesDaniel Drake2-2/+1
2017-03-07Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+3
2017-03-07pstore: Replace arguments for erase() APIKees Cook1-15/+11
2017-03-07pstore: Replace arguments for write() APIKees Cook1-10/+8
2017-03-07pstore: Replace arguments for read() APIKees Cook1-61/+43