public inbox for linux-um@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-03-04 07:43:56 to 2021-04-21 11:53:36 UTC [more...]

Race between SIGIO and epoll from SMP host
 2021-04-21 11:53 UTC 

[PATCH v3] um: Fix stack pointer alignment
 2021-04-20  6:53 UTC  (2+ messages)

[PATCH v2] um: Fix stack pointer alignment
 2021-04-20  6:51 UTC  (7+ messages)

[PATCH] uml/helper: Fix stack alignment
 2021-04-19 15:07 UTC  (7+ messages)

[PATCH 0/4 POC] Allow executing code and syscalls in another address space
 2021-04-17 16:28 UTC  (17+ messages)
` [PATCH 1/4] signal: add a helper to restore a process state from sigcontex
` [PATCH 2/4] arch/x86: implement the process_vm_exec syscall
` [PATCH 3/4] arch/x86: allow to execute syscalls via process_vm_exec
` [PATCH 4/4] selftests: add tests for process_vm_exec

[PATCH v2] uml: fix W=1 missing-include-dirs warnings
 2021-04-16  6:11 UTC  (4+ messages)

[PATCH] um: Fix inline void order in function declaration
 2021-04-15 21:02 UTC 

[PATCH] uml: fix W=1 missing-include-dirs warnings
 2021-04-15 16:03 UTC  (5+ messages)

[PATCH] mm: Define ARCH_HAS_FIRST_USER_ADDRESS
 2021-04-15  4:40 UTC  (5+ messages)
` [OpenRISC] "

[ext4:dev 13/28] mballoc.c:undefined reference to `atomic64_inc_386'
 2021-04-14 20:20 UTC 

[PATCH] init: consolidate trap_init()
 2021-04-14 10:00 UTC  (5+ messages)
` [OpenRISC] "
` [PATCH v2] "

[PATCH 0/3] um: headers: fix various W=1 warnings
 2021-04-14  6:43 UTC  (4+ messages)
` [PATCH 1/3] um: pgtable.h: fix W=1 warning for empty body in 'do' statement
` [PATCH 2/3] um: elf.h: "
` [PATCH 3/3] um: stub_32.h: move 'inline' before 'void' to fix W=1 warning

[PATCH] um: add 2 missing libs to fix various build errors
 2021-04-10  5:28 UTC  (3+ messages)

[PATCH v2 1/1] kernel.h: Split out panic and oops helpers
 2021-04-09 22:39 UTC  (5+ messages)

[PATCH] um: remove unused including <linux/version.h>
 2021-04-06  2:00 UTC 

[PATCH] mm: Move mem_init_print_info() into mm_init()
 2021-03-31  9:34 UTC  (16+ messages)
` [PATCH RESEND] "
    ` [PATCH v2] "

Build regressions/improvements in v5.12-rc4
 2021-03-22 14:57 UTC  (2+ messages)

[PATCH 0/6] um: fix up CONFIG_GCOV support
 2021-03-18 21:30 UTC  (11+ messages)
` [PATCH 1/6] seq_file: rename mangle_path to seq_mangle_path
` [PATCH 2/6] module: add support for CONFIG_MODULE_DESTRUCTORS
` [PATCH 3/6] .gitignore: also ignore gcda files
` [PATCH 4/6] um: split up CONFIG_GCOV
` [PATCH 5/6] um: fix CONFIG_GCOV for built-in code
` [PATCH 6/6] um: fix CONFIG_GCOV for modules

[RFC v7 00/21] Unifying LKL into UML
 2021-03-18 16:28 UTC  (42+ messages)
` [RFC v8 00/20] "
  ` [RFC v8 06/20] um: add UML library mode
  ` [RFC v8 07/20] um: lkl: host interface
  ` [RFC v8 08/20] um: lkl: memory handling
  ` [RFC v8 09/20] um: lkl: kernel thread support
  ` [RFC v8 11/20] um: lkl: basic console support
  ` [RFC v8 12/20] um: lkl: initialization and cleanup
  ` [RFC v8 13/20] um: lkl: integrate with irq infrastructure of UML
  ` [RFC v8 19/20] um: lkl: add block device support "

[PATCH] um: replace if (cond) BUG() with BUG_ON()
 2021-03-17  7:11 UTC 

[PATCH] um: implement flush_cache_vmap/flush_cache_vunmap
 2021-03-16 11:10 UTC  (5+ messages)

[PATCH] um: implement arch_sync_kernel_mappings
 2021-03-16 11:10 UTC  (12+ messages)

[PATCH] um: disable CONFIG_GCOV with MODULES
 2021-03-15 22:47 UTC 

Updated performance patch series - resend
 2021-03-12 15:16 UTC  (4+ messages)
` [PATCH v7 1/3] um: Add support for host CPU flags and alignment
` [PATCH v7 2/3] um: enable the use of optimized xor routines in UML
` [PATCH v7 3/3] um: add a UML specific futex implementation

[PATCH] uml: remove unneeded variable 'ret'
 2021-03-10  8:58 UTC  (2+ messages)

[PATCH] um: allow not setting extra rpaths in the linux binary
 2021-03-08 15:24 UTC  (2+ messages)

[PATCH next v4 00/15] printk: remove logbuf_lock
 2021-03-08 15:09 UTC  (3+ messages)

linux uml segfault
 2021-03-08 10:33 UTC  (36+ messages)
` [PATCH] um: mark all kernel symbols as local
      ` Bug#983379: "

[PATCH v4 0/9] PCI support for UML
 2021-03-05 14:10 UTC  (11+ messages)
` [PATCH v4 1/9] um: allow disabling NO_IOMEM
` [PATCH v4 2/9] lib: add iomem emulation (logic_iomem)
` [PATCH v4 3/9] um: remove unused smp_sigio_handler() declaration
` [PATCH v4 4/9] um: export signals_enabled directly
` [PATCH v4 5/9] um: expose time-travel mode to userspace side
` [PATCH v4 6/9] um: time-travel/signals: fix ndelay() in interrupt
` [PATCH v4 7/9] um: irqs: allow invoking time-travel handler multiple times
` [PATCH v4 8/9] um: add PCI over virtio emulation driver
` [PATCH v4 9/9] um: virtio/pci: enable suspend/resume

[PATCH v3 0/9] PCI support for UML
 2021-03-05 11:37 UTC  (10+ messages)
` [PATCH v3 1/9] um: allow disabling NO_IOMEM
` [PATCH v3 2/9] lib: add iomem emulation (logic_iomem)
` [PATCH v3 3/9] um: remove unused smp_sigio_handler() declaration
` [PATCH v3 4/9] um: export signals_enabled directly
` [PATCH v3 5/9] um: expose time-travel mode to userspace side
` [PATCH v3 6/9] um: time-travel/signals: fix ndelay() in interrupt
` [PATCH v3 7/9] um: irqs: allow invoking time-travel handler multiple times
` [PATCH v3 8/9] um: add PCI over virtio emulation driver
` [PATCH v3 9/9] um: virtio/pci: enable suspend/resume


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox