linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-29 21:38:24 to 2020-05-06 06:22:23 UTC [more...]

clean up and streamline probe_kernel_* and friends
 2020-05-06  6:22 UTC  (16+ messages)
` [PATCH 01/15] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/15] maccess: remove various unused weak aliases
` [PATCH 03/15] maccess: remove duplicate kerneldoc commens
` [PATCH 04/15] maccess: clarify kerneldoc comments
` [PATCH 05/15] maccess: update the top of file comment
` [PATCH 06/15] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_unsafe
` [PATCH 07/15] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_unsafe
` [PATCH 08/15] maccess: rename strnlen_unsafe_user to strnlen_user_unsafe
` [PATCH 09/15] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/15] maccess: unify the probe kernel arch hooks
` [PATCH 11/15] maccess: remove strncpy_from_unsafe
` [PATCH 12/15] maccess: always use strict semantics for probe_kernel_read
` [PATCH 13/15] maccess: move user access routines together
` [PATCH 14/15] maccess: allow architectures to provide kernel probing directly
` [PATCH 15/15] x86: use non-set_fs based maccess routines

[PATCH v2 00/20] mm: rework free_area_init*() funcitons
 2020-05-05 17:27 UTC  (30+ messages)
` [PATCH v2 01/20] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH v2 02/20] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH v2 03/20] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH v2 04/20] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH v2 05/20] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH v2 06/20] alpha: simplify detection of memory zone boundaries
` [PATCH v2 07/20] arm: "
` [PATCH v2 08/20] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH v2 09/20] csky: simplify detection of memory zone boundaries
` [PATCH v2 10/20] m68k: mm: "
` [PATCH v2 11/20] parisc: "
` [PATCH v2 12/20] sparc32: "
` [PATCH v2 13/20] unicore32: "
` [PATCH v2 14/20] xtensa: "
` [PATCH v2 15/20] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH v2 16/20] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
  ` [PATCH v2.5 "
` [PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH v2 18/20] mm: clean up free_area_init_node() and its helpers
` [PATCH v2 19/20] mm: simplify find_min_pfn_with_active_regions()
` [PATCH v2 20/20] docs/vm: update memory-models documentation

[PATCH 2/2] kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRS
 2020-05-04  8:08 UTC 

[PATCH] um: do not evaluate compiler's library path when cleaning
 2020-05-01  5:44 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 48/57] um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/
 2020-04-30 13:52 UTC 

[PATCH AUTOSEL 5.6 65/79] um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/
 2020-04-30 13:50 UTC 

[PATCH] um: Fix typo in vector driver transport option definition
 2020-04-29 19:25 UTC  (2+ messages)

[PATCH] um: syscall.c: include <asm/unistd.h>
 2020-04-29 19:24 UTC  (3+ messages)

[PATCH] arch: um: fix xor.h include
 2020-04-29 19:23 UTC  (3+ messages)

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-25 16:49 UTC  (44+ messages)
` [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH 05/21] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH 06/21] alpha: simplify detection of memory zone boundaries
` [PATCH 07/21] arm: "
` [PATCH 08/21] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH 09/21] csky: simplify detection of memory zone boundaries
` [PATCH 10/21] m68k: mm: "
` [PATCH 11/21] parisc: "
` [PATCH 12/21] sparc32: "
` [PATCH 13/21] unicore32: "
` [PATCH 14/21] xtensa: "
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH 17/21] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH 18/21] mm: rename free_area_init_node() to free_area_init_memoryless_node()
` [PATCH 19/21] mm: clean up free_area_init_node() and its helpers
` [PATCH 20/21] mm: simplify find_min_pfn_with_active_regions()
` [PATCH 21/21] docs/vm: update memory-models documentation

[PATCH] um: Fix "time-internal.h" include in xor.h
 2020-04-25  8:49 UTC  (3+ messages)

[PATCH] um: use fdatasync() when mapping the UBD FSYNC command
 2020-04-22 16:00 UTC 

UML HowTo rewrite
 2020-04-22 13:53 UTC  (6+ messages)

[PATCH 1/2] x86: check CONFIG options instead of __arch_um__
 2020-04-21  7:39 UTC 

[OpenRISC] [PATCH v3 00/50] Add log level to show_stack()
 2020-04-19  6:24 UTC 

[PATCHv3 00/50] Add log level to show_stack()
 2020-04-18 20:19 UTC  (2+ messages)
` [PATCHv3 36/50] um: Add show_stack_loglvl()

[PATCH AUTOSEL 4.19 15/40] um: ubd: Prevent buffer overrun on command completion
 2020-04-15 11:45 UTC 

[PATCH AUTOSEL 5.4 37/84] um: ubd: Prevent buffer overrun on command completion
 2020-04-15 11:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 67/84] um: falloc.h needs to be directly included for older libc

