linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-17 20:06:19 to 2020-02-14 17:15:06 UTC [more...]

[PATCH AUTOSEL 4.19 024/252] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-14 16:10 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 150/252] efi/x86: Don't panic or BUG() on non-critical error conditions

[PATCH AUTOSEL 4.14 023/186] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-14 16:16 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 113/186] efi/x86: Don't panic or BUG() on non-critical error conditions

[PATCH AUTOSEL 4.9 016/141] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-14 16:19 UTC 

[PATCH AUTOSEL 4.4 008/100] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-14 16:22 UTC 

[PATCH 0/3] efi/x86: Some mixed mode fixes
 2020-02-14 13:35 UTC  (6+ messages)
` [PATCH 1/3] efi/x86: align GUIDs to their size in the mixed mode runtime wrapper
` [PATCH 2/3] efi/x86: remove support for EFI time and counter services in mixed mode
` [PATCH 3/3] efi/x86: Handle by-ref arguments covering multiple pages "

[RFC PATCH 0/3] efi/x86: add support for generic EFI mixed mode boot
 2020-02-14  0:38 UTC  (16+ messages)
` [RFC PATCH 1/3] efi/x86: drop redundant .bss section
` [RFC PATCH 2/3] efi/x86: add true mixed mode entry point into .compat section
` [RFC PATCH 3/3] efi/x86: implement mixed mode boot without the handover protocol

New EFI thunk alignment WARN_ON in 5.6 triggers multiple times
 2020-02-13 10:18 UTC  (12+ messages)

[efi:next] BUILD SUCCESS 573015e7fe9a4834280014511d36249725a7a88f
 2020-02-13  1:15 UTC 

[PATCH 0/2] arch-agnostic initrd loading method for EFI systems
 2020-02-12 16:01 UTC  (39+ messages)
` [PATCH 1/2] efi/libstub: add support for loading the initrd from a device path
` [PATCH 2/2] efi/libstub: take noinitrd cmdline argument into account for devpath initrd

[PATCH] efi/apple-properties: Replace zero-length array with flexible-array member
 2020-02-12  7:21 UTC  (2+ messages)

[PATCH v2] efi/libstub/arm64: Use 1:1 mapping of RT services if property table exists
 2020-02-10 18:29 UTC 

[PATCH 00/19] EFI stub early spring cleaning part 2
 2020-02-10 16:02 UTC  (20+ messages)
` [PATCH 01/19] efi/libstub/x86: Remove pointless zeroing of apm_bios_info
` [PATCH 02/19] efi/libstub/x86: Avoid overflowing code32_start on PE entry
` [PATCH 03/19] efi/libstub: Use hidden visiblity for all source files
` [PATCH 04/19] efi/libstub/arm: Relax FDT alignment requirement
` [PATCH 05/19] efi/libstub: Move memory map handling and allocation routines to mem.c
` [PATCH 06/19] efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()
` [PATCH 07/19] efi/libstub/x86: Incorporate eboot.c into libstub
` [PATCH 08/19] efi/libstub: Use consistent type names for file I/O protocols
` [PATCH 09/19] efi/libstub: Move stub specific declarations into efistub.h
` [PATCH 10/19] efi/libstub/x86: Permit bootparams struct to be allocated above 4 GB
` [PATCH 11/19] efi/libstub/x86: Permit cmdline data "
` [PATCH 12/19] efi/libstub: Move efi_random_alloc() into separate source file
` [PATCH 13/19] efi/libstub: Move get_dram_base() into arm-stub.c
` [PATCH 14/19] efi/libstub: Move file I/O support code into separate file
` [PATCH 15/19] efi/libstub: Rewrite file I/O routine
` [PATCH 16/19] efi/libstub: Take soft and hard memory limits into account for initrd loading
` [PATCH 17/19] efi/libstub: Clean up command line parsing routine
` [PATCH 18/19] efi/libstub: Expose LocateDevicePath boot service
` [PATCH 19/19] efi/libstub: Make the LoadFile EFI protocol accessible

[PATCH v2 00/21] efi/x86: confine type unsafe casting to mixed mode
 2020-02-06 14:35 UTC  (4+ messages)
` [PATCH v2 21/21] efi: Allow disabling PCI busmastering on bridges during boot

[efi:next] BUILD SUCCESS 09e179646916f8bbca74e6fdd625269b3e2a4848
 2020-02-04 21:42 UTC 

[PATCH 0/8] Remove 64-bit GDT setup in efi_main + doc fixes
 2020-02-02 18:18 UTC  (24+ 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 v2 0/7] x86/efi,boot: GDT handling cleanup/fixes
  ` [PATCH v2 1/7] x86/boot: Remove KEEP_SEGMENTS support
  ` [PATCH v2 2/7] efi/x86: Don't depend on firmware GDT layout
  ` [PATCH v2 3/7] x86/boot: Reload GDTR after copying to the end of the buffer
  ` [PATCH v2 4/7] x86/boot: Clear direction and interrupt flags in startup_64
  ` [PATCH v2 5/7] efi/x86: Remove GDT setup from efi_main
  ` [PATCH v2 6/7] x86/boot: GDT limit value should be size - 1
  ` [PATCH v2 7/7] x86/boot: Micro-optimize GDT loading instructions

[PATCH] efi/x86: fix boot regression on systems with invalid memmap entries
 2020-02-02  9:50 UTC  (4+ messages)
` [tip: efi/urgent] efi/x86: Fix "

[PATCH v2] efi/bgrt: Accept BGRT tables with a version of 0
 2020-01-31 13:06 UTC 

[PATCH] efi/bgrt: Accept BGRT tables with a version of 0 on Lenovo laptops
 2020-01-31 12:47 UTC  (3+ messages)

[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 -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  (4+ messages)
` [PATCH v12 03/10] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS

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

[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  (6+ messages)
` [PATCH v11 02/10] efi: Add embedded peripheral firmware support

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


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