summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell2019-04-051-24/+24
* efi: cper: Fix possible out-of-bounds accessRoss Lagerwall2019-04-051-4/+9
* iscsi_ibft: Fix missing break in switch statementGustavo A. R. Silva2019-03-131-0/+1
* Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-172-7/+0
|\
| * efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel2019-02-162-7/+0
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-171-0/+7
|\ \ | |/ |/|
| * x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2019-02-151-0/+7
* | Merge tag 'armsoc-fixes-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-02-081-2/+7
|\ \
| * | firmware: arm_scmi: provide the mandatory device release callbackSudeep Holla2019-01-301-2/+7
| |/
* | efi/arm64: Fix debugfs crash by adding a terminator for ptdump markerQian Cai2019-02-021-2/+3
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-01-051-6/+0
|\
| * firmware: arm_sdei: Fix DT platform device creationJames Morse2019-01-031-5/+0
| * firmware: arm_sdei: fix wrong of_node_put() in init functionNicolas Saenz Julienne2019-01-031-1/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-1/+1
|\ \
| * | drivers/firmware/memmap.c: modify memblock_alloc to memblock_alloc_nopanichuang.zijiang2019-01-041-1/+1
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-4/+4
|/ /
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-316-60/+442
|\ \
| * \ Merge tag 'imx-drivers-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2018-12-123-1/+347
| |\ \
| | * | firmware: imx: add SCU power domain driverA.s. Dong2018-11-143-1/+347
| * | | Merge tag 'tegra-for-4.21-firmware' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2018-12-122-36/+70
| |\ \ \
| | * | | firmware: tegra: Use in-band messages for firmware version queryTimo Alho2018-11-081-2/+34
| | * | | firmware: tegra: Print version tag at fullTimo Alho2018-11-081-6/+10
| | * | | firmware: tegra: Switch to global mrq_is_supported()Timo Alho2018-11-081-28/+1
| | * | | firmware: tegra: Add helper to check for supported MRQsTimo Alho2018-11-081-0/+25
| | |/ /
| * | | firmware: raspberrypi: Switch to SPDX identifierStefan Wahren2018-11-211-4/+1
| * | | firmware: raspberrypi: Fix firmware calls with large buffersJames Hughes2018-11-181-17/+18
| * | | firmware: raspberrypi: Define timeout for transactionsStefan Wahren2018-11-141-2/+6
| |/ /
* | | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-283-0/+1054
|\ \ \
| * | | firmware: stratix10-svc: fix wrong of_node_put() in init functionNicolas Saenz Julienne2018-12-061-4/+1
| * | | Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman2018-12-031-10/+26
| |\ \ \
| * | | | firmware: add remote status update client supportRichard Gong2018-11-261-2/+33
| * | | | firmware: add Intel Stratix10 service layer driverRichard Gong2018-11-263-0/+1026
* | | | | Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-271-3/+1
|\ \ \ \ \
| * | | | | pstore: Convert buf_lock to semaphoreKees Cook2018-12-031-3/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-265-50/+140
|\ \ \ \ \
| * | | | | efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel2018-11-301-4/+17
| * | | | | efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel2018-11-302-13/+28
| * | | | | efi/libstub: Disable some warnings for x86{,_64}Nathan Chancellor2018-11-301-1/+4
| * | | | | efi/fdt: Simplify the get_fdt() flowJulien Thierry2018-11-301-12/+13
| * | | | | efi/fdt: Indentation fixJulien Thierry2018-11-301-2/+3
| * | | | | firmware/efi: Add NULL pointer checks in efivars API functionsArend van Spriel2018-11-301-21/+78
| | |_|/ / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-252-2/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper2018-12-102-2/+2
| | |/ | |/|
* | | efi: Prevent GICv3 WARN() by mapping the memreserve table before first useArd Biesheuvel2018-11-271-10/+26
|/ /
* | efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel2018-11-151-12/+19
* | efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2018-11-152-0/+7
* | efi/arm/libstub: Pack FDT after populating itArd Biesheuvel2018-11-151-0/+4
* | efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel2018-11-153-1/+8
* | efi: Fix debugobjects warning on 'efi_rts_work'Waiman Long2018-11-151-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-031-12/+4
|\
OpenPOWER on IntegriCloud