linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-08 08:09:14 to 2017-06-02 08:30:55 UTC [more...]

[PATCH v2] um: Avoid longjmp/setjmp symbol clashes with libpthread.a
 2017-06-02  8:30 UTC  (16+ messages)
      ` [uml-devel] "

[PATCH v2] um: Allow building and running on older hosts
 2017-06-01 20:40 UTC  (5+ messages)

[PATCH v2] um: add dummy ioremap and iounmap functions
 2017-05-27 18:15 UTC  (5+ messages)

[PATCH] um: add dummy ioremap and iounmap functions
 2017-05-24 22:09 UTC  (3+ messages)

[uml-devel] [PATCH v2] um: Add mark_rodata_ro support
 2017-05-24 21:34 UTC 

[PATCH] um: Allow building and running on older hosts
 2017-05-24 16:27 UTC  (4+ messages)

[PATCH] um: Avoid longjmp/setjmp symbol clashes with libpthread.a
 2017-05-24 16:21 UTC  (4+ messages)

Multiple longjmp definitions with STATIC_LINKING=y
 2017-05-24  1:09 UTC  (4+ messages)

[uml-devel] [PATCH] um: userspace - be more verbose in ptrace set regs error
 2017-05-23 22:45 UTC 

[uml-devel] um: xstate changes breaks my UML setup
 2017-05-23 20:02 UTC  (3+ messages)

[uml-devel] um: prinft patches from Masami Hiramatsu
 2017-05-23 19:31 UTC  (2+ messages)

[PATCH] um: Add mark_rodata_ro support
 2017-05-22 20:40 UTC  (7+ messages)
` [uml-devel] "

[uml-devel] [RFC PATCH 1/7] um: Use printk instead of printf in make_uml_dir
 2017-05-21 21:49 UTC  (3+ messages)

[uml-devel] [PATCH] um: Don't build arch/x86/um/user-offsets.s with gcc plugins
 2017-05-21 21:30 UTC  (2+ messages)

[RFC][PATCH] um: Remove proc command from mconsole
 2017-05-21 21:30 UTC  (2+ messages)
` [uml-devel] "

[PATCH v3 0/6] um: Output messages to stderr and support quiet option
 2017-05-17 17:20 UTC  (7+ messages)
` [PATCH v3 1/6] um: Use printk instead of printf in make_uml_dir
` [PATCH v3 2/6] um: Add os_info() for pre-boot information messages
` [PATCH v3 3/6] um: Use os_info for the messages on normal path
` [PATCH v3 4/6] um: Add os_warn() for pre-boot warning/error messages
` [PATCH v3 5/6] um: Use os_warn to print out "
` [PATCH v3 6/6] um: console: Ignore console= option

[uml-devel] [PATCH 1/3] um: stub-data.h: remove superfluous include
 2017-05-14 15:03 UTC 

[uml-devel] [PATCH 3/3] um: Add kerneldoc for userspace_tramp() and start_userspace()
 2017-05-14 15:03 UTC 

[uml-devel] [PATCH 2/3] um: Add kerneldoc for segv_handler
 2017-05-14 15:03 UTC 

[uml-devel] [GIT PULL] UML changes for v4.12-rc1
 2017-05-13 11:40 UTC 

[uml-devel] userfaultfd for UML userspace processes
 2017-05-13 10:57 UTC  (4+ messages)

[uml-devel] [uml-user] UML on WSL
 2017-05-09 17:48 UTC  (15+ messages)

[uml-devel] [PATCH] um: Document change_sig and switch to bool type
 2017-05-09 17:08 UTC 

[uml-devel] Fwd: DQL and TCQ_F_CAN_BYPASS destroy performance under virtualizaiton (Was: "Re: net_sched strange in 4.11")
 2017-05-09  8:00 UTC 

[uml-devel] warning at vma_merge
 2017-05-08 18:56 UTC  (3+ messages)

[RFC PATCH v2 0/6] um: Output messages to stderr and support quiet option
 2017-05-08  6:22 UTC  (7+ messages)
` [RFC PATCH v2 1/6] um: Use printk instead of printf in make_uml_dir
` [RFC PATCH v2 2/6] um: Add os_info() for pre-boot information messages
` [RFC PATCH v2 3/6] um: Use os_info for the messages on normal path
` [RFC PATCH v2 4/6] um: Add os_warn() for pre-boot warning/error messages
` [RFC PATCH v2 5/6] um: Use os_warn to print out "
` [RFC PATCH v2 6/6] um: console: Ignore console= option

[uml-devel] [uml:linux-next 2/5] arch/um/os-Linux/skas/process.c:236:19: error: 'NR_CPUS' undeclared here (not in a function)
 2017-05-04  6:17 UTC  (2+ messages)

[PATCH] um: Fix _print_addr()
 2017-05-03 20:55 UTC  (2+ messages)
` [uml-devel] [uml-user] "

