aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsGravatar Mike Rapoport 1-1/+1
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-5/+18
2019-03-08Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+2
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-4/+77
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 11-245/+954
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 35-287/+350
2019-03-04Merge branch 'acpi-apei'Gravatar Rafael J. Wysocki 2-4/+77
2019-02-20efi: cper: Fix possible out-of-bounds accessGravatar Ross Lagerwall 1-4/+9
2019-02-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-7/+0
2019-02-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+7
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Gravatar Ard Biesheuvel 2-7/+0
2019-02-16efi: Fix build error due to enum collision between efi.h and ima.hGravatar Anders Roxell 1-24/+24
2019-02-15Merge tag 'drivers_soc_for_5.1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Arnd Bergmann 1-19/+2
2019-02-15Merge tag 'arm-soc/for-5.1/drivers' of https://github.com/Broadcom/stblinux i...Gravatar Arnd Bergmann 1-0/+11
2019-02-15Merge tag 'tegra-for-5.1-firmware' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Arnd Bergmann 5-226/+735
2019-02-15Merge tag 'imx-drivers-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Arnd Bergmann 2-0/+39
2019-02-15x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsGravatar Hedi Berriche 1-0/+7
2019-02-12iscsi_ibft: use virt_to_phys instead of isa_virt_to_busGravatar Christoph Hellwig 1-1/+1
2019-02-12iscsi_ibft: Fix missing break in switch statementGravatar Gustavo A. R. Silva 1-0/+1
2019-02-12drivers: soc: xilinx: Add ZynqMP power domain driverGravatar Jolly Shah 2-0/+16
2019-02-12firmware: xilinx: Add APIs to control node status/powerGravatar Rajan Vaja 1-0/+58
2019-02-12firmware: xilinx: Implement ZynqMP power management APIsGravatar Jolly Shah 1-0/+29
2019-02-11firmware: arm_sdei: Add ACPI GHES registration helperGravatar James Morse 1-0/+68
2019-02-11Merge 5.0-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 2-4/+10
2019-02-11firmware: imx: Add support to start/stop a CPUGravatar Daniel Baluta 1-0/+38
2019-02-08Merge tag 'armsoc-fixes-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+7
2019-02-07firmware/tegra: Enable Tegra186 BPMP support on Tegra194Gravatar Thierry Reding 3-3/+7
2019-02-07firmware: tegra: Conditionally support SoC generationsGravatar Thierry Reding 2-0/+12
2019-02-06efi: Let architectures decide the flags that should be saved/restoredGravatar Julien Thierry 1-2/+15
2019-02-05firmware: xilinx: Add zynqmp_pm_get_chipid() APIGravatar Nava kishore Manne 1-0/+24
2019-02-04efi/arm: Don't expect a return value of ptdump_debugfs_registerGravatar Nathan Chancellor 1-3/+3
2019-02-04efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementationGravatar Ard Biesheuvel 3-0/+213
2019-02-04efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedGravatar Ard Biesheuvel 4-0/+19
2019-02-04efi: Replace GPL license boilerplate with SPDX headersGravatar Ard Biesheuvel 28-204/+29
2019-02-04efi/fdt: Apply more cleanupsGravatar Ingo Molnar 3-58/+64
2019-02-04efi/memattr: Don't bail on zero VA if it equals the region's PAGravatar Ard Biesheuvel 1-1/+1
2019-02-02efi/arm64: Fix debugfs crash by adding a terminator for ptdump markerGravatar Qian Cai 1-2/+3
2019-02-01firmware: intel_stratix10_service: remove COMPILE_TESTGravatar Stephen Rothwell 1-1/+1
2019-01-31firmware: intel_stratix10_service: add hardware dependencyGravatar Richard Gong 1-1/+1
2019-01-30firmware: ti_sci: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-19/+2
2019-01-30firmware: arm_scmi: provide the mandatory device release callbackGravatar Sudeep Holla 1-2/+7
2019-01-29firmware: xilinx: Add reset API'sGravatar Nava kishore Manne 1-0/+40
2019-01-25firmware: tegra: bpmp-tegra186: Remove unused includesGravatar Thierry Reding 1-5/+0
2019-01-25firmware: tegra: add bpmp driver for Tegra210Gravatar Timo Alho 4-9/+282
2019-01-25firmware: tegra: Refactor BPMP driverGravatar Timo Alho 4-202/+394
2019-01-25firmware: tegra: Reword messaging terminologyGravatar Timo Alho 1-38/+71
2019-01-12firmware: imx: scu-pd: add fallback compatible string supportGravatar Aisheng Dong 1-0/+1
2019-01-09firmware: raspberrypi: notify VC4 firmware of a rebootGravatar Stefan Wahren 1-0/+11
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-6/+0