linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-17 10:09:34 to 2020-02-06 19:14:44 UTC [more...]

[RFC PATCH] UML: add support for KASAN under x86_64
 2020-02-06 19:14 UTC  (19+ messages)

[PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-02-06 18:47 UTC  (24+ messages)
` [PATCH v2 1/7] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v2 2/7] arch: um: "
` [PATCH v2 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v2 4/7] init: main: add KUnit to kernel init
` [PATCH v2 5/7] kunit: test: add test plan to KUnit TAP format
` [PATCH v2 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v2 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt

[PATCH v2 00/27] docs: virt: manually convert text documents to ReST format
 2020-02-06 16:21 UTC  (7+ messages)
` [PATCH v2 02/27] docs: virt: convert UML documentation to ReST
` [PATCH v2 03/27] docs: virt: user_mode_linux.rst: update compiling instructions
` [PATCH v2 04/27] docs: virt: user_mode_linux.rst: fix URL references

[RFC v3 00/26] Unifying LKL into UML
 2020-02-05 17:13 UTC  (35+ messages)
` [RFC v3 01/26] asm-generic: atomic64: allow using generic atomic64 on 64bit platforms
` [RFC v3 02/26] arch: add __SYSCALL_DEFINE_ARCH
` [RFC v3 03/26] um lkl: architecture skeleton for Linux kernel library
` [RFC v3 04/26] um lkl: host interface
` [RFC v3 05/26] um lkl: memory handling
` [RFC v3 06/26] um lkl: kernel threads support
` [RFC v3 07/26] um lkl: interrupt support
` [RFC v3 08/26] um lkl: system call interface and application API
` [RFC v3 09/26] um lkl: timers, time and delay support
` [RFC v3 10/26] um lkl: basic kernel console support
` [RFC v3 11/26] um lkl: initialization and cleanup
` [RFC v3 12/26] um lkl: plug in the build system
` [RFC v3 13/26] lkl tools: skeleton for host side library
` [RFC v3 14/26] lkl tools: host lib: add utilities functions
` [RFC v3 15/26] lkl tools: host lib: filesystem helpers
` [RFC v3 16/26] lkl tools: host lib: networking helpers
` [RFC v3 17/26] lkl tools: host lib: posix host operations
` [RFC v3 18/26] lkl tools: add test programs
` [RFC v3 19/26] lkl tools: cptofs that reads/writes to/from a filesystem image
` [RFC v3 20/26] lkl tools: fs2tar that converts a filesystem image to tar
` [RFC v3 21/26] lkl tools: add lklfuse
` [RFC v3 22/26] um lkl: add documentation
` [RFC v3 23/26] um lkl: add CI scripts to conduct regression tests
` [RFC v3 24/26] um lkl: add UML network driver for lkl
` [RFC v3 25/26] um lkl: add UML block device driver (ubd) "
` [RFC v3 26/26] um: fix clone flags to be familar with valgrind

[RFC v2 00/37] Unifying LKL into UML
 2020-02-05 14:24 UTC  (14+ messages)
` [RFC v2 03/37] lkl: architecture skeleton for Linux kernel library
` [RFC v2 05/37] lkl: memory handling
` [RFC v2 07/37] lkl: interrupt support

[PATCH v1 0/7] uml: add unspecified HAS_IOMEM dependencies
 2020-01-31  3:43 UTC  (23+ messages)
` [PATCH v1 1/7] pinctrl: equilibrium: add unspecified HAS_IOMEM dependency
` [PATCH v1 2/7] mtd: rawnand: "
` [PATCH v1 4/7] crypto: inside-secure: "
` [PATCH v1 5/7] crypto: amlogic: "
` [PATCH v1 6/7] staging: axis-fifo: "
` [PATCH v1 7/7] fsi: aspeed: "

[PATCH v1 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-30 23:04 UTC  (15+ messages)
` [PATCH v1 1/7] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v1 2/7] arch: um: "
` [PATCH v1 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v1 4/7] init: main: add KUnit to kernel init
` [PATCH v1 5/7] kunit: test: add test plan to KUnit TAP format
` [PATCH v1 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v1 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt

[PATCH] um: configs: Cleanup CONFIG_IOSCHED_CFQ
 2020-01-30 19:22 UTC 

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-29 21:28 UTC  (21+ messages)
` [RFC v1 3/6] kunit: test: create a single centralized executor for all tests
` [RFC v1 4/6] init: main: add KUnit to kernel init
` [RFC v1 6/6] kunit: Add 'kunit_shutdown' option

[GIT PULL] uml updates for 5.6-rc1
 2020-01-29  2:45 UTC  (2+ messages)

Upcomming UBI/UBIFS/UML pull requests
 2020-01-29  2:35 UTC  (2+ messages)

[PATCH v3] um: Fix some error handling in uml_vector_user_bpf()
 2020-01-28 15:27 UTC 

[PATCH v1 0/5] uml: add more unspecified HAS_IOMEM dependencies
 2020-01-28 14:58 UTC  (8+ messages)
` [PATCH v1 1/5] net: axienet: add unspecified HAS_IOMEM dependency
` [PATCH v1 2/5] reset: brcmstb-rescal: "
` [PATCH v1 3/5] reset: intel: "
` [PATCH v1 4/5] ptp: 1588_clock_ines: "
` [PATCH v1 5/5] power: avs: qcom-cpr: "

[PATCH 00/27] docs: virt: convert text documents to ReST format
 2020-01-28 14:00 UTC  (4+ messages)
` [PATCH 02/27] docs: virt: convert UML documentation to ReST
` [PATCH 03/27] docs: virt: user_mode_linux.rst: update compiling instructions
` [PATCH 04/27] docs: virt: user_mode_linux.rst: fix URL references

[RFC v1 0/2] arch: um: turn BTF_TYPEINFO support off
 2020-01-28  8:12 UTC  (6+ messages)
` [RFC v1 1/2] kbuild: add arch specific dependency for BTF support
` [RFC v1 2/2] arch: um: turn BTF_TYPEINFO support off

[PATCH] um: Fix some error handling in uml_vector_user_bpf()
 2020-01-25  6:01 UTC  (5+ messages)

[PATCH v3] uml: make CONFIG_STATIC_LINK actually static
 2020-01-24 22:14 UTC 

[PATCH v2] uml: make CONFIG_STATIC_LINK actually static
 2020-01-24 22:03 UTC  (3+ messages)

[RFC v2 21/37] lkl tools: "boot" test
 2020-01-24  4:32 UTC  (3+ messages)

[PATCH v1] uml: make CONFIG_STATIC_LINK actually static
 2020-01-23 23:25 UTC  (6+ messages)

[PATCH v2] overlayfs: print format optimization
 2020-01-22  8:12 UTC 

[PATCH] overlayfs: print format optimization
 2020-01-22  7:51 UTC  (2+ messages)

I get 5.4 fail to start
 2020-01-19 21:38 UTC  (4+ messages)
` [PATCH] Revert "um: Enable CONFIG_CONSTRUCTORS"

[PATCH v1] um: drivers: mark non-vector net transports as obsolete
 2020-01-19 21:37 UTC  (2+ messages)

[PATCH] um: fix time-travel=inf-cpu with xor/raid6
 2020-01-19 21:35 UTC  (3+ messages)

[PATCH v2] arch: um: add an option to make serial driver non-raw
 2020-01-19 21:27 UTC  (2+ messages)

[PATCH] um: Implement copy_thread_tls
 2020-01-17  0:14 UTC  (5+ messages)

[PATCH AUTOSEL 4.19 446/671] um: Fix IRQ controller regression on console read
 2020-01-16 17:03 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 552/671] um: Fix off by one error in IRQ enumeration

[PATCH AUTOSEL 5.4 175/205] um: Don't trace irqflags during shutdown
 2020-01-16 16:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 176/205] um: virtio_uml: Disallow modular build

[PATCH 5.4 64/78] um: Implement copy_thread_tls
 2020-01-14 10:01 UTC 

Patch "um: Implement copy_thread_tls" has been added to the 5.4-stable tree
 2020-01-13 21:53 UTC 

Bug#928924: user-mode-linux: xterm functionality broken due to wrong path to port-helper
 2020-01-09  9:58 UTC  (5+ messages)

Linux UM 5.4 FTBFS: uml_reserved undefined
 2020-01-04  0:04 UTC  (2+ messages)

[PATCH v3 05/22] compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl
 2020-01-02 14:55 UTC 

[PATCH v1] lkdtm/bugs: fix build error in lkdtm_UNSET_SMEP
 2019-12-18  0:14 UTC  (2+ messages)

[PATCH v4 1/9] um: Migrate pcap to vector IO
 2019-12-17 10:09 UTC  (4+ messages)
` [PATCH v4 7/9] um: Remove ethertap driver and remaining legacy tap/ethertap code
` [PATCH v4 8/9] um: Add daemon transport to vector subsystem
` [PATCH v4 9/9] um: migrate daemon to vector backend


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