linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-24 15:11:55 to 2020-01-06 19:05:37 UTC [more...]

[PATCH v3 0/4] efi: Fix handling of multiple efi_fake_mem= entries
 2020-01-06 19:05 UTC  (7+ messages)
` [PATCH v3 1/4] efi: Add a flags parameter to efi_memory_map
` [PATCH v3 2/4] efi: Add tracking for dynamically allocated memmaps
` [PATCH v3 3/4] efi: Fix efi_memmap_alloc() leaks
` [PATCH v3 4/4] efi: Fix handling of multiple efi_fake_mem= entries

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2020-01-06 12:46 UTC  (4+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[RFC PATCH] efi/x86: limit EFI old memory map to SGI UV1 machines
 2020-01-06  5:01 UTC  (13+ messages)

[PATCH v2 00/21] efi/x86: confine type unsafe casting to mixed mode
 2020-01-03 14:23 UTC  (32+ messages)
` [PATCH v2 13/21] efi/libstub/x86: drop __efi_early() export of efi_config struct
` [PATCH v2 18/21] efi/libstub: use 'func' not 'f' as macro parameter

[GIT PULL 00/20] More EFI updates for v5.6
 2020-01-03 11:39 UTC  (21+ messages)
` [PATCH 01/20] efi/libstub: fix boot argument handling in mixed mode entry code
` [PATCH 02/20] efi/libstub/x86: force 'hidden' visibility for extern declarations
` [PATCH 03/20] efi/x86: re-disable RT services for 32-bit kernels running on 64-bit EFI
` [PATCH 04/20] efi/x86: map the entire EFI vendor string before copying it
` [PATCH 05/20] efi/x86: avoid redundant cast of EFI firmware service pointer
` [PATCH 06/20] efi/x86: split off some old memmap handling into separate routines
` [PATCH 07/20] efi/x86: split SetVirtualAddresMap() wrappers into 32 and 64 bit versions
` [PATCH 08/20] efi/x86: simplify i386 efi_call_phys() firmware call wrapper
` [PATCH 09/20] efi/x86: simplify 64-bit EFI "
` [PATCH 10/20] efi/x86: simplify mixed mode "
` [PATCH 11/20] efi/x86: drop two near identical versions of efi_runtime_init()
` [PATCH 12/20] efi/x86: clean up efi_systab_init() routine for legibility
` [PATCH 13/20] efi/x86: don't panic or BUG() on non-critical error conditions
` [PATCH 14/20] efi/x86: remove unreachable code in kexec_enter_virtual_mode()
` [PATCH 15/20] efi/x86: Check number of arguments to variadic functions
` [PATCH 16/20] efi/x86: Allow translating 64-bit arguments for mixed mode calls
` [PATCH 17/20] efi: Allow disabling PCI busmastering on bridges during boot
` [PATCH 18/20] x86/mm: fix NX bit clearing issue in kernel_map_pages_in_pgd
` [PATCH 19/20] efi/x86: don't map the entire kernel text RW for mixed mode
` [PATCH 20/20] efi/x86: avoid RWX mappings for all of DRAM

[PATCH v10 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2020-01-03 11:36 UTC  (3+ messages)

[PATCH v3] efi: Allow disabling PCI busmastering on bridges during boot
 2020-01-03  0:01 UTC  (2+ messages)

[efi:next 16/20] arch/arm/include/asm/efi.h:53:32: warning: 'pci_handle' is used uninitialized in this function
 2020-01-02 19:18 UTC 

[efi:next 16/20] arch/arm64/include/asm/efi.h:96:32: warning: 'pci_handle' is used uninitialized in this function
 2020-01-02 17:36 UTC 

[PATCH v2 21/21] efi: Allow disabling PCI busmastering on bridges during boot
 2020-01-02 15:40 UTC  (6+ messages)

[efi:next 19/20] arch/x86/platform/uv/bios_uv.c:366:1: error: stray '`' in program
 2020-01-02 12:40 UTC 

[PATCH v2 0/4] efi: Fix handling of multiple efi_fake_mem= entries
 2020-01-02  2:21 UTC  (13+ messages)
` [PATCH v2 1/4] efi: Add a flags parameter to efi_memory_map
` [PATCH v2 2/4] efi: Add tracking for dynamically allocated memmaps
` [PATCH v2 3/4] efi: Fix efi_memmap_alloc() leaks
` [PATCH v2 4/4] efi: Fix handling of multiple efi_fake_mem= entries

[PATCH] efi: Fix handling of multiple contiguous efi_fake_mem= entries
 2020-01-01  3:23 UTC  (5+ messages)

[RFC PATCH 1/2] efi/x86: Check number of arguments to variadic functions
 2019-12-31 22:47 UTC  (7+ messages)
` [RFC PATCH 2/2] efi/x86: Allow translating 64-bit arguments for mixed mode calls
        ` [PATCH 1/2] efi/x86: Check number of arguments to variadic functions
          ` [PATCH 2/2] efi/x86: Allow translating 64-bit arguments for mixed mode calls

[efi:next 5/13] arch/x86/platform/efi/efi_64.c:77:7: sparse: sparse: symbol 'efi_old_memmap_phys_prolog' was not declared. Should it be static?
 2019-12-31 18:50 UTC  (2+ messages)
` [RFC PATCH efi] efi/x86: efi_old_memmap_phys_prolog() can be static

[efi:next 9/13] arch/x86//platform/efi/efi_64.c:1029:10: error: implicit declaration of function 'efi_thunk_set_virtual_address_map'; did you mean 'efi_set_virtual_address_map'?
 2019-12-31 15:45 UTC 

[PATCH] x86/efi: update e820 about reserved EFI boot services data to fix kexec breakage
 2019-12-30 20:16 UTC  (9+ messages)

[PATCH v2 00/14] efi: more fixes and general cleanups for v5.6
 2019-12-30 18:08 UTC  (15+ messages)
` [PATCH v2 01/14] efi/libstub: fix boot argument handling in mixed mode entry code
` [PATCH v2 02/14] efi/libstub: use correct system table pointer in mixed mode efi_free()
` [PATCH v2 03/14] efi/x86: re-disable RT services for 32-bit kernels running on 64-bit EFI
` [PATCH v2 04/14] efi/x86: map the entire EFI vendor string before copying it
` [PATCH v2 05/14] efi/x86: avoid redundant cast of EFI firmware service pointer
` [PATCH v2 06/14] efi/x86: split off some old memmap handling into separate routines
` [PATCH v2 07/14] efi/x86: split SetVirtualAddresMap() wrappers into 32 and 64 bit versions
` [PATCH v2 08/14] efi/x86: simplify i386 efi_call_phys() firmware call wrapper
` [PATCH v2 09/14] efi/x86: simplify 64-bit EFI "
` [PATCH v2 10/14] efi/x86: simplify mixed mode "
` [PATCH v2 11/14] efi/x86: drop two near identical versions of efi_runtime_init()
` [PATCH v2 12/14] efi/x86: clean up efi_systab_init() routine for legibility
` [PATCH v2 13/14] efi/x86: don't panic or BUG() on non-critical error conditions
` [PATCH v2 14/14] efi/x86: remove unreachable code in kexec_enter_virtual_mode()

[PATCH 5.4 393/434] efi/memreserve: Register reservations as reserved in /proc/iomem
 2019-12-29 17:27 UTC 

[PATCH 0/7] efi: more fixes and general cleanups for v5.6
 2019-12-28 15:21 UTC  (8+ messages)
` [PATCH 1/7] efi/libstub: fix boot argument handling in mixed mode entry code
` [PATCH 2/7] efi/libstub: use correct system table pointer in mixed mode efi_free()
` [PATCH 3/7] efi/x86: re-disable RT services for 32-bit kernels running on 64-bit EFI
` [PATCH 4/7] efi/x86: map the entire EFI vendor string before copying it
` [PATCH 5/7] efi/x86: avoid redundant cast of EFI firmware service pointer
` [PATCH 6/7] efi/x86: merge two near identical versions of efi_runtime_init()
` [PATCH 7/7] efi/x86: clean up efi_systab_init() routine for legibility

[PATCH 0/3] efi/x86: clean up and simplify runtime call wrappers
 2019-12-28  9:27 UTC  (21+ messages)
` [PATCH 1/3] efi/x86: simplify 64-bit EFI firmware call wrapper
` [PATCH 2/3] efi/x86: simplify i386 efi_call_phys() "
` [PATCH 3/3] efi/x86: simplify mixed mode "

[PATCH AUTOSEL 4.9 04/38] efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
 2019-12-27 18:14 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 05/38] efi/gop: Return EFI_SUCCESS if a usable GOP was found
` [PATCH AUTOSEL 4.9 06/38] efi/gop: Fix memory leak in __gop_query32/64()

[PATCH AUTOSEL 4.14 06/57] x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage
 2019-12-27 18:01 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 08/57] efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
` [PATCH AUTOSEL 4.14 09/57] efi/gop: Return EFI_SUCCESS if a usable GOP was found
` [PATCH AUTOSEL 4.14 10/57] efi/gop: Fix memory leak in __gop_query32/64()

[PATCH AUTOSEL 5.4 022/187] x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage
 2019-12-27 17:38 UTC  (6+ messages)
` [PATCH AUTOSEL 5.4 026/187] efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
` [PATCH AUTOSEL 5.4 027/187] efi/gop: Return EFI_SUCCESS if a usable GOP was found
` [PATCH AUTOSEL 5.4 028/187] efi/gop: Fix memory leak in __gop_query32/64()
` [PATCH AUTOSEL 5.4 029/187] efi/earlycon: Remap entire framebuffer after page initialization
` [PATCH AUTOSEL 5.4 059/187] efi: Don't attempt to map RCI2 config table if it doesn't exist

[PATCH AUTOSEL 4.19 10/84] x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage
 2019-12-27 17:42 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 13/84] efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
