messages from 2019-09-16 13:06:20 to 2019-10-10 21:53:24 UTC [more...]
[PATCH] seccomp: remove unused arg from secure_computing()
2019-10-10 21:53 UTC (11+ messages)
` [PATCH v1] seccomp: simplify secure_computing()
RFC - make it possible to add iomem at runtime
2019-10-09 15:55 UTC (3+ messages)
[PATCH] um: virtio_uml: disallow modular build
2019-10-08 16:16 UTC (2+ messages)
[PATCH 1/2] um: irq: Fix LAST_IRQ usage
2019-10-08 14:49 UTC (6+ messages)
` [PATCH 2/2] um: drivers: Add virtio vhost-user driver
[PATCH v18 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-10-07 14:57 UTC (47+ messages)
` [PATCH v18 01/19] kunit: test: add KUnit test runner core
` [PATCH v18 02/19] kunit: test: add test resource management API
` [PATCH v18 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v18 04/19] kunit: test: add assertion printing library
` [PATCH v18 05/19] kunit: test: add the concept of expectations
` [PATCH v18 06/19] lib: enable building KUnit in lib/
` [PATCH v18 07/19] kunit: test: add initial tests
` [PATCH v18 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v18 09/19] kunit: test: add support for test abort
` [PATCH v18 10/19] kunit: test: add tests for kunit "
` [PATCH v18 11/19] kunit: test: add the concept of assertions
` [PATCH v18 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v18 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v18 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v18 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v18 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v18 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v18 19/19] kunit: fix failure to build without printk
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
2019-10-07 8:26 UTC (4+ messages)
` [RESEND TRIVIAL 2/3] treewide: "
` [RESEND TRIVIAL 3/3] treewide: arch: "
[PATCH v2 00/21] Refine memblock API
2019-10-02 11:14 UTC (13+ messages)
Vector BPF "Firmware" - version 5
2019-10-02 10:26 UTC (2+ messages)
` [PATCH v5] um: Loadable BPF "Firmware" for vector drivers
[PATCH v4] um: Loadable BPF "Firmware" for vector drivers
2019-10-02 8:12 UTC
[PATCH v3] um: Loadable BPF "Firmware" for vector drivers
2019-10-01 21:01 UTC (2+ messages)
[PATCH v2] um: Loadable BPF "Firmware" for vector drivers
2019-10-01 18:23 UTC (5+ messages)
[PATCH] um: Loadable BPF "Firmware" for vector drivers
2019-10-01 8:06 UTC (3+ messages)
static EXPORT_SYMBOL checker causes false positives on ARCH=um
2019-09-24 12:09 UTC (2+ messages)
[PATCH v2] um: virtio: keep reading on -EAGAIN
2019-09-24 7:21 UTC
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
2019-09-23 16:00 UTC (3+ messages)
` [PATCH trivial 2/3] treewide: "
` [PATCH trivial 3/3] treewide: arch: "
[PATCH v17 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-09-23 9:05 UTC (22+ messages)
` [PATCH v17 01/19] kunit: test: add KUnit test runner core
` [PATCH v17 02/19] kunit: test: add test resource management API
` [PATCH v17 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v17 04/19] kunit: test: add assertion printing library
` [PATCH v17 05/19] kunit: test: add the concept of expectations
` [PATCH v17 06/19] lib: enable building KUnit in lib/
` [PATCH v17 07/19] kunit: test: add initial tests
` [PATCH v17 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v17 09/19] kunit: test: add support for test abort
` [PATCH v17 10/19] kunit: test: add tests for kunit "
` [PATCH v17 11/19] kunit: test: add the concept of assertions
` [PATCH v17 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v17 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v17 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v17 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v17 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v17 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v17 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v17 19/19] kunit: fix failure to build without printk
[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-09-21 23:57 UTC (15+ messages)
` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest
[GIT PULL] UML updates for 5.4-rc1
2019-09-21 18:15 UTC (2+ messages)
[PATCH v16 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-09-20 23:52 UTC (23+ messages)
` [PATCH v16 01/19] kunit: test: add KUnit test runner core
` [PATCH v16 02/19] kunit: test: add test resource management API
` [PATCH v16 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v16 04/19] kunit: test: add assertion printing library
` [PATCH v16 05/19] kunit: test: add the concept of expectations
` [PATCH v16 06/19] lib: enable building KUnit in lib/
` [PATCH v16 07/19] kunit: test: add initial tests
` [PATCH v16 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v16 09/19] kunit: test: add support for test abort
` [PATCH v16 10/19] kunit: test: add tests for kunit "
` [PATCH v16 11/19] kunit: test: add the concept of assertions
` [PATCH v16 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v16 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v16 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v16 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v16 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v16 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v16 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v16 19/19] kunit: fix failure to build without printk
linux-image-5.2.0-2-amd64: breaks UML all versions, both debian stock and compiled from source
2019-09-20 19:01 UTC (6+ messages)
Anyone running uml on a 5.x host?
2019-09-20 8:06 UTC
[PATCH] um: virtio: keep reading on -EAGAIN
2019-09-19 10:13 UTC
[PATCH v3] um: virtio: remove device on disconnect
2019-09-18 19:24 UTC
CONFIG_COMPAT for UM?
2019-09-18 11:45 UTC (10+ messages)
Bug#938962: user-mode-linux needs update for new linux
2019-09-18 8:35 UTC (3+ messages)
[RFC v3 0/2] um: synchronized time-travel
2019-09-17 13:49 UTC (8+ messages)
` [RFC v3 1/2] um: virtio: implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS
` [RFC v3 2/2] um: implement time-travel=ext
[PATCH v3] um: time-travel: rewrite as an event scheduler
2019-09-17 13:18 UTC
[PATCH] um: don't trace irqflags during shutdown
2019-09-17 11:20 UTC
[RFC v2 1/2] um: virtio: implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS
2019-09-17 9:18 UTC (6+ messages)
` [RFC v2 2/2] um: implement time-travel=ext
[PATCH v2] um: time-travel: rewrite as an event scheduler
2019-09-17 9:13 UTC (2+ messages)
[PATCH v2] um: virtio: remove device on disconnect
2019-09-16 22:09 UTC
[PATCH] um: time-travel: rewrite as an event scheduler
2019-09-16 19:26 UTC (2+ messages)
[PATCH] um: virtio: remove device on disconnect
2019-09-16 19:12 UTC (2+ messages)
[PATCH] um: move timer-internal.h to non-shared
2019-09-16 15:18 UTC (2+ messages)
[PATCH] um: export uml_reserved
2019-09-16 15:14 UTC (2+ messages)
[RFC 1/3] um: virtio: implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS
2019-09-16 13:10 UTC (3+ messages)
` [RFC 2/3] um: virtio: wrap irq request/free functions
` [RFC 3/3] um: implement time-travel=virtio
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).