linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-19 22:32:56 to 2024-11-22 10:30:13 UTC [more...]

[RFC PATCH 00/13] nommu UML
 2024-11-22 10:29 UTC  (79+ messages)
` [RFC PATCH 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
` [RFC PATCH 02/13] x86/um: nommu: elf loader for fdpic
` [RFC PATCH 03/13] um: nommu: memory handling
` [RFC PATCH 04/13] x86/um: nommu: syscall handling
` [RFC PATCH 05/13] x86/um: nommu: syscall translation by zpoline
` [RFC PATCH 06/13] x86/um: nommu: process/thread handling
` [RFC PATCH 07/13] um: nommu: configure fs register on host syscall invocation
` [RFC PATCH 08/13] x86/um/vdso: nommu: vdso memory update
` [RFC PATCH 09/13] x86/um: nommu: signal handling
` [RFC PATCH 10/13] x86/um: nommu: stack save/restore on vfork
` [RFC PATCH 11/13] um: change machine name for uname output
` [RFC PATCH 12/13] um: nommu: add documentation of nommu UML
` [RFC PATCH 13/13] um: nommu: plug nommu code into build system
` [RFC PATCH v2 00/13] nommu UML
  ` [RFC PATCH v2 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
  ` [RFC PATCH v2 02/13] x86/um: nommu: elf loader for fdpic
  ` [RFC PATCH v2 03/13] um: nommu: memory handling
  ` [RFC PATCH v2 04/13] x86/um: nommu: syscall handling
  ` [RFC PATCH v2 05/13] x86/um: nommu: syscall translation by zpoline
  ` [RFC PATCH v2 06/13] um: nommu: prevent host syscalls from userspace by seccomp filter
  ` [RFC PATCH v2 07/13] x86/um: nommu: process/thread handling
  ` [RFC PATCH v2 08/13] um: nommu: configure fs register on host syscall invocation
  ` [RFC PATCH v2 09/13] x86/um/vdso: nommu: vdso memory update
  ` [RFC PATCH v2 10/13] x86/um: nommu: signal handling
  ` [RFC PATCH v2 11/13] um: change machine name for uname output
  ` [RFC PATCH v2 12/13] um: nommu: add documentation of nommu UML
  ` [RFC PATCH v2 13/13] um: nommu: plug nommu code into build system

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-11-22  5:05 UTC  (4+ messages)

UML mount failure with Linux 6.11
 2024-11-21 13:53 UTC  (12+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-18 18:40 UTC  (14+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v3] um: move thread info into task
 2024-11-11 10:29 UTC 

[PATCH] um: move thread info into task
 2024-11-09  1:03 UTC  (2+ messages)

[PATCH] hostfs: Fix the NULL vs IS_ERR() bug for __filemap_get_folio()
 2024-11-08  9:17 UTC  (2+ messages)

[PATCH 0/4] Enable virtio-fs and virtio-snd in UML
 2024-11-07 17:01 UTC  (6+ messages)
` [PATCH 1/4] um: virtio_uml: send SET_MEM_TABLE message with the exact size
` [PATCH 2/4] um: virtio_uml: use smaller virtqueue sizes for VIRTIO_ID_SOUND
` [PATCH 3/4] um: virtio_uml: fix call_fd IRQ allocation
` [PATCH 4/4] um: virtio_uml: query the number of vqs if supported

[PATCH] um: Always dump trace for specified task in show_stack
 2024-11-06 10:39 UTC 

provide generic page_to_phys and phys_to_page implementations v3
 2024-11-05  9:56 UTC  (5+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys

[PATCH] um: move thread info into task
 2024-11-05  1:33 UTC  (4+ messages)

[PATCH 0/4] um: Some minor driver fixes
 2024-11-04 16:55 UTC  (9+ messages)
` [PATCH 1/4] um: ubd: Initialize ubd's disk pointer in ubd_add
` [PATCH 2/4] um: ubd: Do not use drvdata in release
` [PATCH 3/4] um: net: "
` [PATCH 4/4] um: vector: "

Yamaha Piano !!
 2024-11-04 10:06 UTC 

[PATCH v2 1/5] um: set DONTDUMP and DONTFORK flags on KASAN shadow memory
 2024-11-03 15:05 UTC  (5+ messages)
` [PATCH v2 2/5] um: always include kconfig.h and compiler-version.h
` [PATCH v2 3/5] um: remove file sync for stub data
` [PATCH v2 4/5] um: remove duplicate UM_NSEC_PER_SEC definition
` [PATCH v2 5/5] um: remove broken double fault detection

[PATCH 1/5] um: set DONTDUMP and DONTFORK flags on KASAN shadow memory
 2024-11-03 15:02 UTC  (5+ messages)
` [PATCH 2/5] um: always include kconfig.h and compiler-version.h
` [PATCH 3/5] um: remove file sync for stub data
` [PATCH 4/5] um: remove duplicate UM_NSEC_PER_SEC definition
` [PATCH 5/5] um: remove broken double fault detection

[RFC PATCH] um: mark rodata read-only and implement _nofault accesses
 2024-11-03 14:46 UTC  (2+ messages)

[PATCH 1/2] um: fix sparse warnings from regset refactor
 2024-10-31 14:20 UTC  (2+ messages)
` [PATCH 2/2] um: fix sparse warnings in signal code

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-10-30  8:45 UTC  (2+ messages)