[PATCH AUTOSEL 5.5 051/106] um: ubd: Prevent buffer overrun on command completion
 2020-04-15 11:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 086/106] um: falloc.h needs to be directly included for older libc

[PATCH AUTOSEL 5.6 060/129] um: ubd: Prevent buffer overrun on command completion
 2020-04-15 11:34 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 105/129] um: falloc.h needs to be directly included for older libc

[trivial PATCH] um virtio: Neaten vu_err macro definition
 2020-04-11 16:37 UTC  (2+ messages)

[PATCH] um: add a generic "fd" vector transport
 2020-04-09 13:20 UTC  (5+ messages)

Documentation for UML Vector network
 2020-04-08 13:20 UTC  (10+ messages)

[GIT PULL] UML changes for v5.7-rc1
 2020-04-07 19:55 UTC  (2+ messages)

[RFC v3 00/26] Unifying LKL into UML
 2020-04-07 19:25 UTC  (36+ messages)
` [RFC v4 00/25] "
  ` [RFC v4 01/25] arch: add __SYSCALL_DEFINE_ARCH
  ` [RFC v4 02/25] um lkl: architecture skeleton for Linux kernel library
  ` [RFC v4 03/25] um lkl: host interface
  ` [RFC v4 04/25] um lkl: memory handling
  ` [RFC v4 05/25] um lkl: kernel threads support
  ` [RFC v4 06/25] um lkl: interrupt support
  ` [RFC v4 07/25] um lkl: system call interface and application API
  ` [RFC v4 08/25] um lkl: timers, time and delay support
  ` [RFC v4 09/25] um lkl: basic kernel console support
  ` [RFC v4 10/25] um lkl: initialization and cleanup
  ` [RFC v4 11/25] um lkl: plug in the build system
  ` [RFC v4 12/25] lkl tools: skeleton for host side library
  ` [RFC v4 13/25] lkl tools: host lib: add utilities functions
  ` [RFC v4 14/25] lkl tools: host lib: filesystem helpers
  ` [RFC v4 15/25] lkl tools: host lib: networking helpers
  ` [RFC v4 16/25] lkl tools: host lib: posix host operations
  ` [RFC v4 17/25] lkl tools: add test programs
  ` [RFC v4 18/25] lkl tools: cptofs that reads/writes to/from a filesystem image
  ` [RFC v4 19/25] lkl tools: fs2tar that converts a filesystem image to tar
  ` [RFC v4 20/25] lkl tools: add lklfuse
  ` [RFC v4 21/25] um lkl: add documentation
  ` [RFC v4 22/25] um lkl: add CI scripts to conduct regression tests
  ` [RFC v4 23/25] um lkl: add UML network driver for lkl
  ` [RFC v4 24/25] um lkl: add UML block device driver (ubd) "
  ` [RFC v4 25/25] um: fix clone flags to be familiar with valgrind

Clean up scripts/tags.sh
 2020-04-05 19:19 UTC  (2+ messages)

[PATCH] um: delete an unnecessary check before the kfree
 2020-04-05  8:36 UTC 

[PATCH] um: add include: memset() and memcpy() are in <string.h>
 2020-04-02  7:44 UTC  (2+ messages)

Patch to remove symbol conflicts in pcap transport
 2020-04-01  8:00 UTC  (3+ messages)

[PATCH] UML: add support for KASAN under x86_64
 2020-03-31 16:54 UTC  (14+ messages)

use-after-free warning on ubd driver
 2020-03-30  8:32 UTC  (2+ messages)

[PATCH 0/2] Remove dead code and driver version
 2020-03-30  7:22 UTC  (5+ messages)
` [PATCH 1/2] um: Don't overwrite ethtool "

[PATCH] um: Remove some unnecessary NULL checks in vector_user.c
 2020-03-29 21:57 UTC  (2+ messages)

[PATCH] um: vector: Avoid NULL ptr deference if transport is unset
 2020-03-29 21:55 UTC  (3+ messages)

[PATCH v3] uml: make CONFIG_STATIC_LINK actually static
 2020-03-29 21:54 UTC  (4+ messages)

[PATCH 0/6] um: external time travel
 2020-03-29 21:48 UTC  (2+ messages)

[PATCH v1] hostfs: Use kasprintf() instead of fixed buffer formatting
 2020-03-29 21:42 UTC  (3+ messages)

[PATCH] arch/um: falloc.h needs to be directly included for older libc
 2020-03-29 21:41 UTC  (3+ messages)

[PATCH 0/2] fixes to the hypervisor ubd thread
 2020-03-29 21:40 UTC  (2+ messages)

[PATCH] um: Fix overlapping ELF segments when statically linked
 2020-03-29 21:38 UTC  (3+ 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).