summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2020-02-23efi/libstub: Expose LocateDevicePath boot serviceArd Biesheuvel-1/+5
2020-02-23efi/libstub: Clean up command line parsing routineArd Biesheuvel-55/+96
2020-02-23efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel-17/+20
2020-02-23efi/libstub: Rewrite file I/O routineArd Biesheuvel-228/+169
2020-02-23efi/libstub: Move file I/O support code into separate fileArd Biesheuvel-289/+311
2020-02-23efi/libstub: Move get_dram_base() into arm-stub.cArd Biesheuvel-37/+33
2020-02-23efi/libstub: Move efi_random_alloc() into separate source fileArd Biesheuvel-115/+125
2020-02-23efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel-11/+8
2020-02-23efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel-29/+478
2020-02-23efi/libstub/x86: Permit bootparams struct to be allocated above 4 GBArd Biesheuvel-1/+6
2020-02-23efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel-8/+71
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel-0/+791
2020-02-23efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel-89/+21
2020-02-23efi/libstub: Move memory map handling and allocation routines to mem.cArd Biesheuvel-314/+320
2020-02-23efi/libstub/arm: Relax FDT alignment requirementArd Biesheuvel-5/+1
2020-02-23efi/libstub: Use hidden visibility for all source filesArd Biesheuvel-7/+8
2020-02-22efi/apple-properties: Replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2020-02-22efi/libstub/arm64: Use 1:1 mapping of RT services if property table existsArd Biesheuvel-63/+22
2020-02-22efi/bgrt: Accept BGRT tables with a version of 0Hans de Goede-1/+6
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel-22/+28
2020-02-20firmware: arm_scpi: Replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2020-02-20firmware: arm_scmi/perf: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-20firmware: arm_scmi: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-18firmware: imx: scu-pd: enlarge PD range for mu_bSebastien Fagard-1/+1
2020-02-18firmware: imx: scu-pd: Add missing audio PD rangesDaniel Baluta-0/+7
2020-02-17firmware: tegra: Fix a typo in KconfigChristophe JAILLET-1/+1
2020-02-14firmware: meson_sm: Add secure power domain supportJianxin Pan-0/+2
2020-02-10firmware: arm_scmi: Make scmi core independent of the transport typeViresh Kumar-219/+373
2020-02-10firmware: arm_scmi: Move macros and helpers to common.hViresh Kumar-40/+40
2020-02-10firmware: arm_scmi: Update doc style commentsViresh Kumar-3/+3
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-1535/+1371
2020-02-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price-1/+1
2020-02-03Merge branch 'stable/for-linus-5.6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+5
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-0/+2
2020-01-29Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+34
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-583/+704
2020-01-28Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds-1/+1
2020-01-23clk: zynqmp: Warn user if clock user are more than allowedRajan Vaja-0/+2
2020-01-22Merge 5.5-rc7 into char-misc-nextGreg Kroah-Hartman-12/+10
2020-01-21Merge tag 'zynqmp-soc-for-v5.6' of https://github.com/Xilinx/linux-xlnx into ...Olof Johansson-0/+43
2020-01-20Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar-13/+10
2020-01-20efi: Fix handling of multiple efi_fake_mem= entriesDan Williams-16/+17
2020-01-20efi: Fix efi_memmap_alloc() leaksDan Williams-0/+25
2020-01-20efi: Add tracking for dynamically allocated memmapsDan Williams-29/+32
2020-01-20efi: Add a flags parameter to efi_memory_mapDan Williams-14/+17
2020-01-20efi: Fix comment for efi_mem_type() wrt absent physical addressesAnshuman Khandual-1/+1
2020-01-20efi/arm: Defer probe of PCIe backed efifb on DT systemsArd Biesheuvel-4/+103
2020-01-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+10