Show patches with: Archived = No       |   6245 patches
« 1 2 3 462 63 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
um: vector: Remove unnecessary NULL check in destroy_queue() um: vector: Remove unnecessary NULL check in destroy_queue() 1 - - - --- 2026-04-11 Tiwei Bie New
um: vector: fix NULL pointer derefs in queue-less transports um: vector: fix NULL pointer derefs in queue-less transports 1 1 - - --- 2026-04-10 Michael Bommarito New
[v2] um: mconsole: use bounded version string formatting [v2] um: mconsole: use bounded version string formatting - 1 - - --- 2026-04-08 Pengpeng Hou New
um: reject out-of-range port channel numbers um: reject out-of-range port channel numbers - - - - --- 2026-04-01 Pengpeng Hou New
[4/4] um: account for the separator in add_arg() bounds checking Untitled series #497961 - - - - --- 2026-03-30 Pengpeng Hou New
[v14,13/13] um: nommu: plug nommu code into build system nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,12/13] um: nommu: add documentation of nommu UML nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,11/13] um: nommu: disable SMP on nommu UML nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,10/13] um: change machine name for uname output nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,09/13] x86/um: nommu: signal handling nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,08/13] x86/um/vdso: nommu: vdso memory update nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,07/13] um: nommu: configure fs register on host syscall invocation nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,06/13] x86/um: nommu: process/thread handling nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,05/13] um: nommu: seccomp syscalls hook nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,04/13] x86/um: nommu: syscall handling nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,03/13] um: nommu: memory handling nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,02/13] um: decouple MMU specific code from the common part nommu UML - - - - --- 2026-02-04 Hajime Tazaki New
[v14,01/13] x86/um: nommu: elf loader for fdpic nommu UML 1 - - - --- 2026-02-04 Hajime Tazaki New
[2/2] um: use uml_kmalloc_array() instead of uml_malloc() [1/2] um: add uml_kmalloc_array() helper to avoid potential - - - - --- 2026-01-20 iamhswang@gmail.com New
[1/2] um: add uml_kmalloc_array() helper to avoid potential [1/2] um: add uml_kmalloc_array() helper to avoid potential - - - - --- 2026-01-20 iamhswang@gmail.com New
[RFC] um: time: fix userspace detection during tick accounting [RFC] um: time: fix userspace detection during tick accounting - 1 - - --- 2025-06-17 Thomas Weißschuh New
[v3] gcov: Disable GCOV_PROFILE_ALL on 32-bit UML with Clang 20/21 [v3] gcov: Disable GCOV_PROFILE_ALL on 32-bit UML with Clang 20/21 - - - - --- 2026-04-09 Kees Cook Accepted
[v3] um: drivers: call kernel_strrchr() explicitly in cow_user.c [v3] um: drivers: call kernel_strrchr() explicitly in cow_user.c - 1 - - --- 2026-04-08 Michael Bommarito Accepted
um: Replace strncpy() with strnlen()+memcpy_and_pad() in strncpy_chunk_from_user() um: Replace strncpy() with strnlen()+memcpy_and_pad() in strncpy_chunk_from_user() - - - - --- 2026-03-23 Kees Cook Accepted
x86/um: fix vDSO installation x86/um: fix vDSO installation - 1 - - --- 2026-03-18 Thomas Weißschuh Accepted
um: Remove CONFIG_FRAME_WARN from x86_64_defconfig um: Remove CONFIG_FRAME_WARN from x86_64_defconfig - - - - --- 2026-03-08 Tiwei Bie Accepted
[2/2] um: Fix pte_read() and pte_exec() for kernel mappings um: Minor pgtable fixes - - - - --- 2026-03-02 Tiwei Bie Accepted
[1/2] um: Fix potential race condition in TLB sync um: Minor pgtable fixes - 1 - - --- 2026-03-02 Tiwei Bie Accepted
um: time-travel: clean up kernel-doc warnings um: time-travel: clean up kernel-doc warnings - - - - --- 2026-02-26 Randy Dunlap Accepted
[2/2] um: avoid struct sigcontext redefinition with musl [1/2] um: fix address-of CMSG_DATA() rvalue in stub - - - - --- 2026-02-15 Marcel W. Wysocki Accepted
[1/2] um: fix address-of CMSG_DATA() rvalue in stub [1/2] um: fix address-of CMSG_DATA() rvalue in stub - - - - --- 2026-02-15 Marcel W. Wysocki Accepted
arch/um: remove unused varible err in remove_files_and_dir() arch/um: remove unused varible err in remove_files_and_dir() - - - - --- 2026-01-07 alexs@kernel.org Accepted
um: virtio_uml: Support adding devices via mconsole um: virtio_uml: Support adding devices via mconsole - - - - --- 2026-01-06 Tiwei Bie Accepted
[2/2] um: Handle SIGCHLD in seccomp mode like other IRQ signals um: Minor signal cleanups - - - - --- 2026-01-06 Tiwei Bie Accepted
[1/2] um: Preserve errno within signal handler um: Minor signal cleanups - - - - --- 2026-01-06 Tiwei Bie Accepted
um: Disable KASAN_INLINE when STATIC_LINK is selected um: Disable KASAN_INLINE when STATIC_LINK is selected - 1 - - --- 2025-11-29 Christophe Leroy (CS GROUP) Accepted
arch: um: Don't rename vmap to kernel_vmap arch: um: Don't rename vmap to kernel_vmap 2 - - - --- 2025-11-22 David Gow Accepted
um: drivers: virtio: use string choices helper um: drivers: virtio: use string choices helper - - - - --- 2025-11-13 Kuninori Morimoto Accepted
[10/10] um: Always set up AT_HWCAP and AT_PLATFORM um: remove vDSO passthrough on 32bit x86 - - - - --- 2025-10-28 Thomas Weißschuh Accepted
[09/10] x86/um: Remove FIXADDR_USER_START and FIXADDR_USE_END um: remove vDSO passthrough on 32bit x86 - - - - --- 2025-10-28 Thomas Weißschuh Accepted
[08/10] um: Remove __access_ok_vsyscall() um: remove vDSO passthrough on 32bit x86 - - - - --- 2025-10-28 Thomas Weißschuh Accepted
[07/10] um: Remove redundant range check from __access_ok_vsyscall() um: remove vDSO passthrough on 32bit x86 - - - - --- 2025-10-28 Thomas Weißschuh Accepted
[06/10] um: Remove fixaddr_user_init() um: remove vDSO passthrough on 32bit x86 - - - - --- 2025-10-28 Thomas Weißschuh Accepted
[05/10] x86/um: Drop gate area handling um: remove vDSO passthrough on 32bit x86 - - - - --- 2025-10-28 Thomas Weißschuh Accepted
[04/10] x86/um: Do not inherit vDSO from host um: remove vDSO passthrough on 32bit x86 - - - - --- 2025-10-28 Thomas Weißschuh Accepted
[03/10] um: Split out default elf_aux_hwcap um: remove vDSO passthrough on 32bit x86 - - - - --- 2025-10-28 Thomas Weißschuh Accepted
[02/10] x86/um: Move ELF_PLATFORM fallback to x86-specific code um: remove vDSO passthrough on 32bit x86 - - - - --- 2025-10-28 Thomas Weißschuh Accepted
[01/10] um: Split out default elf_aux_platform um: remove vDSO passthrough on 32bit x86 - - - - --- 2025-10-28 Thomas Weißschuh Accepted
um: Avoid circular dependency on asm-offsets in pgtable.h um: Avoid circular dependency on asm-offsets in pgtable.h - 1 1 - --- 2025-10-28 Thomas Weißschuh Accepted
[v2,4/4] um: Remove file-based iomem emulation support um: Memory related cleanups - - - - --- 2025-10-27 Tiwei Bie Accepted
[v2,3/4] um: Replace UML_ROUND_UP() with PAGE_ALIGN() um: Memory related cleanups - - - - --- 2025-10-27 Tiwei Bie Accepted
[v2,2/4] um: Use PAGE_ALIGN() for address alignment um: Memory related cleanups - - - - --- 2025-10-27 Tiwei Bie Accepted
[v2,1/4] um: Make host_task_size a local variable um: Memory related cleanups - - - - --- 2025-10-27 Tiwei Bie Accepted
[v4,8/8] um: Enable SMP support on x86 um: Add SMP support - - - - --- 2025-10-27 Tiwei Bie Accepted
[v4,7/8] asm-generic: percpu: Add assembly guard um: Add SMP support 1 - - - --- 2025-10-27 Tiwei Bie Accepted
[v4,6/8] um: vdso: Remove getcpu support on x86 um: Add SMP support - - - - --- 2025-10-27 Tiwei Bie Accepted
[v4,5/8] um: Add initial SMP support um: Add SMP support - - - - --- 2025-10-27 Tiwei Bie Accepted
[v4,4/8] um: Define timers on a per-CPU basis um: Add SMP support - - - - --- 2025-10-27 Tiwei Bie Accepted
[v4,3/8] um: Determine sleep based on need_resched() um: Add SMP support - - - - --- 2025-10-27 Tiwei Bie Accepted
[v4,2/8] um: Turn signals_* into thread-local variables um: Add SMP support - - - - --- 2025-10-27 Tiwei Bie Accepted
[v4,1/8] um: Do not disable kmalloc in initial_thread_cb() um: Add SMP support - - - - --- 2025-10-27 Tiwei Bie Accepted
[4/4] x86/um/vdso: Drop VDSO64-y from Makefile x86/um/vdso: Cleanups - - - - --- 2025-10-13 Thomas Weißschuh Accepted
[3/4] x86/um/vdso: Panic when vDSO can not be allocated x86/um/vdso: Cleanups - - - - --- 2025-10-13 Thomas Weißschuh Accepted
[2/4] x86/um/vdso: Use prototypes from generic vDSO headers x86/um/vdso: Cleanups - - - - --- 2025-10-13 Thomas Weißschuh Accepted
[1/4] x86/um/vdso: Fix prototype of clock_gettime() x86/um/vdso: Cleanups - - - - --- 2025-10-13 Thomas Weißschuh Accepted
[2/2] um: move asm-offsets generation into a single file [1/2] um/hostfs: define HOSTFS_ATTR_* via asm-offsets - - - - --- 2025-10-07 Johannes Berg Accepted
[1/2] um/hostfs: define HOSTFS_ATTR_* via asm-offsets [1/2] um/hostfs: define HOSTFS_ATTR_* via asm-offsets - - 1 - --- 2025-10-07 Johannes Berg Accepted
um: init cpu_tasks[] earlier um: init cpu_tasks[] earlier - - - - --- 2025-09-24 Johannes Berg Accepted
um: Fix FD copy size in os_rcv_fd_msg() um: Fix FD copy size in os_rcv_fd_msg() - 1 - - --- 2025-09-01 Tiwei Bie Accepted
[v2] um: virtio_uml: Fix use-after-free after put_device in probe [v2] um: virtio_uml: Fix use-after-free after put_device in probe - 1 - - --- 2025-08-28 Miaoqian Lin Accepted
[v2] um: Support SPARSE_IRQ [v2] um: Support SPARSE_IRQ - - - 1 --- 2025-08-27 Brian Norris Accepted
um: virtio-pci: implement .shutdown() um: virtio-pci: implement .shutdown() - - - - --- 2025-08-27 Johannes Berg Accepted
[v2,7/7] um: Centralize stub size calculations um: Misc cleanups - - - - --- 2025-08-27 Tiwei Bie Accepted
[v2,6/7] um: Remove outdated comment about STUB_DATA_PAGES um: Misc cleanups - - - - --- 2025-08-27 Tiwei Bie Accepted
[v2,5/7] um: Remove unused offset and child_err fields from stub_data um: Misc cleanups - - - - --- 2025-08-27 Tiwei Bie Accepted
[v2,4/7] um: Indent time-travel help messages um: Misc cleanups - - - - --- 2025-08-27 Tiwei Bie Accepted
[v2,3/7] um: Fix help message for ssl-non-raw um: Misc cleanups - - - - --- 2025-08-27 Tiwei Bie Accepted
[v2,2/7] um: vector: Fix indentation for help message um: Misc cleanups - - - - --- 2025-08-27 Tiwei Bie Accepted
[v2,1/7] um: Add missing trailing newline to help messages um: Misc cleanups - - - - --- 2025-08-27 Tiwei Bie Accepted
[v2,07/10] um: Remove unused ipi_pipe field from cpuinfo_um um: Add SMP support - - - - --- 2025-08-10 Tiwei Bie Accepted
[v2,02/10] um: Remove unused cpu_data and current_cpu_data macros um: Add SMP support - - - - --- 2025-08-10 Tiwei Bie Accepted
[v2,01/10] um: Stop tracking virtual CPUs via mm_cpumask() um: Add SMP support - - - - --- 2025-08-10 Tiwei Bie Accepted
um: Don't mark stack executable um: Don't mark stack executable - - - - --- 2025-07-26 Richard Weinberger Accepted
[v2,3/3] um: Stop tracking stub's PID via userspace_pid[] um: Remove userspace_pid[] - - - - --- 2025-07-11 Tiwei Bie Accepted
[v2,2/3] um: Remove the pid parameter of handle_trap() um: Remove userspace_pid[] - - - - --- 2025-07-11 Tiwei Bie Accepted
[v2,1/3] um: Use err consistently in userspace() um: Remove userspace_pid[] - - - - --- 2025-07-11 Tiwei Bie Accepted
um: vfio: Support adding devices via mconsole um: vfio: Support adding devices via mconsole - - - - --- 2025-07-09 Tiwei Bie Accepted
[4/4] um: rtc: Avoid shadowing err in uml_rtc_start() um: Minor fixes and cleanups - 1 - - --- 2025-07-08 Tiwei Bie Accepted
[3/4] um: Avoid redefining ARCH_HAS_CACHE_LINE_SIZE um: Minor fixes and cleanups - - - - --- 2025-07-08 Tiwei Bie Accepted
[2/4] um: Make mm_list and mm_list_lock static um: Minor fixes and cleanups - - - - --- 2025-07-08 Tiwei Bie Accepted
[1/4] um: Make unscheduled_userspace_iterations static um: Minor fixes and cleanups - - - - --- 2025-07-08 Tiwei Bie Accepted
um: Re-evaluate thread flags repeatedly um: Re-evaluate thread flags repeatedly - - 1 - --- 2025-07-04 Thomas Weißschuh Accepted
[v2] um: simplify syscall header files [v2] um: simplify syscall header files - - 1 - --- 2025-07-04 Johannes Berg Accepted
[2/2] um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTS um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTS - - 1 - --- 2025-07-03 Thomas Weißschuh Accepted
[1/2] um/x86: Add system call table to header file um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTS - - 1 - --- 2025-07-03 Thomas Weißschuh Accepted
[v2,1/1] um: virt-pci: Switch to msi_create_parent_irq_domain() [v2,1/1] um: virt-pci: Switch to msi_create_parent_irq_domain() 1 - - 1 --- 2025-06-30 Nam Cao Accepted
kunit: Enable PCI on UML without triggering WARN() kunit: Enable PCI on UML without triggering WARN() - - 1 - --- 2025-06-27 Thomas Weißschuh Accepted
um: vector: Reduce stack usage in vector_eth_configure() um: vector: Reduce stack usage in vector_eth_configure() - - - - --- 2025-06-23 Tiwei Bie Accepted
[4/4] um: Use correct data source in fpregs_legacy_set() [1/4] um: ubd: Add missing error check in start_io_thread() - 1 - - --- 2025-06-06 Tiwei Bie Accepted
[3/4] um: vfio: Prevent duplicate device assignments [1/4] um: ubd: Add missing error check in start_io_thread() - 1 - - --- 2025-06-06 Tiwei Bie Accepted
« 1 2 3 462 63 »