linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-28 23:12:41 to 2025-04-12 14:33:44 UTC [more...]

[PATCH v4 00/11] x86: Refactor and consolidate startup code
 2025-04-12 14:33 UTC  (18+ messages)
` [PATCH v4 01/11] x86/asm: Make rip_rel_ptr() usable from fPIC code
` [PATCH v4 02/11] x86/boot: Move the early GDT/IDT setup code into startup/
` [PATCH v4 03/11] x86/boot: Move early kernel mapping "
` [PATCH v4 04/11] x86/boot: Drop RIP_REL_REF() uses from early mapping code
  ` [tip: x86/boot] "
` [PATCH v4 05/11] x86/boot: Move early SME init code into startup/
  ` [tip: x86/boot] "
` [PATCH v4 06/11] x86/boot: Drop RIP_REL_REF() uses from SME startup code
  ` [tip: x86/boot] "
` [PATCH v4 07/11] x86/sev: Prepare for splitting off early SEV code
  ` [tip: x86/boot] "
` [PATCH v4 08/11] x86/sev: Split off startup code from core code
` [PATCH v4 09/11] x86/boot: Move SEV startup code into startup/
` [PATCH v4 10/11] x86/boot: Drop RIP_REL_REF() uses from early SEV code
` [PATCH v4 11/11] x86/asm: Retire RIP_REL_REF()

[PATCH v13 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-11 21:40 UTC  (24+ messages)
` [PATCH v13 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v13 02/19] x86: Secure Launch Kconfig
` [PATCH v13 03/19] x86: Secure Launch Resource Table header file
` [PATCH v13 04/19] x86: Secure Launch main "
` [PATCH v13 05/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v13 06/19] x86: Add early SHA-256 "
` [PATCH v13 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v13 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v13 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v13 10/19] x86: Secure Launch kernel late "
` [PATCH v13 11/19] x86: Secure Launch SMP bringup support
` [PATCH v13 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v13 13/19] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v13 14/19] tpm, tpm_tis: Close all localities
` [PATCH v13 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v13 16/19] tpm, tpm_tis: Allow locality to be set to a different value
` [PATCH v13 17/19] tpm, sysfs: Show locality used by kernel
` [PATCH v13 18/19] x86: Secure Launch late initcall platform module
` [PATCH v13 19/19] x86/efi: EFI stub DRTM launch support for Secure Launch

[PATCH v3] x86/boot/sev: Avoid shared GHCB page for early memory acceptance
 2025-04-11 19:11 UTC  (4+ messages)

Why isn't the EFI memory map published in /sys/firmware/efi?
 2025-04-10 17:30 UTC  (3+ messages)

[PATCH v2 0/3] efistub/x86: Fix early SEV-SNP memory acceptance
 2025-04-10 13:28 UTC  (17+ messages)
` [PATCH v2 1/3] x86/boot: Move accept_memory() into decompressor
` [PATCH v2 2/3] x86/boot: Use separate API for memory acceptance in the EFI stub
` [PATCH v2 3/3] x86/boot: Implement early memory acceptance for SEV-SNP

[PATCH v3 0/7] x86: Refactor and consolidate startup code
 2025-04-09 12:01 UTC  (16+ messages)
` [PATCH v3 1/7] x86/boot/startup: Disable objtool validation for library code
` [PATCH v3 2/7] x86/asm: Make rip_rel_ptr() usable from fPIC code
` [PATCH v3 3/7] x86/boot: Move the early GDT/IDT setup code into startup/
` [PATCH v3 4/7] x86/boot: Move early kernel mapping "
` [PATCH v3 5/7] x86/boot: Drop RIP_REL_REF() uses from early mapping code
` [PATCH v3 6/7] x86/boot: Move early SME init code into startup/
` [PATCH v3 7/7] x86/boot: Drop RIP_REL_REF() uses from SME startup code

