linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-06 19:44:29 to 2024-01-04 12:06:13 UTC [more...]

[PATCH v2 0/2] efi/cper, cxl: Decode CXL Protocol Errors CPER
 2024-01-04 12:06 UTC  (3+ messages)
` [PATCH v2 1/2] efi/cper, cxl: Decode CXL Protocol Error Section

[PATCH v3 0/4] arch/x86: Remove unnecessary dependencies on bootparam.h
 2024-01-04  9:51 UTC  (5+ messages)
` [PATCH v3 1/4] arch/x86: Move UAPI setup structures into setup_data.h
` [PATCH v3 2/4] arch/x86: Move internal setup_data "
` [PATCH v3 3/4] arch/x86: Implement arch_ima_efi_boot_mode() in source file
` [PATCH v3 4/4] arch/x86: Do not include <asm/bootparam.h> in several files

[PATCH v5 0/9] efi/cxl-cper: Report CPER CXL component events through trace events
 2024-01-04  7:37 UTC  (20+ messages)
` [PATCH v5 1/9] cxl/trace: Pass uuid explicitly to event traces
` [PATCH v5 2/9] cxl/events: Promote CXL event structures to a core header
` [PATCH v5 3/9] cxl/events: Create common event UUID defines
` [PATCH v5 4/9] cxl/events: Remove passing a UUID to known event traces
` [PATCH v5 5/9] cxl/events: Separate UUID from event structures
` [PATCH v5 6/9] cxl/events: Create a CXL event union
` [PATCH v5 7/9] acpi/ghes: Process CXL Component Events
` [PATCH v5 8/9] PCI: Define scoped based management functions
` [PATCH v5 9/9] cxl/pci: Register for and process CPER events

[PATCH 0/4] acpi/ghes, cper, cxl: Trace FW-First CXL Protocol Errors
 2024-01-03 22:32 UTC  (16+ messages)
` [PATCH 1/4] acpi/ghes, cxl: Create a common CXL struct to handle different CXL CPER records
` [PATCH 2/4] efi/cper, cxl: Make definitions and structures global
` [PATCH 3/4] acpi/ghes, efi/cper: Recognize and process CXL Protocol Errors
` [PATCH 4/4] acpi/ghes, cxl/pci: Trace FW-First "

[GIT PULL] EFI fix for v6.7 #3
 2024-01-03 22:19 UTC  (2+ messages)

[PATCH RFC v4 0/6] efi/cxl-cper: Report CPER CXL component events through trace events
 2024-01-03 20:40 UTC  (10+ messages)
` [PATCH RFC v4 5/6] firmware/efi: Process CXL Component Events

[PATCH] efi: pstore: Allow dynamic initialization based on module parameter
 2024-01-03 18:40 UTC 

[efi:urgent] BUILD SUCCESS 01638431c465741e071ab34acf3bef3c2570f878
 2024-01-03 16:41 UTC 

[PATCH v2 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2024-01-03 13:45 UTC  (10+ messages)
` [PATCH v2 1/3] arch/x86: Move UAPI setup structures into setup_data.h
` [PATCH v2 2/3] arch/x86: Add <asm/ima-efi.h> for arch_ima_efi_boot_mode
` [PATCH v2 3/3] arch/x86: Do not include <asm/bootparam.h> in several header files

[PATCH v4 0/7] efi/cxl-cper: Report CPER CXL component events through trace events
 2024-01-03 10:41 UTC  (22+ messages)
` [PATCH v4 1/7] cxl/trace: Pass uuid explicitly to event traces
` [PATCH v4 2/7] cxl/events: Promote CXL event structures to a core header
` [PATCH v4 3/7] cxl/events: Create common event UUID defines
` [PATCH v4 4/7] cxl/events: Separate UUID from event structures
` [PATCH v4 5/7] cxl/events: Create a CXL event union
` [PATCH v4 6/7] firmware/efi: Process CXL Component Events
` [PATCH v4 7/7] cxl/memdev: Register for and process CPER events

[PATCH] x86/efistub: fix the missing KASLR_FLAG bit in boot_params->hdr.loadflags
 2024-01-02 16:26 UTC  (4+ messages)

[efi:next] BUILD SUCCESS 4afa688d7141ae7a166d32224abbfd536acccfca
 2023-12-24 11:04 UTC 

[PATCH] efi: memmap: fix kernel-doc warnings
 2023-12-22  9:42 UTC  (2+ messages)

[efi:next] BUILD SUCCESS 174a0c565cea74a7811ff79fbee1b70247570ade
 2023-12-20 11:27 UTC 

[PATCH] efi/libstub: zboot: do not use $(shell ...) in cmd_copy_and_pad
 2023-12-19 11:18 UTC  (3+ messages)

[PATCH v2] efi/loongarch: Directly position the loaded image file
 2023-12-19 10:16 UTC  (10+ messages)

[PATCH] efi/loongarch: Directly position the loaded image file
 2023-12-19  8:44 UTC  (4+ messages)

[PATCH AUTOSEL 6.6 11/18] efi/loongarch: Use load address to calculate kernel entry address
 2023-12-18 12:43 UTC 

[PATCH 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2023-12-15 12:16 UTC  (9+ messages)
` [PATCH 1/3] arch/x86: Move struct pci_setup_rom into pci_setup.h
` [PATCH 2/3] arch/x86: Add <asm/ima-efi.h> for arch_ima_efi_boot_mode
` [PATCH 3/3] arch/x86: Do not include <asm/bootparam.h> in several header files

