messages from 2025-01-06 03:41:02 to 2025-01-22 01:12:09 UTC [more...]
[PATCH 0/2] A couple of build fixes for x86 when using GCC 15
2025-01-22 1:11 UTC (3+ messages)
` [PATCH 1/2] x86/boot: Use '-std=gnu11' to fix build with "
` [PATCH 2/2] efi: libstub: "
[PATCH RFC] x86: Add CONFIG_KERNEL_UNCOMPRESSED support
2025-01-21 22:16 UTC
[PATCH v5 0/5] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
2025-01-21 20:32 UTC (12+ messages)
` [PATCH v5 1/5] efi/cper, cxl: Prefix protocol error struct and function names with cxl_
` [PATCH v5 2/5] efi/cper, cxl: Make definitions and structures global
` [PATCH v5 3/5] efi/cper, cxl: Remove cper_cxl.h
` [PATCH v5 4/5] acpi/ghes, cper: Recognize and cache CXL Protocol errors
` [PATCH v5 5/5] acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors
[PATCH v3 0/8] convert efivarfs to manage object data correctly
2025-01-21 15:33 UTC (14+ messages)
` [PATCH v3 1/8] efivarfs: remove unused efi_varaible.Attributes and .kobj
` [PATCH v3 2/8] efivarfs: add helper to convert from UC16 name and GUID to utf8 name
` [PATCH v3 3/8] efivarfs: make variable_is_present use dcache lookup
` [PATCH v3 4/8] efivarfs: move variable lifetime management into the inodes
` [PATCH v3 5/8] efivarfs: remove unused efivarfs_list
` [PATCH v3 6/8] efivarfs: fix error on write to new variable leaving remnants
` [PATCH v3 7/8] selftests/efivarfs: fix tests for failed write removal
` [PATCH v3 8/8] selftests/efivarfs: add concurrent update tests
[efi:next] BUILD SUCCESS 374ac8cdcbf1651704b3ed2b8a272363b157d7af
2025-01-20 15:16 UTC
[RFC 0/2] efi/memattr: Fix memory corruption and warning issues
2025-01-20 11:48 UTC (29+ 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] efistub: add efi=quiet parameter to selectively silence efistub alone
2025-01-20 9:13 UTC (7+ messages)
[PATCH 0/2] efivarfs: fix ability to mimic uncommitted variables
2025-01-19 16:52 UTC (6+ messages)
` [PATCH 1/2] efivarfs: prevent setting of zero size on the inodes in the cache
` [PATCH 2/2] selftests/efivarfs: add check for disallowing file truncation
[PATCH v2 0/6] convert efivarfs to manage object data correctly
2025-01-19 16:46 UTC (25+ 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
backport request
2025-01-18 9:27 UTC (2+ messages)
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-01-17 11:23 UTC (36+ 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
[PATCH] efi: sysfb_efi: guard EFI-specific code with CONFIG_EFI
2025-01-15 15:24 UTC (4+ messages)
[RFC PATCH] efivarfs: Introduce efivarfs refresh remount
2025-01-15 15:17 UTC (6+ messages)
[efi:next] BUILD SUCCESS dc7d002071328298a2f4b7a10da39bc8cbad2e09
2025-01-15 8:25 UTC
[PATCH next] efivarfs: Fix a NULL vs IS_ERR() bug
2025-01-14 17:11 UTC (4+ messages)
[RFC PATCH 0/4] efi/zboot: Encapsulate ELF image for arm64
2025-01-14 16:47 UTC (11+ messages)
` [RFC PATCH 1/4] efi/libstub: Avoid legacy decompressor zlib/zstd wrappers
[efi:next] BUILD SUCCESS ac38e9c70c5932b3cec02eb203d0e3b92dd67e7c
2025-01-10 23:52 UTC
[PATCH v4 0/5] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
2025-01-10 16:24 UTC (12+ 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 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 (6+ messages)
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