linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-07 02:54:03 to 2025-06-30 00:32:10 UTC [more...]

[PATCH 0/7] printk cleanup - part 2
 2025-06-30  0:31 UTC  (30+ messages)
` [PATCH 1/7] printk: Make console_{suspend,resume} handle CON_SUSPENDED
` [PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles
` [PATCH 3/7] drivers: tty: Check CON_SUSPENDED instead of CON_ENABLED
` [PATCH 4/7] drivers: serial: kgdboc: "
` [PATCH 5/7] arch: um: kmsg_dump: Don't check for CON_ENABLED
` [PATCH 6/7] debug: kgd_io: "
` [PATCH 7/7] printk: Don't check for CON_ENABLED on console_unblank

[PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
 2025-06-29 20:05 UTC  (16+ messages)
` [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes
` [PATCH v2 02/11] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH v2 03/11] kasan/arm: "
` [PATCH v2 04/11] kasan/xtensa: "
` [PATCH v2 05/11] kasan/loongarch: "
` [PATCH v2 06/11] kasan/um: "
` [PATCH v2 07/11] kasan/x86: "
` [PATCH v2 08/11] kasan/s390: "
` [PATCH v2 09/11] kasan/powerpc: "
` [PATCH v2 10/11] kasan/riscv: "
` [PATCH v2 11/11] kasan: replace kasan_arch_is_ready with kasan_enabled

[PATCH] um: Turn HAS_IOPORT_MAP off
 2025-06-28 16:47 UTC 

[PATCH] kunit: Enable PCI on UML without triggering WARN()
 2025-06-27 15:21 UTC 

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

[PATCH 0/1] um: MSI parent domain conversion
 2025-06-27  9:53 UTC  (7+ messages)
` [PATCH 1/1] um: virt-pci: Switch to msi_create_parent_irq_domain()

[RFC 0/2] Experimental kunit test for signal context handling
 2025-06-27  9:28 UTC  (14+ messages)
` [RFC 1/2] tools/nolibc: add sigaction()
` [RFC 2/2] um: add a mcontext FP register handling test

[GIT PULL] uml-for-6.16-rc4
 2025-06-26 14:18 UTC  (6+ messages)

[PATCH 0/9] kasan: unify kasan_arch_is_ready with kasan_enabled
 2025-06-26 13:52 UTC  (21+ messages)
` [PATCH 1/9] kasan: unify static kasan_flag_enabled across modes
` [PATCH 2/9] kasan: replace kasan_arch_is_ready with kasan_enabled
` [PATCH 3/9] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH 4/9] kasan/xtensa: "
` [PATCH 5/9] kasan/loongarch: "
` [PATCH 6/9] kasan/um: "
` [PATCH 7/9] kasan/x86: "
` [PATCH 8/9] kasan/s390: "
` [PATCH 9/9] kasan/powerpc: "

[PATCH RFC] um: time: fix userspace detection during tick accounting
 2025-06-25 12:31 UTC  (2+ messages)

[PATCH] um: vector: Reduce stack usage in vector_eth_configure()
 2025-06-23 11:08 UTC 

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

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-19 17:47 UTC  (49+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[PATCH v7 00/13] nommu UML
 2025-06-19 12:55 UTC  (4+ messages)
` [PATCH v7 10/13] x86/um: nommu: signal handling

[PATCH] sonypi: add depends on HAS_IOPORT
 2025-06-17  6:37 UTC  (2+ messages)

[RFC PATCH] um: replace deprecated strncpy with strscpy
 2025-06-12 16:09 UTC  (3+ messages)

[PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
 2025-06-10 16:28 UTC  (2+ messages)

[PATCH] um: fix execve stub execution on old host OSs
 2025-06-09 17:23 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).