linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-31 23:04:40 to 2020-01-14 11:08:33 UTC [more...]

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2020-01-14 11:08 UTC  (5+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[GIT PULL 00/13] More EFI updates for v5.6
 2020-01-13 17:22 UTC  (14+ messages)
` [PATCH 01/13] efi/libstub/x86: use const attribute for efi_is_64bit()
` [PATCH 02/13] efi/libstub/x86: use mandatory 16-byte stack alignment in mixed mode
` [PATCH 03/13] efi/libstub/x86: fix unused-variable warning
` [PATCH 04/13] x86/mm: fix NX bit clearing issue in kernel_map_pages_in_pgd
` [PATCH 05/13] efi/x86: don't map the entire kernel text RW for mixed mode
` [PATCH 06/13] efi/x86: avoid RWX mappings for all of DRAM
` [PATCH 07/13] efi/x86: limit EFI old memory map to SGI UV machines
` [PATCH 08/13] efi/arm: defer probe of PCIe backed efifb on DT systems
` [PATCH 09/13] efi: Fix comment for efi_mem_type() wrt absent physical addresses
` [PATCH 10/13] efi: Add a flags parameter to efi_memory_map
` [PATCH 11/13] efi: Add tracking for dynamically allocated memmaps
` [PATCH 12/13] efi: Fix efi_memmap_alloc() leaks
` [PATCH 13/13] efi: Fix handling of multiple efi_fake_mem= entries

[PATCH v11 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2020-01-13 15:50 UTC  (16+ messages)
` [PATCH v11 01/10] efi: Export boot-services code and data as debugfs-blobs
` [PATCH v11 02/10] efi: Add embedded peripheral firmware support
` [PATCH v11 03/10] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
` [PATCH v11 04/10] firmware: Add new platform fallback mechanism and firmware_request_platform()
` [PATCH v11 05/10] test_firmware: add support for firmware_request_platform
` [PATCH v11 06/10] selftests: firmware: Add firmware_request_platform tests
` [PATCH v11 07/10] Input: silead - Switch to firmware_request_platform for retreiving the fw
` [PATCH v11 08/10] Input: icn8505 "
` [PATCH v11 09/10] platform/x86: touchscreen_dmi: Add EFI embedded firmware info support
` [PATCH v11 10/10] platform/x86: touchscreen_dmi: Add info for the Chuwi Vi8 Plus tablet

[PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
 2020-01-13 10:27 UTC  (4+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[GIT PULL 00/20] More EFI updates for v5.6
 2020-01-13  7:29 UTC  (24+ 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

Investment opportunity
 2020-01-12  5:00 UTC 

[PATCH 5.4 018/165] x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage
 2020-01-11  9:49 UTC  (5+ messages)
` [PATCH 5.4 021/165] efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
` [PATCH 5.4 022/165] efi/gop: Return EFI_SUCCESS if a usable GOP was found
` [PATCH 5.4 023/165] efi/gop: Fix memory leak in __gop_query32/64()
` [PATCH 5.4 024/165] efi/earlycon: Remap entire framebuffer after page initialization

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

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

[PATCH 4.9 59/91] efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
 2020-01-11  9:49 UTC  (3+ messages)
` [PATCH 4.9 60/91] efi/gop: Return EFI_SUCCESS if a usable GOP was found
` [PATCH 4.9 61/91] efi/gop: Fix memory leak in __gop_query32/64()

[PATCH v10 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2020-01-10 19:48 UTC  (7+ messages)
` [PATCH v10 05/10] test_firmware: add support for firmware_request_platform

[PATCH v3] efi: arm: defer probe of PCIe backed efifb on DT systems
 2020-01-10 17:06 UTC  (3+ messages)

[PATCH] efi: Fix comment for efi_mem_type() wrt absent physical addresses
 2020-01-10  6:38 UTC  (3+ messages)

[PATCH v2] efi: arm: defer probe of PCIe backed efifb on DT systems
 2020-01-09 21:52 UTC  (8+ messages)

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

[RFC PATCH 0/3] x86/boot: get rid of GOT entries and associated fixup code
 2020-01-08 16:47 UTC  (8+ messages)
` [RFC PATCH 1/3] x86/boot/compressed: move .got.plt entries out of the .got section
` [RFC PATCH 2/3] x86/boot/compressed: force hidden visibility for all symbol references
` [RFC PATCH 3/3] x86/boot/compressed: get rid of GOT fixup code

[PATCH 0/2] efi/libstub/x86: two more tweaks for the EFI stub startup code
 2020-01-08 15:27 UTC  (7+ messages)
` [PATCH 1/2] efi/libstub/x86: use const attribute for efi_is_64bit()
` [PATCH 2/2] efi/libstub/x86: use mandatory 16-byte stack alignment in mixed mode

[PATCH] efi/libstub: x86: fix unused-variable warning
 2020-01-08 14:04 UTC  (2+ messages)

[PATCH 5.4 185/191] efi: Dont attempt to map RCI2 config table if it doesnt exist
 2020-01-07 20:55 UTC 

[PATCH 0/3] Relocate GOT before calling EFI stub
 2020-01-07 20:00 UTC  (20+ messages)
` [PATCH 1/3] x86/boot/compressed/64: Make adjust_got easier to use repeatedly
` [PATCH 2/3] x86/boot/compressed/32: Allow adjust_got to be called repeatedly
` [PATCH 3/3] x86/boot: Perform GOT relocation before calling EFI stub

[PATCH v2] efi/x86: limit EFI old memory map to SGI UV machines
 2020-01-07 10:33 UTC 

[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

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

[PATCH v2 00/21] efi/x86: confine type unsafe casting to mixed mode
 2020-01-03 14:23 UTC  (24+ messages)
` [PATCH v2 13/21] efi/libstub/x86: drop __efi_early() export of efi_config struct

[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  (11+ messages)
` [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  (4+ 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).