Linux EFI development
 help / color / mirror / Atom feed
 messages from 2025-09-14 03:50:34 to 2025-10-07 20:20:43 UTC [more...]

[PATCH v10 00/15] x86: Enable Linear Address Space Separation support
 2025-10-07 20:20 UTC  (32+ 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 06/15] x86/efi: Disable LASS while mapping the EFI runtime services
` [PATCH v10 07/15] x86/kexec: Disable LASS during relocate kernel
` [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()
` [PATCH v10 10/15] x86/vsyscall: Add vsyscall emulation for #GP
` [PATCH v10 11/15] x86/vsyscall: Disable LASS if vsyscall mode is set to EMULATE
` [PATCH v10 12/15] x86/traps: Communicate a LASS violation in #GP message
` [PATCH v10 13/15] x86/traps: Generalize #GP address decode and hint code
` [PATCH v10 14/15] x86/traps: Provide additional hints for a kernel stack segment fault
` [PATCH v10 15/15] x86/cpu: Enable LASS by default during CPU initialization

[PATCH 00/62] initrd: remove classic initrd support
 2025-10-06  6:19 UTC  (5+ messages)

[GIT PULL] EFI updates for v6.18
 2025-10-05 19:46 UTC  (2+ messages)

[efi:next] BUILD SUCCESS 99da5bf3dd6a8cb951adcace6153c34c86547811
 2025-09-30 16:29 UTC 

[PATCH v2] efistub: Only link libstub to final vmlinux
 2025-09-30  2:52 UTC  (6+ messages)

[PATCH] efi/x86: Memory protection on EfiGcdMemoryTypeMoreReliable
 2025-09-29 15:14 UTC  (2+ messages)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-29  9:13 UTC  (68+ messages)
` [PATCH RESEND 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH RESEND 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
` [PATCH RESEND 04/62] init: x86, arm, sh, sparc: remove variable rd_image_start, which controls starting block number of initrd
` [PATCH RESEND 05/62] init: remove "ramdisk_start" command line parameter, "
` [PATCH RESEND 06/62] arm: init: remove special logic for setting brd.rd_size
` [PATCH RESEND 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 13/62] ext2: remove ext2_image_size and associated code
` [PATCH RESEND 16/62] brd: remove "ramdisk_size" command line parameter
` [PATCH RESEND 17/62] doc: modernize Documentation/filesystems/ramfs-rootfs-initramfs.rst
` [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}
` [PATCH RESEND 38/62] init: remove most headers from init/do_mounts.h
` [PATCH RESEND 39/62] init: make console_on_rootfs static
` [PATCH RESEND 40/62] init: rename free_initrd_mem to free_initramfs_mem
` [PATCH RESEND 41/62] init: rename reserve_initrd_mem to reserve_initramfs_mem
` [PATCH RESEND 42/62] init: rename <linux/initrd.h> to <linux/initramfs.h>
` [PATCH RESEND 43/62] setsid: inline ksys_setsid into the only caller
` [PATCH RESEND 44/62] doc: kernel-parameters: remove [RAM] from reserve_mem=
` [PATCH RESEND 45/62] doc: kernel-parameters: replace [RAM] with [INITRAMFS]
` [PATCH RESEND 46/62] init: edit docs for initramfs-related configs
` [PATCH RESEND 47/62] init: fix typo: virtul => virtual
` [PATCH RESEND 48/62] init: fix comment
` [PATCH RESEND 49/62] init: rename ramdisk_execute_command to initramfs_execute_command
` [PATCH RESEND 50/62] init: rename ramdisk_command_access to initramfs_command_access
` [PATCH RESEND 51/62] init: rename get_boot_config_from_initrd to get_boot_config_from_initramfs
` [PATCH RESEND 52/62] init: rename do_retain_initrd to retain_initramfs
` [PATCH RESEND 53/62] init: rename kexec_free_initrd to kexec_free_initramfs
` [PATCH RESEND 54/62] init: arm, x86: deal with some references to initrd
` [PATCH RESEND 55/62] init: rename CONFIG_BLK_DEV_INITRD to CONFIG_INITRAMFS
` [PATCH RESEND 56/62] init: rename CONFIG_RD_GZIP to CONFIG_INITRAMFS_DECOMPRESS_GZIP
` [PATCH RESEND 57/62] init: rename CONFIG_RD_BZIP2 to CONFIG_INITRAMFS_DECOMPRESS_BZIP2
` [PATCH RESEND 58/62] init: rename CONFIG_RD_LZMA to CONFIG_INITRAMFS_DECOMPRESS_LZMA
` [PATCH RESEND 59/62] init: rename CONFIG_RD_XZ to CONFIG_INITRAMFS_DECOMPRESS_XZ
` [PATCH RESEND 60/62] init: rename CONFIG_RD_LZO to CONFIG_INITRAMFS_DECOMPRESS_LZO
` [PATCH RESEND 61/62] init: rename CONFIG_RD_LZ4 to CONFIG_INITRAMFS_DECOMPRESS_LZ4
` [PATCH RESEND 62/62] init: rename CONFIG_RD_ZSTD to CONFIG_INITRAMFS_DECOMPRESS_ZSTD
          ` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH v1 0/3] Only link libstub to final vmlinux
 2025-09-25  2:43 UTC  (5+ messages)