[PATCH v3 0/7] efi/cxl-cper: Report CPER CXL component events through trace events
 2023-12-14 18:24 UTC  (10+ messages)
` [PATCH v3 1/7] cxl/trace: Pass uuid explicitly to event traces
` [PATCH v3 2/7] cxl/events: Promote CXL event structures to a core header
` [PATCH v3 3/7] cxl/events: Create common event UUID defines
` [PATCH v3 4/7] cxl/events: Separate UUID from event structures
` [PATCH v3 5/7] cxl/events: Create a CXL event union
` [PATCH v3 6/7] firmware/efi: Process CXL Component Events
` [PATCH v3 7/7] cxl/memdev: Register for and process CPER events

[RFC PATCH 0/6] Add GPT parser to MTD layer
 2023-12-14 10:34 UTC  (11+ messages)
` [RFC PATCH 1/6] block: partitions: efi: Move efi.h header to include/linux/gpt.h
` [RFC PATCH 2/6] block: partitions: efi: Fix some style issues
` [RFC PATCH 3/6] block: partitions: efi: Separate out GPT-specific code
` [RFC PATCH 4/6] block: partitions: efi: Move GPT-specific code to a new library
` [RFC PATCH 5/6] drivers: mtd: introduce GPT parser for NOR flash devices
` [RFC PATCH 6/6] dt-bindings: mtd: add GPT partition bindings

[PATCH v2 0/4] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
 2023-12-14  5:34 UTC  (6+ messages)
` [PATCH v2 1/4] riscv: Use WRITE_ONCE() when setting page table entries
` [PATCH v2 2/4] mm: Introduce pudp/p4dp/pgdp_get() functions
` [PATCH v2 3/4] riscv: mm: Only compile pgtable.c if MMU
` [PATCH v2 4/4] riscv: Use accessors to page table entries instead of direct dereference

[GIT PULL] EFI fixes for v6.7 #2
 2023-12-13 19:32 UTC  (2+ messages)

[efi:urgent] BUILD SUCCESS 50d7cdf7a9b1ab6f4f74a69c84e974d5dc0c1bf1
 2023-12-13  8:15 UTC 

[PATCH v2 0/7] efi/cxl-cper: Report CPER CXL component events through trace events
 2023-12-13  0:17 UTC  (13+ messages)
` [PATCH v2 1/7] cxl/trace: Pass uuid explicitly to event traces
` [PATCH v2 2/7] cxl/events: Promote CXL event structures to a core header
` [PATCH v2 3/7] cxl/events: Create common event UUID defines
` [PATCH v2 4/7] cxl/events: Separate UUID from event structures
` [PATCH v2 5/7] cxl/events: Create a CXL event union
` [PATCH v2 6/7] firmware/efi: Process CXL Component Events
` [PATCH v2 7/7] cxl/memdev: Register for and process CPER events

[PATCH 0/8] generic command line v6
 2023-12-12 17:25 UTC  (4+ messages)
` [PATCH 5/8] drivers: firmware: efi: libstub: enable generic commandline

[efi:next] BUILD SUCCESS 94f7f6182c72ba642c1f20111681f9cc8621c95f
 2023-12-12 11:07 UTC 

[PATCH v9 4/6] efivarfs: automatically update super block flag
 2023-12-12  7:13 UTC  (5+ messages)

[PATCH 0/6] efi/cxl-cper: Report CPER CXL component events through trace events
 2023-12-11 23:01 UTC  (15+ messages)
` [PATCH 1/6] cxl/trace: Pass uuid explicitly to event traces
` [PATCH 5/6] firmware/efi: Process CXL Component Events
` [PATCH 6/6] cxl/memdev: Register for and process CPER events

[PATCH] efi/x86: Avoid physical KASLR on older Dell systems
 2023-12-11 18:11 UTC 

[syzbot] BUG: corrupted list in efivar_entry_remove
 2023-12-11 12:04 UTC  (11+ messages)
      ` [syzbot] [efi] "

Fwd: Kernel 6.6.1 hangs on "loading initial ramdisk"
 2023-12-10 10:17 UTC  (3+ messages)

[efi:urgent] BUILD SUCCESS ab5c4251a00924da243c2c0b4494ae7dc38332c9
 2023-12-10  8:40 UTC 

[PATCH v3 0/5] Support _UID matching for integer types
 2023-12-09  8:48 UTC  (4+ messages)
` [PATCH v3 5/5] perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()

[efi:next] BUILD SUCCESS 772043f7ae476df19a7b2bfa096c05af8feea97a
 2023-12-08 20:42 UTC 

[PATCH 0/3] efivarfs fixes
 2023-12-08 16:39 UTC  (4+ messages)
` [PATCH 1/3] efivarfs: Move efivar availability check into FS context init
` [PATCH 2/3] efivarfs: Free s_fs_info on unmount
` [PATCH 3/3] efivarfs: Move efivarfs list into superblock s_fs_info

[PATCH v4] efi/loongarch: Use load address to calculate kernel entry address
 2023-12-07 16:08 UTC  (2+ messages)

[PATCH 0/5] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
 2023-12-07 15:34 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).