summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel2020-09-162-3/+3
| * | | | | | | | efi: Rename arm-init to efi-init common for all archAtish Patra2020-09-112-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-123-173/+139
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon2020-10-023-173/+139
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | | * | | | | | firmware: arm_sdei: Remove _sdei_event_unregister()Gavin Shan2020-09-281-12/+6
| | | * | | | | | firmware: arm_sdei: Remove _sdei_event_register()Gavin Shan2020-09-281-49/+28
| | | * | | | | | firmware: arm_sdei: Introduce sdei_do_local_call()Gavin Shan2020-09-281-16/+25
| | | * | | | | | firmware: arm_sdei: Cleanup on cross call functionGavin Shan2020-09-281-5/+9
| | | * | | | | | firmware: arm_sdei: Remove while loop in sdei_event_unregister()Gavin Shan2020-09-281-15/+14
| | | * | | | | | firmware: arm_sdei: Remove while loop in sdei_event_register()Gavin Shan2020-09-281-27/+25
| | | * | | | | | firmware: arm_sdei: Remove redundant error message in sdei_probe()Gavin Shan2020-09-281-2/+0
| | | * | | | | | firmware: arm_sdei: Remove duplicate check in sdei_get_conduit()Gavin Shan2020-09-281-1/+1
| | | * | | | | | firmware: arm_sdei: Unregister driver on error in sdei_init()Gavin Shan2020-09-281-3/+6
| | | * | | | | | firmware: arm_sdei: Avoid nested statements in sdei_init()Gavin Shan2020-09-281-11/+12
| | | * | | | | | firmware: arm_sdei: Retrieve event number from event instanceGavin Shan2020-09-281-1/+1
| | | * | | | | | firmware: arm_sdei: Common block for failing path in sdei_event_create()Gavin Shan2020-09-281-14/+16
| | | * | | | | | firmware: arm_sdei: Remove sdei_is_err()Gavin Shan2020-09-281-23/+3
| | |/ / / / / / | |/| | | | | |
| | * | | | | | arm64: get rid of TEXT_OFFSETArd Biesheuvel2020-09-072-4/+3
| |/ / / / / /
* | | | | | | Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-201-1/+1
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| * | | | | efi: efibc: check for efivars write capabilityArd Biesheuvel2020-09-151-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-131-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | test_firmware: Test platform fw loading on non-EFI systemsKees Cook2020-09-101-5/+5
| |/ / /
* | | | Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-301-87/+68
|\ \ \ \ | |/ / / |/| | |
| * | | firmware: ti_sci: Add support for getting resource with subtypeLokesh Vutla2020-08-161-22/+67
| * | | firmware: ti_sci: Drop unused structure ti_sci_rm_type_mapLokesh Vutla2020-08-161-55/+1
| * | | firmware: ti_sci: Drop the device id to resource type translationLokesh Vutla2020-08-161-11/+1
| |/ /
* | | efi/libstub: Handle unterminated cmdlineArvind Sankar2020-08-201-2/+4
* | | efi/libstub: Handle NULL cmdlineArvind Sankar2020-08-201-1/+5
* | | efi/libstub: Stop parsing arguments at "--"Arvind Sankar2020-08-201-0/+2
* | | efi: add missed destroy_workqueue when efisubsys_init failsLi Heng2020-08-201-0/+2
|/ /
* | uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-3/+2
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+2
|\ \
| * | kbuild: remove cc-option test of -ffreestandingMasahiro Yamada2020-07-071-1/+1
| * | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-08-071-0/+14
|\ \ \
| * | | firmware: rpi: Only create clocks device if we don't have a node for itMaxime Ripard2020-06-191-0/+14
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-062-0/+105
|\ \ \ \
| * | | | scsi: firmware: qcom_scm: Add support for programming inline crypto keysEric Biggers2020-07-242-0/+105
| |/ / /
* | | | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-9/+1
|\ \ \ \
| * | | | sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-151-2/+1
| * | | | sched,psci: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-9/+2
| |/ / /
* | | | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-052-7/+180
|\ \ \ \
| * \ \ \ Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman2020-07-279-36/+38
| |\ \ \ \
| * \ \ \ \ Merge v5.8-rc6 into char-misc-nextGreg Kroah-Hartman2020-07-203-15/+20
| |\ \ \ \ \
| * | | | | | firmware: stratix10-rsu: fix warningsRichard Gong2020-07-021-2/+2
| * | | | | | firmware: stratix10-rsu: extend rsu driver for new featuresRichard Gong2020-07-021-5/+161
| * | | | | | firmware: stratix10-svc: extend svc to support new RSU featuresRichard Gong2020-07-021-0/+17
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-0328-86/+3029
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'drivers_soc_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2020-07-272-2/+2
| |\ \ \ \ \ \
| | * | | | | | firmware: ti_sci: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-242-2/+2
| | | |_|_|/ / | | |/| | | |