public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-13 23:07:33 to 2024-10-15 18:16:01 UTC [more...]

[PATCH 0/4] efi/libstub: Clean up command line handling
 2024-10-15 18:15 UTC  (2+ messages)
` [PATCH 1/4] efi/libstub: Free correct pointer on failure

[RFC PATCH v1 56/57] arm64: Determine THREAD_SIZE at boot-time
 2024-10-15 17:52 UTC  (4+ messages)
  ` [RFC PATCH v1 57/57] arm64: Enable boot-time page size selection

[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 V10] acpi/prmt: find block with specific type
 2024-10-12 20:50 UTC 

[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  (26+ 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  (71+ 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 03/28] x86/tools: Use mmap() to simplify relocs host tool
` [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 07/28] scripts/kallsyms: Avoid 0x0 as the relative base
` [RFC PATCH 08/28] scripts/kallsyms: Remove support for absolute per-CPU variables
` [RFC PATCH 09/28] x86/tools: Remove special relocation handling for "
` [RFC PATCH 10/28] x86/xen: Avoid relocatable quantities in Xen ELF notes
` [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
` [RFC PATCH 12/28] x86/pm-trace: Use RIP-relative accesses for .tracedata
` [RFC PATCH 13/28] x86/kvm: Use RIP-relative addressing
` [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
` [RFC PATCH 15/28] x86/sync_core: Use RIP-relative addressing
` [RFC PATCH 16/28] x86/entry_64: "
` [RFC PATCH 17/28] x86/hibernate: Prefer RIP-relative accesses
` [RFC PATCH 18/28] x86/boot/64: Determine VA/PA offset before entering C code
` [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] efi/libstub: measure initrd to PCR9 independent of source
 2024-10-02 18:24 UTC  (9+ 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)

[syzbot] [ntfs3?] kernel panic: corrupted stack end in kernel_init (2)
 2024-09-24 10:00 UTC 

[PATCH v2 0/4] libstub,tpm: fix small bugs and improve error reporting
 2024-09-23  6:57 UTC  (8+ messages)
` [PATCH v2 1/4] tpm: fix signed/unsigned bug when checking event logs
` [PATCH v2 2/4] tpm: do not ignore memblock_reserve return value
` [PATCH v2 3/4] tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_size
` [PATCH v2 4/4] libstub,tpm: do not ignore failure case when reading final event log

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

[efi:next] BUILD SUCCESS 04736f7d1945722117def1462fd3602c72c02272
 2024-09-14  2:41 UTC 

[PATCH 0/6] libstub,tpm: fix small bugs and improve error reporting
 2024-09-13 23:06 UTC  (6+ messages)
` [PATCH 3/6] libstub,tpm: provide indication of failure when getting event log


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox