linux-um archives
 help / color / mirror / Atom feed
 messages from 2012-03-24 11:12:12 to 2012-08-14 14:57:39 UTC [more...]

linux-next: Tree for July 26 (uml)
 2012-08-14 14:57 UTC  (9+ messages)
      ` [uml-devel] "

[uml-devel] [patch] 3.6rc1 tracehook
 2012-08-06 17:03 UTC  (3+ messages)

[uml-devel] Bring up UML PowerPC port
 2012-08-04 22:54 UTC  (3+ messages)

[uml-devel] [PATCH] um: fix missing include with glibc 2.16
 2012-08-04 22:54 UTC  (6+ messages)

[uml-devel] [PATCH] um: fix missing include with glibc 2.16
 2012-08-02  7:22 UTC 

[GIT PULL] UML fixes for 3.6-rc1
 2012-08-01 23:18 UTC 

[uml-devel] [PATCH v2] um: pass siginfo to guest process
 2012-07-31 12:12 UTC  (6+ messages)
  ` [uml-devel] [PATCH v3] "

[uml-devel] feature-removal-schedule entry from 2009
 2012-07-17 22:29 UTC  (3+ messages)

[PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr
 2012-07-17  5:39 UTC  (10+ messages)
  ` [PATCH net-next 8/8] arch: Use eth_random_addr

um: TTY fixes (?)
 2012-07-12 15:01 UTC  (35+ messages)
` [uml-devel] [PATCH 1/6] TTY: um/line, add tty_port
` [uml-devel] [PATCH 2/6] TTY: um/line, use tty from tty_port
` [uml-devel] [PATCH 3/6] um: remove line_ioctl()
` [uml-devel] [PATCH 4/6] um: Remove dead code
` [uml-devel] [PATCH 5/6] um: fully use tty_port
  `  "
` [uml-devel] [PATCH 6/6] um: remove count_lock
` [uml-devel] um: TTY fixes (?)

[uml-devel] ubd option parsing problem when using cow filesystems in kernel 3.4
 2012-06-25  0:30 UTC  (10+ messages)

[uml-devel] X11 vfb forward ported to 3.2
 2012-06-23 19:46 UTC  (8+ messages)

[uml-devel] [PATCH 07/12] um: remove km_type definitions
 2012-06-23 10:04 UTC 

[uml-devel] 3.3.2: conflicting types for sys_ni_syscall
 2012-06-12 20:51 UTC  (4+ messages)

[uml-devel] [PATCH] um: fix ubd_file_size for read-only files
 2012-06-07 22:16 UTC  (2+ messages)

[uml-devel] [PATCH] um: pass siginfo to guest process
 2012-06-07 22:47 UTC  (6+ messages)

[uml-devel] [PATCH] Fix readonly ubd
 2012-06-07  8:11 UTC  (2+ messages)

[uml-devel] UML: Fix gdbserver "Couldn't write debug register" error
 2012-06-05  9:02 UTC 

[PATCH 12/24] TTY: um/line, add tty_port
 2012-06-04 17:14 UTC  (14+ messages)
` [PATCH 13/24] TTY: um/line, use tty from tty_port
            ` [uml-devel] "

[PATCH 22/27] um, smpboot: Use generic SMP booting infrastructure
 2012-06-01  9:15 UTC 

[PATCH v3 0/9] Fixes for common mistakes w/ for_each_process and task->mm
 2012-06-01  4:36 UTC  (17+ messages)
` [PATCH 1/9] cpu: Introduce clear_tasks_mm_cpumask() helper
      ` [PATCH] cpu: Document clear_tasks_mm_cpumask()
` [PATCH 2/9] arm: Use clear_tasks_mm_cpumask()
` [PATCH 3/9] powerpc: "
` [PATCH 4/9] sh: "
` [PATCH 5/9] blackfin: A couple of task->mm handling fixes
` [PATCH 6/9] blackfin: Fix possible deadlock in decode_address()
` [PATCH 7/9] um: Should hold tasklist_lock while traversing processes
` [PATCH 8/9] um: Fix possible race on task->mm
` [PATCH 9/9] um: Properly check all process' threads for a live mm

[uml-devel] UML: Please help with __module_text_address crashing
 2012-05-25  9:26 UTC  (12+ messages)

[GIT PULL] UML changes for 3.5-rc1
 2012-05-22 22:18 UTC 

[uml-devel] [PATCH 1/4] um: Implement um_free_irq()
 2012-04-18  8:22 UTC  (7+ messages)
` [uml-devel] [PATCH 2/4] um: Remove usage of irq_chip->release()
` [uml-devel] [PATCH 3/4] um: Remove CONFIG_IRQ_RELEASE_METHOD
` [uml-devel] [PATCH 4/4] irq: Remove irq_chip->release()
  `  "

[PATCH 1/2] um: Implement a custom pte_same() function
 2012-04-14 15:52 UTC  (2+ messages)
` [PATCH 2/2] um: Fix __swp_type()

[uml-devel] [GIT PULL] UML fixes for 3.4-rc3
 2012-04-09 22:30 UTC 

[PATCH] um: Fix spin_lock usage in uml_net_interrupt()
 2012-04-09 14:22 UTC 

[uml-devel] UML static linking and embedded library
 2012-04-05 22:21 UTC  (4+ messages)

[uml-devel] 3.4.0-rc1 is broken due to asm/system.h restructure
 2012-04-02 18:35 UTC  (3+ messages)

[uml-devel] uml build failure on arch i386
 2012-04-02 12:25 UTC  (6+ messages)

[uml-devel] UML 3-4-rc1 /(rarely) core dumps
 2012-04-01 10:55 UTC  (2+ messages)

[uml-devel] 3 cc warnings while compiling an UML kernel
 2012-04-01 10:52 UTC  (2+ messages)

[PATCH 1/2] um: Disintegrate asm/system.h
 2012-03-30  8:17 UTC  (3+ messages)
` [PATCH 2/2] um: Use asm-generic/switch_to.h
` [uml-devel] [PATCH 1/2] um: Disintegrate asm/system.h

[PATCH v2 0/10] Fixes for common mistakes w/ for_each_process and task->mm
 2012-03-28  7:20 UTC  (22+ messages)
` [PATCH 01/10] cpu: Introduce clear_tasks_mm_cpumask() helper
    ` [PATCH v2.1 "
` [PATCH 07/10] um: Should hold tasklist_lock while traversing processes
` [PATCH 08/10] um: Fix possible race on task->mm
` [PATCH 09/10] um: Properly check all process' threads for a live mm
` [PATCH 10/10] oom: Make find_lock_task_mm() sparse-aware

[uml-devel] [PATCH ] um: uml_setup_stubs': warning: unused variable 'pages'
 2012-03-27  8:27 UTC  (3+ messages)

[uml-devel] v3.3-6972-ge22057c core dumped
 2012-03-26  9:08 UTC  (2+ messages)

[GIT PULL] UML changes for 3.4-rc1
 2012-03-25 12:33 UTC 


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