messages from 2025-08-26 07:23:11 to 2025-09-14 04:00:45 UTC [more...]
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-14 4:00 UTC (59+ 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 07/62] arm: init: remove ATAG_RAMDISK
` [PATCH RESEND 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 09/62] arm: init: document rd_start (in param_struct) as obsolete
` [PATCH RESEND 10/62] initrd: remove initrd (initial RAM disk) support
` [PATCH RESEND 11/62] init, efi: remove "noinitrd" command line parameter
` [PATCH RESEND 12/62] init: remove /proc/sys/kernel/real-root-dev
` [PATCH RESEND 13/62] ext2: remove ext2_image_size and associated code
` [PATCH RESEND 14/62] init: m68k, mips, powerpc, s390, sh: remove Root_RAM0
` [PATCH RESEND 15/62] doc: modernize Documentation/admin-guide/blockdev/ramdisk.rst
` [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 18/62] doc: modernize Documentation/driver-api/early-userspace/early_userspace_support.rst
` [PATCH RESEND 19/62] init: remove mentions of "ramdisk=" command line parameter
` [PATCH RESEND 20/62] doc: remove Documentation/power/swsusp-dmcrypt.rst
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 22/62] doc: remove obsolete mentions of pivot_root
` [PATCH RESEND 23/62] init: rename __initramfs_{start,size} to __builtin_initramfs_{start,size}
` [PATCH RESEND 24/62] init: remove wrong comment
` [PATCH RESEND 25/62] init: rename phys_initrd_{start,size} to phys_external_initramfs_{start,size}
` [PATCH RESEND 26/62] init: move phys_external_initramfs_{start,size} to init/initramfs.c
` [PATCH RESEND 27/62] init: alpha: remove "extern unsigned long initrd_start, initrd_end"
` [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 29/62] init: move virt_external_initramfs_{start,end} to init/initramfs.c
` [PATCH RESEND 30/62] doc: remove documentation for block device 4 0
` [PATCH RESEND 31/62] init: rename initrd_below_start_ok to initramfs_below_start_ok
` [PATCH RESEND 32/62] init: move initramfs_below_start_ok to init/initramfs.c
` [PATCH RESEND 33/62] init: remove init/do_mounts_initrd.c
` [PATCH RESEND 34/62] init: inline create_dev into the only caller
` [PATCH RESEND 35/62] init: make mount_root_generic static
` [PATCH RESEND 36/62] init: make mount_root static
` [PATCH RESEND 37/62] init: remove root_mountflags from init/do_mounts.h
` [PATCH RESEND 38/62] init: remove most headers "
` [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 00/62] initrd: remove classic initrd support
2025-09-12 22:38 UTC (4+ messages)
` [PATCH 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
[PATCH v4 0/3] efi: Don't initalize SEV-SNP from the EFI stub
2025-09-12 22:22 UTC (13+ messages)
` [PATCH v4 1/3] x86/boot: Drop unused sev_enable() fallback
` [PATCH v4 2/3] x86/efistub: Obtain SEV CC blob address from the stub
` [PATCH v4 3/3] x86/efistub: Don't bother enabling SEV in the EFI stub
[RFC PATCH v1 00/10] Add RAS support for RISC-V architecture
2025-09-12 7:30 UTC (2+ messages)
[PATCH] x86/Documentation: explain LINUX_EFI_INITRD_MEDIA_GUID
2025-09-11 21:22 UTC (14+ messages)
[PATCH 1/1] efi: capsule-loader: Use proper type when allocating cap_info->phys
2025-09-11 9:02 UTC
[PATCH v7 00/22] x86: strict separation of startup code
2025-09-10 13:57 UTC (47+ messages)
` [PATCH v7 01/22] x86/sev: Separate MSR and GHCB based snp_cpuid() via a callback
` [PATCH v7 02/22] x86/sev: Use MSR protocol for remapping SVSM calling area
` [PATCH v7 03/22] x86/sev: Use MSR protocol only for early SVSM PVALIDATE call
` [PATCH v7 04/22] x86/sev: Run RMPADJUST on SVSM calling area page to test VMPL
` [PATCH v7 05/22] x86/sev: Move GHCB page based HV communication out of startup code
` [PATCH v7 06/22] x86/sev: Avoid global variable to store virtual address of SVSM area
` [PATCH v7 07/22] x86/sev: Share implementation of MSR-based page state change
` [PATCH v7 08/22] x86/sev: Pass SVSM calling area down to early page state change API
` [PATCH v7 09/22] x86/sev: Use boot SVSM CA for all startup and init code
` [PATCH v7 10/22] x86/boot: Drop redundant RMPADJUST in SEV SVSM presence check
` [PATCH v7 11/22] x86/boot: Provide PIC aliases for 5-level paging related constants
` [PATCH v7 12/22] x86/sev: Provide PIC aliases for SEV related data objects
` [PATCH v7 13/22] x86/sev: Move __sev_[get|put]_ghcb() into separate noinstr object
` [PATCH v7 14/22] x86/sev: Export startup routines for later use
` [PATCH v7 15/22] objtool: Add action to check for absence of absolute relocations
` [PATCH v7 16/22] x86/boot: Check startup code "
` [PATCH v7 17/22] x86/boot: Revert "Reject absolute references in .head.text"
` [PATCH v7 18/22] x86/kbuild: Incorporate boot/startup/ via Kbuild makefile
` [PATCH v7 19/22] x86/boot: Create a confined code area for startup code
` [PATCH v7 20/22] efistub/x86: Remap inittext read-execute when needed
` [PATCH v7 21/22] x86/boot: Move startup code out of __head section
` [PATCH v7 22/22] x86/boot: Get rid of the .head.text section
[PATCH 0/3] arm64/ptdump: Add cmdline 'early_ptdump'
2025-09-10 9:46 UTC (4+ messages)
` [PATCH 1/3] arm64/ptdump: Re-organize ptdump_init()
` [PATCH 2/3] arm64/ptdump: Enable console output in pt_dump_seq_[printf|puts]()
` [PATCH 3/3] arm64/ptdump: Add 'early_ptdump' kernel command line option
[PATCH v3 0/2] efi: Fix EFI boot with kexec handover (KHO)
2025-09-09 12:17 UTC (11+ messages)
` [PATCH v3 1/2] kexec: introduce is_kho_boot()
` [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)
` "
` "
[PATCH v2 0/7] arm64: Make EFI calls preemptible
2025-09-08 15:37 UTC (12+ messages)
` [PATCH v2 1/7] efi: Add missing static initializer for efi_mm::cpus_allowed_lock
` [PATCH v2 2/7] efi/runtime: Return success/failure from arch_efi_call_virt_setup()
` [PATCH v2 3/7] efi/runtime: Deal with arch_efi_call_virt_setup() returning failure
` [PATCH v2 4/7] arm64/fpsimd: Don't warn when EFI execution context is preemptible
` [PATCH v2 5/7] arm64/efi: Use a semaphore to protect the EFI stack and FP/SIMD state
` [PATCH v2 6/7] arm64/efi: Move uaccess en/disable out of efi_set_pgd()
` [PATCH v2 7/7] arm64/efi: Call EFI runtime services without disabling preemption
Secure boot with the (not deprecated) EFI protocol
2025-09-06 5:57 UTC
[PATCH v3 0/7] Cleanup free_pages() misuse
2025-09-05 18:02 UTC (16+ messages)
` [PATCH v3 1/7] mm/page_alloc: Add kernel-docs for free_pages()
` [PATCH v3 2/7] aoe: Stop calling page_address() in free_page()
` [PATCH v3 3/7] x86: Stop calling page_address() in free_pages()
` [PATCH v3 4/7] riscv: "
` [PATCH v3 5/7] powerpc: "
` [PATCH v3 6/7] arm64: "
` [PATCH v3 7/7] virtio_balloon: "
[efi:urgent] BUILD SUCCESS 05e75ac35ee9e38f96bbfebf1830ec2cace2e7f8
2025-08-30 17:28 UTC
[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
2025-08-29 18:10 UTC (5+ messages)
[PATCH] efi: Explain OVMF acronym in OVMF_DEBUG_LOG help text
2025-08-29 17:02 UTC (4+ messages)
[GIT PULL] EFI fixes for v6.17 #1
2025-08-29 16:40 UTC (2+ messages)
[efi:urgent] BUILD SUCCESS a6358f8cf64850f3f27857b8ed8c1b08cfc4685c
2025-08-29 1:15 UTC
[PATCH v6 00/22] x86: strict separation of startup code
2025-08-28 14:47 UTC (12+ messages)
` [PATCH v6 10/22] x86/boot: Drop redundant RMPADJUST in SEV SVSM presence check
` [PATCH v6 21/22] x86/boot: Move startup code out of __head section
[PATCH v3] efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare
2025-08-28 6:40 UTC (2+ messages)
[efi:urgent] BUILD SUCCESS 134ed1093907a79e5d98087513f13fd7652c4df9
2025-08-27 7:47 UTC
[PATCH v2] efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare
2025-08-27 2:23 UTC (3+ messages)
[PATCH] efistub: Lower default log level
2025-08-26 16:34 UTC (14+ messages)
[PATCH v3 0/4] efi: stmm: Fix for incorrect buffer allocation and cleanups
2025-08-26 12:54 UTC (3+ 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).