aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds1-1/+1
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-41/+76
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel1-0/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+4
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+1
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-11/+15
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-08-02media: headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann1-0/+1
2018-08-02firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev1-1/+4
2018-07-31efi/libstub: Only disable stackleak plugin for arm64Laura Abbott1-2/+4
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott1-1/+2
2018-07-26drivers/firmware: psci_checker: stash and use topology_core_cpumask for hotplug testsSudeep Holla1-34/+49
2018-07-23efi/arm: map UEFI memory map even w/o runtime services enabledAKASHI Takahiro1-7/+7
2018-07-23efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel2-2/+3
2018-07-22efi/cper: Use consistent types for UUIDsAndy Shevchenko1-1/+1
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner3-30/+29
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel1-0/+1
2018-07-17efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel1-1/+2
2018-07-16efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel2-8/+5
2018-07-16efi/libstub/arm: Add opt-in Kconfig option for the DTB loaderArd Biesheuvel2-3/+16
2018-07-16efi/cper: Avoid using get_seconds()Arnd Bergmann1-2/+15
2018-07-16efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth2-15/+201
2018-07-14Merge tag 'scmi-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/driversOlof Johansson1-5/+0
2018-07-14Merge tag 'arm-soc/for-4.19/drivers' of https://github.com/Broadcom/stblinux into next/driversOlof Johansson1-2/+27
2018-07-10headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann1-0/+1
2018-07-09firmware: raspberrypi: Remove VLA usageKees Cook1-2/+8
2018-07-09firmware: raspberrypi: Register hwmon driverStefan Wahren1-0/+19
2018-07-09firmware: arm_scmi: remove some unnecessary checksDan Carpenter1-5/+0
2018-07-03efi/bgrt: Drop __initdata from bgrt_image_sizeHans de Goede1-1/+1
2018-06-22efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed modeHans de Goede1-1/+1
2018-06-18Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds2-0/+3
2018-06-17firmware: dmi: Add access to the SKU ID stringSimon Glass2-0/+3
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-13/+14
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64Arnd Bergmann1-13/+14
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-7/+7
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-3/+3
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2018-06-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+3
2018-06-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds10-181/+153
2018-06-05pstore: Convert internal records to timespec64Kees Cook1-13/+14
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds9-109/+313
2018-06-05Merge tag 'dp-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+6
2018-06-04Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-13/+390
2018-05-26Merge tag 'qcom-drivers-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/lateOlof Johansson1-0/+3
2018-05-24firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1()Niklas Cassel1-4/+4
2018-05-20Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2018-05-19efi/libstub/arm64: Handle randomized TEXT_OFFSETMark Rutland1-0/+10