aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-5/+8
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 9-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 9-0/+9
2017-10-27efi/libstub: arm: omit sorting of the UEFI memory mapGravatar Ard Biesheuvel 2-5/+8
2017-10-25efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=yGravatar Ard Biesheuvel 1-1/+2
2017-10-25efi/efi_test: Prevent an Oops in efi_runtime_query_capsulecaps()Gravatar Dan Carpenter 1-0/+3
2017-09-14dmi: Mark all struct dmi_system_id instances constGravatar Christoph Hellwig 2-2/+2
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 1-5/+5
2017-09-10Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-6/+6
2017-09-07Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-40/+142
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 2-13/+4
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+5
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+4
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-4/+38
2017-09-03Merge branches 'acpi-sysfs', 'acpi-apei' and 'acpi-blacklist'Gravatar Rafael J. Wysocki 1-10/+2
2017-08-30efi: switch to use new generic UUID APIGravatar Andy Shevchenko 1-5/+5
2017-08-28firmware: vpd: use memunmap instead of iounmapGravatar Pan Bian 1-5/+5
2017-08-26efi/bgrt: Use efi_mem_type()Gravatar Jan Beulich 1-21/+1
2017-08-26efi: Move efi_mem_type() to common codeGravatar Jan Beulich 1-6/+31
2017-08-26efi/reboot: Make function pointer orig_pm_power_off staticGravatar Colin Ian King 1-1/+1
2017-08-26efi/random: Increase size of firmware supplied randomnessGravatar Ard Biesheuvel 2-7/+6
2017-08-26efi/libstub: Enable reset attack mitigationGravatar Matthew Garrett 4-0/+72
2017-08-26Merge branch 'x86/mm' into efi/core, to pick up dependenciesGravatar Ingo Molnar 3-4/+38
2017-08-24Merge tag 'scpi-fixes-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Arnd Bergmann 1-1/+1
2017-08-24ACPI: APEI: fix the wrong iteration of generic error status blockGravatar gengdongjiu 1-10/+2
2017-08-23firmware: arm_scpi: fix endianness of dev_id in struct dev_pstate_setGravatar Sudeep Holla 1-1/+1
2017-08-21firmware/efi/esrt: Constify attribute_group structuresGravatar Arvind Yadav 1-1/+1
2017-08-21firmware/efi: Constify attribute_group structuresGravatar Arvind Yadav 1-1/+1
2017-08-21firmware/dcdbas: Constify attribute_group structuresGravatar Arvind Yadav 1-1/+1
2017-08-21efi/reboot: Fall back to original power-off method if EFI_RESET_SHUTDOWN returnsGravatar Hans de Goede 1-1/+11
2017-08-21efi/arm/arm64: Add missing assignment of efi.config_tableGravatar Ard Biesheuvel 1-0/+3
2017-08-21efi/libstub/arm64: Set -fpie when building the EFI stubGravatar Ard Biesheuvel 1-1/+1
2017-08-21efi/libstub/arm64: Force 'hidden' visibility for section markersGravatar Ard Biesheuvel 1-1/+9
2017-08-21efi/arm: Don't mark ACPI reclaim memory as MEMBLOCK_NOMAPGravatar Ard Biesheuvel 1-0/+5
2017-08-18Merge tag 'tegra-for-4.14-firmware' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Arnd Bergmann 1-2/+2
2017-08-17firmware: tegra: set drvdata earlierGravatar Timo Alho 1-2/+2
2017-08-17efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptorGravatar Baoquan He 1-2/+2
2017-08-16firmware: Convert to using %pOF instead of full_nameGravatar Rob Herring 2-3/+3
2017-08-15efi/arm64: add EFI_KIMG_ALIGNGravatar Mark Rutland 1-2/+4
2017-08-03treewide: Consolidate Apple DMI checksGravatar Lukas Wunner 1-3/+2
2017-07-18efi: Add an EFI table address match functionGravatar Tom Lendacky 1-0/+33
2017-07-18x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsGravatar Tom Lendacky 2-4/+5
2017-07-12efi: avoid fortify checks in EFI stubGravatar Kees Cook 1-0/+1
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+2
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-17/+187
2017-07-05Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-49/+38
2017-07-04Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-10/+85
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-43/+89
2017-07-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-84/+83
2017-06-23efi: Process the MEMATTR table only if EFI_MEMMAP is enabledGravatar Daniel Kiper 1-1/+2