linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-11 06:55:28 to 2025-11-21 15:16:33 UTC [more...]

[PATCH 0/6] arch,sysfb: Move screen and edid info into single place
 2025-11-21 15:16 UTC  (9+ messages)
` [PATCH 1/6] efi: earlycon: Reduce number of references to global screen_info
` [PATCH 2/6] efi: sysfb_efi: "
` [PATCH 3/6] sysfb: Add struct sysfb_display_info
` [PATCH 4/6] sysfb: Replace screen_info with sysfb_primary_display
` [PATCH 5/6] sysfb: Pass sysfb_primary_display to devices
` [PATCH 6/6] sysfb: Move edid_info into sysfb_primary_display

[PATCH v2] efistub: Only link libstub to final vmlinux
 2025-11-21 14:36 UTC  (24+ messages)

[PATCH 0/3] video/efi: Support FIRMWARE_EDID on non-x86
 2025-11-21 14:03 UTC  (8+ messages)
` [PATCH 1/3] efi: Wrap screen_info in efi_screen_info so edid_info can be added later
` [PATCH 2/3] video/edid: Use getter function for edid_info
` [PATCH 3/3] efi: Add FIRMWARE_EDID support

[PATCH v6 0/5] Fix issues with ARM Processor CPER records
 2025-11-21  8:40 UTC  (3+ messages)

[PATCH v1] kbuild: Add KBUILD_VMLINUX_LIBS_PRELINK
 2025-11-21  7:01 UTC  (2+ messages)

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20 14:52 UTC  (6+ messages)
` [PATCH 12/44] block: use min() instead of min_t()
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits

[PATCH v2 22/50] convert efivarfs
 2025-11-19 21:15 UTC  (13+ messages)
                  ` [REGRESSION] "

[PATCH 0/2] efi/arm64: Simplify SVE/SME state preserve/restore
 2025-11-19 17:54 UTC  (4+ messages)
` [PATCH 1/2] lkdtm/bugs: Add cases for BUG and PANIC occurring in hardirq context
` [PATCH 2/2] arm64/efi: Remove unneeded SVE/SME fallback preserve/store handling

Wiadomość z księgowości
 2025-11-19  9:01 UTC 

[PATCH 0/5] efi: x86: Provide EDID from GOP device
 2025-11-18 19:41 UTC  (11+ messages)
` [PATCH 3/5] efi/libstub: gop: Initialize screen_info in helper function
` [PATCH 4/5] efi/libstub: gop: Add support for reading EDID

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

[PATCH v12 0/8] x86: Enable base Linear Address Space Separation support
 2025-11-18 11:23 UTC  (14+ messages)
` [PATCH v12 1/8] x86/cpufeatures: Enumerate the LASS feature bits
` [PATCH v12 2/8] x86/cpu: Add an LASS dependency on SMAP
` [PATCH v12 3/8] x86/asm: Introduce inline memcpy and memset
` [PATCH v12 4/8] x86/alternatives: Disable LASS when patching kernel code
` [PATCH v12 5/8] x86/kexec: Disable LASS during relocate kernel
` [PATCH v12 6/8] x86/traps: Communicate a LASS violation in #GP message
` [PATCH v12 7/8] selftests/x86: Update the negative vsyscall tests to expect a #GP
` [PATCH v12 8/8] x86/cpu: Enable LASS during CPU initialization

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

[PATCH v3 00/50] tree-in-dcache stuff
 2025-11-18  2:35 UTC  (49+ messages)
` [PATCH v3 01/50] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v3 03/50] new helper: simple_remove_by_name()
` [PATCH v3 17/50] convert fuse_ctl
` [PATCH v3 29/50] convert binderfs
` [PATCH v3 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v3 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v3 35/50] convert selinuxfs
` [PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
        ` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())
                  ` [PATCH 1/4] functionfs: don't abuse ffs_data_closed() on fs shutdown
                  ` [PATCH 2/4] functionfs: don't bother with ffs->ref in ffs_data_{opened,closed}()
                  ` [PATCH 3/4] functionfs: need to cancel ->reset_work in ->kill_sb()
                  ` [PATCH 4/4] functionfs: fix the open/removal races
` [PATCH v3 37/50] convert functionfs
` [PATCH v3 38/50] gadgetfs: switch to simple_remove_by_name()
` [PATCH v3 39/50] convert gadgetfs
` [PATCH v3 40/50] hypfs: don't pin dentries twice
` [PATCH v3 41/50] hypfs: switch hypfs_create_str() to returning int
` [PATCH v3 42/50] hypfs: swich hypfs_create_u64() "
` [PATCH v3 43/50] convert hypfs
` [PATCH v3 44/50] convert rpc_pipefs
` [PATCH v3 45/50] convert nfsctl
` [PATCH v3 46/50] convert rust_binderfs
` [PATCH v3 47/50] get rid of kill_litter_super()
` [PATCH v3 48/50] convert securityfs
` [PATCH v3 49/50] kill securityfs_recursive_remove()
` [PATCH v3 50/50] d_make_discardable(): warn if given a non-persistent dentry

[PATCH 0/2] efi/reboot: Enable platform specific reset on arm64
 2025-11-17  6:43 UTC  (12+ messages)
` [PATCH 1/2] efi/reboot: Add support for EFI_RESET_PLATFORM_SPECIFIC
` [PATCH 2/2] arm64: efi: Pass reboot cmd parameter to efi_reboot()

[efi:next] BUILD SUCCESS cb46a58d77e5b433e9f4538faaa2a73970157e8d
 2025-11-16 20:13 UTC 

[PATCH v11 0/9] x86: Enable Linear Address Space Separation support
 2025-11-12 16:29 UTC  (13+ messages)
` [PATCH v11 4/9] x86/alternatives: Disable LASS when patching kernel code

[PATCH v4 resend 0/7] arm64: Make EFI calls preemptible
 2025-11-11 20:16 UTC  (5+ messages)

[PATCH v3] efi/memattr: Convert efi_memattr_init() return type to void
 2025-11-11 18:12 UTC  (2+ messages)

[PATCH] efi: stmm: fix kernel-doc "bad line" warnings
 2025-11-11 18:09 UTC  (3+ messages)


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