aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+2
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-149/+535
2020-06-06Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds2-0/+36
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-1/+63
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu2-0/+36
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds14-55/+381
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-8/+22
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+0
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-39/+6
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-49/+83
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds22-766/+1949
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-9/+3
2020-05-29efi_test: get rid of pointless access_ok()Al Viro1-12/+0
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon1-0/+3
2020-05-28Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-next/docs', 'for-next/kconfig', 'for-next/misc', 'for-next/perf', 'for-next/ptr-auth', 'for-next/sdei', 'for-next/smccc' and 'for-next/vdso' into for-next/coreWill Deacon7-49/+80
2020-05-28efi/x86: Don't blow away existing initrdArvind Sankar1-4/+6
2020-05-26Merge tag 'imx-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/driversArnd Bergmann1-16/+48
2020-05-25Merge tag 'qcom-drivers-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/driversArnd Bergmann2-8/+5
2020-05-25Merge tag 'tegra-for-5.8-firmware-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/driversArnd Bergmann3-10/+24
2020-05-25Merge tag 'scmi-updates-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/driversArnd Bergmann10-29/+326
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/coreIngo Molnar16-288/+1171
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar11-35/+109
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel2-1/+5
2020-05-22Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/urgentBorislav Petkov9-31/+105
2020-05-22efi/efivars: Add missing kobject_put() in sysfs entry creation error pathArd Biesheuvel1-1/+3
2020-05-22efi/libstub: Use pool allocation for the command lineArd Biesheuvel4-8/+7
2020-05-22efi/libstub: Don't parse overlong command linesArvind Sankar1-5/+23
2020-05-22firmware: tegra: Defer BPMP probe if shared memory not availableJon Hunter1-2/+2
2020-05-21firmware: smccc: Fix missing prototype warning for arm_smccc_version_initSudeep Holla1-1/+0
2020-05-20firmware: smccc: Add function to fetch SMCCC versionSudeep Holla1-0/+5
2020-05-20firmware: smccc: Refactor SMCCC specific bits into separate fileSudeep Holla4-16/+36
2020-05-20firmware: smccc: Drop smccc_version enum and use ARM_SMCCC_VERSION_1_x insteadSudeep Holla1-4/+4
2020-05-20firmware: smccc: Add HAVE_ARM_SMCCC_DISCOVERY to identify SMCCC v1.1 and aboveSudeep Holla2-4/+18
2020-05-20efi/libstub: Use snprintf with %ls to convert the command lineArvind Sankar1-60/+6
2020-05-20efi/libstub: Get the exact UTF-8 lengthArvind Sankar1-12/+32
2020-05-20efi/libstub: Use %ls for filenameArvind Sankar1-3/+1
2020-05-20efi/libstub: Add UTF-8 decoding to efi_putsArvind Sankar1-5/+62
2020-05-20efi/printf: Add support for wchar_t (UTF-16)Arvind Sankar1-5/+106
2020-05-20efi/gop: Add an option to list out the available GOP modesArvind Sankar3-1/+133
2020-05-20efi/libstub: Add definitions for console input and eventsArvind Sankar1-5/+72
2020-05-20efi/libstub: Implement printk-style loggingArvind Sankar2-8/+35
2020-05-20ARM: bcm2835: Switch to use %ptTAndy Shevchenko1-9/+3
2020-05-20firmware: arm_sdei: Document the motivation behind these set_fs() callsJames Morse1-0/+8
2020-05-20firmware: arm_sdei: remove unused interfacesChristoph Hellwig1-4/+0
2020-05-20firmware: arm_sdei: Put the SDEI table after using itHanjun Guo1-0/+2