linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-19 19:56:39 to 2025-01-10 23:52:53 UTC [more...]

[efi:next] BUILD SUCCESS ac38e9c70c5932b3cec02eb203d0e3b92dd67e7c
 2025-01-10 23:52 UTC 

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-10 18:40 UTC  (30+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
` [PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag

[RFC 0/2] efi/memattr: Fix memory corruption and warning issues
 2025-01-10 17:33 UTC  (21+ messages)
` [RFC 1/2] efi/memattr: Use desc_size instead of total size to check for corruption
` [RFC 2/2] efi/memattr: add efi_mem_attr_table as a reserved region in 820_table_firmware

[PATCH v4 0/5] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
 2025-01-10 16:24 UTC  (16+ 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

fs/efivarfs/vars.c:375: warning: Function parameter or struct member 'duplicate_check' not described in 'efivar_init'
 2025-01-09 22:22 UTC  (3+ messages)

[PATCH 0/3] efi/memattr: Improve the efi_memattr_init function
 2025-01-09 17:45 UTC  (11+ 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 v2 0/6] convert efivarfs to manage object data correctly
 2025-01-09 16:11 UTC  (11+ 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

[PATCH 0/6] x86/efi/mixed: Decouple from legacy decompressor
 2025-01-08 18:22 UTC  (7+ 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 5/6] x86/efi/mixed: Reduce padding by moving some code around
` [PATCH 6/6] x86/efi/mixed: Move mixed mode startup code into libstub

[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] efi: bump up EFI_MMAP_NR_SLACK_SLOTS to 32
 2025-01-07  7:36 UTC  (5+ messages)

[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  (31+ 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] 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  (20+ messages)
` [PATCH 3/6] efivarfs: make variable_is_present use dcache lookup
` [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  (10+ messages)
` [PATCH v12 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [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


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