messages from 2024-12-10 10:00:08 to 2025-01-08 18:22:52 UTC [more...]
[PATCH 0/6] x86/efi/mixed: Decouple from legacy decompressor
2025-01-08 18:22 UTC (5+ messages)
` [PATCH 1/6] x86/efi/mixed: Check CPU compatibility without relying on verify_cpu()
` [PATCH 2/6] x86/efi/mixed: Remove dependency on legacy startup_32 code
` [PATCH 3/6] x86/efi/mixed: Don't bother preserving 64-bit mode segment selectors
` [PATCH 4/6] x86/efi/mixed: Simplify and document thunking logic
[PATCH] efi: sysfb_efi: fix W=1 warnings when EFI is not set
2025-01-08 16:38 UTC (4+ messages)
[efi:next] BUILD SUCCESS 461fd55d17f0d9ee25547f4ad1d5cdb1403882c8
2025-01-08 7:14 UTC
[PATCH 0/2] efivarfs: fix hibernation problem with EFI variables
2025-01-07 21:31 UTC (3+ messages)
` [PATCH 1/2] efivarfs: abstract initial variable creation routine
` [PATCH 2/2] efivarfs: add variable resync after hibernation
[PATCH 0/3] efi/memattr: Improve the efi_memattr_init function
2025-01-07 12:05 UTC (8+ messages)
` [PATCH 1/3] efi/memattr: Convert efi_memattr_init() return type to void
` [PATCH 2/3] efi/memattr: Add FW_BUG prefix to firmware error messages
` [PATCH 3/3] efi/memattr: Include EFI memmap size in corruption warnings
[PATCH] efi: bump up EFI_MMAP_NR_SLACK_SLOTS to 32
2025-01-07 7:36 UTC (5+ messages)
[PATCH v2 0/6] convert efivarfs to manage object data correctly
2025-01-07 2:35 UTC (7+ messages)
` [PATCH v2 1/6] efivarfs: remove unused efi_varaible.Attributes and .kobj
` [PATCH v2 2/6] efivarfs: add helper to convert from UC16 name and GUID to utf8 name
` [PATCH v2 3/6] efivarfs: make variable_is_present use dcache lookup
` [PATCH v2 4/6] efivarfs: move freeing of variable entry into evict_inode
` [PATCH v2 5/6] efivarfs: remove unused efivarfs_list
` [PATCH v2 6/6] efivarfs: fix error on write to new variable leaving remnants
[efi:next 6/9] drivers/firmware/efi/libstub/gop.c:283:7: warning: variable 'depth' is used uninitialized whenever switch case is taken
2025-01-07 0:27 UTC
[RFC PATCH v3 00/13] Clavis LSM
2025-01-06 17:15 UTC (24+ messages)
` [RFC PATCH v3 01/13] certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check
` [RFC PATCH v3 02/13] certs: Introduce ability to link to a system key
` [RFC PATCH v3 03/13] clavis: Introduce a new system keyring called clavis
` [RFC PATCH v3 04/13] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)
` [RFC PATCH v3 08/13] clavis: Introduce new LSM called clavis
` [RFC PATCH v3 13/13] clavis: Kunit support
[PATCH v4 00/11] driver core: Constify API device_find_child()
2025-01-03 0:29 UTC (32+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v4 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v4 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v4 06/11] driver core: Remove match_any()
` [PATCH v4 07/11] slimbus: core: Remove of_slim_match_dev()
` [PATCH v4 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v4 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v4 10/11] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v4 11/11] usb: typec: class: Remove both cable_match() and partner_match()
[PATCH v4 0/5] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
2025-01-02 19:56 UTC (10+ messages)
` [PATCH v4 1/5] efi/cper, cxl: Prefix protocol error struct and function names with cxl_
` [PATCH v4 2/5] efi/cper, cxl: Make definitions and structures global
` [PATCH v4 3/5] efi/cper, cxl: Remove cper_cxl.h
` [PATCH v4 4/5] acpi/ghes, cper: Recognize and cache CXL Protocol errors
` [PATCH v4 5/5] acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors
[PATCH] x86/efistub: Add options for forcing Apple set_os protocol
2024-12-30 3:09 UTC (6+ messages)
[PATCH 0/6] convert efivarfs to manage object data correctly
2024-12-27 14:52 UTC (27+ messages)
` [PATCH 1/6] efivarfs: remove unused efi_varaible.Attributes and .kobj
` [PATCH 2/6] efivarfs: add helper to convert from UC16 name and GUID to utf8 name
` [PATCH 3/6] efivarfs: make variable_is_present use dcache lookup
` [PATCH 4/6] efivarfs: move freeing of variable entry into evict_inode
` [PATCH 5/6] efivarfs: remove unused efivarfs_list
` [PATCH 6/6] efivarfs: fix error on write to new variable leaving remnants
[PATCH v5 00/12] driver core: Constify API device_find_child()
2024-12-24 16:25 UTC (16+ messages)
` [PATCH v5 01/12] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v5 02/12] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v5 03/12] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v5 04/12] driver core: Constify API device_find_child() and adapt for various usages
` [PATCH v5 05/12] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v5 06/12] driver core: Remove match_any()
` [PATCH v5 07/12] slimbus: core: Remove of_slim_match_dev()
` [PATCH v5 08/12] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v5 09/12] driver core: Introduce an device matching API device_match_type()
` [PATCH v5 10/12] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v5 11/12] cxl/pmem: Remove is_cxl_nvdimm_bridge()
` [PATCH v5 12/12] usb: typec: class: Remove both cable_match() and partner_match()
[PATCH] efi: Fix missing `efi_handover_entry` prototype
2024-12-21 23:28 UTC (3+ messages)
[efi:next] BUILD SUCCESS 7f0158f3ee12403c26e815c9df4f00d41ee3bb41
2024-12-21 12:20 UTC
[PATCH 0/7] EFI stub cleanup work
2024-12-20 14:17 UTC (10+ messages)
` [PATCH 1/7] x86/efistub: Drop long obsolete UGA support
` [PATCH 2/7] efi/libstub: Use C99-style for loop to traverse handle buffer
` [PATCH 3/7] efi/libstub: Simplify GOP handling code
` [PATCH 4/7] efi/libstub: Refactor and cleanup GOP resolution picker code
` [PATCH 5/7] efi/libstub: Simplify PCI I/O handle buffer traversal
` [PATCH 6/7] efi/libstub: Use cleanup helpers for freeing copies of the memory map
` [PATCH 7/7] efi/libstub: Use __free() helper for pool deallocations
[efi:next] BUILD SUCCESS ec4696925da6b9baec38345184403ce9e29a2e48
2024-12-20 11:26 UTC
[PATCH v12 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-12-19 19:42 UTC (20+ messages)
` [PATCH v12 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v12 02/19] x86: Secure Launch Kconfig
` [PATCH v12 03/19] x86: Secure Launch Resource Table header file
` [PATCH v12 04/19] x86: Secure Launch main "
` [PATCH v12 05/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v12 06/19] x86: Add early SHA-256 "
` [PATCH v12 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v12 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v12 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v12 10/19] x86: Secure Launch kernel late "
` [PATCH v12 11/19] x86: Secure Launch SMP bringup support
` [PATCH v12 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v12 13/19] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v12 14/19] tpm, tpm_tis: Close all localities
` [PATCH v12 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v12 16/19] tpm, tpm_tis: Allow locality to be set to a different value
` [PATCH v12 17/19] tpm, sysfs: Show locality used by kernel
` [PATCH v12 18/19] x86: Secure Launch late initcall platform module
` [PATCH v12 19/19] x86/efi: EFI stub DRTM launch support for Secure Launch
[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
2024-12-19 12:02 UTC (5+ messages)
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
[RFC PATCH 0/4] efi/zboot: Encapsulate ELF image for arm64
2024-12-18 15:03 UTC (5+ messages)
` [RFC PATCH 1/4] efi/libstub: Avoid legacy decompressor zlib/zstd wrappers
` [RFC PATCH 2/4] efi/zboot: Add support for ELF payloads
` [RFC PATCH 3/4] arm64/boot: Populate vmlinux ELF program headers
` [RFC PATCH 4/4] efi/arm64: Use ELF payload for EFI zboot
[GIT PULL] First batch of EFI fixes for v6.13
2024-12-16 0:13 UTC (2+ messages)
[PATCH] efi/mokvar: Use const 'struct bin_attribute' callback
2024-12-15 14:15 UTC
[efi:urgent] BUILD SUCCESS 145ac100b63732291c0612528444d7f5ab593fb2
2024-12-14 7:57 UTC
TPM/EFI issue [Was: Linux 6.12]
2024-12-14 3:54 UTC (8+ messages)
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-12-14 2:56 UTC (19+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
[PATCH] efi/esrt: remove esre_attribute::store()
2024-12-13 7:45 UTC (2+ messages)
I urge you to understand my viewpoint accurately
2024-12-13 4:25 UTC
[PATCH] efi: make the min and max mmap slack slots configurable
2024-12-11 23:12 UTC (2+ messages)
[PATCH AUTOSEL 6.6 10/23] LoongArch: Fix reserving screen info memory for above-4G firmware
2024-12-11 18:51 UTC
[PATCH AUTOSEL 6.12 17/36] LoongArch: Fix reserving screen info memory for above-4G firmware
2024-12-11 18:49 UTC
UEFI EBS() failures on Lenovo T14s
2024-12-10 13:49 UTC (7+ messages)
[efi:urgent] BUILD SUCCESS 2ab0837cb91b7de507daa145d17b3b6b2efb3abf
2024-12-10 13:18 UTC
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;
as well as URLs for NNTP newsgroup(s).