public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-25 15:02:40 to 2024-10-24 08:30:55 UTC [more...]

[PATCH] drivers/firmware: Fix unused const variable 'efifb_fwnode_ops'
 2024-10-24  8:44 UTC 

[RFC PATCH v3 00/13] Clavis LSM
 2024-10-23 19:25 UTC  (31+ messages)
` [RFC PATCH v3 01/13] certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check
` [RFC PATCH v3 02/13] certs: Introduce ability to link to a system key
` [RFC PATCH v3 03/13] clavis: Introduce a new system keyring called clavis
` [RFC PATCH v3 04/13] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)
` [RFC PATCH v3 05/13] clavis: Introduce a new key type called clavis_key_acl
` [RFC PATCH v3 06/13] clavis: Populate clavis keyring acl with kernel module signature
` [RFC PATCH v3 07/13] keys: Add ability to track intended usage of the public key
` [RFC PATCH v3 08/13] clavis: Introduce new LSM called clavis
` [RFC PATCH v3 09/13] clavis: Allow user to define acl at build time
` [RFC PATCH v3 10/13] efi: Make clavis boot param persist across kexec
` [RFC PATCH v3 11/13] clavis: Prevent boot param change during kexec
` [RFC PATCH v3 12/13] clavis: Add function redirection for Kunit support
` [RFC PATCH v3 13/13] clavis: "

[PATCH V10] acpi/prmt: find block with specific type
 2024-10-21 11:52 UTC  (2+ messages)

[efi:next] BUILD SUCCESS 63971b0f51faff0ff844a85d297e27861555c328
 2024-10-16 18:55 UTC 

[RFC PATCH v1 56/57] arm64: Determine THREAD_SIZE at boot-time
 2024-10-16 14:35 UTC  (9+ messages)
  ` [RFC PATCH v1 57/57] arm64: Enable boot-time page size selection

[PATCH v2 0/4] libstub,tpm: fix small bugs and improve error reporting
 2024-10-15 18:29 UTC  (2+ messages)

[PATCH] efi/libstub: measure initrd to PCR9 independent of source
 2024-10-15 18:23 UTC  (10+ messages)

[PATCH 0/4] efi/libstub: Clean up command line handling
 2024-10-15 18:15 UTC  (5+ messages)
` [PATCH 1/4] efi/libstub: Free correct pointer on failure
` [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 1/3] efi/libstub: fix efi_parse_options() ignoring the default command line
 2024-10-15  2:08 UTC  (15+ messages)
` [PATCH 2/3] efi/libstub: remove uneccessary cmdline_size init/check
` [PATCH 3/3] efi/libstub: consider CONFIG_CMDLINE for initrd= and dtb= options

[PATCH v3 0/5] Fix issues with ARM Processor CPER records
 2024-10-14 10:00 UTC  (3+ messages)

[PATCH v2 0/2] efi/libstub: fix efi_parse_options() ignoring the default command line
 2024-10-14  9:55 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()

[PATCH V9] acpi/prmt: find block with specific type
 2024-10-12 19:49 UTC  (3+ messages)

[PATCH V8] acpi/prmt: find block with specific type
 2024-10-12 19:38 UTC  (3+ messages)

[PATCH V7] acpi/prmt: find block with specific type
 2024-10-12 17:57 UTC  (5+ messages)

Possible overflow of TPM log
 2024-10-09 16:13 UTC  (2+ messages)

[RFC] efi/tpm: add efi.tpm_log as a reserved region in 820_table_firmware
 2024-10-09 14:05 UTC  (13+ messages)

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-10-09  3:17 UTC  (15+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] llvm-cov: add Clang's Source-based Code Coverage support
  ` [PATCH v2 2/4] llvm-cov: add Clang's MC/DC support
  ` [PATCH v2 3/4] x86: disable llvm-cov instrumentation
  ` [PATCH v2 4/4] x86: enable llvm-cov support

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-08 14:36 UTC  (60+ messages)
` [RFC PATCH 01/28] x86/pvh: Call C code via the kernel virtual mapping
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
` [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 06/28] x86/percpu: Get rid of absolute per-CPU variable placement
` [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
` [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
` [RFC PATCH 19/28] x86/boot/64: Avoid intentional absolute symbol references in .head.text
` [RFC PATCH 20/28] x64/acpi: Use PIC-compatible references in wakeup_64.S
` [RFC PATCH 21/28] x86/head: Use PIC-compatible symbol references in startup code
` [RFC PATCH 22/28] asm-generic: Treat PIC .data.rel.ro sections as .rodata
` [RFC PATCH 23/28] tools/objtool: Mark generated sections as writable
` [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
` [RFC PATCH 26/28] x86/boot: Implement support for ELF RELA/RELR relocations
` [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
` [RFC PATCH 28/28] x86/tools: Drop x86_64 support from 'relocs' tool

[RFCv2 0/9] UEFI emulator for kexec
 2024-10-08 11:59 UTC  (3+ messages)

[PATCH 1/2 V6] acpi/prmt: find block with specific type
 2024-10-08  9:11 UTC  (6+ messages)
` [PATCH 2/2 V6] acpi/prmt: refactor acpi_platformrt_space_handler to drop gotos

[PATCH v2 0/4] acpi/ghes, cper, cxl: Trace FW-First CXL Protocol Errors
 2024-10-03 23:21 UTC  (20+ messages)
` [PATCH v2 1/4] efi/cper, cxl: Make definitions and structures global
` [PATCH v2 2/4] cxl/pci: Define a common function get_cxl_devstate()
` [PATCH v2 3/4] acpi/ghes, efi/cper: Recognize and process CXL Protocol Errors
` [PATCH v2 4/4] acpi/ghes, cxl/pci: Trace FW-First "

[PATCH V5] acpi/prmt: find block with specific type
 2024-10-03  8:04 UTC  (5+ messages)

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-09-30 22:49 UTC  (9+ messages)
` [PATCH 6/6] Add Propeller configuration for kernel build

[GIT PULL] EFI updates for v6.12
 2024-09-26 19:09 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