linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-24 00:00:02 to 2018-11-15 08:28:43 UTC [more...]

[PATCH 0/8] kbuild: clean-up modversion, TRIM_UNUSED_KSYMS, if_changed_rule, etc
 2018-11-15  8:27 UTC 

[PATCH v2 1/4] um: Switch to block-mq constants in the UML UBD driver
 2018-11-14 18:41 UTC  (4+ messages)
` [PATCH v2 2/4] um: Clean-up command processing in "
` [PATCH v2 3/4] um: Remove unsafe printks from the io thread
` [PATCH v2 4/4] um: Add support for DISCARD in the UBD Driver

[PATCH 1/4] um: Switch to block-mq constants in the UML UBD driver
 2018-11-14 18:30 UTC  (5+ messages)
` [PATCH 2/4] um: Clean-up command processing in "
` [PATCH 3/4] um: Remove unsafe printks from the io thread
` [PATCH 4/4] um: Add support for DISCARD in the UBD Driver

Revised and fixed patchset
 2018-11-14 17:04 UTC  (22+ messages)
` [PATCH 1/4] um: Switch to block-mq constants in the UML UBD driver
` [PATCH 2/4] um: Clean-up command processing in "
` [PATCH 3/4] um: Remove unsafe printks from the io thread
` [PATCH 4/4] um: Add support for DISCARD in the UBD Driver

RFC - potential optimizations in uaccess.c
 2018-11-14 15:00 UTC 

[PATCH 1/4] um: Switch to block-mq constants in the UML UBD driver
 2018-11-14  9:53 UTC  (6+ messages)
` [PATCH 2/4] um: Clean-up command processing in "
` [PATCH 3/4] um: Remove unsafe printks from the io thread
` [PATCH 4/4] um: Add support for DISCARD in the UBD Driver

New Patch series for the UBD Driver
 2018-11-13 15:29 UTC  (25+ messages)
` [PATCH 1/3] um: Switch to block-mq constants in the UML UBD driver
` [PATCH 2/3] um: Clean-up command processing in "
` [PATCH 3/3] um: Add support for DISCARD in the UBD Driver

[PATCH] um: Remove obsolete reenable_XX calls
 2018-11-13 15:08 UTC 

[RFC v2 00/14] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-11-13 10:10 UTC  (23+ messages)
` [RFC v2 01/14] kunit: test: add KUnit test runner core
` [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

[PATCH AUTOSEL 3.18 5/9] um: Give start_idle_thread() a return code
 2018-11-13  5:52 UTC 

[PATCH AUTOSEL 4.4 05/11] um: Give start_idle_thread() a return code
 2018-11-13  5:52 UTC 

[PATCH AUTOSEL 4.9 07/17] um: Give start_idle_thread() a return code
 2018-11-13  5:52 UTC 

[PATCH AUTOSEL 4.14 12/26] um: Give start_idle_thread() a return code
 2018-11-13  5:51 UTC 

[PATCH AUTOSEL 4.18 18/39] um: Give start_idle_thread() a return code
 2018-11-13  5:50 UTC 

[PATCH AUTOSEL 4.19 20/44] um: Give start_idle_thread() a return code
 2018-11-13  5:49 UTC 

[PATCH] Add DISCARD support to UML udb driver
 2018-11-09 22:06 UTC  (5+ messages)

[PATCH] Fix breakage from switching to MQ BLK framework
 2018-11-08 18:33 UTC  (10+ messages)

[PATCH -next-akpm 0/3] Add support for fast mremap
 2018-11-08 18:12 UTC  (4+ messages)
` [PATCH -next-akpm 1/3] mm: treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH -next-akpm 2/3] mm: speed up mremap by 20x on large regions (v5)
` [PATCH -next-akpm 3/3] mm: select HAVE_MOVE_PMD in x86 for faster mremap

Summary so far - ubd breakage in 4.20-rc1
 2018-11-08 13:08 UTC  (12+ 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  (19+ 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 


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