messages from 2021-01-20 02:30:03 to 2021-03-12 09:55:38 UTC [more...]
[PATCH 0/6] um: fix up CONFIG_GCOV support
2021-03-12 9:55 UTC (2+ messages)
` [PATCH 5/6] um: fix CONFIG_GCOV for built-in code
[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 (8+ messages)
` [PATCH next v4 01/15] um: synchronize kmsg_dumper
` [PATCH next v4 12/15] printk: introduce a kmsg_dump iterator
` lkml delivery: was: Re: [PATCH next v4 00/15] printk: remove logbuf_lock
linux uml segfault
2021-03-08 10:33 UTC (41+ messages)
` Bug#983379: "
` [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
[PATCH 00/27] Implement SECCOMP based userland
2021-03-03 15:55 UTC (28+ messages)
` [PATCH 01/27] um: Switch printk calls to adhere to correct coding style
` [PATCH 02/27] um: Declare fix_range_common as a static function
` [PATCH 03/27] um: Drop support for hosts without SYSEMU_SINGLESTEP support
` [PATCH 04/27] um: Drop NULL check from start_userspace
` [PATCH 05/27] um: Make errors to stop ptraced child fatal during startup
` [PATCH 06/27] um: Don't use vfprintf() for os_info()
` [PATCH 07/27] um: Do not use printk in SIGWINCH helper thread
` [PATCH 08/27] um: Reap winch thread if it fails
` [PATCH 09/27] um: Do not use printk in userspace trampoline
` [PATCH 10/27] um: Always inline stub functions
` [PATCH 11/27] um: Rely on PTRACE_SETREGSET to set FS/GS base registers
` [PATCH 12/27] um: Remove unused register save/restore functions
` [PATCH 13/27] um: Mark 32bit syscall helpers as clobbering memory
` [PATCH 14/27] um: Create signal stack memory assignment in stub_data
` [PATCH 15/27] um: Add generic stub_syscall6 function
` [PATCH 16/27] um: Rework syscall handling
` [PATCH 17/27] um: Store full CSGSFS and SS register from mcontext
` [PATCH 18/27] um: Pass full mm_id to functions creating helper processes
` [PATCH 19/27] um: Move faultinfo extraction into userspace routine
` [PATCH 20/27] um: Use struct uml_pt_regs for copy_context_skas0
` [PATCH 21/27] um: Add UML_SECCOMP configuration option
` [PATCH 22/27] um: Add stub side of SECCOMP/futex based process handling
` [PATCH 23/27] um: Add helper functions to get/set state for SECCOMP
` [PATCH 24/27] um: Add SECCOMP support detection and initialization
` [PATCH 25/27] um: Die if a child dies unexpectedly in seccomp mode
` [PATCH 26/27] um: Implement kernel side of SECCOMP based process handling
` [PATCH 27/27] um: Delay flushing syscalls until the thread is restarted
[PATCH next v3 00/15] printk: remove logbuf_lock
2021-03-02 13:55 UTC (12+ messages)
` [PATCH next v3 01/15] um: synchronize kmsg_dumper
` [PATCH next v3 12/15] printk: introduce a kmsg_dump iterator
[PATCH v2 0/8] PCI support for UML
2021-03-01 15:07 UTC (9+ messages)
` [PATCH v2 1/8] um: allow disabling NO_IOMEM
` [PATCH v2 2/8] lib: add iomem emulation (logic_iomem)
` [PATCH v2 3/8] um: remove unused smp_sigio_handler() declaration
` [PATCH v2 4/8] um: export signals_enabled directly
` [PATCH v2 5/8] um: time-travel/signals: fix ndelay() in interrupt
` [PATCH v2 6/8] um: irqs: allow invoking time-travel handler multiple times
` [PATCH v2 7/8] um: add PCI over virtio emulation driver
` [PATCH v2 8/8] um: virtio/pci: enable suspend/resume
[PATCH 0/7] x86: fix warnings and refactor syscall code
2021-03-01 13:15 UTC (4+ messages)
` [PATCH 3/7] x86/syscalls: switch to generic syscalltbl.sh
` [PATCH 4/7] x86/syscalls: stop filling syscall arrays with *_sys_ni_syscall
` [PATCH 6/7] x86/syscalls: use __NR_syscalls instead of __NR_syscall_max
[PATCH] kunit: tool: Disable PAGE_POISONING under --alltests
2021-02-26 20:57 UTC (3+ messages)
[PATCH 0/7] PCI support for UML
2021-02-25 13:13 UTC (14+ messages)
` [PATCH 1/7] um: allow disabling NO_IOMEM
` [PATCH 2/7] lib: add iomem emulation (logic_iomem)
` [PATCH 3/7] um: remove unused smp_sigio_handler() declaration
` [PATCH 4/7] um: time-travel/signals: fix ndelay() in interrupt
` [PATCH 5/7] um: irqs: allow invoking time-travel handler multiple times
` [PATCH 6/7] um: add PCI over virtio emulation driver
` [PATCH 7/7] um: virtio/pci: enable suspend/resume
[PATCH] um: fix tag order in stub_32.h
2021-02-23 9:44 UTC
[GIT PULL] UML changes for 5.12
2021-02-21 22:02 UTC (2+ messages)
[PATCH 00/27] arch: syscalls: unifiy all syscalltbl.sh into scripts/syscalltbl.sh
2021-02-15 12:03 UTC (37+ messages)
` [PATCH 01/27] scripts: add generic syscalltbl.sh
` [PATCH 02/27] x86/syscalls: fix -Wmissing-prototypes warnings from COND_SYSCALL()
` [PATCH 03/27] x86/build: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 04/27] x86/entry/x32: rename __x32_compat_sys_* to __x64_compat_sys_*
` [PATCH 05/27] x86/syscalls: switch to generic syscalltbl.sh
` [PATCH 06/27] ARM: syscalls: "
` [PATCH 07/27] alpha: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 08/27] alpha: syscalls: switch to generic syscalltbl.sh
` [PATCH 09/27] ia64: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 10/27] ia64: syscalls: switch to generic syscalltbl.sh
` [PATCH 11/27] m68k: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 12/27] m68k: syscalls: switch to generic syscalltbl.sh
` [PATCH 13/27] microblaze: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 14/27] microblaze: syscalls: switch to generic syscalltbl.sh
` [PATCH 15/27] mips: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 16/27] mips: syscalls: switch to generic syscalltbl.sh
` [PATCH 17/27] parisc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 18/27] parisc: syscalls: switch to generic syscalltbl.sh
` [PATCH 19/27] sh: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 20/27] sh: syscalls: switch to generic syscalltbl.sh
` [PATCH 21/27] sparc: remove wrong comment from arch/sparc/include/asm/Kbuild
` [PATCH 22/27] sparc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 23/27] sparc: syscalls: switch to generic syscalltbl.sh
` [PATCH 24/27] powerpc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 25/27] powerpc: syscalls: switch to generic syscalltbl.sh
` [PATCH 26/27] xtensa: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 27/27] xtensa: syscalls: switch to generic syscalltbl.sh
[GIT PULL] UML fixes for 5.11-rc7
2021-02-03 20:10 UTC (2+ messages)
[PATCH] um: io.h: include <linux/types.h>
2021-02-03 12:22 UTC
[PATCH] um: irq.h: include <asm-generic/irq.h>
2021-02-03 12:23 UTC
[PATCH] um: fix os_idle_sleep() to not hang
2021-01-25 9:13 UTC (2+ messages)
[PATCH] um: ubd: Fix crash from option parsing
2021-01-22 14:44 UTC (3+ messages)
[PATCH] init/module: split CONFIG_CONSTRUCTORS to fix module gcov on UML
2021-01-20 17:38 UTC (7+ messages)
` [PATCH v2] init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
[RFC v8 00/20] Unifying LKL into UML
2021-01-20 2:27 UTC (2+ messages)
` [RFC v8 20/20] um: lkl: add documentation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox