aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-01-06firmware: tee_bnxt: Fix multiple call to tee_client_close_contextGravatar Vikas Gupta 1-1/+0
2019-12-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-63/+88
2019-12-10efi: Don't attempt to map RCI2 config table if it doesn't existGravatar Ard Biesheuvel 1-0/+3
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-12-08efi/earlycon: Remap entire framebuffer after page initializationGravatar Andy Shevchenko 1-0/+40
2019-12-08efi/gop: Fix memory leak in __gop_query32/64()Gravatar Arvind Sankar 1-54/+12
2019-12-08efi/gop: Return EFI_SUCCESS if a usable GOP was foundGravatar Arvind Sankar 1-2/+2
2019-12-08efi/gop: Return EFI_NOT_FOUND if there are no usable GOPsGravatar Arvind Sankar 1-6/+6
2019-12-08efi/memreserve: Register reservations as 'reserved' in /proc/iomemGravatar Ard Biesheuvel 1-2/+26
2019-12-06Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 1-4/+4
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 4-1/+125
2019-12-05Merge mainline/master into arm/fixesGravatar Olof Johansson 36-190/+866
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 7-50/+99
2019-12-05Merge tag 'scmi-fix-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Olof Johansson 2-5/+5
2019-12-03Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+40
2019-12-03firmware: dmi: Add dmi_memdev_handleGravatar Jean Delvare 1-0/+16
2019-12-03firmware: dmi: Remember the memory typeGravatar Jean Delvare 1-1/+24
2019-12-02Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-45/+124
2019-12-02Merge tag 'drm-msm-next-2019-11-05' of https://gitlab.freedesktop.org/drm/msm...Gravatar Dave Airlie 4-1/+125
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-25/+35
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+8
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 12-18/+192
2019-11-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-9/+23
2019-11-26firmware: arm_scmi: Avoid double free in error flowGravatar Wen Yang 1-4/+4
2019-11-26Merge branch 'acpi-mm'Gravatar Rafael J. Wysocki 12-17/+191
2019-11-26Merge branch 'acpica'Gravatar Rafael J. Wysocki 1-1/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 3-0/+288
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-14/+22
2019-11-16Merge tag 'scmi-fix-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Gravatar Olof Johansson 1-1/+1
2019-11-14firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BITGravatar Sudeep Holla 1-1/+1
2019-11-14firmware: Fix incompatible function behavior for RSU driverGravatar Richard Gong 2-25/+35
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Gravatar Joerg Roedel 4-45/+124
2019-11-11Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Gravatar Joerg Roedel 4-45/+124
2019-11-10Merge tag 'amlogic-drivers' of https://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Olof Johansson 1-44/+66
2019-11-08Merge tag 'zynqmp-soc-for-v5.5' of https://github.com/Xilinx/linux-xlnx into ...Gravatar Olof Johansson 1-2/+6
2019-11-07x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPGravatar Dan Williams 4-14/+94
2019-11-07arm/efi: EFI soft reservation to memblockGravatar Dan Williams 4-0/+42
2019-11-07efi: Common enable/disable infrastructure for EFI soft reservationGravatar Dan Williams 3-0/+48
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesGravatar Dan Williams 2-1/+4
2019-11-07efi: Enumerate EFI_MEMORY_SPGravatar Dan Williams 1-2/+3
2019-11-07efi: libstub/tpm: enable tpm eventlog function for ARM platformsGravatar Xinwei Kong 1-0/+2
2019-11-07x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableGravatar Dominik Brodowski 2-4/+3
2019-11-07efi/random: use arch-independent efi_call_proto()Gravatar Dominik Brodowski 1-5/+18
2019-11-06Merge tag 'imx-drivers-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Olof Johansson 3-2/+25
2019-11-05efi/apple-properties: use PROPERTY_ENTRY_U8_ARRAY_LENGravatar Dmitry Torokhov 1-10/+8
2019-11-04firmware/qcom_scm: Add scm call to handle smmu errataGravatar Vivek Gautam 4-0/+29
2019-11-04firmware: qcom_scm-64: Add atomic version of qcom_scm_callGravatar Vivek Gautam 1-44/+94
2019-11-04firmware: qcom: scm: Ensure 'a0' status code is treated as signedGravatar Will Deacon 1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 7-18/+35
2019-10-31firmware: broadcom: add OP-TEE based BNXT f/w managerGravatar Vikas Gupta 3-0/+288