messages from 2024-08-05 12:54:09 to 2024-09-13 12:58:29 UTC [more...]
[PATCH 0/6] libstub,tpm: fix small bugs and improve error reporting
2024-09-13 12:57 UTC (12+ 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
[RFC] efi/tpm: add efi.tpm_log as a reserved region in 820_table_firmware
2024-09-13 12:52 UTC (24+ messages)
[PATCH] efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption
2024-09-13 10:00 UTC (3+ messages)
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-09-13 0:34 UTC (32+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v9 09/19] x86: Secure Launch kernel late boot stub
` [PATCH v9 13/19] tpm: Protect against locality counter underflow
` [PATCH v9 14/19] tpm: Ensure tpm is in known state at startup
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 (42+ messages)
` [RFCv2 1/9] efi/libstub: Ask efi_random_alloc() to skip unusable memory
` [RFCv2 2/9] efi/libstub: Complete efi_simple_text_output_protocol
` [RFCv2 3/9] efi/emulator: Initial rountines to emulate EFI boot time service
` [RFCv2 4/9] efi/emulator: Turn on mmu for arm64
` [RFCv2 5/9] kexec: Introduce kexec_pe_image to parse and load PE file
` [RFCv2 6/9] arm64: kexec: Introduce a new member param_mem to kimage_arch
` [RFCv2 7/9] arm64: mm: Change to prototype of
` [RFCv2 8/9] arm64: kexec: Prepare page table for emulator
` [RFCv2 9/9] arm64: kexec: Enable kexec_pe_image
[PATCH 6.6 2/4] mm: Introduce pudp/p4dp/pgdp_get() functions
2024-09-08 14:10 UTC (4+ messages)
` [PATCH 6.6 3/4] riscv: mm: Only compile pgtable.c if MMU
` [PATCH 6.6 4/4] riscv: Use accessors to page table entries instead of direct dereference
[PATCH 6.6 1/4] riscv: Use WRITE_ONCE() when setting page table entries
2024-09-06 8:22 UTC
Business Proposal
2024-09-06 6:11 UTC
[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
2024-09-05 18:07 UTC (14+ messages)
` [RFC PATCH 1/3] llvm-cov: add Clang's Source-based Code Coverage support
` [RFC PATCH 2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code
` [RFC PATCH 3/3] llvm-cov: add Clang's MC/DC support
` [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
` [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
` FW: [EXTERNAL] Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
No more /sys/bus/platform/drivers/efi-framebuffer since simpledrm?
2024-09-05 9:22 UTC
[PATCH v2 1/5] RAS: Report all ARM processor CPER information to userspace
2024-09-04 10:25 UTC (11+ messages)
` [PATCH v2 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v2 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
[PATCH v3 0/5] Fix issues with ARM Processor CPER records
2024-09-04 6:07 UTC (5+ messages)
` [PATCH v3 2/5] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v3 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v3 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v3 5/5] docs: efi: add CPER functions to driver-api
[PATCH -next] efi: Remove redundant null pointer checks in efi_debugfs_init()
2024-09-03 14:41 UTC
[PATCH] efi: reserve memory for tpm_log only if TPM final events table is valid
2024-08-30 22:24 UTC (7+ messages)
[PATCH 1/2] tpm: fix signed/unsigned bug when checking event logs
2024-08-30 21:44 UTC (4+ messages)
` [PATCH 2/2] tpm: do not ignore memblock_reserve return value
[PATCH v10 00/20] x86: Trenchboot secure dynamic launch Linux kernel support
2024-08-29 15:13 UTC (31+ messages)
` [PATCH v10 01/20] Documentation/x86: Secure Launch kernel documentation
` [PATCH v10 02/20] x86: Secure Launch Kconfig
` [PATCH v10 03/20] x86: Secure Launch Resource Table header file
` [PATCH v10 04/20] x86: Secure Launch main "
` [PATCH v10 05/20] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v10 06/20] x86: Add early SHA-256 "
` [PATCH v10 07/20] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v10 08/20] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v10 09/20] x86: Secure Launch kernel early boot stub
` [PATCH v10 10/20] x86: Secure Launch kernel late "
` [PATCH v10 11/20] x86: Secure Launch SMP bringup support
` [PATCH v10 12/20] kexec: Secure Launch kexec SEXIT support
` [PATCH v10 13/20] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v10 14/20] tpm: Protect against locality counter underflow
` [PATCH v10 15/20] tpm: Ensure tpm is in known state at startup
` [PATCH v10 16/20] tpm: Make locality requests return consistent values
` [PATCH v10 17/20] tpm: Add ability to set the default locality the TPM chip uses
` [PATCH v10 18/20] tpm: Add sysfs interface to allow setting and querying the default locality
` [PATCH v10 19/20] x86: Secure Launch late initcall platform module
` [PATCH v10 20/20] x86/efi: EFI stub DRTM launch support for Secure Launch
[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
2024-08-29 14:11 UTC (6+ messages)
` [PATCH v8 01/15] x86/boot: Place kernel_info at a fixed offset
[efi:next] BUILD SUCCESS d7171eb494353e03f3cde1a6f665e19c243c98e8
2024-08-28 11:14 UTC
[PATCH] efi/cper: Print correctable AER information
2024-08-27 10:23 UTC (2+ messages)
[PATCH -next] efi: Remove unused declaration efi_initialize_iomem_resources()
2024-08-27 10:22 UTC (2+ messages)
[PATCH] loongarch/efi: enable general efi poweroff
2024-08-07 10:06 UTC
[PATCH] loongarch/efi: enable general efi poweroff
2024-07-26 9:17 UTC
[PATCH v3 0/5] Fix issues with ARM Processor CPER records
2024-08-05 12:53 UTC (2+ messages)
` [PATCH v3 5/5] docs: efi: add CPER functions to driver-api
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox