Linux EFI development
 help / color / mirror / Atom feed
 messages from 2025-10-21 13:48:07 to 2025-10-31 04:12:46 UTC [more...]

[PATCH] efi/riscv: Remove the useless failure return message print
 2025-10-31  4:12 UTC  (2+ messages)

fms extension (Was: [PATCH] fs/pipe: stop duplicating union pipe_index declaration)
 2025-10-31  1:34 UTC  (5+ messages)

[PATCH v10 00/15] x86: Enable Linear Address Space Separation support
 2025-10-30 21:37 UTC  (26+ messages)
` [PATCH v10 01/15] x86/cpu: Enumerate the LASS feature bits
` [PATCH v10 02/15] x86/asm: Introduce inline memcpy and memset
` [PATCH v10 03/15] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCH v10 08/15] x86/vsyscall: Reorganize the page fault emulation code

[PATCH v11 0/9] x86: Enable Linear Address Space Separation support
 2025-10-30 21:13 UTC  (18+ messages)
` [PATCH v11 1/9] x86/cpufeatures: Enumerate the LASS feature bits
` [PATCH v11 2/9] x86/cpu: Add an LASS dependency on SMAP
` [PATCH v11 3/9] x86/asm: Introduce inline memcpy and memset
` [PATCH v11 4/9] x86/alternatives: Disable LASS when patching kernel code
` [PATCH v11 5/9] x86/efi: Disable LASS while mapping the EFI runtime services
` [PATCH v11 6/9] x86/kexec: Disable LASS during relocate kernel
` [PATCH v11 7/9] x86/traps: Communicate a LASS violation in #GP message
` [PATCH v11 8/9] selftests/x86: Update the negative vsyscall tests to expect a #GP
` [PATCH v11 9/9] x86/cpu: Enable LASS by default during CPU initialization