[uml-devel] [PATCH v2] um: Set number of CPUs
 2017-05-03 20:54 UTC  (2+ messages)

[PATCH] um: Fix PTRACE_POKEUSER on x86_64
 2017-05-03 20:54 UTC  (3+ messages)
` [uml-devel] "

[PATCH] um: Include kbuild.h instead of duplicating its macros
 2017-05-03 20:54 UTC  (5+ messages)
  ` [uml-devel] "

[BUG] um: initramfs doesn't work on uml
 2017-05-03 20:53 UTC  (7+ messages)
` [PATCH] um: Fix to call read_initrd after init_bootmem
        ` [uml-devel] "

[RFC PATCH 0/7] um: Fix printf usage and support quiet option
 2017-04-29 11:26 UTC  (9+ messages)
` [RFC PATCH 1/7] um: Use printk instead of printf in make_uml_dir
` [RFC PATCH 2/7] um: Use non_fatal() in check_coredump_limit
` [RFC PATCH 3/7] um: Make non_fatal non-static for other files
` [RFC PATCH 4/7] um: Use non_fatal() for non-fatal information/warning messages
` [RFC PATCH 5/7] um: Print out fatal error in stderr
` [RFC PATCH 6/7] um: Suppress non-fatal messages when quiet
` [RFC PATCH 7/7] um: console: Ignore console= option

[PATCH v3 19/29] x86: um, annotate data appropriatelly
 2017-04-21 14:12 UTC 

[PATCH v16 0/10] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-04-21  9:58 UTC  (14+ messages)
` [PATCH v16 01/10] x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES
` [PATCH v16 02/10] x86/arch_prctl: Rename 'code' argument to 'option'
` [PATCH v16 03/10] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
` [PATCH v16 04/10] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
` [PATCH v16 05/10] x86/arch_prctl: Add do_arch_prctl_common
` [PATCH v16 06/10] x86/syscalls/32: Wire up arch_prctl on x86-32
` [PATCH v16 07/10] x86/cpufeature: Detect CPUID faulting support
` [PATCH v16 08/10] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
` [PATCH v16 09/10] x86/arch_prctl: Selftest for ARCH_[GET|SET]_CPUID
` [PATCH v16 10/10] KVM: x86: virtualize cpuid faulting

[uml-devel] [PATCH] um: use KERN_CONT in stack dump
 2017-04-11  9:36 UTC  (4+ messages)
    `  "

[PATCH] um/time: set ->min_delta_ticks and ->max_delta_ticks
 2017-03-30 19:59 UTC 

[PATCH v15 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-03-20  8:01 UTC  (19+ messages)
` [PATCH v15 1/9] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
` [PATCH v15 2/9] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
` [PATCH v15 3/9] x86/arch_prctl: Add do_arch_prctl_common
` [PATCH v15 4/9] x86/syscalls/32: Wire up arch_prctl on x86-32
` [PATCH v15 5/9] x86/cpufeature: Detect CPUID faulting support
` [PATCH v15 6/9] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
` [PATCH v15 7/9] x86/arch_prctl: Selftest for ARCH_[GET|SET]_CPUID
` [PATCH v15 8/9] KVM: x86: virtualize cpuid faulting
` [PATCH v15 9/9] x86/arch_prctl: Rename 'code' argument to 'option'

WARNING: CPU: 0 PID: 1 at mm/mmap.c:1110 vma_merge+0x9a/0x2c8
 2017-03-19 22:02 UTC  (2+ messages)

[uml-devel] UML regression with latest RC 4.11-rc2
 2017-03-17 17:54 UTC  (8+ messages)

[uml-devel] FPU patches broke UML on i7-7700 CPU
 2017-03-17 17:02 UTC  (2+ messages)

[uml-devel] Interrupt controller
 2017-03-17 11:37 UTC 

[PATCH v10 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-03-15  9:11 UTC  (8+ messages)
` [PATCH v10 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID

[uml-devel] [PATCH] um: Fix _print_addr()
 2017-03-12 10:13 UTC 

[PATCH] Documentation: Update path to sysrq.txt
 2017-03-03 22:48 UTC  (3+ messages)

[PATCH v14 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-02-10 13:07 UTC  (6+ messages)
` [PATCH v14 6/9] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
` [PATCH v14 7/9] x86/arch_prctl: Selftest for ARCH_[GET|SET]_CPUID
` [PATCH v14 8/9] KVM: x86: virtualize cpuid faulting
` [PATCH v14 9/9] x86/arch_prctl: Rename 'code' argument to 'option'


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