[PATCH] um: Remove double zero check
 2024-10-30  7:31 UTC  (2+ messages)

[PATCH] um: fix stub exe build with CONFIG_GCOV
 2024-10-27 22:09 UTC  (2+ messages)

[RFC PATCH 0/9] SECCOMP based userspace for UML
 2024-10-26 13:41 UTC  (6+ messages)
` [RFC PATCH 8/9] um: Implement kernel side of SECCOMP based process handling

[RFC PATCH v2 0/9] SECCOMP based userspace for UML
 2024-10-26 10:33 UTC  (12+ messages)
` [RFC PATCH v2 1/9] um: Store full CSGSFS and SS register from mcontext
` [RFC PATCH v2 2/9] um: Move faultinfo extraction into userspace routine
` [RFC PATCH v2 3/9] um: Add UML_SECCOMP configuration option
` [RFC PATCH v2 4/9] um: Add stub side of SECCOMP/futex based process handling
` [RFC PATCH v2 5/9] um: Add helper functions to get/set state for SECCOMP
` [RFC PATCH v2 6/9] um: Add SECCOMP support detection and initialization
` [RFC PATCH v2 7/9] um: Track userspace children dying in SECCOMP mode
` [RFC PATCH v2 8/9] um: Implement kernel side of SECCOMP based process handling
` [RFC PATCH v2 9/9] um: pass FD for memory operations when needed

[PATCH][next] um: Malloc just enough space for fitting pid file
 2024-10-26  8:03 UTC  (4+ messages)

[PATCH 0/4] um: Set parent-death signal for sub-processes
 2024-10-25  9:37 UTC  (6+ messages)
` [PATCH 1/4] um: Add os_set_pdeathsig helper function
` [PATCH 2/4] um: Set parent-death signal for ubd io thread/process
` [PATCH 3/4] um: Set parent-death signal for write_sigio thread/process
` [PATCH 4/4] um: Use os_set_pdeathsig helper in winch thread/process

[PATCH v5] um: Remove double zero check
 2024-10-25  9:02 UTC 

[PATCH v2] um: Remove double zero check
 2024-10-25  6:15 UTC  (2+ messages)

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-24  8:13 UTC  (13+ messages)
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v5] um: switch to regset API and depend on XSTATE
 2024-10-23  9:41 UTC 

[PATCH v4] um: switch to regset API and depend on XSTATE
 2024-10-23  9:34 UTC 

[PATCH v3] um: switch to regset API and depend on XSTATE
 2024-10-23  9:11 UTC  (2+ messages)

[PATCH] um: restore process name
 2024-10-23  7:19 UTC  (2+ messages)

[PATCH] um: make stub_exe _start() pure inline asm
 2024-10-23  4:43 UTC  (2+ messages)

[PATCH v2] um: Fix misaligned stack in stub_exe
 2024-10-22 10:12 UTC  (2+ messages)

[PATCH] um: Fix misaligned stack in stub_exe
 2024-10-21 10:26 UTC  (3+ 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 NNTP newsgroup(s).