linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-13 01:04:11 to 2025-09-22 18:48:46 UTC [more...]

[PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
 2025-09-22 12:40 UTC  (2+ messages)
  ` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 6.6-stable tree

[PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
 2025-09-22 12:26 UTC  (2+ messages)
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 6.6-stable tree

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22  8:45 UTC  (4+ messages)

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-09-22 18:48 UTC  (11+ messages)
` [PATCH 1/4] PCI: Support "
` [PATCH 2/4] PCI: Add KUnit tests for FIXUP quirks

[PATCH v2 00/10] um: Add SMP support
 2025-09-22 17:07 UTC  (11+ messages)
` [PATCH v2 03/10] um: vdso: Implement __vdso_getcpu() via syscall

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-22 14:28 UTC  (81+ 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 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 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 v2 00/11] Start porting UML to nolibc
 2025-09-22  7:41 UTC  (31+ messages)
` [PATCH v2 01/11] tools compiler.h: fix __used definition
` [PATCH v2 02/11] um: use tools/include for user files
` [PATCH v2 03/11] tools/nolibc/stdio: remove perror if NOLIBC_IGNORE_ERRNO is set
` [PATCH v2 04/11] tools/nolibc/dirent: avoid errno in readdir_r
` [PATCH v2 05/11] tools/nolibc: use __fallthrough__ rather than fallthrough
` [PATCH v2 06/11] tools/nolibc: add option to disable runtime
` [PATCH v2 07/11] um: add infrastructure to build files using nolibc
` [PATCH v2 08/11] um: use nolibc for the --showconfig implementation
` [PATCH v2 09/11] tools/nolibc: add uio.h with readv and writev
` [PATCH v2 10/11] tools/nolibc: add ptrace support
` [PATCH v2 11/11] um: switch ptrace FP register access to nolibc

[PATCH RESEND v11 00/13] nommu UML
 2025-09-22  6:32 UTC  (24+ messages)
` [PATCH RESEND v11 01/13] x86/um: nommu: elf loader for fdpic
` [PATCH RESEND v11 02/13] um: decouple MMU specific code from the common part
` [PATCH RESEND v11 03/13] um: nommu: memory handling
` [PATCH RESEND v11 04/13] x86/um: nommu: syscall handling
` [PATCH RESEND v11 05/13] um: nommu: seccomp syscalls hook
` [PATCH RESEND v11 06/13] x86/um: nommu: process/thread handling
` [PATCH RESEND v11 07/13] um: nommu: configure fs register on host syscall invocation
` [PATCH RESEND v11 08/13] x86/um/vdso: nommu: vdso memory update
` [PATCH RESEND v11 09/13] x86/um: nommu: signal handling
` [PATCH RESEND v11 10/13] um: nommu: a work around for MMU dependency to PCI driver
` [PATCH RESEND v11 11/13] um: change machine name for uname output
` [PATCH RESEND v11 12/13] um: nommu: add documentation of nommu UML
` [PATCH RESEND v11 13/13] um: nommu: plug nommu code into build system

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

[GIT PULL] uml-for-6.17-rc7
 2025-09-18 16:51 UTC  (2+ messages)

[PATCH v11 00/14] nommu UML
 2025-09-18  7:38 UTC  (16+ messages)
` [PATCH v11 01/14] x86/um: nommu: elf loader for fdpic
` [PATCH v11 02/14] um: decouple MMU specific code from the common part
` [PATCH v11 03/14] um: nommu: memory handling
` [PATCH v11 04/14] x86/um: nommu: syscall handling
` [PATCH v11 05/14] um: nommu: seccomp syscalls hook
` [PATCH v11 06/14] fixup seccomp
` [PATCH v11 07/14] x86/um: nommu: process/thread handling
` [PATCH v11 08/14] um: nommu: configure fs register on host syscall invocation
` [PATCH v11 09/14] x86/um/vdso: nommu: vdso memory update
` [PATCH v11 10/14] x86/um: nommu: signal handling
` [PATCH v11 11/14] um: nommu: a work around for MMU dependency to PCI driver
` [PATCH v11 12/14] um: change machine name for uname output
` [PATCH v11 13/14] um: nommu: add documentation of nommu UML
` [PATCH v11 14/14] um: nommu: plug nommu code into build system

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-09-16  3:36 UTC  (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH RESEND v2] kunit: Enable PCI on UML without triggering WARN()
 2025-09-15 16:29 UTC  (3+ messages)

[PATCH v3 0/7] um: Add SMP support
 2025-09-15 15:29 UTC  (10+ messages)
` [PATCH v3 1/7] um: Turn signals_* into thread-local variables
` [PATCH v3 2/7] um: Determine sleep based on need_resched()
` [PATCH v3 3/7] um: Define timers on a per-CPU basis
` [PATCH v3 4/7] um: Add initial SMP support
` [PATCH v3 5/7] um: vdso: Remove getcpu support on x86
` [PATCH v3 6/7] asm-generic: percpu: Add assembly guard
` [PATCH v3 7/7] um: Enable SMP support on x86

[PATCH 0/9] Start porting UML to nolibc
 2025-09-15 11:22 UTC  (20+ messages)
` [PATCH 1/9] tools compiler.h: fix __used definition
` [PATCH 2/9] um: use tools/include for user files
` [PATCH 3/9] tools/nolibc/stdio: remove perror if NOLIBC_IGNORE_ERRNO is set
` [PATCH 4/9] tools/nolibc/dirent: avoid errno in readdir_r
` [PATCH 5/9] tools/nolibc: use __fallthrough__ rather than fallthrough
` [PATCH 6/9] tools/nolibc: add option to disable startup code
` [PATCH 7/9] um: add infrastructure to build files using nolibc
` [PATCH 8/9] um: use nolibc for the --showconfig implementation
` [PATCH 9/9] um: switch ptrace FP register access to nolibc


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