summaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-293-2/+34
|\
| * Merge 5.5-rc7 into char-misc-nextGreg Kroah-Hartman2020-01-222-12/+10
| |\
| * | firmware: stratix10-svc: Remove unneeded semicolonzhengbin2020-01-141-2/+2
| * | firmware: google: Probe for a GSMI handler in firmwareArthur Heymans2020-01-141-0/+19
| * | firmware: google: Unregister driver_info on failure and exit in gsmiArthur Heymans2020-01-141-0/+6
| * | firmware: google: Release devices before unregistering the busPatrick Rudolph2020-01-141-0/+7
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-2817-583/+704
|\ \ \
| * | | efi: Fix handling of multiple efi_fake_mem= entriesDan Williams2020-01-202-16/+17
| * | | efi: Fix efi_memmap_alloc() leaksDan Williams2020-01-201-0/+25
| * | | efi: Add tracking for dynamically allocated memmapsDan Williams2020-01-202-29/+32
| * | | efi: Add a flags parameter to efi_memory_mapDan Williams2020-01-201-14/+17
| * | | efi: Fix comment for efi_mem_type() wrt absent physical addressesAnshuman Khandual2020-01-201-1/+1
| * | | efi/arm: Defer probe of PCIe backed efifb on DT systemsArd Biesheuvel2020-01-201-4/+103
| * | | efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett2020-01-104-1/+152
| * | | efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar2020-01-101-4/+1
| * | | Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar2020-01-101-1/+0
| |\| |
| * | | efi/libstub: Tidy up types and names of global cmdline variablesArd Biesheuvel2019-12-253-22/+28
| * | | efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel2019-12-259-109/+90
| * | | efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel2019-12-252-13/+7
| * | | efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel2019-12-253-14/+11
| * | | efi/libstub/x86: Work around page freeing issue in mixed modeArd Biesheuvel2019-12-251-1/+4
| * | | efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel2019-12-2510-139/+111
| * | | efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel2019-12-258-61/+59
| * | | efi/libstub: Unify the efi_char16_printk implementationsArd Biesheuvel2019-12-252-9/+9
| * | | efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel2019-12-253-1/+14
| * | | efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel2019-12-251-10/+7
| * | | efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel2019-12-251-4/+6
| * | | efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel2019-12-252-4/+5
| * | | efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel2019-12-251-10/+0
| * | | efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel2019-12-251-30/+15
| * | | efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel2019-12-252-10/+16
| * | | efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel2019-12-251-7/+2
| * | | efi/gop: Unify 32/64-bit functionsArvind Sankar2019-12-251-116/+18
| * | | efi/gop: Convert GOP structures to typedef and clean up some typesArvind Sankar2019-12-251-13/+13
* | | | Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-0/+1
|\ \ \ \
| * | | | efi/capsule-loader: Explicitly include linux/io.h for page_to_phys()Sean Christopherson2019-12-101-0/+1
* | | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-182-12/+10
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | efi/libstub/random: Initialize pointer variables to zero for mixed modeHans de Goede2019-12-251-3/+3
| * | | efi/earlycon: Fix write-combine mapping on x86Arvind Sankar2019-12-251-9/+7
| |/ /
* / / firmware: tee_bnxt: Fix multiple call to tee_client_close_contextVikas Gupta2020-01-061-1/+0
|/ /
* | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-174-63/+88
|\ \
| * | efi: Don't attempt to map RCI2 config table if it doesn't existArd Biesheuvel2019-12-101-0/+3
| * | efi/earlycon: Remap entire framebuffer after page initializationAndy Shevchenko2019-12-081-0/+40
| * | efi/gop: Fix memory leak in __gop_query32/64()Arvind Sankar2019-12-081-54/+12
| * | efi/gop: Return EFI_SUCCESS if a usable GOP was foundArvind Sankar2019-12-081-2/+2
| * | efi/gop: Return EFI_NOT_FOUND if there are no usable GOPsArvind Sankar2019-12-081-6/+6
| * | efi/memreserve: Register reservations as 'reserved' in /proc/iomemArd Biesheuvel2019-12-081-2/+26
* | | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
| |/ |/|