summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-0219-23/+25
|\
| * mailmap: change email for Ricardo RibaldaRicardo Ribalda Delgado2020-05-264-7/+7
| * docs: fix references for ipmi.rst fileMauro Carvalho Chehab2020-05-153-3/+3
| * ata: libata-core: fix a doc warningMauro Carvalho Chehab2020-04-201-1/+1
| * docs: drivers: fix some warnings at base/platform.c when building docsMauro Carvalho Chehab2020-04-201-2/+4
| * docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-202-2/+2
| * docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-205-5/+5
| * docs: fix broken references to text filesMauro Carvalho Chehab2020-04-203-3/+3
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-026-44/+11
|\ \
| * | ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel2020-05-191-39/+6
| * | Update rmk's email address in various driversRussell King2020-04-215-5/+5
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-0221-156/+199
|\ \
| * \ Merge branch 'for-next/scs' into for-next/coreWill Deacon2020-05-282-0/+9
| |\ \
| | * | efi/libstub: Disable Shadow Call StackSami Tolvanen2020-05-151-0/+3
| | * | scs: Add page accounting for shadow call stack allocationsSami Tolvanen2020-05-151-0/+6
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...Will Deacon2020-05-2817-79/+137
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | | | * | 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
| | | |/ / | | |/| |
| | | * | pmu/smmuv3: Clear IRQ affinity hint on device removalJean-Philippe Brucker2020-05-181-1/+4
| | | * | drivers/perf: hisi: Permit modular builds of HiSilicon uncore driversZhou Wang2020-05-187-22/+50
| | | * | drivers/perf: hisi: Fix typo in events attribute arrayShaokun Zhang2020-04-301-1/+1
| | | * | drivers/perf: arm_spe_pmu: Avoid duplicate printoutsTang Bin2020-04-301-3/+1
| | | * | drivers/perf: arm_dsu_pmu: Avoid duplicate printoutsTang Bin2020-04-301-3/+1
| | |/ /
| * | | ACPI/IORT: Remove the unused __get_pci_rid()Zenghui Yu2020-05-261-9/+0
| * | | ACPI/IORT: Fix PMCG node single ID mapping handlingTuan Phan2020-05-201-0/+5
| * | | ACPI: IORT: Add comments for not calling acpi_put_table()Hanjun Guo2020-05-181-0/+4
| * | | ACPI: GTDT: Put GTDT table after parsingHanjun Guo2020-05-181-1/+3
| * | | ACPI: IORT: Add extra message "applying workaround" for off-by-1 issueHanjun Guo2020-05-111-0/+2
| * | | ACPI/IORT: work around num_ids ambiguityArd Biesheuvel2020-05-041-6/+34
| * | | Revert "ACPI/IORT: Fix 'Number of IDs' handling in iort_id_map()"Ard Biesheuvel2020-05-041-55/+2
| * | | ACPI/IORT: take _DMA methods into account for named componentsArd Biesheuvel2020-04-281-7/+4
| |/ /
* | | 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