linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-28 19:38:29 to 2019-01-28 16:27:58 UTC [more...]

[PATCH AUTOSEL 3.18 52/61] um: Avoid marking pages with "changed protection"
 2019-01-28 16:26 UTC 

[PATCH AUTOSEL 4.4 69/80] um: Avoid marking pages with "changed protection"
 2019-01-28 16:23 UTC 

[PATCH AUTOSEL 4.9 091/107] um: Avoid marking pages with "changed protection"
 2019-01-28 16:19 UTC 

[PATCH AUTOSEL 4.14 148/170] um: Avoid marking pages with "changed protection"
 2019-01-28 16:11 UTC 

[PATCH AUTOSEL 4.19 228/258] um: Avoid marking pages with "changed protection"
 2019-01-28 15:58 UTC 

[PATCH AUTOSEL 4.20 271/304] um: Avoid marking pages with "changed protection"
 2019-01-28 15:43 UTC 

[PATCH v2 00/21] Refine memblock API
 2019-01-27  3:07 UTC  (27+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH v2 02/21] powerpc: use memblock functions "
` [PATCH v2 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
` [PATCH v2 04/21] memblock: drop memblock_alloc_base_nid()
` [PATCH v2 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
` [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH v2 07/21] memblock: memblock_phys_alloc(): "
` [PATCH v2 08/21] memblock: drop __memblock_alloc_base()
` [PATCH v2 09/21] memblock: drop memblock_alloc_base()
` [PATCH v2 10/21] memblock: refactor internal allocation functions
` [PATCH v2 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
` [PATCH v2 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
` [PATCH v2 13/21] arch: don't memset(0) memory returned by memblock_alloc()
` [PATCH v2 14/21] ia64: add checks for the return value of memblock_alloc*()
` [PATCH v2 15/21] sparc: "
` [PATCH v2 16/21] mm/percpu: "
` [PATCH v2 17/21] init/main: "
` [PATCH v2 18/21] swiotlb: "
` [PATCH v2 19/21] treewide: "
` [PATCH v2 20/21] memblock: memblock_alloc_try_nid: don't panic
` [PATCH v2 21/21] memblock: drop memblock_alloc_*_nopanic() variants

[PATCH -next] um: Remove duplicated include from vector_user.c
 2019-01-20 18:54 UTC  (2+ messages)
` [-next] "

[PATCH] um: Remove duplicate headers
 2019-01-18 21:54 UTC  (5+ messages)

[PATCH 00/21] Refine memblock API
 2019-01-18 18:02 UTC  (35+ messages)
` [PATCH 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH 02/21] powerpc: use memblock functions "
` [PATCH 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
` [PATCH 04/21] memblock: drop memblock_alloc_base_nid()
` [PATCH 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
` [PATCH 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH 07/21] memblock: memblock_phys_alloc(): "
` [PATCH 08/21] memblock: drop __memblock_alloc_base()
` [PATCH 09/21] memblock: drop memblock_alloc_base()
` [PATCH 10/21] memblock: refactor internal allocation functions
` [PATCH 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
` [PATCH 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
` [PATCH 13/21] arch: don't memset(0) memory returned by memblock_alloc()
` [PATCH 14/21] ia64: add checks for the return value of memblock_alloc*()
` [PATCH 15/21] sparc: "
` [PATCH 16/21] mm/percpu: "
` [PATCH 17/21] init/main: "
` [PATCH 18/21] swiotlb: "
` [PATCH 19/21] treewide: "
  ` [Xen-devel] "
` [PATCH 20/21] memblock: memblock_alloc_try_nid: don't panic
` [PATCH 21/21] memblock: drop memblock_alloc_*_nopanic() variants

[PATCH 14/14] syscall_get_arch: add "struct task_struct *" argument
 2019-01-09 12:43 UTC 

[PATCH 1/2] um: vector: Fix a potential NULL pointer dereference in 'vector_net_open()'
 2019-01-08 23:58 UTC  (2+ messages)

[PATCH 2/2] um: vector: Use 'kmalloc_array' instead of 'kmalloc'
 2019-01-08 23:58 UTC  (3+ messages)

[PATCH] um: Try to avoid kmalloc in signal handling
 2019-01-07 10:07 UTC  (8+ messages)

[PATCH v7 00/22] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2019-01-07  2:54 UTC  (2+ messages)
` [PATCH v7 20/22] syscall_get_arch: add "struct task_struct *" argument

[PATCH] um: Revert to using stack for pt_regs in signal handling
 2019-01-04 15:38 UTC 

[PATCH] um: Try to avoid kmalloc in signal handling
 2019-01-04 11:31 UTC  (6+ messages)

[GIT PULL] UML changes for 4.21
 2019-01-03  3:05 UTC  (2+ messages)

[PATCH] um: writev needs <sys/uio.h>
 2019-01-02 16:47 UTC  (2+ messages)

[PATCH 2/3] treewide: add intermediate .s files to targets
 2018-12-22  9:50 UTC 

[PATCH] Add Anton Ivanov to UML maintainers
 2018-12-18 14:17 UTC  (2+ messages)

[PATCH] um: remove redundant generic-y
 2018-12-16 14:37 UTC 

[PATCH v6 00/27] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-12-14 20:15 UTC  (3+ messages)
` [PATCH v6 24/27] syscall_get_arch: add "struct task_struct *" argument

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-12-11 17:01 UTC  (81+ messages)
` [RFC v3 01/19] kunit: test: add KUnit test runner core
` [RFC v3 03/19] kunit: test: add string_stream a std::stream like string builder
` [RFC v3 06/19] arch: um: enable running kunit from User Mode Linux
` [RFC v3 07/19] kunit: test: add initial tests
` [RFC v3 08/19] arch: um: add shim to trap to allow installing a fault catcher for tests
` [RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
` [RFC v3 13/19] kunit: improve output from python wrapper
` [RFC v3 14/19] Documentation: kunit: add documentation for KUnit
` [RFC v3 15/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [RFC v3 16/19] arch: um: make UML unflatten device tree when testing
` [RFC v3 17/19] of: unittest: migrate tests to run on KUnit
` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest
` [RFC v3 19/19] of: unittest: split up some super large test cases

[PATCH] x86/um/vdso: Drop implicit common-page-size linker flag
 2018-12-11 12:46 UTC  (2+ messages)

[PATCH v5 00/25] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-12-10  4:31 UTC  (2+ messages)
` [PATCH v5 22/25] syscall_get_arch: add "struct task_struct *" argument

[PATCH] um: Optimize Flush TLB for force/fork case
 2018-12-07  9:11 UTC  (2+ messages)

[PATCH v3] Optimise TLB flush for kernel mm in UML
 2018-12-06  8:19 UTC  (6+ messages)

[PATCH 1/3] um: Optimize TLB operations v2
 2018-12-05 12:37 UTC  (3+ messages)
` [PATCH 2/3] um: Skip TLB flushing where not needed
` [PATCH 3/3] um: Avoid marking pages with "changed protection"

[PATCH] pcmcia: remove per-arch PCMCIA config entry
 2018-12-01 14:55 UTC  (3+ messages)

[PATCH] kbuild: fix UML build error with CONFIG_GCC_PLUGINS
 2018-12-01 14:51 UTC  (2+ messages)

[RFC v2 00/14] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-11-30  0:59 UTC  (6+ 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).