linux-um
Thread
Date
Earlier messages
Later messages
Messages by Date
2024/09/03
[PATCH 1/2] rust: arch/um: use 'static' relocation model for uml modules
Zigit Zo
2024/09/03
[PATCH 0/2] rust: arch/um: Rust modules support for UML
Zigit Zo
2024/09/03
[PATCH 2/2] rust: arch/um: use 'large' code model for uml
Zigit Zo
2024/09/03
Re: [PATCH] kbuild: use objcopy to generate asm-offsets
Masahiro Yamada
2024/09/03
Re: [PATCH] kbuild: use objcopy to generate asm-offsets
Vegard Nossum
2024/09/02
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Sven Schnelle
2024/09/02
Re: [PATCH] kbuild: use objcopy to generate asm-offsets
Michael Ellerman
2024/09/02
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
2024/09/02
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Andrew Morton
2024/09/02
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Sven Schnelle
2024/09/02
Re: [PATCH 0/2] mm: make copy_to_kernel_nofault() not fault on user addresses
David Hildenbrand
2024/09/02
Re: [PATCH 0/2] mm: make copy_to_kernel_nofault() not fault on user addresses
Omar Sandoval
2024/09/02
Re: [PATCH 0/2] mm: make copy_to_kernel_nofault() not fault on user addresses
David Hildenbrand
2024/09/01
Re: [PATCH 0/2] mm: make copy_to_kernel_nofault() not fault on user addresses
Omar Sandoval
2024/09/01
Re: [PATCH 0/2] mm: make copy_to_kernel_nofault() not fault on user addresses
Christophe Leroy
2024/09/01
[PATCH 1/2] mm: rename copy_from_kernel_nofault_allowed() to copy_kernel_nofault_allowed()
Omar Sandoval
2024/09/01
[PATCH 2/2] mm: make copy_to_kernel_nofault() not fault on user addresses
Omar Sandoval
2024/09/01
[PATCH 0/2] mm: make copy_to_kernel_nofault() not fault on user addresses
Omar Sandoval
2024/08/30
[PATCH] um: add RCU syscall hack for time-travel
Benjamin Berg
2024/08/29
Re: [PATCH] kbuild: use objcopy to generate asm-offsets
kernel test robot
2024/08/29
Re: [PATCH] kbuild: use objcopy to generate asm-offsets
kernel test robot
2024/08/29
Re: [PATCH] kbuild: use objcopy to generate asm-offsets
kernel test robot
2024/08/28
[PATCH] um: Fix the return value of elf_core_copy_task_fpregs
Tiwei Bie
2024/08/28
Re: [PATCH] um: make personality(PER_LINUX32) work on x86_64
Johannes Berg
2024/08/28
Re: [PATCH] kbuild: use objcopy to generate asm-offsets
Vegard Nossum
2024/08/28
[PATCH] kbuild: use objcopy to generate asm-offsets
Vegard Nossum
2024/08/27
Re: [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
Mike Rapoport
2024/08/27
[PATCH] um: fix time-travel syscall scheduling hack
Johannes Berg
2024/08/26
Re: [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
Steven Rostedt
2024/08/26
Re: [PATCH -next] um: Remove obsoleted declaration for execute_syscall_skas
Geert Uytterhoeven
2024/08/26
[PATCH v3 1/7] um: Remove unused kpte_clear_flush macro
Tiwei Bie
2024/08/26
[PATCH v3 4/7] um: Remove unused mm_fd field from mm_id
Tiwei Bie
2024/08/26
[PATCH v3 3/7] um: Remove unused fields from thread_struct
Tiwei Bie
2024/08/26
[PATCH v3 0/7] Some minor cleanups for UML
Tiwei Bie
2024/08/26
[PATCH v3 6/7] um: Remove the declaration of user_thread function
Tiwei Bie
2024/08/26
[PATCH v3 5/7] um: Remove the call to SUBARCH_EXECVE1 macro
Tiwei Bie
2024/08/26
[PATCH v3 7/7] um: Remove outdated asm/sysrq.h header
Tiwei Bie
2024/08/26
[PATCH v3 2/7] um: Remove the redundant newpage check in update_pte_range
Tiwei Bie
2024/08/26
[PATCH v2 6/8] x86/module: perpare module loading for ROX allocations of text
Mike Rapoport
2024/08/26
[PATCH v2 3/8] asm-generic: introduce text-patching.h
Mike Rapoport
2024/08/26
[PATCH v2 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
Mike Rapoport
2024/08/26
[PATCH v2 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
Mike Rapoport
2024/08/26
[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
Mike Rapoport
2024/08/26
[PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
Mike Rapoport
2024/08/26
[PATCH v2 4/8] module: prepare to handle ROX allocations for text
Mike Rapoport
2024/08/25
[PATCH v2 7/8] execmem: add support for cache of large ROX pages
Mike Rapoport
2024/08/25
[PATCH v2 8/8] x86/module: enable ROX caches for module text
Mike Rapoport
2024/08/25
Re: [RFC PATCH 2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code
Thomas Gleixner
2024/08/25
Re: [RFC PATCH 1/3] llvm-cov: add Clang's Source-based Code Coverage support
Thomas Gleixner
2024/08/24
[RFC PATCH 3/3] llvm-cov: add Clang's MC/DC support
Wentao Zhang
2024/08/24
[RFC PATCH 2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code
Wentao Zhang
2024/08/24
[RFC PATCH 1/3] llvm-cov: add Clang's Source-based Code Coverage support
Wentao Zhang
2024/08/24
[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
Wentao Zhang
2024/08/24
[PATCH -next] um: Remove obsoleted declaration for execute_syscall_skas
Gaosheng Cui
2024/08/22
Re: [PATCH 4/5] s390: Remove custom definition of mk_pte()
Alexander Gordeev
2024/08/20
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Andrew Morton
2024/08/20
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
2024/08/20
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Rob Landley
2024/08/20
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
2024/08/20
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Rob Landley
2024/08/20
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
2024/08/19
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Michael Ellerman
2024/08/19
[PATCH -next] hostfs: Convert hostfs_writepage to use folio
Li Zetao
2024/08/19
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
2024/08/19
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Andrew Morton
2024/08/19
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
2024/08/19
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
2024/08/19
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Nathan Chancellor
2024/08/19
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds
2024/08/19
Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Nathan Chancellor
2024/08/19
Re: [PATCH] um: make personality(PER_LINUX32) work on x86_64
Maciej Żenczykowski
2024/08/19
Re: [PATCH] um: make personality(PER_LINUX32) work on x86_64
Johannes Berg
2024/08/16
[PATCH v2 4/6] um: Remove unused mm_fd field from mm_id
Tiwei Bie
2024/08/16
[PATCH v2 6/6] um: Remove declarations of undefined functions
Tiwei Bie
2024/08/16
[PATCH v2 2/6] um: Remove the redundant newpage check in update_pte_range
Tiwei Bie
2024/08/16
[PATCH v2 5/6] um: Remove the call to SUBARCH_EXECVE1 macro
Tiwei Bie
2024/08/16
[PATCH v2 3/6] um: Remove unused fields from thread_struct
Tiwei Bie
2024/08/16
[PATCH v2 0/6] Some minor cleanups for UML
Tiwei Bie
2024/08/16
[PATCH v2 1/6] um: Remove unused kpte_clear_flush macro
Tiwei Bie
2024/08/16
Re: [PATCH 4/6] um: Remove unused mm_fd field from mm_id
Tiwei Bie
2024/08/15
Re: [PATCH 4/6] um: Remove unused mm_fd field from mm_id
Benjamin Berg
2024/08/15
[PATCH 6/6] um: Remove declarations of undefined functions
Tiwei Bie
2024/08/15
[PATCH 0/6] Some minor cleanups for UML
Tiwei Bie
2024/08/15
[PATCH 1/6] um: Remove unused kpte_clear_flush macro
Tiwei Bie
2024/08/15
[PATCH 5/6] um: Remove the call to SUBARCH_EXECVE1 macro
Tiwei Bie
2024/08/15
[PATCH 4/6] um: Remove unused mm_fd field from mm_id
Tiwei Bie
2024/08/15
[PATCH 2/6] um: Remove the redundant newpage check in update_pte_range
Tiwei Bie
2024/08/15
[PATCH 3/6] um: Remove unused fields from thread_struct
Tiwei Bie
2024/08/15
Re: [PATCH 4/5] s390: Remove custom definition of mk_pte()
Alexander Gordeev
2024/08/14
Re: [PATCH 2/5] x86: Remove custom definition of mk_pte()
kernel test robot
2024/08/14
Re: [PATCH 1/5] mm: Introduce a common definition of mk_pte()
kernel test robot
2024/08/14
Re: [PATCH 1/5] mm: Introduce a common definition of mk_pte()
kernel test robot
2024/08/14
[PATCH 1/5] mm: Introduce a common definition of mk_pte()
Matthew Wilcox (Oracle)
2024/08/14
[PATCH 0/5] Provide a single definition of mk_pte()
Matthew Wilcox (Oracle)
2024/08/14
[PATCH 4/5] s390: Remove custom definition of mk_pte()
Matthew Wilcox (Oracle)
2024/08/14
[PATCH 5/5] mm: Make mk_pte() definition unconditional
Matthew Wilcox (Oracle)
2024/08/14
[PATCH 3/5] um: Remove custom definition of mk_pte()
Matthew Wilcox (Oracle)
2024/08/14
[PATCH 2/5] x86: Remove custom definition of mk_pte()
Matthew Wilcox (Oracle)
2024/08/13
[PATCH] um: make personality(PER_LINUX32) work on x86_64
Maciej Żenczykowski
2024/08/09
Re: [PATCH 2/2] user_mode_linux_howto_v2: add VDE vector support in doc
Randy Dunlap
2024/08/09
Re: [PATCH 2/2] user_mode_linux_howto_v2: add VDE vector support in doc
Renzo Davoli
2024/08/07
Re: [linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
Christian Brauner
2024/08/07
Re: [linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
Ryan Roberts
2024/08/06
Re: [linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
Matthew Wilcox
2024/08/06
[linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
kernel test robot
2024/07/31
[PATCH AUTOSEL 4.19 09/14] um: line: always fill *error_out in setup_one_line()
Sasha Levin
2024/07/31
[PATCH AUTOSEL 5.4 16/22] um: line: always fill *error_out in setup_one_line()
Sasha Levin
2024/07/31
[PATCH AUTOSEL 5.10 32/38] um: line: always fill *error_out in setup_one_line()
Sasha Levin
2024/07/31
[PATCH AUTOSEL 5.15 40/47] um: line: always fill *error_out in setup_one_line()
Sasha Levin
2024/07/31
[PATCH AUTOSEL 6.1 53/61] um: line: always fill *error_out in setup_one_line()
Sasha Levin
2024/07/31
[PATCH AUTOSEL 6.6 72/83] um: line: always fill *error_out in setup_one_line()
Sasha Levin
2024/07/31
[PATCH AUTOSEL 6.10 107/121] um: line: always fill *error_out in setup_one_line()
Sasha Levin
2024/07/30
Re: [PATCH 1/2] vector_user: add VDE support
Anton Ivanov
2024/07/30
Re: [PATCH 2/2] user_mode_linux_howto_v2: add VDE vector support in doc
Randy Dunlap
2024/07/30
[PATCH 1/2] vector_user: add VDE support
Renzo Davoli
2024/07/30
[PATCH 0/2] VDE support as a vector 'transport
Renzo Davoli
2024/07/30
[PATCH 2/2] user_mode_linux_howto_v2: add VDE vector support in doc
Renzo Davoli
2024/07/26
Re: [PATCH] hostfs: fix the host directory parse when mounting.
Christian Brauner
2024/07/25
Re: [GIT PULL] UML Changes for v6.11-rc1
pr-tracker-bot
2024/07/25
Re: [PATCH 14/26] block: move the nonrot flag to queue_limits
Christoph Hellwig
2024/07/25
Re: [PATCH 14/26] block: move the nonrot flag to queue_limits
Wouter Verhelst
2024/07/24
[PATCH] hostfs: fix the host directory parse when mounting.
Hongbo Li
2024/07/24
[GIT PULL] UML Changes for v6.11-rc1
Richard Weinberger
2024/07/23
[PATCH] um: remove ARCH_NO_PREEMPT_DYNAMIC
Johannes Berg
2024/07/22
Re: [PATCH v2] um/mm: remove redundant assignment of max_low_pfn
Wei Yang
2024/07/16
Re: Crash when booting UML after e3c92e81711d14b46c3121d36bc8e152cb843923
Linus Torvalds
2024/07/16
Re: Crash when booting UML after e3c92e81711d14b46c3121d36bc8e152cb843923
Nathan Chancellor
2024/07/16
Re: Crash when booting UML after e3c92e81711d14b46c3121d36bc8e152cb843923
Linus Torvalds
2024/07/16
Re: Crash when booting UML after e3c92e81711d14b46c3121d36bc8e152cb843923
Linus Torvalds
2024/07/16
Crash when booting UML after e3c92e81711d14b46c3121d36bc8e152cb843923
Nathan Chancellor
2024/07/16
Re: [PATCH v2 2/2] virtio: fix vq # for balloon
Halil Pasic
2024/07/14
Selecting non-existing config in commit cd01672d64a3 ("um: Enable preemption in UML")
Lukas Bulwahn
2024/07/11
Re: [PATCH v2 2/2] virtio: fix vq # for balloon
kernel test robot
2024/07/10
Re: [PATCH v2 2/2] virtio: fix vq # for balloon
Michael S. Tsirkin
2024/07/10
Re: [PATCH v2 2/2] virtio: fix vq # for balloon
Daniel Verkamp
2024/07/10
Re: [PATCH v2 2/2] virtio: fix vq # for balloon
Michael S. Tsirkin
2024/07/10
Re: [PATCH v2 2/2] virtio: fix vq # for balloon
Daniel Verkamp
2024/07/10
Re: [PATCH v2 2/2] virtio: fix vq # for balloon
Michael S. Tsirkin
2024/07/10
Re: [PATCH v2 2/2] virtio: fix vq # for balloon
Michael S. Tsirkin
2024/07/10
Re: [PATCH v2 2/2] virtio: fix vq # for balloon
Daniel Verkamp
2024/07/10
Re: [PATCH v2 2/2] virtio: fix vq # for balloon
Mathieu Poirier
2024/07/10
[PATCH v2 2/2] virtio: fix vq # for balloon
Michael S. Tsirkin
2024/07/09
Re: [PATCH 2/2] virtio: fix vq # when vq skipped
Jason Wang
2024/07/09
Re: [PATCH 2/2] virtio: fix vq # when vq skipped
David Hildenbrand
2024/07/06
[PATCH v2] um: vector: Fix NAPI budget handling
anton . ivanov
2024/07/05
[PATCH] um: vector: Fix NAPI budget handling
anton . ivanov
2024/07/05
[PATCH v3] um: vector: Replace locks guarding queue depth with atomics
anton . ivanov
2024/07/05
[PATCH 2/2] virtio: fix vq # when vq skipped
Michael S. Tsirkin
2024/07/04
Re: [PATCH v2] um: vector: Replace locks guarding queue depth with atomics
Anton Ivanov
2024/07/04
Re: [PATCH v2] um: vector: Replace locks guarding queue depth with atomics
Johannes Berg
2024/07/04
Re: [PATCH v2] um: vector: Replace locks guarding queue depth with atomics
Anton Ivanov
2024/07/04
[PATCH v8 6/7] um: clear all memory in new userspace processes
Benjamin Berg
2024/07/04
[PATCH v8 7/7] um: Add 4 level page table support
Benjamin Berg
2024/07/04
[PATCH v8 2/7] um: use execveat to create userspace MMs
Benjamin Berg
2024/07/04
[PATCH v8 3/7] um: Fix stub_start address calculation
Benjamin Berg
2024/07/04
[PATCH v8 5/7] um: Discover host_task_size from envp
Benjamin Berg
2024/07/04
[PATCH v8 4/7] um: Limit TASK_SIZE to the addressable range
Benjamin Berg
2024/07/04
[PATCH v8 0/7] Increased address space for 64 bit
Benjamin Berg
2024/07/04
[PATCH v8 1/7] um: Add generic stub_syscall1 function
Benjamin Berg
2024/07/04
Re: [PATCH v7 2/7] um: use execveat to create userspace MMs
Benjamin Berg
2024/07/04
Re: [PATCH v7 6/7] um: clear all memory in new userspace processes
Johannes Berg
2024/07/04
Re: [PATCH v7 2/7] um: use execveat to create userspace MMs
Johannes Berg
2024/07/04
[PATCH v7 6/7] um: clear all memory in new userspace processes
Benjamin Berg
2024/07/04
[PATCH v7 7/7] um: Add 4 level page table support
Benjamin Berg
2024/07/04
[PATCH v7 5/7] um: Discover host_task_size from envp
Benjamin Berg
2024/07/04
[PATCH v7 3/7] um: Fix stub_start address calculation
Benjamin Berg
2024/07/04
[PATCH v7 4/7] um: Limit TASK_SIZE to the addressable range
Benjamin Berg
2024/07/04
[PATCH v7 2/7] um: use execveat to create userspace MMs
Benjamin Berg
2024/07/04
[PATCH v7 0/7] Increased address space for 64 bit
Benjamin Berg
2024/07/04
[PATCH v7 1/7] um: Add generic stub_syscall1 function
Benjamin Berg
2024/07/04
Re: [PATCH v2] um: vector: Replace locks guarding queue depth with atomics
Johannes Berg
2024/07/04
[GIT PULL] Kselftest fixes for v6.10
Mickaël Salaün
2024/07/04
[PATCH v2] um: vector: Replace locks guarding queue depth with atomics
anton . ivanov
2024/07/04
Re: [PATCH 14/26] block: move the nonrot flag to queue_limits
Simon Fernandez
2024/07/04
Re: [PATCH] um: vector: Replace locks guarding queue depth with atomics
Anton Ivanov
2024/07/04
[PATCH] um: remove variable stack array in os_rcv_fd_msg()
Johannes Berg
2024/07/04
Re: [PATCH] um: vector: Replace locks guarding queue depth with atomics
Johannes Berg
2024/07/04
Re: [PATCH] um: vector: Replace locks guarding queue depth with atomics
Johannes Berg
2024/07/04
Re: [PATCH] um: vector: Replace locks guarding queue depth with atomics
Johannes Berg
2024/07/04
Re: [PATCH] um: vector: Replace locks guarding queue depth with atomics
Anton Ivanov
2024/07/04
Re: [PATCH] um: register power-off handler
Anton Ivanov
2024/07/04
Re: [PATCH] um: vector: Replace locks guarding queue depth with atomics
Anton Ivanov
2024/07/04
Re: [PATCH] um: register power-off handler
Johannes Berg
2024/07/04
Re: [PATCH] um: vector: Replace locks guarding queue depth with atomics
Johannes Berg
2024/07/04
[PATCH] um: vector: Replace locks guarding queue depth with atomics
anton . ivanov
2024/07/04
Re: [PATCH] um: vector: always reset vp->opened
Anton Ivanov
2024/07/04
Re: [PATCH v2] um: vector: remove vp->lock
Anton Ivanov
2024/07/03
Re: [PATCH] um: register power-off handler
Anton Ivanov
2024/07/03
Re: [PATCH] um: line: always fill *error_out in setup_one_line()
Anton Ivanov
2024/07/03
Re: [PATCH] um: remove pcap driver from documentation
Anton Ivanov
2024/07/03
Re: vector: spinlock ordering problems
Anton Ivanov
2024/07/03
[PATCH] um: vector: always reset vp->opened
Johannes Berg
2024/07/03
[PATCH v2] um: vector: remove vp->lock
Johannes Berg
2024/07/03
[PATCH] um: vector: remove vp->lock
Johannes Berg
2024/07/03
vector: spinlock ordering problems
Johannes Berg
2024/07/03
[PATCH] um: register power-off handler
Johannes Berg
2024/07/03
[PATCH] um: line: always fill *error_out in setup_one_line()
Johannes Berg
2024/07/03
[PATCH] um: remove pcap driver from documentation
Johannes Berg
2024/07/03
[PATCH v4 09/12] um: Do not flush MM in flush_thread
Benjamin Berg
2024/07/03
[PATCH v4 00/12] Rework stub syscall and page table handling
Benjamin Berg
Earlier messages
Later messages