linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-07 14:14:02 to 2020-01-31 08:47:50 UTC [more...]

[PATCH 0/8] Remove 64-bit GDT setup in efi_main + doc fixes
 2020-01-31  8:42 UTC  (10+ messages)
` [PATCH 1/8] efi/x86: Use C wrapper instead of inline assembly
` [PATCH 2/8] efi/x86: Allocate the GDT pointer on the stack
` [PATCH 3/8] efi/x86: Factor GDT setup code into a function
` [PATCH 4/8] efi/x86: Only setup the GDT for 32-bit kernel
` [PATCH 5/8] efi/x86: Allocate only the required 32 bytes for the GDT
` [PATCH 6/8] efi/x86: Change __KERNEL_{CS,DS} to __BOOT_{CS,DS}
` [PATCH 7/8] Documentation/x86/boot: Clarify segment requirements for EFI handover
` [PATCH 8/8] Documentation/x86/boot: Correct segment requirements for 64-bit boot

[PATCH] efi/x86: Mark setup_graphics static
 2020-01-30 22:20 UTC 

mmotm 2020-01-23-21-12 uploaded (efi)
 2020-01-28  9:17 UTC  (6+ messages)

[PATCH] efi/bgrt: Accept BGRT tables with a version of 0 on Lenovo laptops
 2020-01-28  7:48 UTC  (2+ messages)

[PATCH -next] x86/efi_64: fix a user-memory-access in runtime
 2020-01-27 23:29 UTC  (7+ messages)

[efi:next] BUILD SUCCESS ee45b8ddb29733b7c68825b9ab0a9685adb9ffe4
 2020-01-26  4:38 UTC 

[PATCH -next] efi/libstub/x86: fix an EFI server boot failure
 2020-01-25  9:12 UTC  (5+ messages)

[RFC PATCH] efi/libstub/x86: look for bootparams when booting via PE entry point
 2020-01-24 15:20 UTC  (5+ messages)
    ` [EXTERNAL] "

[PATCH AUTOSEL 5.4 021/107] efi/earlycon: Fix write-combine mapping on x86
 2020-01-24 14:16 UTC 

[PATCH 4.19 001/639] Revert "efi: Fix debugobjects warning on efi_rts_work"
 2020-01-24  9:22 UTC 

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

[efi:next 21/25] include/linux/efi.h:1187:20: error: redefinition of 'efi_rt_services_supported'
 2020-01-23 14:37 UTC 

[PATCH 5.4 066/222] x86/efistub: Disable paging at mixed mode entry
 2020-01-22  9:27 UTC  (2+ messages)
` [PATCH 5.4 072/222] efi/earlycon: Fix write-combine mapping on x86

[PATCH 4.4 51/76] x86/efistub: Disable paging at mixed mode entry
 2020-01-22  9:29 UTC 

[PATCH 4.14 23/65] x86/efistub: Disable paging at mixed mode entry
 2020-01-22  9:29 UTC 

[PATCH 4.19 035/103] x86/efistub: Disable paging at mixed mode entry
 2020-01-22  9:28 UTC 

[PATCH 4.9 65/97] x86/efistub: Disable paging at mixed mode entry
 2020-01-22  9:29 UTC 

[GIT PULL 00/13] More EFI updates for v5.6
 2020-01-22  7:03 UTC  (17+ 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 0/3] EFI fixes for -next
 2020-01-21 22:24 UTC  (7+ messages)
` [PATCH 1/3] efi/x86: avoid KASAN false positives when accessing the 1:1 mapping
` [PATCH 2/3] x86/boot/compressed: relax sed symbol type regex for LLVM ld.lld
` [PATCH 3/3] efi/x86: disallow efi=old_map in mixed mode

[PATCH v1 2/2] firmware: dmi_scan: Pass dmi_entry_point to kexec'ed kernel
 2020-01-21 17:24 UTC  (12+ messages)

[PATCH v11 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2020-01-21 11:10 UTC  (20+ 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] efi/x86: disable instrumentation in EFI runtime handling code
 2020-01-21  9:39 UTC 

[GIT PULL] EFI fixes
 2020-01-18 21:05 UTC  (2+ messages)

[efi:next] BUILD SUCCESS 743c5dd59f7e4b9e7a28be6a8f0e8d03271a98ab
 2020-01-16 21:54 UTC 

[efi:next] BUILD INCOMPLETE 6e4ecdb3931ca2cd14737330966ca70b76bcf29b
 2020-01-15  8:55 UTC 

[PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure
 2020-01-14 22:09 UTC  (8+ messages)

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

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