aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-27efi: Prevent GICv3 WARN() by mapping the memreserve table before first useArd Biesheuvel1-10/+26
2018-11-15efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel1-12/+19
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2-0/+7
2018-11-15efi/arm/libstub: Pack FDT after populating itArd Biesheuvel1-0/+4
2018-11-15efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel3-1/+8
2018-11-15efi: Fix debugobjects warning on 'efi_rts_work'Waiman Long1-1/+1
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+4
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar25-48/+1431
2018-11-01Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds5-1532/+0
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov1-12/+4
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2-2/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport4-4/+4
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds20-41/+1423
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds8-245/+215
2018-10-15gsmi: Add GSMI commands to log S0ix infoFurquan Shaikh1-1/+92
2018-10-15gsmi: Remove autoselected dependency on EFI and EFI_VARSDuncan Laurie2-7/+15
2018-10-15gsmi: Add coreboot to list of matching BIOS vendorsDuncan Laurie1-0/+6
2018-10-15gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie1-3/+2
2018-10-11Merge tag 'tegra-for-4.20-firmware-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/driversArnd Bergmann1-0/+19
2018-10-10firmware: tegra: bpmp: Implement suspend/resume supportThierry Reding1-0/+19
2018-10-10Merge tag 'zynqmp-soc-clk-for-v4.20' of https://github.com/Xilinx/linux-xlnx into next/driversArnd Bergmann1-0/+42
2018-10-10Merge tag 'imx-drivers-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/driversArnd Bergmann6-0/+384
2018-10-09firmware: xilinx: Add zynqmp IOCTL API for device controlRajan Vaja1-0/+42
2018-10-08firmware: imx: add misc svc supportDong Aisheng2-1/+100
2018-10-08firmware: imx: add SCU firmware driver supportDong Aisheng5-0/+285
2018-10-04firmware: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-10-02Merge tag 'qcom-drivers-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/driversArnd Bergmann1-32/+42
2018-09-30Merge 4.19-rc6Greg Kroah-Hartman1-3/+6
2018-09-27Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/coreThomas Gleixner6-46/+141
2018-09-27firmware: dcdbas: Move dcdbas to drivers/platform/x86Stuart Hayes4-895/+0
2018-09-27firmware: dell_rbu: Move dell_rbu to drivers/platform/x86Stuart Hayes3-766/+0
2018-09-27firmware: dcdbas: Add support for WSMT ACPI tableStuart Hayes2-6/+127
2018-09-27firmware: dell_rbu: Make payload memory uncachableStuart Hayes1-0/+8
2018-09-26Merge tag 'zynqmp-soc-for-v4.20-v2' of https://github.com/Xilinx/linux-xlnx into next/driversArnd Bergmann7-0/+827
2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth1-0/+8
2018-09-26efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth1-44/+9
2018-09-26efi/efi_test: add exporting ResetSystem runtime serviceIvan Hu2-0/+37
2018-09-26efi/libstub: arm: support building with clangAlistair Strachan1-1/+2
2018-09-26efi: add API to reserve memory persistently across kexec rebootArd Biesheuvel1-0/+32
2018-09-26efi/arm: libstub: add a root memreserve config tableArd Biesheuvel1-0/+27
2018-09-26efi: honour memory reservations passed via a linux specific config tableArd Biesheuvel1-1/+26
2018-09-26firmware: xilinx: Add debugfs for query data APIRajan Vaja1-0/+28
2018-09-26firmware: xilinx: Add debugfs interfaceRajan Vaja5-0/+259
2018-09-26firmware: xilinx: Add clock APIsRajan Vaja1-2/+184
2018-09-26firmware: xilinx: Add query data APIRajan Vaja1-0/+14
2018-09-26firmware: xilinx: Add Zynqmp firmware driverRajan Vaja5-0/+344