linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-02 11:14:11 to 2019-11-05 07:15:35 UTC [more...]

[PATCH v4 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-05  7:15 UTC  (14+ messages)
` [PATCH v4 01/13] alpha: use pgtable-nopud instead of 4level-fixup
` [PATCH v4 02/13] arm: nommu: "
` [PATCH v4 03/13] c6x: "
` [PATCH v4 04/13] m68k: nommu: "
` [PATCH v4 05/13] m68k: mm: use pgtable-nopXd "
` [PATCH v4 06/13] microblaze: use pgtable-nopmd "
` [PATCH v4 07/13] nds32: "
` [PATCH v4 08/13] parisc: use pgtable-nopXd "
` [PATCH v4 09/13] parisc/hugetlb: "
` [PATCH v4 10/13] sparc32: use pgtable-nopud "
` [PATCH v4 11/13] um: remove unused pxx_offset_proc() and addr_pte() functions
` [PATCH v4 12/13] um: add support for folded p4d page tables
` [PATCH v4 13/13] mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h

[PATCH v3 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-04 10:02 UTC  (19+ messages)
` [PATCH v3 01/13] alpha: use pgtable-nopud instead of 4level-fixup
` [PATCH v3 02/13] arm: nommu: "
` [PATCH v3 03/13] c6x: "
` [PATCH v3 04/13] m68k: nommu: "
` [PATCH v3 05/13] m68k: mm: use pgtable-nopXd "
` [PATCH v3 06/13] microblaze: use pgtable-nopmd "
` [PATCH v3 07/13] nds32: "
` [PATCH v3 08/13] parisc: use pgtable-nopXd "
` [PATCH v3 09/13] parisc/hugetlb: "
` [PATCH v3 10/13] sparc32: use pgtable-nopud "
` [PATCH v3 11/13] um: remove unused pxx_offset_proc() and addr_pte() functions
` [PATCH v3 12/13] um: add support for folded p4d page tables
` [PATCH v3 13/13] mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h

[PATCH v2 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-01 21:59 UTC  (18+ messages)
` [PATCH v2 01/13] alpha: use pgtable-nop4d instead of 4level-fixup
` [PATCH v2 02/13] arm: nommu: use pgtable-nopud "
` [PATCH v2 03/13] c6x: "
` [PATCH v2 04/13] m68k: nommu: "
` [PATCH v2 05/13] m68k: mm: use pgtable-nopXd "
` [PATCH v2 06/13] microblaze: use pgtable-nopmd "
` [PATCH v2 07/13] nds32: "
` [PATCH v2 08/13] parisc: use pgtable-nopXd "
` [PATCH v2 09/13] parisc/hugetlb: "
` [PATCH v2 10/13] sparc32: use pgtable-nopud "
` [PATCH v2 11/13] um: remove unused pxx_offset_proc() and addr_pte() functions
` [PATCH v2 12/13] um: add support for folded p4d page tables
` [PATCH v2 13/13] mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h

[RFC PATCH 00/47] Unifying LKL into UML
 2019-10-30  3:19 UTC  (59+ 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 10/47] lkl: memory mapped I/O 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 14/47] lkl tools: skeleton for host side library, tests and tools
` [RFC PATCH 15/47] lkl tools: host lib: add utilities functions
` [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 20/47] lkl tools: host lib: posix host operations
` [RFC PATCH 21/47] lkl tools: "boot" test
` [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 24/47] lkl tools: virtio: add network device support
` [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
` [RFC PATCH 28/47] lkl tools: add lklfuse
` [RFC PATCH 29/47] lkl: add initial system call hijack support (a.k.a. NUSE of libos)
` [RFC PATCH 30/47] lkl: add documentation
` [RFC PATCH 31/47] cpu: add cpu_yield_to_irqs
` [RFC PATCH 32/47] tools: Add the lkl host library to the common tools Makefile
` [RFC PATCH 33/47] signal: use CONFIG_X86_32 instead of __i386__
` [RFC PATCH 34/47] arch: add __SYSCALL_DEFINE_ARCH
` [RFC PATCH 35/47] xfs: support for non-mmu architectures
` [RFC PATCH 36/47] checkpatch: avoid showing BIT_ULL warnings for tools/ files
` [RFC PATCH 37/47] Revert "vmlinux.lds.h: remove stale <linux/export.h> include"
` [RFC PATCH 38/47] Revert "export.h: remove code for prefixing symbols with underscore"
` [RFC PATCH 39/47] Revert "linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify()"
` [RFC PATCH 40/47] Revert "vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()"
` [RFC PATCH 41/47] Revert "kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX"
` [RFC PATCH 42/47] Revert "kallsyms: remove symbol prefix support"
` [RFC PATCH 43/47] kallsyms: Add a config option to select section for kallsyms
` [RFC PATCH 44/47] um lkl: use ARCH=um SUBARCH=lkl for tools/lkl
` [RFC PATCH 45/47] um lkl: add CI tests
` [RFC PATCH 46/47] um: use lkl virtio_net_tap device as UML device
` [RFC PATCH 47/47] um: add lkl virtio-blk device

[PATCH v2] um: Entrust re-queue to the upper layers
 2019-10-29 16:06 UTC  (2+ messages)

[PATCH] um: Entrust re-queue to the upper layers
 2019-10-28 17:28 UTC  (2+ messages)

uml segfault during I/O
 2019-10-28 16:51 UTC  (12+ messages)

[PATCH 00/12] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-10-25 20:33 UTC  (29+ messages)
` [PATCH 01/12] alpha: use pgtable-nop4d instead of 4level-fixup
` [PATCH 02/12] arm: nommu: use pgtable-nopud "
` [PATCH 03/12] c6x: "
` [PATCH 04/12] m68k: nommu: "
` [PATCH 05/12] m68k: mm: use pgtable-nopXd "
` [PATCH 06/12] microblaze: use pgtable-nopmd "
` [PATCH 07/12] nds32: "
` [PATCH 08/12] parisc: use pgtable-nopXd "
` [PATCH 09/12] sparc32: use pgtable-nopud "
  ` [PATCH v2 "
` [PATCH 10/12] um: remove unused pxx_offset_proc() and addr_pte() functions
` [PATCH 11/12] um: add support for folded p4d page tables
` [PATCH 12/12] mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h

[PATCH v9 13/28] um: Annotate data appropriately
 2019-10-18 16:30 UTC  (3+ messages)
  ` [tip: x86/asm] x86/um: "

[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  (4+ 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  (21+ messages)

[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  (12+ messages)


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