Linux EFI development
 help / color / mirror / Atom feed
 messages from 2025-08-12 13:54:34 to 2025-09-11 21:49:39 UTC [more...]

[PATCH v4 0/3] efi: Don't initalize SEV-SNP from the EFI stub
 2025-09-11 21:49 UTC  (7+ messages)
` [PATCH v4 1/3] x86/boot: Drop unused sev_enable() fallback
` [PATCH v4 2/3] x86/efistub: Obtain SEV CC blob address from the stub
` [PATCH v4 3/3] x86/efistub: Don't bother enabling SEV in the EFI stub

[PATCH] x86/Documentation: explain LINUX_EFI_INITRD_MEDIA_GUID
 2025-09-11 21:22 UTC  (14+ messages)

[PATCH 1/1] efi: capsule-loader: Use proper type when allocating cap_info->phys
 2025-09-11  9:02 UTC 

[PATCH v7 00/22] x86: strict separation of startup code
 2025-09-10 13:57 UTC  (47+ messages)
` [PATCH v7 01/22] x86/sev: Separate MSR and GHCB based snp_cpuid() via a callback
` [PATCH v7 02/22] x86/sev: Use MSR protocol for remapping SVSM calling area
` [PATCH v7 03/22] x86/sev: Use MSR protocol only for early SVSM PVALIDATE call
` [PATCH v7 04/22] x86/sev: Run RMPADJUST on SVSM calling area page to test VMPL
` [PATCH v7 05/22] x86/sev: Move GHCB page based HV communication out of startup code
` [PATCH v7 06/22] x86/sev: Avoid global variable to store virtual address of SVSM area
` [PATCH v7 07/22] x86/sev: Share implementation of MSR-based page state change
` [PATCH v7 08/22] x86/sev: Pass SVSM calling area down to early page state change API
` [PATCH v7 09/22] x86/sev: Use boot SVSM CA for all startup and init code
` [PATCH v7 10/22] x86/boot: Drop redundant RMPADJUST in SEV SVSM presence check
` [PATCH v7 11/22] x86/boot: Provide PIC aliases for 5-level paging related constants
` [PATCH v7 12/22] x86/sev: Provide PIC aliases for SEV related data objects
` [PATCH v7 13/22] x86/sev: Move __sev_[get|put]_ghcb() into separate noinstr object
` [PATCH v7 14/22] x86/sev: Export startup routines for later use
` [PATCH v7 15/22] objtool: Add action to check for absence of absolute relocations
` [PATCH v7 16/22] x86/boot: Check startup code "
` [PATCH v7 17/22] x86/boot: Revert "Reject absolute references in .head.text"
` [PATCH v7 18/22] x86/kbuild: Incorporate boot/startup/ via Kbuild makefile
` [PATCH v7 19/22] x86/boot: Create a confined code area for startup code
` [PATCH v7 20/22] efistub/x86: Remap inittext read-execute when needed
` [PATCH v7 21/22] x86/boot: Move startup code out of __head section
` [PATCH v7 22/22] x86/boot: Get rid of the .head.text section

[PATCH 0/3] arm64/ptdump: Add cmdline 'early_ptdump'
 2025-09-10  9:46 UTC  (4+ messages)
` [PATCH 1/3] arm64/ptdump: Re-organize ptdump_init()
` [PATCH 2/3] arm64/ptdump: Enable console output in pt_dump_seq_[printf|puts]()
` [PATCH 3/3] arm64/ptdump: Add 'early_ptdump' kernel command line option

[PATCH v3 0/2] efi: Fix EFI boot with kexec handover (KHO)
 2025-09-09 12:17 UTC  (12+ messages)
` [PATCH v3 1/2] kexec: introduce is_kho_boot()
` [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)
      `  "
          `  "

[PATCH v2 0/7] arm64: Make EFI calls preemptible
 2025-09-08 15:37 UTC  (12+ messages)
` [PATCH v2 1/7] efi: Add missing static initializer for efi_mm::cpus_allowed_lock
` [PATCH v2 2/7] efi/runtime: Return success/failure from arch_efi_call_virt_setup()
` [PATCH v2 3/7] efi/runtime: Deal with arch_efi_call_virt_setup() returning failure
` [PATCH v2 4/7] arm64/fpsimd: Don't warn when EFI execution context is preemptible
` [PATCH v2 5/7] arm64/efi: Use a semaphore to protect the EFI stack and FP/SIMD state
` [PATCH v2 6/7] arm64/efi: Move uaccess en/disable out of efi_set_pgd()
` [PATCH v2 7/7] arm64/efi: Call EFI runtime services without disabling preemption

Secure boot with the (not deprecated) EFI protocol
 2025-09-06  5:57 UTC 

[PATCH v3 0/7] Cleanup free_pages() misuse
 2025-09-05 18:02 UTC  (16+ messages)
` [PATCH v3 1/7] mm/page_alloc: Add kernel-docs for free_pages()
` [PATCH v3 2/7] aoe: Stop calling page_address() in free_page()
` [PATCH v3 3/7] x86: Stop calling page_address() in free_pages()
` [PATCH v3 4/7] riscv: "
` [PATCH v3 5/7] powerpc: "
` [PATCH v3 6/7] arm64: "
` [PATCH v3 7/7] virtio_balloon: "

