summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-0317-310/+1483
|\
| * Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2016-09-201-0/+11
| |\
| | * x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming2016-09-201-0/+11
| * | Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2016-09-202-6/+7
| |\ \ | | |/ | |/|
| * | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2016-09-1317-310/+1472
| |\ \
| | * | efi/arm64: Treat regions with WT/WC set but WB cleared as memoryArd Biesheuvel2016-09-091-15/+17
| | * | efi: Add efi_test driver for exporting UEFI runtime service interfacesIvan Hu2016-09-095-0/+878
| | * | efi/arm64: Add debugfs node to dump UEFI runtime page tablesArd Biesheuvel2016-09-091-0/+20
| | * | firmware-gsmi: Delete an unnecessary check before the function call "dma_pool...Markus Elfring2016-09-091-2/+1Star
| | * | efi: Replace runtime services spinlock with semaphoreArd Biesheuvel2016-09-092-32/+52
| | * | efi: Don't use spinlocks for efi varsSylvain Chouleur2016-09-093-70/+125
| | * | efi: Use a file local lock for efivarsSylvain Chouleur2016-09-091-36/+47
| | * | efi/arm*: esrt: Add missing call to efi_esrt_init()Ard Biesheuvel2016-09-091-0/+1
| | * | efi/esrt: Use memremap not ioremap to access ESRT table in memoryArd Biesheuvel2016-09-091-2/+3
| | * | efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()Matt Fleming2016-09-091-16/+4Star
| | * | efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming2016-09-091-22/+13Star
| | * | efi: Allow drivers to reserve boot services foreverMatt Fleming2016-09-091-0/+30
| | * | efi: Add efi_memmap_install() for installing new EFI memory mapsMatt Fleming2016-09-092-7/+26
| | * | efi: Split out EFI memory map functions into new fileMatt Fleming2016-09-094-267/+274
| | * | efi/fake_mem: Refactor main two code chunks into functionsMatt Fleming2016-09-091-95/+134
| | * | efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming2016-09-092-43/+96
| | * | efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming2016-09-094-16/+64
| | * | x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmapMatt Fleming2016-09-091-1/+1
* | | | Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-25/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | dcdbas: Make use of smp_call_on_cpu()Juergen Gross2016-09-051-25/+26
| | |/ | |/|
* | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-134-49/+193
|\ \ \ | | |/ | |/|
| * | efi/libstub: Use efi_exit_boot_services() in FDTJeffrey Hugo2016-09-051-10/+27
| * | efi/libstub: Introduce ExitBootServices helperJeffrey Hugo2016-09-051-0/+73
| * | efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo2016-09-053-37/+88
| * | efi: Fix handling error value in fdt_find_uefi_paramsAndrzej Hajda2016-09-051-2/+5
| |/
* | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-081-4/+4
|\ \
| * | dmi-id: don't free dev structure after calling device_registerAllen Hung2016-09-081-4/+4
| |/
* | Merge tag 'vexpress-fixes-4.8-rc' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2016-08-261-2/+3
|\ \ | |/ |/|
| * firmware: arm_scpi: add missing of_node_put after calling of_parse_phandlePeter Chen2016-08-081-2/+3
* | efi/capsule: Allocate whole capsule into virtual memoryAustin Christ2016-08-112-6/+8
|/
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-028-162/+1090
|\
| * Merge tag 'qcom-drivers-for-4.8-2' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2016-07-141-1/+9
| |\
| | * firmware: qcom: scm: Change initcall to subsysAndy Gross2016-07-051-1/+1
| | * firmware: qcom_scm: Add missing is_available APIAndy Gross2016-07-051-0/+8
| * | firmware: scpi: add CONFIG_OF dependencyArnd Bergmann2016-07-071-2/+1Star
| * | Merge tag 'qcom-drivers-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2016-07-055-153/+874
| |\|
| | * firmware: qcom: scm: Expose PAS command 10 as reset-controllerBjorn Andersson2016-06-255-0/+63
| | * firmware: qcom: scm: Peripheral Authentication ServiceBjorn Andersson2016-06-254-0/+326
| | * firmware: qcom: scm: Add support for ARM64 SoCsKumar Gala2016-06-244-5/+208
| | * firmware: qcom: scm: Convert to streaming DMA APISAndy Gross2016-06-243-106/+53Star
| | * firmware: qcom: scm: Generalize shared error mapAndy Gross2016-06-242-17/+16Star
| | * firmware: qcom: scm: Use atomic SCM for cold bootAndy Gross2016-06-241-18/+45
| | * firmware: qcom: scm: Convert SCM to platform driverAndy Gross2016-06-241-9/+165
| * | firmware: scpi: add device power domain support using genpdSudeep Holla2016-06-213-0/+174