` [PATCH v1 1/3] LoongArch: "
` [PATCH v1 2/3] arm64: "
` [PATCH v1 3/3] riscv: "

[PATCHES][RFC] the meat of tree-in-dcache series
 2025-09-24 16:56 UTC  (50+ messages)
` [PATCH 01/39] new helper: simple_remove_by_name()
  ` [PATCH 02/39] new helper: simple_done_creating()
  ` [PATCH 03/39] introduce a flag for explicitly marking persistently pinned dentries
  ` [PATCH 04/39] primitives for maintaining persisitency
  ` [PATCH 05/39] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
  ` [PATCH 06/39] convert ramfs and tmpfs
  ` [PATCH 07/39] procfs: make /self and /thread_self dentries persistent
  ` [PATCH 08/39] configfs, securityfs: kill_litter_super() not needed
  ` [PATCH 09/39] convert xenfs
  ` [PATCH 10/39] convert smackfs
  ` [PATCH 11/39] convert hugetlbfs
  ` [PATCH 12/39] convert mqueue
  ` [PATCH 13/39] convert bpf
  ` [PATCH 14/39] convert dlmfs
  ` [PATCH 15/39] convert fuse_ctl
  ` [PATCH 16/39] convert pstore
  ` [PATCH 17/39] convert tracefs
  ` [PATCH 18/39] convert debugfs
  ` [PATCH 19/39] debugfs: remove duplicate checks in callers of start_creating()
  ` [PATCH 20/39] convert efivarfs
  ` [PATCH 21/39] convert spufs
  ` [PATCH 22/39] convert ibmasmfs
  ` [PATCH 23/39] ibmasmfs: get rid of ibmasmfs_dir_ops
  ` [PATCH 24/39] convert devpts
  ` [PATCH 25/39] binderfs: use simple_start_creating()
  ` [PATCH 26/39] binderfs_binder_ctl_create(): kill a bogus check
  ` [PATCH 27/39] convert binderfs
  ` [PATCH 28/39] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
  ` [PATCH 29/39] convert autofs
  ` [PATCH 30/39] convert binfmt_misc
  ` [PATCH 31/39] convert selinuxfs
  ` [PATCH 32/39] functionfs: switch to simple_remove_by_name()
  ` [PATCH 33/39] convert functionfs
  ` [PATCH 34/39] gadgetfs: switch to simple_remove_by_name()
  ` [PATCH 35/39] convert gadgetfs
  ` [PATCH 36/39] hypfs: don't pin dentries twice
  ` [PATCH 37/39] hypfs: switch hypfs_create_str() to returning int
  ` [PATCH 38/39] hypfs: swich hypfs_create_u64() "
  ` [PATCH 39/39] convert hypfs

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

Thematic Funds Letter Of Intent
 2025-09-23 23:54 UTC 

[PATCH v2] Documentation/x86: explain LINUX_EFI_INITRD_MEDIA_GUID
 2025-09-22 10:51 UTC  (5+ messages)

[PATCH v2 RESEND] Documentation/x86: explain LINUX_EFI_INITRD_MEDIA_GUID
 2025-09-22  8:19 UTC 

[PATCH v3 0/8] arm64: Make EFI calls preemptible
 2025-09-22  6:55 UTC  (22+ messages)
` [PATCH v3 1/8] efi: Add missing static initializer for efi_mm::cpus_allowed_lock
` [PATCH v3 2/8] efi/runtime: Return success/failure from arch_efi_call_virt_setup()
` [PATCH v3 3/8] efi/runtime: Deal with arch_efi_call_virt_setup() returning failure
` [PATCH v3 4/8] arm64/fpsimd: Permit kernel mode NEON with IRQs off
` [PATCH v3 5/8] arm64/fpsimd: Drop special handling for EFI runtime services
` [PATCH v3 6/8] arm64/efi: Use a mutex to protect the EFI stack and FP/SIMD state
` [PATCH v3 7/8] arm64/efi: Move uaccess en/disable out of efi_set_pgd()
` [PATCH v3 8/8] arm64/efi: Call EFI runtime services without disabling preemption

[efi:next] BUILD SUCCESS ea62db903f0ba80832e2fc7834e5febfc3e305c1
 2025-09-19 10:20 UTC 

[PATCH 0/3] arm64/ptdump: Add cmdline 'early_ptdump'
 2025-09-18 12:02 UTC  (2+ messages)

[PATCH v4 0/3] efi: Don't initalize SEV-SNP from the EFI stub
 2025-09-15 16:08 UTC  (7+ messages)
` [PATCH v4 3/3] x86/efistub: Don't bother enabling SEV in "

[PATCH v2 0/7] arm64: Make EFI calls preemptible
 2025-09-15  9:05 UTC  (3+ messages)

[RFC PATCH 0/3] Remove unused EFI runtime APIs
 2025-09-14 21:16 UTC  (3+ messages)
` [RFC PATCH 1/3] efi-rtc: Remove wakeup functionality
  ` (subset) "


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