linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-19 21:32:09 to 2025-07-22 00:35:26 UTC [more...]

[PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
 2025-07-22  0:35 UTC  (24+ messages)
` [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
` [PATCH v3 02/12] kasan: unify static kasan_flag_enabled across modes
` [PATCH v3 03/12] kasan/powerpc: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v3 04/12] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH v3 05/12] kasan/arm: "
` [PATCH v3 06/12] kasan/xtensa: "
` [PATCH v3 07/12] kasan/loongarch: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v3 08/12] kasan/um: "
` [PATCH v3 09/12] kasan/x86: call kasan_init_generic in kasan_init
` [PATCH v3 10/12] kasan/s390: "
` [PATCH v3 11/12] kasan/riscv: "
` [PATCH v3 12/12] kasan: add shadow checks to wrappers and rename kasan_arch_is_ready

linux-next: Tree for Jul 21 [drivers/gpu/drm/xe/xe.ko]
 2025-07-21 20:17 UTC 

linux-next: Tree for Jul 16 (drivers/vfio/cdx/intr.c)
 2025-07-17  6:52 UTC  (2+ messages)

[PATCH 1/1] uapi/termios: remove struct ktermios from uapi headers
 2025-07-16 18:04 UTC  (3+ messages)

[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
 2025-07-15 10:32 UTC  (7+ messages)
` [PATCH 21/23] um: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset "

[RFC PATCH 0/4] um: Add SMP support
 2025-07-14 14:56 UTC  (7+ messages)
` [RFC PATCH 1/4] um: Stop tracking virtual CPUs via mm_cpumask()
` [RFC PATCH 2/4] um: Remove unused cpu_data and current_cpu_data macros
` [RFC PATCH 3/4] um: vdso: Implement __vdso_getcpu() via syscall
` [RFC PATCH 4/4] um: Add SMP support

[PATCH v10 00/13] nommu UML
 2025-07-12  7:58 UTC  (25+ 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 v2 0/3] um: Remove userspace_pid[]
 2025-07-11 12:28 UTC  (6+ messages)
` [PATCH v2 1/3] um: Use err consistently in userspace()
` [PATCH v2 2/3] um: Remove the pid parameter of handle_trap()
` [PATCH v2 3/3] um: Stop tracking stub's PID via userspace_pid[]

[PATCH] kunit: Enable PCI on UML without triggering WARN()
 2025-07-11  6:48 UTC  (2+ messages)

[PATCH 0/3] um: Remove userspace_pid[]
 2025-07-11  5:27 UTC  (4+ messages)
` [PATCH 1/3] um: Use err consistently in userspace()
` [PATCH 2/3] um: Remove the pid parameter of handle_trap()
` [PATCH 3/3] um: Stop tracking stub's PID via userspace_pid[]

[PATCH] um: vfio: Support adding devices via mconsole
 2025-07-09  1:00 UTC 

[PATCH 0/4] um: Minor fixes and cleanups
 2025-07-08  9:04 UTC  (5+ messages)
` [PATCH 1/4] um: Make unscheduled_userspace_iterations static
` [PATCH 2/4] um: Make mm_list and mm_list_lock static
` [PATCH 3/4] um: Avoid redefining ARCH_HAS_CACHE_LINE_SIZE
` [PATCH 4/4] um: rtc: Avoid shadowing err in uml_rtc_start()

[PATCH] um: Re-evaluate thread flags repeatedly
 2025-07-04 12:34 UTC 

[PATCH v2] um: simplify syscall header files
 2025-07-04 12:12 UTC 

[PATCH v2 0/1] um: MSI parent domain conversion
 2025-07-04 12:00 UTC  (6+ messages)
` [PATCH v2 1/1] um: virt-pci: Switch to msi_create_parent_irq_domain()

[PATCH] um: simplify syscall header files
 2025-07-04 11:29 UTC 

[PATCH 0/2] um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTS
 2025-07-03 12:38 UTC  (3+ messages)
` [PATCH 1/2] um/x86: Add system call table to header file
` [PATCH 2/2] um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTS

[PATCH] um: Turn HAS_IOPORT_MAP off
 2025-07-02 15:02 UTC  (8+ messages)

[RFC 0/2] Experimental kunit test for signal context handling
 2025-07-02  6:04 UTC  (15+ messages)
` [RFC 1/2] tools/nolibc: add sigaction()
` [RFC 2/2] um: add a mcontext FP register handling test

[PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
 2025-07-01 13:37 UTC  (23+ 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 0/7] printk cleanup - part 2
 2025-06-30  0:31 UTC  (17+ 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 5/7] arch: um: kmsg_dump: Don't check for CON_ENABLED
` [PATCH 6/7] debug: kgd_io: "

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

[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  (4+ messages)
` [PATCH v9 04/13] x86/um: nommu: syscall handling

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-17 13:46 UTC  (19+ messages)
` [PATCH 03/10] fs: consistently use file_has_valid_mmap_hooks() helper
` [PATCH 06/10] fs/xfs: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users to .mmap_prepare()
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings


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 NNTP newsgroup(s).