linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 05:43:22 to 2020-03-03 21:40:37 UTC [more...]

[PATCH 00/18] efi: clean up contents of struct efi
 2020-03-03 21:40 UTC  (9+ messages)
` [PATCH 16/18] efi: add 'runtime' pointer to "

[PATCH 0/4] Bugfix + small cleanup to populate_p[mug]d
 2020-03-03 20:54 UTC  (5+ messages)
` [PATCH 1/4] x86/mm/pat: Handle no-GBPAGES case correctly in populate_pud
` [PATCH 2/4] x86/mm/pat: Ensure that populate_pud only handles one PUD
` [PATCH 3/4] x86/mm/pat: Propagate all errors out of populate_pud
` [PATCH 4/4] x86/mm/pat: Make num_pages consistent in populate_{pte,pud,pgd}

[PATCH 0/5] Minimize the need to move the kernel in the EFI stub
 2020-03-03 19:15 UTC  (14+ messages)
` [PATCH 1/5] x86/boot/compressed/32: Save the output address instead of recalculating it
` [PATCH 2/5] efi/x86: Decompress at start of PE image load address
` [PATCH 3/5] efi/x86: Add kernel preferred address to PE header
` [PATCH 4/5] efi/x86: Remove extra headroom for setup block
` [PATCH 5/5] efi/x86: Don't relocate the kernel unless necessary

[PATCH] efi: fix a race and a buffer overflow while reading efivars via sysfs
 2020-03-03 10:24 UTC  (5+ messages)

[GIT PULL] shared stable branch between EFI, platform/x86 and driver tree
 2020-03-03  9:41 UTC 

[PATCH] efi/libstub/x86: deal with exit() boot service returning
 2020-03-03  8:22 UTC  (2+ messages)

[PATCH v3 0/6] efi/x86: add support for generic EFI mixed mode boot
 2020-03-03  4:19 UTC  (15+ messages)

[PATCH] ima: add a new CONFIG for loading arch-specific policies
 2020-03-02 23:23 UTC  (9+ messages)

[PATCH 0/5] efi/x86 cleanups and one bugfix
 2020-03-02 17:09 UTC  (12+ messages)
` [PATCH 1/5] efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA
` [PATCH 2/5] efi/x86: Respect 32-bit ABI in efi32_pe_entry
` [PATCH 3/5] efi/x86: Make efi32_pe_entry more readable
` [PATCH 4/5] efi/x86: Avoid using code32_start
` [PATCH 5/5] x86/boot: Use unsigned comparison for addresses

[PATCH] MAINTAINERS: adjust EFI entry to removing eboot.c
 2020-03-02  9:05 UTC  (2+ messages)

[GIT PULL] EFI fixes
 2020-03-02  7:10 UTC 

[GIT PULL v2] EFI updates for v5.7
 2020-02-29 16:50 UTC  (15+ messages)
  ` [PATCH 0/1] Small fix to boot-time GDT handling
    ` [PATCH v2 "
    ` [PATCH v2 1/1] x86/boot/compressed: Fix reloading of GDTR post-relocation
  ` [PATCH 1/1] x86/boot/compressed/32: "

[GIT PULL 0/6] More EFI updates for v5.7
 2020-02-28 12:14 UTC  (7+ messages)
` [PATCH 1/6] efi/x86: Add TPM related EFI tables to unencrypted mapping checks
` [PATCH 2/6] efi/x86: Add RNG seed EFI table to unencrypted mapping check
` [PATCH 3/6] efi: don't shadow i in efi_config_parse_tables()
` [PATCH 4/6] efi/arm: clean EFI stub exit code from cache instead of avoiding it
` [PATCH 5/6] efi/arm64: "
` [PATCH 6/6] efi: mark all EFI runtime services as unsupported on non-EFI boot

[PATCH efi-next 0/3] efi: assorted fixes
 2020-02-28 11:21 UTC  (7+ messages)
` [PATCH efi-next 1/3] efi/arm: clean EFI stub exit code from cache instead of avoiding it
` [PATCH efi-next 2/3] efi/arm64: "
` [PATCH efi-next 3/3] efi: mark all EFI runtime services as unsupported on non-EFI boot

[RESEND PATCH v2] efi: Only print errors about failing to get certs if EFI vars are found
 2020-02-28  9:58 UTC  (9+ messages)

[RFC PATCH 0/5] Add UEFI support for RISC-V
 2020-02-28  6:57 UTC  (23+ messages)