[PATCH v13 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-09  9:15 UTC  (23+ messages)
` [PATCH v13 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v13 05/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v13 06/19] x86: Add early SHA-256 "
` [PATCH v13 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v13 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v13 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v13 10/19] x86: Secure Launch kernel late "
` [PATCH v13 11/19] x86: Secure Launch SMP bringup support
` [PATCH v13 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v13 13/19] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v13 14/19] tpm, tpm_tis: Close all localities
` [PATCH v13 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v13 16/19] tpm, tpm_tis: Allow locality to be set to a different value
` [PATCH v13 17/19] tpm, sysfs: Show locality used by kernel
` [PATCH v13 18/19] x86: Secure Launch late initcall platform module
` [PATCH v13 19/19] x86/efi: EFI stub DRTM launch support for Secure Launch

[PATCH 0/2] efivarfs: support freeze/thaw
 2025-04-09  7:17 UTC  (52+ messages)
  ` [PATCH 1/2] libfs: export find_next_child()
  ` [PATCH 2/2] efivarfs: support freeze/thaw
  ` [PATCH 0/6] power: wire-up filesystem freeze/thaw with suspend/resume
    ` [PATCH 1/6] ext4: replace kthread freezing with auto fs freezing
    ` [PATCH 2/6] btrfs: "
    ` [PATCH 3/6] xfs: "
    ` [PATCH 4/6] fs: add owner of freeze/thaw
    ` [PATCH 5/6] fs: allow pagefault based writers to be frozen
    ` [PATCH 6/6] power: freeze filesystems during suspend/resume
          ` [PATCH v2 0/4] power: wire-up filesystem freeze/thaw with suspend/resume
            ` [PATCH v2 1/4] fs: add owner of freeze/thaw
                ` [PATCH] fs: allow nesting with FREEZE_EXCL
            ` [PATCH v2 2/4] fs: allow all writers to be frozen
            ` [PATCH v2 3/4] power: freeze filesystems during suspend/resume
            ` [PATCH v2 4/4] kernfs: add warning about implementing freeze/thaw

Build Failure on linux-next (next-20250407)
 2025-04-09  6:06 UTC  (2+ messages)

[PATCH v2 0/8] drivers: Transition to the faux device interface
 2025-04-08 15:01 UTC  (4+ messages)
` [PATCH v2 4/8] rtc: efi: "
  ` (subset) "

[PATCH 0/2] drm,efi: Export efi_mem_desc_lookup for efidrm
 2025-04-08 11:03 UTC  (7+ messages)
` [PATCH 1/2] efi: Export symbol efi_mem_desc_lookup
` [PATCH 2/2] drm/sysfb: efidrm: Support module builds

[PATCH v2 0/2] x86: Refactor and consolidate startup code
 2025-04-07 18:06 UTC  (6+ messages)
` [PATCH v2 1/2] x86/boot: Move early kernel mapping code into startup/
` [PATCH v2 2/2] x86/boot: Move early SME init "

[PATCH V2 3/3] arm64/mm: Define ptdesc_t
 2025-04-07  5:31 UTC 

[RFC PATCH 0/6] x86: Refactor and consolidate startup code
 2025-04-06 19:24 UTC  (9+ messages)
` [RFC PATCH 1/6] x86/boot/compressed: Merge local pgtable.h include into asm/boot.h
` [RFC PATCH 2/6] x86/boot: Move 5-level paging trampoline into startup code
` [RFC PATCH 3/6] x86/boot: Move EFI mixed mode startup code back under arch/x86
` [RFC PATCH 4/6] x86/boot: Move early GDT/IDT setup code into startup/
` [RFC PATCH 5/6] x86/boot: Move early kernel mapping "
` [RFC PATCH 6/6] x86/boot: Move early SME init "

[PATCH] efi/libstub: Do not accept parts of memory before ExitBootServices()
 2025-04-02 18:32 UTC  (12+ messages)

[GIT PULL] EFI updates for v6.15
 2025-04-01  9:10 UTC  (13+ messages)

[PATCH] efi/efi_test: Fix missing pending status update in getwakeuptime
 2025-03-31  7:45 UTC 


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