messages from 2018-10-13 02:25:08 to 2018-11-07 20:02:45 UTC [more...]
[RFC v2 00/14] kunit: introduce KUnit, the Linux kernel unit testing framework
2018-11-07 20:02 UTC (24+ messages)
` [RFC v2 01/14] kunit: test: add KUnit test runner core
` [RFC v2 02/14] kunit: test: add test resource management API
` [RFC v2 03/14] kunit: test: add string_stream a std::stream like string builder
` [RFC v2 04/14] kunit: test: add test_stream a std::stream like logger
` [RFC v2 05/14] kunit: test: add the concept of expectations
` [RFC v2 06/14] arch: um: enable running kunit from User Mode Linux
` [RFC v2 07/14] kunit: test: add initial tests
` [RFC v2 08/14] arch: um: add shim to trap to allow installing a fault catcher for tests
` [RFC v2 09/14] kunit: test: add the concept of assertions
` [RFC v2 10/14] kunit: add Python libraries for handing KUnit config and kernel
` [RFC v2 11/14] kunit: add KUnit wrapper script and simple output parser
` [RFC v2 12/14] kunit.py: improve output from python wrapper
` [RFC v2 13/14] Documentation: kunit: add documentation for KUnit
` [RFC v2 14/14] MAINTAINERS: add entry for KUnit the unit testing framework
Summary so far - ubd breakage in 4.20-rc1
2018-11-07 19:19 UTC (3+ messages)
4.20-rc1 looks broken for UML
2018-11-07 13:33 UTC (17+ messages)
[PATCH -next 0/3] Add support for fast mremap
2018-11-06 4:36 UTC (13+ messages)
` [PATCH -next 1/3] mm: treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH -next v2 1/3] mm: treewide: remove unused address argument from pte_alloc functions
` [PATCH -next 2/3] mm: speed up mremap by 20x on large regions (v4)
` [PATCH -next 3/3] mm: select HAVE_MOVE_PMD in x86 for faster mremap
[PATCH] um: Update maintainers file entry
2018-11-01 21:27 UTC
[GIT PULL] UML changes for 4.20-rc1
2018-10-31 23:05 UTC (4+ messages)
Testing UserModeLinux with kbuild bot
2018-10-31 14:36 UTC (6+ messages)
[PATCH 1/4] um: Fix warning at kernel/time/clockevents.c:466
2018-10-30 11:58 UTC (4+ messages)
` [PATCH 2/4] um: Add HAVE_DEBUG_BUGVERBOSE
` [PATCH 3/4] um: Include sys/uio.h to have writev()
` [PATCH 4/4] um: Make GCOV depend on !KCOV
[PATCH 0/4] Add support for fast mremap
2018-10-29 10:28 UTC (24+ messages)
` [PATCH 1/4] treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH 2/4] mm: speed up mremap by 500x on large regions (v2)
[PATCH v2 0/2] arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD
2018-10-26 19:05 UTC (15+ messages)
` [PATCH v2 1/2] arch: Add asm-generic/initrd.h and make use of it for most architectures
` [PATCH v2 2/2] arm64: Create asm/initrd.h
[PATCH] um: trap: fix spelling mistake, EACCESS -> EACCES
2018-10-26 18:02 UTC
[PATCH 0/2] arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD
2018-10-23 23:40 UTC (3+ messages)
` [PATCH 1/2] arch: Add asm-generic/initrd.h and make use of it for most architectures
` [PATCH 2/2] arm64: Create asm/initrd.h
[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
2018-10-23 5:37 UTC (6+ messages)
[RFC v1 00/31] kunit: Introducing KUnit, the Linux kernel unit testing framework
2018-10-19 6:27 UTC (52+ messages)
` [RFC v1 01/31] kunit: test: added string_stream a std::stream like string builder
` [RFC v1 02/31] kunit: test: adds KUnit test runner core
` [RFC v1 03/31] kunit: test: added test resource management API
` [RFC v1 04/31] kunit: test: added test_stream a std::stream like logger
` [RFC v1 05/31] kunit: test: added the concept of expectations
` [RFC v1 06/31] arch: um: enabled running kunit from User Mode Linux
` [RFC v1 07/31] kunit: test: added initial tests
` [RFC v1 08/31] arch: um: added shim to trap to allow installing a fault catcher for tests
` [RFC v1 09/31] kunit: test: added the concept of assertions
` [RFC v1 10/31] kunit: test: added concept of initcalls
` [RFC v1 11/31] kunit: test: added concept of post conditions
` [RFC v1 12/31] checkpatch: added support for struct MOCK(foo) syntax
` [RFC v1 13/31] kunit: mock: added parameter list minipulation macros
` [RFC v1 14/31] kunit: mock: added internal mock infrastructure
` [RFC v1 15/31] kunit: mock: added basic matchers and actions
` [RFC v1 16/31] kunit: mock: added class mocking support
` [RFC v1 17/31] kunit: mock: added struct param matcher
` [RFC v1 18/31] kunit: mock: added parameter formatters
` [RFC v1 19/31] kunit: mock: implemented nice, strict and naggy mock distinctions
` [RFC v1 20/31] kunit: mock: add ability to mock functions with void context
` [RFC v1 21/31] kunit: mock: added support for arbitrary function mocking
` [RFC v1 22/31] kunit: mock: add the concept of spyable functions
` [RFC v1 23/31] kunit: mock: add parameter capturers
` [RFC v1 24/31] kunit: improved sigsegv stack trace printing
` [RFC v1 25/31] kunit: added concept of platform mocking
` [RFC v1 26/31] arch: um: added stubs for mock iomem for KUnit
` [RFC v1 27/31] Documentation: kunit: adds complete documentation "
` [RFC v1 28/31] kunit: added Python libraries for handing KUnit config and kernel
` [RFC v1 29/31] kunit: added KUnit wrapper script and simple output parser
` [RFC v1 30/31] kunit.py: improved output from python wrapper
` [RFC v1 31/31] MAINTAINERS: add entry for KUnit the unit testing framework
[PATCH v2] ubd: remove use of blk_rq_map_sg
2018-10-18 21:13 UTC (2+ messages)
[PATCH, RFC] ubd: remove use of blk_rq_map_sg
2018-10-18 21:04 UTC (17+ messages)
[uml-devel] New filesystem prototype as a externfs
2018-10-18 14:16 UTC
Bad MAINTAINERS pattern in section 'USER-MODE LINUX (UML)'
2018-10-17 16:15 UTC (3+ messages)
[bug report] um: Convert ubd driver to blk-mq
2018-10-17 9:26 UTC
[PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions
2018-10-16 2:08 UTC (24+ messages)
` [PATCH v2 2/2] mm: speed up mremap by 500x on large regions
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