summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2020-02-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price
2020-02-03Merge branch 'stable/for-linus-5.6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-01-29Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-23clk: zynqmp: Warn user if clock user are more than allowedRajan Vaja
2020-01-22Merge 5.5-rc7 into char-misc-nextGreg Kroah-Hartman
2020-01-20efi: Fix handling of multiple efi_fake_mem= entriesDan Williams
2020-01-20efi: Fix efi_memmap_alloc() leaksDan Williams
2020-01-20efi: Add tracking for dynamically allocated memmapsDan Williams
2020-01-20efi: Add a flags parameter to efi_memory_mapDan Williams
2020-01-20efi: Fix comment for efi_mem_type() wrt absent physical addressesAnshuman Khandual
2020-01-20efi/arm: Defer probe of PCIe backed efifb on DT systemsArd Biesheuvel
2020-01-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-14firmware: stratix10-svc: Remove unneeded semicolonzhengbin
2020-01-14firmware: google: Probe for a GSMI handler in firmwareArthur Heymans
2020-01-14firmware: google: Unregister driver_info on failure and exit in gsmiArthur Heymans
2020-01-14firmware: google: Release devices before unregistering the busPatrick Rudolph
2020-01-12iscsi_ibft: Don't limits Targets and NICs to twoLubomir Rintel
2020-01-10efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett
2020-01-10efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar
2020-01-10Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar
2020-01-06firmware: tee_bnxt: Fix multiple call to tee_client_close_contextVikas Gupta
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-25efi/libstub: Tidy up types and names of global cmdline variablesArd Biesheuvel
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel
2019-12-25efi/libstub/x86: Work around page freeing issue in mixed modeArd Biesheuvel
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel
2019-12-25efi/libstub: Unify the efi_char16_printk implementationsArd Biesheuvel
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel
2019-12-25efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel
2019-12-25efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel
2019-12-25efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel
2019-12-25efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel
2019-12-25efi/gop: Unify 32/64-bit functionsArvind Sankar
2019-12-25efi/gop: Convert GOP structures to typedef and clean up some typesArvind Sankar
2019-12-25efi/libstub/random: Initialize pointer variables to zero for mixed modeHans de Goede
2019-12-25efi/earlycon: Fix write-combine mapping on x86Arvind Sankar
2019-12-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-12-10efi: Don't attempt to map RCI2 config table if it doesn't existArd Biesheuvel
2019-12-10efi/capsule-loader: Explicitly include linux/io.h for page_to_phys()Sean Christopherson