messages from 2019-07-31 21:23:23 to 2019-08-25 09:49:57 UTC [more...]
[PATCH 0/4] Add SPDX headers for most files in arch/um
2019-08-25 9:49 UTC (5+ messages)
` [PATCH 1/4] Add SPDX headers for files in arch/um/drivers
` [PATCH 2/4] Add SPDX headers to files in arch/um/kernel/
` [PATCH 3/4] Add SPDX headers for files in arch/um/os-Linux
` [PATCH 4/4] Add SPDX headers for files in arch/um/include
[PATCH] arch: um: implement memory protection
2019-08-25 7:41 UTC (3+ messages)
[PATCH v15 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-08-24 17:29 UTC (20+ messages)
` [PATCH v15 01/18] kunit: test: add KUnit test runner core
` [PATCH v15 02/18] kunit: test: add test resource management API
` [PATCH v15 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v15 04/18] kunit: test: add assertion printing library
` [PATCH v15 05/18] kunit: test: add the concept of expectations
` [PATCH v15 06/18] kbuild: enable building KUnit
` [PATCH v15 07/18] kunit: test: add initial tests
` [PATCH v15 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v15 09/18] kunit: test: add support for test abort
` [PATCH v15 10/18] kunit: test: add tests for kunit "
` [PATCH v15 11/18] kunit: test: add the concept of assertions
` [PATCH v15 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v15 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v15 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v15 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v15 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v15 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v15 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
Segmentation fault in blk-mq with loop device
2019-08-24 1:21 UTC
[PATCH v2] arch: um: implement memory protection
2019-08-23 23:02 UTC
[PATCH v14 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-08-23 19:43 UTC (34+ messages)
` [PATCH v14 01/18] kunit: test: add KUnit test runner core
` [PATCH v14 02/18] kunit: test: add test resource management API
` [PATCH v14 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v14 04/18] kunit: test: add assertion printing library
` [PATCH v14 05/18] kunit: test: add the concept of expectations
` [PATCH v14 06/18] kbuild: enable building KUnit
` [PATCH v14 07/18] kunit: test: add initial tests
` [PATCH v14 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v14 09/18] kunit: test: add support for test abort
` [PATCH v14 10/18] kunit: test: add tests for kunit "
` [PATCH v14 11/18] kunit: test: add the concept of assertions
` [PATCH v14 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v14 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v14 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v14 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v14 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v14 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v14 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH v2] arch: um: enable CONFIG_CONSTRUCTORS
2019-08-23 13:36 UTC
[PATCH] arch: um: enable CONFIG_CONSTRUCTORS
2019-08-23 13:30 UTC (2+ messages)
[PATCH] arch: um: place (soft)irq text with macros
2019-08-23 13:06 UTC
[PATCH] arch: um: fix VDSO compiler warning
2019-08-23 13:05 UTC
[PATCH v3] arch: um: implement TRACE_IRQFLAGS_SUPPORT
2019-08-23 11:16 UTC
[PATCH v2] arch: um: implement TRACE_IRQFLAGS_SUPPORT
2019-08-23 11:06 UTC
[PATCH 1/4] arch: um: remove sig_info[SIGALRM]
2019-08-23 10:44 UTC (4+ messages)
` [PATCH 2/4] arch: um: avoid using uninitialized regs
` [PATCH 3/4] arch: um: remove misleading #define ARCh_IRQ_ENABLED
` [PATCH 4/4] arch: um: implement TRACE_IRQFLAGS_SUPPORT
[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-08-21 0:15 UTC (31+ messages)
` [PATCH v13 01/18] kunit: test: add KUnit test runner core
` [PATCH v13 02/18] kunit: test: add test resource management API
` [PATCH v13 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v13 04/18] kunit: test: add assertion printing library
` [PATCH v13 05/18] kunit: test: add the concept of expectations
` [PATCH v13 06/18] kbuild: enable building KUnit
` [PATCH v13 07/18] kunit: test: add initial tests
` [PATCH v13 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v13 09/18] kunit: test: add support for test abort
` [PATCH v13 10/18] kunit: test: add tests for kunit "
` [PATCH v13 11/18] kunit: test: add the concept of assertions
` [PATCH v13 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v13 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v13 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v13 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v13 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v13 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v13 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH 1/2] um: irq: Fix LAST_IRQ usage
2019-08-20 7:28 UTC (15+ messages)
` [PATCH 2/2] um: drivers: Add virtio vhost-user driver
[PATCH v5 06/18] compat_ioctl: move WDIOC handling into wdt drivers
2019-08-15 18:10 UTC (2+ messages)
[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-08-13 17:07 UTC (60+ messages)
` [PATCH v12 01/18] kunit: test: add KUnit test runner core
` [PATCH v12 02/18] kunit: test: add test resource management API
` [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v12 04/18] kunit: test: add assertion printing library
` [PATCH v12 05/18] kunit: test: add the concept of expectations
` [PATCH v12 06/18] kbuild: enable building KUnit
` [PATCH v12 07/18] kunit: test: add initial tests
` [PATCH v12 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v12 09/18] kunit: test: add support for test abort
` [PATCH v12 10/18] kunit: test: add tests for kunit "
` [PATCH v12 11/18] kunit: test: add the concept of assertions
` [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v12 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v12 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v12 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v12 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v12 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v12 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH 04/16] um: prefer __section from compiler_attributes.h
2019-08-12 21:50 UTC
[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
2019-08-12 21:12 UTC (18+ messages)
New Vector patch series
2019-08-09 7:40 UTC (5+ messages)
` [PATCHv4 1/4] um: Add legacy tap support and rename existing vector to hybrid
` [PATCHv4 2/4] um: Added support for unix socket transports and bess transport
` [PATCHv4 3/4] um: Add checks to mtu parameter parsing
` [PATCHv4 4/4] um: Error handling fixes in vector drivers
[RFC] um: virtio: Workaround for using virtio_net with snabb
2019-08-09 7:31 UTC (6+ messages)
[PATCH] um: remove meaningless clearing of clean-files
2019-08-08 17:28 UTC
[PATCH v8 13/28] um: annotate data appropriatelly
2019-08-08 10:38 UTC
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