Secure boot with the (not deprecated) EFI protocol
 2025-10-30 14:52 UTC  (2+ messages)

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-30 13:35 UTC  (87+ messages)
` [PATCH v2 01/50] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v2 02/50] tracefs: fix a leak in eventfs_create_events_dir()
` [PATCH v2 03/50] new helper: simple_remove_by_name()
` [PATCH v2 04/50] new helper: simple_done_creating()
` [PATCH v2 05/50] introduce a flag for explicitly marking persistently pinned dentries
` [PATCH v2 06/50] primitives for maintaining persisitency
` [PATCH v2 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
  ` [External] : "
` [PATCH v2 08/50] convert ramfs and tmpfs
` [PATCH v2 09/50] procfs: make /self and /thread_self dentries persistent
` [PATCH v2 10/50] configfs, securityfs: kill_litter_super() not needed
` [PATCH v2 11/50] convert xenfs
` [PATCH v2 12/50] convert smackfs
` [PATCH v2 13/50] convert hugetlbfs
` [PATCH v2 14/50] convert mqueue
` [PATCH v2 15/50] convert bpf
` [PATCH v2 16/50] convert dlmfs
` [PATCH v2 17/50] convert fuse_ctl
` [PATCH v2 18/50] convert pstore
` [PATCH v2 19/50] convert tracefs
` [PATCH v2 20/50] convert debugfs
` [PATCH v2 21/50] debugfs: remove duplicate checks in callers of start_creating()
` [PATCH v2 22/50] convert efivarfs
` [PATCH v2 23/50] convert spufs
` [PATCH v2 24/50] convert ibmasmfs
` [PATCH v2 25/50] ibmasmfs: get rid of ibmasmfs_dir_ops
` [PATCH v2 26/50] convert devpts
` [PATCH v2 27/50] binderfs: use simple_start_creating()
` [PATCH v2 28/50] binderfs_binder_ctl_create(): kill a bogus check
` [PATCH v2 29/50] convert binderfs
` [PATCH v2 30/50] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
` [PATCH v2 31/50] convert autofs
` [PATCH v2 32/50] convert binfmt_misc
` [PATCH v2 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v2 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v2 35/50] convert selinuxfs
` [PATCH v2 36/50] functionfs: switch to simple_remove_by_name()
` [PATCH v2 37/50] convert functionfs
` [PATCH v2 38/50] gadgetfs: switch to simple_remove_by_name()
` [PATCH v2 39/50] convert gadgetfs
` [PATCH v2 40/50] hypfs: don't pin dentries twice
` [PATCH v2 41/50] hypfs: switch hypfs_create_str() to returning int
` [PATCH v2 42/50] hypfs: swich hypfs_create_u64() "
` [PATCH v2 43/50] convert hypfs
` [PATCH v2 44/50] convert rpc_pipefs
` [PATCH v2 45/50] convert nfsctl
` [PATCH v2 46/50] convert rust_binderfs
` [PATCH v2 47/50] get rid of kill_litter_super()
` [PATCH v2 48/50] convert securityfs
` [PATCH v2 49/50] kill securityfs_recursive_remove()
` [PATCH v2 50/50] d_make_discardable(): warn if given a non-persistent dentry

[PATCH 1/2] ARM/efi: Remove duplicate permission settings
 2025-10-30 10:44 UTC  (13+ messages)
` [PATCH 2/2] efi/arm*: Remove the useless failure return message print

[PATCH v2 0/2] x86: Fix kexec 5-level to 4-level paging transition
 2025-10-30 10:23 UTC  (6+ messages)
` [PATCH v2 1/2] x86/boot: Fix page table access in "
` [PATCH v2 2/2] efi/libstub: "

[RFC PATCH v2 00/10] Add RAS support for RISC-V architecture
 2025-10-29 11:26 UTC  (11+ messages)
` [RFC PATCH v2 01/10] riscv: Define ioremap_cache for RISC-V
` [RFC PATCH v2 02/10] riscv: Define arch_apei_get_mem_attribute "
` [RFC PATCH v2 03/10] acpi: Introduce SSE in HEST notification types
` [RFC PATCH v2 04/10] riscv: Add fixmap indices for GHES IRQ and SSE contexts
` [RFC PATCH v2 05/10] riscv: conditionally compile GHES NMI spool function
` [RFC PATCH v2 06/10] riscv: Add functions to register ghes having SSE notification
` [RFC PATCH v2 07/10] riscv: Add RISC-V entries in processor type and ISA strings
` [RFC PATCH v2 08/10] riscv: Introduce HEST SSE notification handlers
` [RFC PATCH v2 09/10] riscv: Select HAVE_ACPI_APEI required for RAS
` [RFC PATCH v2 10/10] riscv: Enable APEI GHES driver in defconfig

[PATCH v2] efistub: Only link libstub to final vmlinux
 2025-10-28 13:47 UTC  (18+ messages)

[PATCH 0/3] x86: Fix kexec 5-level to 4-level paging transition
 2025-10-25 21:50 UTC  (19+ messages)
` [PATCH 1/3] x86/boot: Fix page table access in "
` [PATCH 2/3] efi/libstub: "
` [PATCH 3/3] x86/mm: Move _PAGE_BIT_NOPTISHADOW from bit 58 to bit 9

[PATCH v2 0/2] DMI: Scan for DMI table from DTS info
 2025-10-24 18:07 UTC  (8+ messages)

[PATCH 0/5] efi: x86: Provide EDID from GOP device
 2025-10-24 12:06 UTC  (12+ messages)
` [PATCH 1/5] efi: Fix trailing whitespace in header file
` [PATCH 2/5] efi/libstub: gop: Find GOP handle instead of GOP data
` [PATCH 3/5] efi/libstub: gop: Initialize screen_info in helper function
` [PATCH 4/5] efi/libstub: gop: Add support for reading EDID
` [PATCH 5/5] efi/libstub: x86: Store EDID in boot_params

[PATCH 0/2] Remove duplicate function calls and useless message
 2025-10-23 10:55 UTC  (2+ messages)


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