linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-14 19:46:31 to 2019-12-30 20:16:53 UTC [more...]

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

[PATCH] efi: Fix handling of multiple contiguous efi_fake_mem= entries
 2019-12-30 19:58 UTC 

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

[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 v2 00/21] efi/x86: confine type unsafe casting to mixed mode
 2019-12-27 22:51 UTC  (54+ messages)
` [PATCH v2 01/21] efi/libstub: remove unused __efi_call_early() macro
` [PATCH v2 02/21] efi/x86: rename efi_is_native() to efi_is_mixed()
` [PATCH v2 03/21] efi/libstub: use a helper to iterate over a EFI handle array
` [PATCH v2 04/21] efi/libstub: extend native protocol definitions with mixed_mode aliases
` [PATCH v2 05/21] efi/libstub: distinguish between native/mixed not 32/64 bit
` [PATCH v2 06/21] efi/libstub/x86: use mixed mode helpers to populate efi_config
` [PATCH v2 07/21] efi/libstub: drop explicit 32/64-bit protocol definitions
` [PATCH v2 08/21] efi/libstub: use stricter typing for firmware function pointers
` [PATCH v2 09/21] efi/libstub: annotate firmware routines as __efiapi
` [PATCH v2 10/21] efi/libstub/x86: avoid thunking for native firmware calls
` [PATCH v2 11/21] efi/libstub: get rid of 'sys_table_arg' macro parameter
` [PATCH v2 12/21] efi/libstub: unify the efi_char16_printk implementations
` [PATCH v2 13/21] efi/libstub/x86: drop __efi_early() export of efi_config struct
` [PATCH v2 14/21] efi/libstub: drop sys_table_arg from printk routines
` [PATCH v2 15/21] efi/libstub: remove 'sys_table_arg' from all function prototypes
` [PATCH v2 16/21] efi/libstub: drop protocol argument from efi_call_proto() macro
` [PATCH v2 17/21] efi/libstub: drop 'table' argument from efi_table_attr() macro
` [PATCH v2 18/21] efi/libstub: use 'func' not 'f' as macro parameter
` [PATCH v2 19/21] efi/libstub: tidy up types and names of global cmdline variables
` [PATCH v2 20/21] efi/libstub: import type definitions for creating and signalling events
` [PATCH v2 21/21] efi: Allow disabling PCI busmastering on bridges during boot

[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

[RFC PATCH] efi/x86: limit EFI old memory map to SGI UV1 machines
 2019-12-26  9:55 UTC 

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

[GIT PULL 0/3] EFI fixes for v5.5
 2019-12-25 10:38 UTC  (8+ messages)
` [PATCH 1/3] efi/earlycon: Fix write-combine mapping on x86
  ` [tip: efi/urgent] "
` [PATCH 2/3] efi/libstub/random: Initialize pointer variables to zero for mixed mode
  ` [tip: efi/urgent] "
` [PATCH 3/3] x86/efistub: disable paging at mixed mode entry
  ` [tip: efi/urgent] x86/efistub: Disable "

[GIT PULL 00/25] EFI updates for v5.6
 2019-12-25  9:50 UTC  (27+ messages)
` [PATCH 01/25] efi/gop: Remove bogus packed attribute from GOP structures
` [PATCH 02/25] efi/gop: Remove unused typedef
` [PATCH 03/25] efi/gop: Convert GOP structures to typedef and cleanup some types
` [PATCH 04/25] efi/gop: Unify 32/64-bit functions
` [PATCH 05/25] efi/libstub: remove unused __efi_call_early() macro
` [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 13/25] efi/libstub/x86: avoid thunking for native firmware calls
` [PATCH 14/25] efi/libstub: avoid protocol wrapper for file I/O routines
` [PATCH 15/25] efi/libstub: get rid of 'sys_table_arg' macro parameter
` [PATCH 16/25] efi/libstub: unify the efi_char16_printk implementations
` [PATCH 17/25] efi/libstub/x86: drop __efi_early() export and efi_config struct
` [PATCH 18/25] efi/libstub: drop sys_table_arg from printk routines
` [PATCH 19/25] efi/libstub: remove 'sys_table_arg' from all function prototypes
` [PATCH 20/25] efi/libstub/x86: work around page freeing issue in mixed mode
` [PATCH 21/25] efi/libstub: drop protocol argument from efi_call_proto() macro
` [PATCH 22/25] efi/libstub: drop 'table' argument from efi_table_attr() macro
` [PATCH 23/25] efi/libstub: rename efi_call_early/_runtime macros to be more intuitive
` [PATCH 24/25] efi/libstub: tidy up types and names of global cmdline variables
` [PATCH 25/25] efi/libstub/x86: avoid globals to store context during mixed mode calls

[PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
 2019-12-24  9:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] x86/efistub: disable paging at mixed mode entry
 2019-12-24  9:29 UTC  (6+ messages)

[PATCH] efi: arm: defer probe of PCIe backed efifb on DT systems
 2019-12-18  7:36 UTC  (5+ messages)

[GIT PULL] EFI fixes
 2019-12-17 19:20 UTC  (2+ messages)

[PATCH 00/10] efi/x86: confine type unsafe casting to mixed mode
 2019-12-17 15:01 UTC  (23+ messages)
` [PATCH 03/10] efi/libstub: use a helper to iterate over a EFI handle array
` [PATCH 05/10] efi/libstub: distinguish between native/mixed not 32/64 bit
` [PATCH 09/10] efi/libstub: annotate firmware routines as __efiapi
` [PATCH 10/10] efi/libstub/x86: avoid thunking for native firmware calls


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).