summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2016-11-25efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitArd Biesheuvel-6/+7
2016-11-23firmware: qcom: scm: Return PTR_ERR when devm_clk_get failsspjoshi@codeaurora.org-4/+4
2016-11-23firmware: qcom: scm: Remove core, iface and bus clocks dependencyspjoshi@codeaurora.org-12/+37
2016-11-18Merge tag 'tegra-for-4.10-firmware' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson-0/+1592
2016-11-18firmware: tegra: Add BPMP supportThierry Reding-0/+881
2016-11-18firmware: tegra: Add IVC libraryThierry Reding-0/+711
2016-11-17Merge tag 'qcom-drivers-for-4.10' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson-1/+3
2016-11-17firmware: arm_scpi: add support for pre-v1.0 SCPI compatibleSudeep Holla-0/+9
2016-11-13x86/efi: Retrieve and assign Apple device propertiesLukas Wunner-0/+262
2016-11-13efi: Add device path parserLukas Wunner-0/+209
2016-11-13efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel-0/+52
2016-11-13efi/libstub: Add random.c to ARM buildArd Biesheuvel-14/+16
2016-11-13efi: Add support for seeding the RNG from a UEFI config tableArd Biesheuvel-0/+72
2016-11-13efi/libstub: Fix allocation size calculationsRoy Franz-10/+14
2016-11-13Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar-2/+3
2016-11-12firmware: qcom: scm: Use devm_reset_controller_register()Wei Yongjun-1/+3
2016-11-07arm64: dump: Make ptdump debugfs a separate optionLaura Abbott-2/+2
2016-11-01firmware: arm_scpi: allow firmware with get_capabilities not implementedNeil Armstrong-0/+4
2016-11-01firmware: arm_scpi: add alternative legacy structures, functions and macrosNeil Armstrong-18/+174
2016-11-01firmware: arm_scpi: increase MAX_DVFS_OPPS to 16 entriesNeil Armstrong-1/+1
2016-10-27firmware: ti_sci: Add support for reboot core serviceNishanth Menon-0/+95
2016-10-27firmware: ti_sci: Add support for Clock controlNishanth Menon-0/+974
2016-10-27firmware: ti_sci: Add support for Device controlNishanth Menon-0/+531
2016-10-27firmware: Add basic support for TI System Control Interface (TI-SCI) protocolNishanth Menon-0/+899
2016-10-19efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel-2/+3
2016-10-18efi/efivar_ssdt_load: Don't return success on allocation failureDan Carpenter-1/+3
2016-10-18efi/efi_test: Use memdup_user() as a cleanupIvan Hu-7/+3
2016-10-18efi/efi_test: Fix uninitialized variable 'rv'Ivan Hu-1/+1
2016-10-18efi/efi_test: Fix uninitialized variable 'datasize'Ivan Hu-1/+1
2016-10-18efi/arm*: Fix efi_init() error handlingYisheng Xie-1/+3
2016-10-18efi: Remove unused include of <linux/version.h>Wei Yongjun-1/+0
2016-10-17firmware: arm_scpi: add command indirection to support legacy commandsSudeep Holla-14/+57
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-14/+265
2016-10-06Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-310/+1483
2016-10-03Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-25/+26
2016-09-20Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar-0/+11
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar-6/+7
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming-0/+11
2016-09-15Merge tag 'qcom-drivers-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann-14/+5
2016-09-15Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann-0/+260
2016-09-13Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-49/+193
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar-310/+1472
2016-09-09efi/arm64: Treat regions with WT/WC set but WB cleared as memoryArd Biesheuvel-15/+17
2016-09-09efi: Add efi_test driver for exporting UEFI runtime service interfacesIvan Hu-0/+878
2016-09-09efi/arm64: Add debugfs node to dump UEFI runtime page tablesArd Biesheuvel-0/+20
2016-09-09firmware-gsmi: Delete an unnecessary check before the function call "dma_pool...Markus Elfring-2/+1
2016-09-09efi: Replace runtime services spinlock with semaphoreArd Biesheuvel-32/+52
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur-70/+125
2016-09-09efi: Use a file local lock for efivarsSylvain Chouleur-36/+47