summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price2020-02-041-1/+1
* 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
| * 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
* | 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
* | 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
|/
* Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-261-10/+8
|\
| * efi/apple-properties: use PROPERTY_ENTRY_U8_ARRAY_LENDmitry Torokhov2019-11-051-10/+8
* | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-2612-18/+192
|\ \
| * \ Merge branch 'acpi-mm'Rafael J. Wysocki2019-11-2612-17/+191
| |\ \
| | * | x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams2019-11-074-14/+94
| | * | arm/efi: EFI soft reservation to memblockDan Williams2019-11-074-0/+42
| | * | efi: Common enable/disable infrastructure for EFI soft reservationDan Williams2019-11-073-0/+48
| | * | x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams2019-11-072-1/+4
| | * | efi: Enumerate EFI_MEMORY_SPDan Williams2019-11-071-2/+3
| * | | Merge branch 'acpica'Rafael J. Wysocki2019-11-261-1/+1
| |\ \ \ | | |/ / | |/| |