summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-12/+0
|\
| * efi_test: get rid of pointless access_ok()Al Viro2020-05-291-12/+0
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-011-39/+6
|\ \
| * | ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel2020-05-191-39/+6
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-018-49/+83
|\ \
| * \ Merge branch 'for-next/scs' into for-next/coreWill Deacon2020-05-281-0/+3
| |\ \
| | * | efi/libstub: Disable Shadow Call StackSami Tolvanen2020-05-151-0/+3
| | | |
| | \ \
| *-. \ \ Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...Will Deacon2020-05-287-49/+80
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | firmware: smccc: Fix missing prototype warning for arm_smccc_version_initSudeep Holla2020-05-211-1/+0
| | | * | firmware: smccc: Add function to fetch SMCCC versionSudeep Holla2020-05-201-0/+5
| | | * | firmware: smccc: Refactor SMCCC specific bits into separate fileSudeep Holla2020-05-204-16/+36
| | | * | firmware: smccc: Drop smccc_version enum and use ARM_SMCCC_VERSION_1_x insteadSudeep Holla2020-05-201-4/+4
| | | * | firmware: smccc: Add HAVE_ARM_SMCCC_DISCOVERY to identify SMCCC v1.1 and aboveSudeep Holla2020-05-202-4/+18
| | |/ / | |/| |
| | * | firmware: arm_sdei: Document the motivation behind these set_fs() callsJames Morse2020-05-201-0/+8
| | * | firmware: arm_sdei: remove unused interfacesChristoph Hellwig2020-05-201-4/+0
| | * | firmware: arm_sdei: Put the SDEI table after using itHanjun Guo2020-05-201-0/+2
| | * | firmware: arm_sdei: Drop check for /firmware/ node and always register driverSudeep Holla2020-05-041-25/+12
| |/ /
* | | Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-0122-766/+1949
|\ \ \
| * | | efi/x86: Don't blow away existing initrdArvind Sankar2020-05-281-4/+6
| * | | Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2020-05-2516-288/+1171
| |\ \ \
| | * | | efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel2020-05-232-1/+5
| | * | | efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel2020-05-221-1/+3
| | * | | efi/libstub: Use pool allocation for the command lineArd Biesheuvel2020-05-224-8/+7
| | * | | efi/libstub: Don't parse overlong command linesArvind Sankar2020-05-221-5/+23
| | * | | efi/libstub: Use snprintf with %ls to convert the command lineArvind Sankar2020-05-201-60/+6
| | * | | efi/libstub: Get the exact UTF-8 lengthArvind Sankar2020-05-201-12/+32
| | * | | efi/libstub: Use %ls for filenameArvind Sankar2020-05-201-3/+1
| | * | | efi/libstub: Add UTF-8 decoding to efi_putsArvind Sankar2020-05-201-5/+62
| | * | | efi/printf: Add support for wchar_t (UTF-16)Arvind Sankar2020-05-201-5/+106
| | * | | efi/gop: Add an option to list out the available GOP modesArvind Sankar2020-05-203-1/+133
| | * | | efi/libstub: Add definitions for console input and eventsArvind Sankar2020-05-201-5/+72
| | * | | efi/libstub: Implement printk-style loggingArvind Sankar2020-05-202-8/+35
| | * | | efi/printf: Turn vsprintf into vsnprintfArvind Sankar2020-05-192-18/+30
| | * | | efi/printf: Abort on invalid formatArvind Sankar2020-05-191-6/+8
| | * | | efi/printf: Refactor code to consolidate padding and outputArvind Sankar2020-05-191-126/+148
| | * | | efi/printf: Handle null string inputArvind Sankar2020-05-191-0/+5
| | * | | efi/printf: Factor out integer argument retrievalArvind Sankar2020-05-191-33/+33
| | * | | efi/printf: Factor out width/precision parsingArvind Sankar2020-05-191-21/+40
| | * | | efi/printf: Merge 'p' with the integer formatsArvind Sankar2020-05-191-14/+8
| | * | | efi/printf: Fix minor bug in precision handlingArvind Sankar2020-05-191-2/+4
| | * | | efi/printf: Factor out flags parsing and handle '%' earlierArvind Sankar2020-05-191-25/+31
| | * | | efi/printf: Add 64-bit and 8-bit integer supportArvind Sankar2020-05-191-27/+143
| | * | | efi/printf: Drop %n format and L qualifierArvind Sankar2020-05-191-12/+2
| | * | | efi/libstub: Optimize for size instead of speedArvind Sankar2020-05-191-2/+2
| | * | | efi/libstub: Add a basic printf implementationArvind Sankar2020-05-194-1/+320
| | * | | efi/libstub: Buffer output of efi_putsArvind Sankar2020-05-191-6/+13
| | * | | efi/libstub: Rename efi_[char16_]printk to efi_[char16_]putsArvind Sankar2020-05-193-16/+16
| | * | | efi/libstub: Include dependencies of efistub.hArvind Sankar2020-05-191-0/+5
| | * | | efi/libstub: Correct comment typosJoe Perches2020-05-062-2/+2
| | * | | efi/libstub: Make efi_printk() input argument const char*Ard Biesheuvel2020-05-052-13/+8