[efi:urgent] BUILD SUCCESS 05e75ac35ee9e38f96bbfebf1830ec2cace2e7f8
 2025-08-30 17:28 UTC 

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2025-08-29 18:10 UTC  (5+ messages)

[PATCH] efi: Explain OVMF acronym in OVMF_DEBUG_LOG help text
 2025-08-29 17:02 UTC  (4+ messages)

[GIT PULL] EFI fixes for v6.17 #1
 2025-08-29 16:40 UTC  (2+ messages)

[efi:urgent] BUILD SUCCESS a6358f8cf64850f3f27857b8ed8c1b08cfc4685c
 2025-08-29  1:15 UTC 

[PATCH v6 00/22] x86: strict separation of startup code
 2025-08-28 14:47 UTC  (12+ messages)
` [PATCH v6 10/22] x86/boot: Drop redundant RMPADJUST in SEV SVSM presence check
` [PATCH v6 21/22] x86/boot: Move startup code out of __head section

[PATCH v3] efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare
 2025-08-28  6:40 UTC  (2+ messages)

[efi:urgent] BUILD SUCCESS 134ed1093907a79e5d98087513f13fd7652c4df9
 2025-08-27  7:47 UTC 

[PATCH v2] efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare
 2025-08-27  2:23 UTC  (3+ messages)

[PATCH] efistub: Lower default log level
 2025-08-26 16:34 UTC  (14+ messages)

[PATCH v3 0/4] efi: stmm: Fix for incorrect buffer allocation and cleanups
 2025-08-26 12:54 UTC  (7+ messages)
` [PATCH v3 1/4] efi: stmm: Fix incorrect buffer allocation method
` [PATCH v3 2/4] efi: stmm: Do not return EFI_OUT_OF_RESOURCES on internal errors
` [PATCH v3 3/4] efi: stmm: Drop unused EFI error from setup_mm_hdr arguments
` [PATCH v3 4/4] efi: stmm: Drop unneeded null pointer check

[PATCH v2 0/4] efi: stmm: Fix for incorrect buffer allocation and cleanups
 2025-08-25  8:17 UTC  (8+ messages)
` [PATCH v2 1/4] efi: stmm: Fix incorrect buffer allocation method
` [PATCH v2 2/4] efi: stmm: Do not return EFI_OUT_OF_RESOURCES on internal errors
` [PATCH v2 3/4] efi: stmm: Drop unused EFI error from setup_mm_hdr arguments
` [PATCH v2 4/4] efi: stmm: Drop unneeded null pointer check

[PATCH 0/3] efi: stmm: Fix for incorrect buffer allocation and cleanups
 2025-08-22  9:07 UTC  (14+ messages)
` [PATCH 1/3] efi: stmm: Fix incorrect buffer allocation method
` [PATCH 2/3] efi: stmm: Use EFI return code of setup_mm_hdr
` [PATCH 3/3] efi: stmm: Drop unneeded null pointer check

[PATCH v2 0/2] efi: Fix EFI boot with kexec handover (KHO)
 2025-08-20  8:24 UTC  (6+ messages)
` [PATCH v2 1/2] kexec: introduce is_kho_boot()
` [PATCH v2 2/2] efi: Support booting with kexec handover (KHO)

[PATCH v3 00/16] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-08-18 12:09 UTC  (10+ messages)
` [PATCH v3 07/16] x86/kvm/emulate: Introduce EM_ASM_1SRC2
` [PATCH v3 12/16] x86_64,hyperv: Use direct call to hypercall-page
` [PATCH v3 14/16] x86/fred: Play nice with invoking asm_fred_entry_from_kvm() on non-FRED hardware

[PATCH] efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare
 2025-08-15 10:04 UTC 

[PATCH v6 0/5] Fix issues with ARM Processor CPER records
 2025-08-14 16:52 UTC  (6+ messages)
` [PATCH v6 1/5] RAS: Report all ARM processor CPER information to userspace
` [PATCH v6 2/5] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v6 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v6 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v6 5/5] docs: efi: add CPER functions to driver-api

[PATCH v5 0/5] Fix issues with ARM Processor CPER records
 2025-08-14 16:13 UTC  (7+ messages)
` [PATCH v5 1/5] RAS: Report all ARM processor CPER information to userspace
` [PATCH v5 2/5] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v5 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v5 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v5 5/5] docs: efi: add CPER functions to driver-api

[PATCH] efi: Support booting with kexec handover (KHO)
 2025-08-14  8:51 UTC  (3+ messages)

[PATCH v4 0/5] Fix issues with ARM Processor CPER records
 2025-08-12 14:05 UTC  (7+ messages)
` [PATCH v4 1/5] RAS: Report all ARM processor CPER information to userspace


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