linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-19 14:55:05 to 2024-09-06 08:24:08 UTC [more...]

[PATCH 6.6 2/4] mm: Introduce pudp/p4dp/pgdp_get() functions
 2024-09-06  8:22 UTC  (3+ 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 v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-09-05  1:01 UTC  (31+ 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

[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 

[RFCv2 0/9] UEFI emulator for kexec
 2024-09-02  5:40 UTC  (28+ 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] 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  (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 v2] ARM: Add support for STACKLEAK gcc plugin
 2024-08-05  1:35 UTC  (6+ messages)

[PATCH 0/3] x86: Make 5-level paging support unconditional for x86-64
 2024-07-31 17:45 UTC  (6+ messages)

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-07-30 16:28 UTC  (18+ messages)
` [PATCH 1/6] Add AutoFDO "
` [PATCH 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH 6/6] Add Propeller configuration for kernel build

[PATCH v3 0/2] efi/x86: Call set_os() protocol on dual GPU Macs
 2024-07-29  7:46 UTC  (20+ messages)

[PATCH] loongarch/reset: use general efi poweroff
 2024-07-26 14:09 UTC 

[PATCH] loongarch/reset: use general efi poweroff
 2024-07-26  9:17 UTC 

[GIT PULL] EFI fixes for v6.11 #1
 2024-07-25 20:37 UTC  (2+ messages)

[PATCH v2] riscv: enable HAVE_ARCH_STACKLEAK
 2024-07-25 13:20 UTC  (2+ messages)

[PATCH v3 0/2] Resolve problems with kexec identity mapping
 2024-07-24 14:51 UTC  (3+ messages)
` [PATCH v3 2/2] x86/mm/ident_map: Use gbpages only where full GB page should be mapped

[Patch] Do not clear BSS region in x86 stub
 2024-07-24  1:48 UTC  (12+ messages)

[efi:urgent] BUILD SUCCESS ae835a96d72cd025421910edb0e8faf706998727
 2024-07-22 12:34 UTC 

[RFC 0/7] UEFI emulator for kexec
 2024-07-19 14:54 UTC  (3+ messages)
` [RFC 3/7] efi/emulator: Initial rountines to emulate EFI boot time service


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).