linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-06 08:24:08 to 2024-10-01 15:06:38 UTC [more...]

[PATCH v2 0/4] acpi/ghes, cper, cxl: Trace FW-First CXL Protocol Errors
 2024-10-01 15:06 UTC  (6+ 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 "

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-01  7:39 UTC  (55+ 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

[PATCH] efi/libstub: measure initrd to PCR9 independent of source
 2024-10-01  7:19 UTC  (3+ 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

[RFC] efi/tpm: add efi.tpm_log as a reserved region in 820_table_firmware
 2024-09-18  7:36 UTC  (34+ messages)

[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  (23+ messages)
` [PATCH 1/6] tpm: fix signed/unsigned bug when checking event logs
` [PATCH 2/6] tpm: do not ignore memblock_reserve return value
` [PATCH 3/6] libstub,tpm: provide indication of failure when getting event log
` [PATCH 4/6] tpm: sanity check the log version before using it
` [PATCH 5/6] tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_size
` [PATCH 6/6] libstub,tpm: do not ignore failure case when reading final event log

"No EFI environment detected" debug message not logged
 2024-09-13 21:01 UTC  (3+ messages)

[PATCH v11 00/20] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-09-13 20:05 UTC  (21+ messages)
` [PATCH v11 01/20] Documentation/x86: Secure Launch kernel documentation
` [PATCH v11 02/20] x86: Secure Launch Kconfig
` [PATCH v11 03/20] x86: Secure Launch Resource Table header file
` [PATCH v11 04/20] x86: Secure Launch main "
` [PATCH v11 05/20] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v11 06/20] x86: Add early SHA-256 "
` [PATCH v11 07/20] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v11 08/20] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v11 09/20] x86: Secure Launch kernel early boot stub
` [PATCH v11 10/20] x86: Secure Launch kernel late "
` [PATCH v11 11/20] x86: Secure Launch SMP bringup support
` [PATCH v11 12/20] kexec: Secure Launch kexec SEXIT support
` [PATCH v11 13/20] x86/reboot: Secure Launch SEXIT support on reboot paths
` [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
` [PATCH v11 18/20] tpm: Add sysfs interface to allow setting and querying the default locality
` [PATCH v11 19/20] x86: Secure Launch late initcall platform module
` [PATCH v11 20/20] x86/efi: EFI stub DRTM launch support for Secure Launch

No more /sys/bus/platform/drivers/efi-framebuffer since simpledrm?
 2024-09-13 16:14 UTC  (3+ messages)

[PATCH -next] efi: Remove redundant null pointer checks in efi_debugfs_init()
 2024-09-13 14:26 UTC  (2+ messages)

[PATCH] efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption
 2024-09-13 10:00 UTC  (3+ messages)

EFI table being corrupted during Kexec
 2024-09-11 10:58 UTC  (10+ messages)
` [edk2-devel] "

[RFCv2 0/9] UEFI emulator for kexec
 2024-09-10  7:54 UTC  (21+ messages)

[PATCH 6.6 4/4] riscv: Use accessors to page table entries instead of direct dereference
 2024-09-08 14:10 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).