aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 6-6/+126
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+26
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 13-141/+1191
2017-05-02Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-86/+62
2017-04-26firmware: google memconsole: Fix return value check in platform_memconsole_in...Gravatar Wei Yongjun 1-2/+2
2017-04-26firmware: Google VPD: Fix return value check in vpd_platform_init()Gravatar Wei Yongjun 1-2/+2
2017-04-19Merge tag 'qcom-drivers-for-4.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Olof Johansson 4-0/+105
2017-04-19Merge tag 'scpi-update-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Olof Johansson 1-2/+5
2017-04-18firmware: Google VPD sysfs driverGravatar Wei-Ning Huang 3-0/+342
2017-04-18firmware: Google VPD: import lib_vpd source filesGravatar Wei-Ning Huang 2-0/+157
2017-04-17efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT spaceGravatar Ard Biesheuvel 1-2/+9
2017-04-08firmware: google memconsole: Add ARM/ARM64 supportGravatar Thierry Escande 3-3/+95
2017-04-08firmware: google memconsole: Add coreboot supportGravatar Thierry Escande 6-1/+368
2017-04-08firmware: google memconsole: Move specific EBDA partsGravatar Thierry Escande 5-135/+229
2017-04-08firmware: google memconsole: Remove useless submenu in KconfigGravatar Thierry Escande 1-4/+3
2017-04-05efi/libstub/arm*: Set default address and size cells values for an empty dtbGravatar Sameer Goel 1-2/+26
2017-04-05ef/libstub/arm/arm64: Randomize the base of the UEFI rt services regionGravatar Ard Biesheuvel 1-13/+36
2017-04-05efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argGravatar Ard Biesheuvel 5-10/+30
2017-04-05efi/libstub: Unify command line param parsingGravatar Ard Biesheuvel 4-28/+21
2017-04-05efi/libstub: Fix harmless command line parsing bugGravatar Ard Biesheuvel 1-2/+2
2017-04-05efi/arm32-stub: Allow boot-time allocations in the vmlinux regionGravatar Ard Biesheuvel 1-20/+128
2017-04-05efi/pstore: Return error code (if any) from efi_pstore_write()Gravatar Evgeny Kalugin 1-3/+3
2017-04-05x86/efi/bgrt: Move efi-bgrt handling out of arch/x86Gravatar Bhupesh Sharma 2-0/+85
2017-04-05efi/arm-stub: Round up FDT allocation to mapping sizeGravatar Ard Biesheuvel 1-33/+24
2017-04-05efi/arm-stub: Correct FDT and initrd allocation rules for arm64Gravatar Ard Biesheuvel 1-3/+4
2017-04-05efi/libstub: Skip GOP with PIXEL_BLT_ONLY formatGravatar Cohen, Eugene 1-2/+4
2017-03-31firmware: arm_scpi: reinit completion instead of full init_completion()Gravatar Alexey Klimov 1-2/+5
2017-03-30Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Arnd Bergmann 1-4/+16
2017-03-28firmware: qcom_scm: add two scm calls for iommu secure page tableGravatar Stanimir Varbanov 4-0/+72
2017-03-28firmware/qcom: add qcom_scm_restore_sec_cfg()Gravatar Rob Clark 4-0/+33
2017-03-23firmware: meson-sm: Allow 0 as valid return valueGravatar Carlo Caione 1-2/+10
2017-03-23firmware: meson-sm: Check for buffer output sizeGravatar Carlo Caione 1-3/+7
2017-03-17efi/esrt: Cleanup bad memory map log messagesGravatar Daniel Drake 2-2/+1
2017-03-07Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+3
2017-03-07pstore: Replace arguments for erase() APIGravatar Kees Cook 1-15/+11
2017-03-07pstore: Replace arguments for write() APIGravatar Kees Cook 1-10/+8
2017-03-07pstore: Replace arguments for read() APIGravatar Kees Cook 1-61/+43
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=yGravatar Ard Biesheuvel 1-0/+1
2017-03-02efi/libstub: Treat missing SecureBoot variable as Secure Boot disabledGravatar Ard Biesheuvel 1-2/+2
2017-02-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-1/+43
2017-02-23Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-5/+12
2017-02-07efi/libstub: Make file I/O chunking x86-specificGravatar Ard Biesheuvel 1-1/+10
2017-02-07efi: Disable secure boot if shim is in insecure modeGravatar Josh Boyer 1-1/+24
2017-02-07efi: Get and store the secure boot statusGravatar David Howells 3-58/+68
2017-02-07Merge tag 'v4.10-rc7' into efi/core, to pick up fixesGravatar Ingo Molnar 1-11/+3
2017-02-03firmware: qcom: scm: Fix interrupted SCM callsGravatar Andy Gross 1-3/+10
2017-02-01efi/fdt: Avoid FDT manipulation after ExitBootServices()Gravatar Ard Biesheuvel 1-11/+3