Linux-EFI Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-31 08:19:31 to 2024-12-05 00:07:55 UTC [more...]

[PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
 2024-12-05  0:07 UTC  (24+ messages)
` [PATCH v2 01/32] driver core: Constify API device_find_child()
` [PATCH v2 02/32] driver core: Introduce device_match_type() to match device with a device type
` [PATCH v2 03/32] drm/mediatek: Adapt for constified device_find_child()
` [PATCH v2 04/32] hwmon: "
` [PATCH v2 05/32] media: pci: mgb4: "
` [PATCH v2 06/32] thunderbolt: "
` [PATCH v2 07/32] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v2 08/32] net: dsa: Adapt for constified device_find_child()
` [PATCH v2 09/32] pwm: "
` [PATCH v2 10/32] nvdimm: "
` [PATCH v2 11/32] libnvdimm: Simplify nd_namespace_store() implementation

[PATCH v3 0/7] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
 2024-12-02 18:48 UTC  (23+ messages)
` [PATCH v3 1/7] efi/cper, cxl: Prefix protocol error struct and function names with cxl_
` [PATCH v3 2/7] efi/cper, cxl: Make definitions and structures global
` [PATCH v3 3/7] efi/cper, cxl: Remove cper_cxl.h
` [PATCH v3 4/7] acpi/ghes, cxl: Rename cxl_cper_register_work to cxl_cper_register_event_work
` [PATCH v3 5/7] acpi/ghes, cxl: Refactor work registration functions to support multiple workqueues
` [PATCH v3 6/7] acpi/ghes, cper: Recognize and cache CXL Protocol errors
` [PATCH v3 7/7] acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors

TPM/EFI issue [Was: Linux 6.12]
 2024-12-02  7:56 UTC  (12+ messages)

[PATCH v2 1/2] x86/efi: Drop support for the EFI_PROPERTIES_TABLE
 2024-11-29 17:03 UTC  (9+ messages)
` [PATCH v2 2/2] x86/efi: Apply EFI Memory Attributes after kexec

UEFI EBS() failures on Lenovo T14s
 2024-11-28 16:42 UTC  (8+ messages)

[RFC PATCH v2 0/9] Use ERST for persistent storage of MCE and APEI errors
 2024-11-26  7:04 UTC  (5+ messages)

[PATCH v2 0/2] small fixes when boot with acpi=force option
 2024-11-25 18:47 UTC  (13+ messages)
` [PATCH v2 1/2] arm64/acpi: panic when failed to init acpi table "
` [PATCH v2 2/2] efi/fdt: ignore dtb when acpi option is used with force

[PATCH 0/2] small fixes when boot with acpi=force option
 2024-11-25 15:48 UTC  (4+ messages)
` [PATCH 1/2] arm64/acpi: panic when failed to init acpi table "
` [PATCH 2/2] efi/fdt: ignore dtb when acpi option is used with force

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-11-23  4:39 UTC  (8+ messages)
      ` [EXTERNAL] "

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-11-22 23:37 UTC  (23+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements

[PATCH] efi: rci2: mark bin_attribute as __ro_after_init
 2024-11-22 10:31 UTC 

[GIT PULL] EFI updates for v6.13
 2024-11-20 22:56 UTC  (2+ messages)

[efi:next] BUILD SUCCESS c5d91b16f525ea8c98b3fd8efc5105106d17fe9a
 2024-11-17 22:03 UTC 

[efi:next 14/16] drivers/firmware/efi/libstub/file.c:221:3: error: expected expression
 2024-11-17  5:37 UTC 

[efi:next 14/16] drivers/firmware/efi/libstub/file.c:221:3: warning: label followed by a declaration is a C23 extension
 2024-11-17  5:04 UTC 

[PATCH] efi: Fix memory leak in efivar_ssdt_load
 2024-11-15 18:36 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2] efi/memattr: Ignore table if the size is clearly bogus
 2024-11-15 11:47 UTC  (7+ messages)

[PATCH v2] efi: sysfb_efi: Fix unused const variable 'efifb_fwnode_ops'
 2024-11-15  9:34 UTC  (2+ messages)

[PATCH 1/4] efi/libstub: Free correct pointer on failure
 2024-11-15  9:28 UTC  (4+ messages)
` [PATCH 2/4] efi/libstub: Parse builtin command line after bootloader provided one
` [PATCH 3/4] efi/libstub: Fix command line fallback handling when loading files
` [PATCH 4/4] efi/libstub: Take command line overrides into account for loaded files

[PATCH] efi/zboot: Fix outdated comment about using LoadImage/StartImage
 2024-11-15  9:26 UTC 

optee-based efi runtime variable service on TI j784s4 platforms
 2024-11-12 19:21 UTC  (18+ messages)

[PATCH] x86/efi: Apply EFI Memory Attributes after kexec
 2024-11-12  9:01 UTC  (3+ messages)

Lucrative Proposal
 2024-11-11 23:22 UTC 

[PATCH v11 00/20] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-11-02 14:26 UTC  (44+ messages)
` [PATCH v11 01/20] Documentation/x86: Secure Launch kernel documentation
` [PATCH v11 14/20] tpm: Protect against locality counter underflow
` [PATCH v11 15/20] tpm: Ensure tpm is in known state at startup
` [PATCH v11 16/20] tpm: Make locality requests return consistent values
` [PATCH v11 17/20] tpm: Add ability to set the default locality the TPM chip uses
  ` [RFC PATCH] tpm, tpm_tis: Introduce TPM_IOC_SET_LOCALITY
      ` [RFC PATCH v2 1/2] "
        ` [RFC PATCH v2 2/2] tpm: show the default locality in sysfs
` [PATCH v11 18/20] tpm: Add sysfs interface to allow setting and querying the default locality

[PATCH 0/3] x86: Make 5-level paging support unconditional for x86-64
 2024-10-31 15:36 UTC  (5+ messages)

[PATCH] efi/memattr: Ignore table if the size is clearly bogus
 2024-10-31 14:32 UTC  (3+ messages)

[PATCH] efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption
 2024-10-31  9:04 UTC  (15+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).