linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 00/13] nommu UML
 2024-12-13  7:19 UTC  (16+ messages)
` [PATCH v5 01/13] x86/um: clean up elf specific definitions
` [PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
` [PATCH v5 03/13] um: decouple MMU specific code from the common part
` [PATCH v5 04/13] um: nommu: memory handling
` [PATCH v5 05/13] x86/um: nommu: syscall handling
` [PATCH v5 06/13] um: nommu: seccomp syscalls hook
` [PATCH v5 07/13] x86/um: nommu: process/thread handling
` [PATCH v5 08/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v5 09/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v5 10/13] x86/um: nommu: signal handling
` [PATCH v5 11/13] um: change machine name for uname output
` [PATCH v5 12/13] um: nommu: add documentation of nommu UML
` [PATCH v5 13/13] um: nommu: plug nommu code into build system

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

[PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH v3 00/13] nommu UML
 2024-12-08 10:15 UTC  (2+ messages)

um linux: no previous prototype for ‘ioread64_lo_hi’ and friends
 2024-12-06 16:54 UTC  (2+ messages)

[PATCH 6.6 143/676] um: Unconditionally call unflatten_device_tree()
 2024-12-06 14:29 UTC 

[RFC PATCH 00/13] nommu UML
 2024-12-06  2:51 UTC  (87+ messages)
` [RFC PATCH v2 "
  ` [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 v3 00/13] nommu UML
    ` [PATCH v3 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
    ` [PATCH v3 02/13] x86/um: nommu: elf loader for fdpic
    ` [PATCH v3 03/13] um: nommu: memory handling
    ` [PATCH v3 04/13] x86/um: nommu: syscall handling
    ` [PATCH v3 05/13] x86/um: nommu: syscall translation by zpoline
    ` [PATCH v3 06/13] um: nommu: syscalls handler from userspace by seccomp filter
    ` [PATCH v3 07/13] x86/um: nommu: process/thread handling
    ` [PATCH v3 08/13] um: nommu: configure fs register on host syscall invocation
    ` [PATCH v3 09/13] x86/um/vdso: nommu: vdso memory update
    ` [PATCH v3 10/13] x86/um: nommu: signal handling
    ` [PATCH v3 11/13] um: change machine name for uname output
    ` [PATCH v3 12/13] um: nommu: add documentation of nommu UML
    ` [PATCH v3 13/13] um: nommu: plug nommu code into build system

[PATCH v4 1/1] exec: seal system mappings
 2024-12-04 18:24 UTC  (3+ messages)

[PATCH] um: add back support for FXSAVE registers
 2024-12-04  7:48 UTC 

[PATCH v5] um: switch to regset API and depend on XSTATE
 2024-12-03 21:55 UTC  (7+ messages)

[GIT PULL] UML changes for v6.13-rc1
 2024-11-30 18:38 UTC  (2+ messages)

UML mount failure with Linux 6.11
 2024-11-28 12:55 UTC  (22+ messages)

[PATCH 0/9] um: Some minor cleanups
 2024-11-28  8:31 UTC  (10+ messages)
` [PATCH 1/9] um: Mark parse_host_cpu_flags as __init
` [PATCH 2/9] um: Mark parse_cache_line "
` [PATCH 3/9] um: Mark get_top_address "
` [PATCH 4/9] um: Mark set_stklim "
` [PATCH 5/9] um: Mark install_fatal_handler "
` [PATCH 6/9] um: Mark setup_env_path "
` [PATCH 7/9] um: Remove unused PGD_BOUND macro
` [PATCH 8/9] um: Remove unused THREAD_NAME_LEN macro
` [PATCH 9/9] um: Remove unused user_context function

[PATCH 0/3] um: Some mem cleanups
 2024-11-28  8:19 UTC  (4+ messages)
` [PATCH 1/3] um: Remove unused MODULES_LEN macro
` [PATCH 2/3] um: Remove obsolete fixmap support
` [PATCH 3/3] um: Count iomem_size only once in physmem calculation

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-11-23  4:39 UTC  (8+ messages)
      ` [EXTERNAL] "

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-18 18:40 UTC  (7+ messages)
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text

[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  (5+ messages)
` [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  (3+ messages)
` [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 


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).