linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-17 10:36:29 to 2020-10-09 19:50:00 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-09 19:50 UTC  (26+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "

[RFC v5 00/21] Unifying LKL into UML
 2020-10-09 16:06 UTC  (103+ messages)
` [RFC v5 01/21] um: split build in kernel and host parts
` [RFC v6 00/21] Unifying LKL into UML
  ` [RFC v6 01/21] um: split build in kernel and host parts
  ` [RFC v6 02/21] um: add os init and exit calls
  ` [RFC v6 03/21] um: move arch/um/os-Linux dir to tools/um/uml
  ` [RFC v6 04/21] um: host: implement os_initcalls and os_exitcalls
  ` [RFC v6 05/21] um: move arch/x86/um/os-Linux to tools/um/uml/
  ` [RFC v6 06/21] scritps: um: suppress warnings if SRCARCH=um
  ` [RFC v6 07/21] um: extend arch_switch_to for alternate SUBARCH
  ` [RFC v6 08/21] um: add nommu mode for UML library mode
  ` [RFC v6 09/21] um: nommu: host interface
  ` [RFC v6 10/21] um: nommu: memory handling
  ` [RFC v6 11/21] um: nommu: kernel thread support
  ` [RFC v6 12/21] um: nommu: system call interface and application API
  ` [RFC v6 13/21] um: nommu: basic console support
  ` [RFC v6 14/21] um: nommu: initialization and cleanup
  ` [RFC v6 15/21] um: nommu: integrate with irq infrastructure of UML
  ` [RFC v6 16/21] um: nommu: plug in the build system
  ` [RFC v6 17/21] um: host: add nommu build for ARCH=um
  ` [RFC v6 18/21] um: host: add utilities functions
  ` [RFC v6 19/21] um: host: posix host operations
  ` [RFC v6 20/21] um: host: add test programs
  ` [RFC v6 21/21] um: nommu: add block device support of UML
  ` [RFC v7 00/21] Unifying LKL into UML
    ` [RFC v7 01/21] um: split build in kernel and host parts
    ` [RFC v7 02/21] um: add os init and exit calls
    ` [RFC v7 03/21] um: move arch/um/os-Linux dir to tools/um/uml
    ` [RFC v7 04/21] um: host: implement os_initcalls and os_exitcalls
    ` [RFC v7 05/21] um: move arch/x86/um/os-Linux to tools/um/uml/
    ` [RFC v7 06/21] scritps: um: suppress warnings if SRCARCH=um
    ` [RFC v7 07/21] um: extend arch_switch_to for alternate SUBARCH
    ` [RFC v7 08/21] um: add nommu mode for UML library mode
    ` [RFC v7 09/21] um: nommu: host interface
    ` [RFC v7 10/21] um: nommu: memory handling
    ` [RFC v7 11/21] um: nommu: kernel thread support
    ` [RFC v7 12/21] um: nommu: system call interface and application API
    ` [RFC v7 13/21] um: nommu: basic console support
    ` [RFC v7 14/21] um: nommu: initialization and cleanup
    ` [RFC v7 15/21] um: nommu: integrate with irq infrastructure of UML
    ` [RFC v7 16/21] um: nommu: plug in the build system
    ` [RFC v7 17/21] um: host: add nommu build for ARCH=um
    ` [RFC v7 18/21] um: host: add utilities functions
    ` [RFC v7 19/21] um: host: posix host operations
    ` [RFC v7 20/21] um: host: add test programs
    ` [RFC v7 21/21] um: nommu: add block device support of UML

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-09 14:31 UTC  (17+ messages)
` [PATCH v2 01/16] mm: Add AOP_UPDATED_PAGE return value
` [PATCH v2 02/16] mm: Inline wait_on_page_read into its one caller
` [PATCH v2 03/16] 9p: Tell the VFS that readpage was synchronous
` [PATCH v2 04/16] afs: "
` [PATCH v2 05/16] ceph: "
` [PATCH v2 06/16] cifs: "
` [PATCH v2 07/16] cramfs: "
` [PATCH v2 08/16] ecryptfs: "
` [PATCH v2 09/16] fuse: "
` [PATCH v2 10/16] hostfs: "
` [PATCH v2 11/16] jffs2: "
` [PATCH v2 12/16] ubifs: "
` [PATCH v2 13/16] udf: "
` [PATCH v2 14/16] vboxsf: "
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate into its one caller
` [PATCH v2 16/16] iomap: Make readpage synchronous

[RFC PATCH] kernel: allow to configure PREEMPT_NONE, PREEMPT_VOLUNTARY on kernel command line
 2020-10-09 11:42 UTC  (2+ messages)

[PATCH v2 0/2] Broad write-locking of nascent mm in execve
 2020-10-07 12:12 UTC  (7+ messages)
` [PATCH v2 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
` [PATCH v2 2/2] exec: Broadly lock nascent mm until setup_arg_pages()

[PATCH 0/2] Broad write-locking of nascent mm in execve
 2020-10-05 12:52 UTC  (9+ messages)
` [PATCH 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
` [PATCH 2/2] exec: Broadly lock nascent mm until setup_arg_pages()

[PATCH] um: Remove dead usage of TIF_IA32
 2020-10-04 20:19 UTC  (3+ messages)

[PATCH 0/6] Fix new html build warnings from next-20201001
 2020-10-02  8:19 UTC  (4+ messages)
` [PATCH 3/6] docs: virt: user_mode_linux_howto_v2.rst: fix a literal block markup

[patch 00/13] preempt: Make preempt count unconditional
 2020-09-29 14:54 UTC  (16+ messages)

[PATCH v4] docs: replace the old User Mode Linux HowTo with a new one
 2020-09-24 16:54 UTC  (2+ messages)

[PATCH 00/13] Allow readpage to return a locked page
 2020-09-24  9:00 UTC  (21+ messages)
` [PATCH 01/13] mm: Add AOP_UPDATED_PAGE return value
` [PATCH 02/13] 9p: Tell the VFS that readpage was synchronous
  ` [V9fs-developer] "
` [PATCH 03/13] afs: "
` [PATCH 04/13] ceph: "
` [PATCH 05/13] cifs: "
` [PATCH 06/13] cramfs: "
` [PATCH 07/13] ecryptfs: "
` [PATCH 08/13] fuse: "
` [PATCH 09/13] hostfs: "
` [PATCH 10/13] jffs2: "
` [PATCH 11/13] ubifs: "
` [PATCH 12/13] udf: "
` [PATCH 13/13] vboxsf: "

[PATCH] um: vector: Use GFP_ATOMIC under spin lock
 2020-09-21 14:36 UTC  (2+ messages)

[PATCH] um: vector: Add dynamic tap interfaces and scripting
 2020-09-21 13:58 UTC 

[PATCH] um: clean up stacktrace dump
 2020-09-21 11:43 UTC 

[PATCH v2] kbuild: preprocess module linker script
 2020-09-19 10:26 UTC  (2+ 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).