public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-07 23:12:00 to 2025-10-28 17:45:48 UTC [more...]

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-28 17:45 UTC  (63+ 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
` [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 v2] efistub: Only link libstub to final vmlinux
 2025-10-28 13:47 UTC  (33+ messages)

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

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

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

[PATCH v10 00/15] x86: Enable Linear Address Space Separation support
 2025-10-22 20:03 UTC  (53+ 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 04/15] x86/cpu: Set LASS CR4 bit as pinning sensitive
` [PATCH v10 05/15] x86/cpu: Defer CR pinning enforcement until late_initcall()
` [PATCH v10 08/15] x86/vsyscall: Reorganize the page fault emulation code
` [PATCH v10 09/15] x86/traps: Consolidate user fixups in exc_general_protection()

*** Urgent Change ***
 2025-10-17 12:45 UTC 

[PATCH v4 resend 0/7] arm64: Make EFI calls preemptible
 2025-10-15 20:56 UTC  (8+ messages)
` [PATCH v4 resend 1/7] efi: Add missing static initializer for efi_mm::cpus_allowed_lock
` [PATCH v4 resend 2/7] efi/runtime-wrappers: Keep track of the efi_runtime_lock owner
` [PATCH v4 resend 3/7] arm64/fpsimd: Don't warn when EFI execution context is preemptible
` [PATCH v4 resend 4/7] arm64/fpsimd: Permit kernel mode NEON with IRQs off
` [PATCH v4 resend 5/7] arm64/efi: Drop efi_rt_lock spinlock from EFI arch wrapper
` [PATCH v4 resend 6/7] arm64/efi: Move uaccess en/disable out of efi_set_pgd()
` [PATCH v4 resend 7/7] arm64/efi: Call EFI runtime services without disabling preemption

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2025-10-15  9:21 UTC  (9+ messages)
` [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64
  ` [RFC PATCH 1/4] llvm-cov: add Clang's Source-based Code Coverage support
  ` [RFC PATCH 2/4] llvm-cov: add Clang's MC/DC support
  ` [RFC PATCH 3/4] x86: disable llvm-cov instrumentation
  ` [RFC PATCH 4/4] x86: enable llvm-cov support

[PATCH v3] Documentation/x86: explain LINUX_EFI_INITRD_MEDIA_GUID
 2025-10-14 13:56 UTC  (3+ messages)

[PATCH v7 00/22] x86: strict separation of startup code
 2025-10-13  9:40 UTC  (3+ messages)
` [PATCH v7 15/22] objtool: Add action to check for absence of absolute relocations

[PATCH v3] efi/memattr: Convert efi_memattr_init() return type to void
 2025-10-10 10:44 UTC 

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:57 UTC  (8+ messages)
        ` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:09 UTC  (15+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}


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