` [RFC PATCH 1/5] efi: Move arm-stub to a common file
` [RFC PATCH 2/5] include: pe.h: Add RISC-V related PE definition
` [RFC PATCH 3/5] RISC-V: Define fixmap bindings for generic early ioremap support
` [RFC PATCH 4/5] RISC-V: Add PE/COFF header for EFI stub
` [RFC PATCH 5/5] RISC-V: Add EFI stub support

[PATCH v1 0/5] Add fw_devlink kernel commandline option
 2020-02-28  3:27 UTC  (7+ messages)
` [PATCH v1 2/5] driver core: "
` [PATCH v1 4/5] of: property: Start using fw_devlink_get_flags()
` [PATCH v1 5/5] of: property: Delete of_devlink kernel commandline option

[v1 PATCH 0/5] Add UEFI support for RISC-V
 2020-02-27 22:26 UTC  (6+ messages)
` [v1 PATCH 1/5] efi: Move arm-stub to a common file
` [v1 PATCH 2/5] include: pe.h: Add RISC-V related PE definition
` [v1 PATCH 3/5] RISC-V: Define fixmap bindings for generic early ioremap support
` [v1 PATCH 4/5] RISC-V: Add PE/COFF header for EFI stub
` [v1 PATCH 5/5] RISC-V: Add EFI stub support

[PATCH v4 0/5] ARM: decompressor: use by-VA cache maintenance for v7 cores
 2020-02-27 16:53 UTC  (11+ messages)
` [PATCH v4 1/5] efi/arm: Work around missing cache maintenance in decompressor handover
` [PATCH v4 2/5] efi/arm: Pass start and end addresses to cache_clean_flush()
` [PATCH v4 3/5] ARM: decompressor: factor out routine to obtain the inflated image size
` [PATCH v4 4/5] ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenance
` [PATCH v4 5/5] ARM: decompressor: switch to by-VA cache maintenance for v7 cores

[PATCH 4.4 025/113] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-27 13:35 UTC 

[PATCH 4.9 033/165] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-27 13:35 UTC 

[PATCH 4.14 054/237] efi/x86: Map the entire EFI vendor string before copying it
 2020-02-27 13:35 UTC  (2+ messages)
` [PATCH 4.14 106/237] efi/x86: Dont panic or BUG() on non-critical error conditions

[PATCH 00/19] EFI stub early spring cleaning part 2
 2020-02-27  7:50 UTC  (12+ messages)
` [PATCH 03/19] efi/libstub: Use hidden visiblity for all source files
` [PATCH 13/19] efi/libstub: Move get_dram_base() into arm-stub.c

[PATCH 1/1] efi: don't shadow i in efi_config_parse_tables()
 2020-02-26 17:07 UTC  (2+ messages)

[PATCH] efi: READ_ONCE rng seed size before munmap
 2020-02-26 16:55 UTC  (2+ messages)
` [tip: efi/urgent] "

[PATCH 2/4] efi/x86: remove support for EFI time and counter services in mixed mode
 2020-02-26 16:55 UTC  (2+ messages)
` [tip: efi/urgent] efi/x86: Remove "

[PATCH 3/4] efi/x86: Handle by-ref arguments covering multiple pages in mixed mode
 2020-02-26 16:55 UTC  (2+ messages)
` [tip: efi/urgent] "

[PATCH 1/4] efi/x86: align GUIDs to their size in the mixed mode runtime wrapper
 2020-02-26 16:55 UTC  (2+ messages)
` [tip: efi/urgent] efi/x86: Align "

[PATCH v3 0/5] ARM: decompressor: use by-VA cache maintenance for v7 cores
 2020-02-25 21:25 UTC  (10+ messages)
` [PATCH v3 1/5] efi/arm: Work around missing cache maintenance in decompressor handover
` [PATCH v3 2/5] efi/arm: Pass start and end addresses to cache_clean_flush()
` [PATCH v3 3/5] ARM: decompressor: factor out routine to obtain the inflated image size
` [PATCH v3 4/5] ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenance
` [PATCH v3 5/5] ARM: decompressor: switch to by-VA cache maintenance for v7 cores

[PATCH v3 0/2] SME EFI table updates/fixes
 2020-02-25 20:38 UTC  (4+ messages)
` [PATCH v3 1/2] x86/efi: Add TPM related EFI tables to unencrypted mapping checks
` [PATCH v3 2/2] x86/efi: Add RNG seed EFI table to unencrypted mapping check

[PATCH v2] x86/efi: Add additional efi tables for unencrypted mapping checks
 2020-02-25 19:35 UTC  (9+ messages)

[PATCH] x86/efi: Add additional efi tables for unencrypted mapping checks
 2020-02-25 17:40 UTC  (3+ messages)

[PATCH v1] partitions/efi: Add 'gpt_sector' kernel cmdline parameter
 2020-02-24 18:22 UTC  (6+ messages)

[PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
 2020-02-24 17:08 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[efi:next] BUILD REGRESSION dc235d62fc60a6549238eda7ff29769457fe5663
 2020-02-24  5:42 UTC 


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