aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 6-50/+95
2019-05-06Merge tag 'acpi-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-1/+1
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-3/+6
2019-04-29firmware: arm_sdei: Prohibit probing in '_sdei_handler'Gravatar Xiongfeng Wang 1-0/+3
2019-04-16firmware/psci: add support for SYSTEM_RESET2Gravatar Sudeep Holla 1-1/+23
2019-04-12drivers: firmware: psci: Announce support for OS initiated suspend modeGravatar Ulf Hansson 1-1/+20
2019-04-12drivers: firmware: psci: Simplify error path of psci_dt_init()Gravatar Ulf Hansson 1-13/+10
2019-04-12drivers: firmware: psci: Split psci_dt_cpu_init_idle()Gravatar Ulf Hansson 1-19/+23
2019-04-12drivers: firmware: psci: Move psci to separate directoryGravatar Ulf Hansson 6-16/+19
2019-04-09efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACEGravatar Torsten Duwe 1-3/+3
2019-04-09ACPICA: Rename nameseg length macro/define for clarityGravatar Bob Moore 1-1/+1
2019-03-29efi/libstub/arm: Omit unneeded stripping of ksymtab/kcrctab sectionsGravatar Ard Biesheuvel 1-2/+1
2019-03-29efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesGravatar Robert Richter 2-18/+17
2019-03-29efi/arm: Show SMBIOS bank/device location in CPER and GHES error logsGravatar Marcin Benka 1-0/+1
2019-03-29efi/libstub: Refactor the cmd_stubcopy Makefile commandGravatar Masahiro Yamada 1-6/+7
2019-03-28firmware: vpd: Drop __iomem usage for memremap() memoryGravatar Stephen Boyd 1-2/+2
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