` [PATCH AUTOSEL 4.19 14/84] efi/gop: Return EFI_SUCCESS if a usable GOP was found
` [PATCH AUTOSEL 4.19 15/84] efi/gop: Fix memory leak in __gop_query32/64()

[PATCH 0/3] efi/x86: righten memory protections at runtime
 2019-12-27 16:34 UTC  (4+ messages)
` [PATCH 1/3] x86/mm: fix NX bit clearing issue in kernel_map_pages_in_pgd
` [PATCH 2/3] efi/x86: don't map the entire kernel text RW for mixed mode
` [PATCH 3/3] efi/x86: avoid RWX mappings for all of DRAM

[PATCH v2] efi: arm: defer probe of PCIe backed efifb on DT systems
 2019-12-25 14:46 UTC  (2+ messages)

[PATCH 1/3] efi/earlycon: Fix write-combine mapping on x86
 2019-12-25 10:38 UTC  (2+ messages)
` [tip: efi/urgent] "

[PATCH 3/3] x86/efistub: disable paging at mixed mode entry
 2019-12-25 10:38 UTC  (2+ messages)
` [tip: efi/urgent] x86/efistub: Disable "

[PATCH 2/3] efi/libstub/random: Initialize pointer variables to zero for mixed mode
 2019-12-25 10:38 UTC  (2+ messages)
` [tip: efi/urgent] "

[GIT PULL 00/25] EFI updates for v5.6
 2019-12-25  9:50 UTC  (13+ messages)
` [PATCH 01/25] efi/gop: Remove bogus packed attribute from GOP structures
` [PATCH 03/25] efi/gop: Convert GOP structures to typedef and cleanup some types
` [PATCH 06/25] efi/x86: rename efi_is_native() to efi_is_mixed()
` [PATCH 07/25] efi/libstub: use a helper to iterate over a EFI handle array
` [PATCH 08/25] efi/libstub: extend native protocol definitions with mixed_mode aliases
` [PATCH 09/25] efi/libstub: distinguish between native/mixed not 32/64 bit
` [PATCH 10/25] efi/libstub: drop explicit 32/64-bit protocol definitions
` [PATCH 11/25] efi/libstub: use stricter typing for firmware function pointers
` [PATCH 12/25] efi/libstub: annotate firmware routines as __efiapi
` [PATCH 14/25] efi/libstub: avoid protocol wrapper for file I/O routines
` [PATCH 16/25] efi/libstub: unify the efi_char16_printk implementations

[GIT PULL 0/3] EFI fixes for v5.5
 2019-12-25  9:50 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).