messages from 2019-09-20 13:19:09 to 2019-10-23 04:39:17 UTC [more...]
[RFC PATCH 00/47] Unifying LKL into UML
2019-10-23 4:38 UTC (22+ messages)
` [RFC PATCH 01/47] asm-generic: atomic64: allow using generic atomic64 on 64bit platforms
` [RFC PATCH 02/47] kbuild: allow architectures to automatically define kconfig symbols
` [RFC PATCH 03/47] lkl: architecture skeleton for Linux kernel library
` [RFC PATCH 04/47] lkl: host interface
` [RFC PATCH 05/47] lkl: memory handling
` [RFC PATCH 06/47] lkl: kernel threads support
` [RFC PATCH 07/47] lkl: interrupt support
` [RFC PATCH 08/47] lkl: system call interface and application API
` [RFC PATCH 09/47] lkl: timers, time and delay support
` [RFC PATCH 11/47] lkl: basic kernel console support
` [RFC PATCH 12/47] lkl: initialization and cleanup
` [RFC PATCH 13/47] lkl: plug in the build system
` [RFC PATCH 16/47] lkl tools: host lib: memory mapped I/O helpers
` [RFC PATCH 17/47] lkl tools: host lib: virtio devices
` [RFC PATCH 18/47] lkl tools: host lib: virtio block device
` [RFC PATCH 19/47] lkl tools: host lib: filesystem helpers
` [RFC PATCH 22/47] lkl tools: tool that converts a filesystem image to tar
` [RFC PATCH 23/47] lkl tools: tool that reads/writes to/from a filesystem image
` [RFC PATCH 25/47] lkl: add support for Windows hosts
` [RFC PATCH 26/47] lkl tools: add support for Windows host
` [RFC PATCH 27/47] lkl: Android ARM (arm/arm64) support
[PATCH v9 13/28] um: Annotate data appropriately
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] x86/um: "
uml segfault during I/O
2019-10-18 10:51 UTC (11+ messages)
[PATCH] um: Add back support for extra userspace libraries
2019-10-17 11:32 UTC (2+ messages)
Build fix for VDE and PCAP drivers
2019-10-16 9:12 UTC (3+ messages)
` [PATCH] um: Fix pcap and vde driver builds
UML not loading on Debian buster with a 5.2 kernel from testing
2019-10-14 13:25 UTC
[PATCH] seccomp: remove unused arg from secure_computing()
2019-10-11 9:45 UTC (12+ 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)
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