linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-11 09:12:07 to 2019-12-17 08:21:36 UTC [more...]

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2019-12-17  8:21 UTC  (13+ messages)
` [RFC v1 1/6] vmlinux.lds.h: add linker section for KUnit test suites
` [RFC v1 2/6] arch: um: "
` [RFC v1 3/6] kunit: test: create a single centralized executor for all tests
` [RFC v1 4/6] init: main: add KUnit to kernel init
` [RFC v1 5/6] kunit: test: add test plan to KUnit TAP format
` [RFC v1 6/6] kunit: Add 'kunit_shutdown' option

[PATCH v3 1/6] um: Migrate pcap to vector IO
 2019-12-16 20:35 UTC  (7+ messages)
` [PATCH v3 2/6] um: vector: Add UCAST and MCAST trasnports
` [PATCH v3 3/6] um: Migrate socket transport to Vector backend
` [PATCH v3 4/6] um: Enable GRO by default when using raw in pcap compat mode
` [PATCH v3 5/6] um: vector: Add dynamic tap interfaces and scripting
` [PATCH v3 6/6] um: Migrate tap to vector IO

[PATCH v1 0/7] uml: add unspecified HAS_IOMEM dependencies
 2019-12-16 10:39 UTC  (19+ messages)
` [PATCH v1 1/7] pinctrl: equilibrium: add unspecified HAS_IOMEM dependency
` [PATCH v1 2/7] mtd: rawnand: "
` [PATCH v1 3/7] net: axienet: "
` [PATCH v1 4/7] crypto: inside-secure: "
` [PATCH v1 5/7] crypto: amlogic: "
` [PATCH v1 6/7] staging: axis-fifo: "
` [PATCH v1 7/7] fsi: aspeed: "

[PATCH v2 00/24] drivers, fs: y2038 updates
 2019-12-13 20:53 UTC  (3+ messages)
` [PATCH v2 05/24] um: ubd: use 64-bit time_t where possible
` [PATCH v2 10/24] hostfs: pass 64-bit timestamps to/from user space

[PATCH 1/3] um: Migrate pcap to vector IO
 2019-12-13 16:30 UTC  (4+ messages)
` [PATCH 2/3] um: vector: Add UCAST and MCAST trasnports
` [PATCH 3/3] um: Migrate socket transport to Vector backend

[PATCH] um: fix time-travel=inf-cpu with xor/raid6
 2019-12-13 10:32 UTC  (2+ messages)

[PATCH] um: Migrate pcap to vector IO
 2019-12-13 10:15 UTC  (2+ messages)

[PATCH v1] lkdtm/bugs: fix build error in lkdtm_UNSET_SMEP
 2019-12-13  0:35 UTC 

[PATCH v1] uml: remove support for CONFIG_STATIC_LINK
 2019-12-12  7:14 UTC  (10+ messages)

[PATCH 00/24] block, scsi: final compat_ioctl cleanup
 2019-12-11 20:42 UTC  (2+ messages)
` [PATCH 07/24] compaT_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl

[PATCH AUTOSEL 5.4 114/134] um: virtio: Keep reading on -EAGAIN
 2019-12-11 15:11 UTC 

[PATCH v1] uml: make CONFIG_STATIC_LINK actually static
 2019-12-11  8:39 UTC  (2+ messages)

[RFC v1 0/2] um: drop broken features to fix allyesconfig
 2019-12-10 22:40 UTC  (15+ messages)
` [RFC v1 1/2] um: drivers: remove support for UML_NET_PCAP
` [RFC v1 2/2] uml: remove support for CONFIG_STATIC_LINK

[PATCH v1] um: drivers: mark non-vector net transports as obsolete
 2019-12-10 22:34 UTC 

[PATCH] virtio: Work around frames incorrectly marked as gso
 2019-12-09 10:54 UTC  (2+ messages)

64 bit time regression in recvmmsg()
 2019-12-09 10:05 UTC  (10+ messages)
          ` Invalid GSO - from 4.x (TBA) to 5.5-rc1. Was: "

[PATCH] um: Add back support for extra userspace libraries
 2019-12-07  1:24 UTC  (5+ messages)

I get 5.4 fail to start
 2019-12-04 18:34 UTC  (21+ messages)
                        ` [PATCH] Revert "um: Enable CONFIG_CONSTRUCTORS"

[GIT PULL] UML changes for v5.5-rc1
 2019-12-03  1:30 UTC  (2+ messages)

[PATCH] um: vector: fix BPF loading in vector drivers
 2019-12-02  9:33 UTC  (6+ messages)

[GIT PULL] seccomp updates for v5.5-rc1
 2019-12-01  1:40 UTC  (3+ messages)

[RFC v2 00/37] Unifying LKL into UML
 2019-11-28  9:53 UTC  (30+ messages)
` [RFC v2 01/37] asm-generic: atomic64: allow using generic atomic64 on 64bit platforms
` [RFC v2 02/37] arch: add __SYSCALL_DEFINE_ARCH
` [RFC v2 03/37] lkl: architecture skeleton for Linux kernel library
` [RFC v2 05/37] lkl: memory handling
` [RFC v2 07/37] lkl: interrupt support
` [RFC v2 17/37] lkl tools: host lib: virtio devices

[PATCH -next] um: vector: use GFP_ATOMIC under spin lock
 2019-11-28  9:24 UTC  (8+ messages)

[PATCH AUTOSEL 4.4 47/68] um: Make GCOV depend on !KCOV
 2019-11-22  6:12 UTC 

[PATCH AUTOSEL 4.9 62/91] um: Make GCOV depend on !KCOV
 2019-11-22  6:01 UTC 

[PATCH AUTOSEL 4.14 084/127] um: Make GCOV depend on !KCOV
 2019-11-22  5:55 UTC 

[PATCH AUTOSEL 4.19 143/219] um: Include sys/uio.h to have writev()
 2019-11-22  5:47 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 144/219] um: Make GCOV depend on !KCOV

[PATCH 00/16] drivers: y2038 updates
 2019-11-20 20:35 UTC  (4+ messages)
` [PATCH 12/16] hostfs: pass 64-bit timestamps to/from user space
  ` [Y2038] "

[PATCH] um: Fix Kconfig indentation
 2019-11-20 14:23 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 43/77] um: Make line/tty semantics use true write IRQ
 2019-11-16 15:53 UTC 

[PATCH AUTOSEL 4.9 56/99] um: Make line/tty semantics use true write IRQ
 2019-11-16 15:50 UTC 

[PATCH AUTOSEL 4.14 087/150] um: Make line/tty semantics use true write IRQ
 2019-11-16 15:46 UTC 

[PATCH AUTOSEL 4.19 140/237] um: Make line/tty semantics use true write IRQ
 2019-11-16 15:39 UTC 

[PATCH 00/50] Add log level to show_stack()
 2019-11-15  3:36 UTC  (32+ messages)

[PATCH 00/23] y2038 cleanups
 2019-11-13 21:57 UTC  (6+ messages)
` [PATCH 03/23] y2038: vdso: change timeval to __kernel_old_timeval
` [PATCH 05/23] y2038: vdso: change time_t to __kernel_old_time_t

[PATCH v4 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-11 23:35 UTC  (5+ messages)
` [PATCH v4 05/13] m68k: mm: use pgtable-nopXd instead of 4level-fixup


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