linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-09 20:31:52 to 2015-12-21 00:03:27 UTC [more...]

[PATCH v1 0/4] um: Add seccomp support
 2015-12-21  0:03 UTC  (3+ messages)
` [PATCH v1 1/4] um: Fix ptrace GETREGS/SETREGS bugs
` [PATCH v1 2/4] selftests/seccomp: Remove the need for HAVE_ARCH_TRACEHOOK

[PATCH v4 0/2] um: Protect memory mapped file
 2015-12-19 18:18 UTC  (3+ messages)
` [PATCH v4 1/2] um: Do not set unsecure permission for temporary file
` [PATCH v4 2/2] um: Use race-free temporary file creation

[PATCH] uml: flush stdout before forking
 2015-12-18 20:28 UTC 

[PATCH] uml: fix hostfs mknod()
 2015-12-16 22:21 UTC  (3+ messages)

[PATCH v3 0/2] um: Protect memory mapped file
 2015-12-11 19:24 UTC  (4+ messages)
` [PATCH v3 1/2] um: Do not set unsecure permission for temporary file
` [PATCH v3 2/2] um: Use race-free temporary file creation

[uml-devel] IRQ handler reentrancy
 2015-12-11 19:12 UTC  (17+ messages)

[PATCH v2 0/2] um: Protect memory mapped file
 2015-12-09 23:58 UTC  (11+ messages)
` [PATCH v2 1/2] um: Set secure access mode for temporary file
          ` [uml-devel] "
` [PATCH v2 2/2] um: Use race-free temporary file creation

[uml-devel] uml instance crashes when started from script
 2015-12-09  9:08 UTC  (5+ messages)

[GIT PULL] UML fixes for 4.4-rc5
 2015-12-09  8:44 UTC  (3+ messages)
` [uml-devel] "

[uml-devel] [PATCH] arch: um: fix error when linking vmlinux
 2015-12-08 21:33 UTC  (2+ messages)

[PATCH] um: fix returns without va_end
 2015-12-08 21:32 UTC  (2+ messages)

[uml-devel] [PATCH] um: Fix fpstate handling
 2015-11-29 20:13 UTC 

[PATCH 0/2] um: Protect memory mapped file
 2015-11-28 23:11 UTC  (12+ messages)
` [PATCH 1/2] um: Set secure access mode for temporary file
  ` [uml-devel] "
` [PATCH 2/2] um: Use race-free temporary file creation
  ` [uml-devel] "

[uml-devel] Old process in D state bug
 2015-11-27 11:03 UTC  (3+ messages)

[uml-devel] [PATCH] Update UBD to use pread/pwrite family of functions
 2015-11-24  8:02 UTC  (5+ messages)

[GIT PULL] UML updates for 4.4-rc1
 2015-11-22 12:55 UTC  (6+ messages)
` [uml-devel] "

[uml-devel] [PATCH 1/3] IRQ Reentrancy guard
 2015-11-20 18:12 UTC  (4+ messages)
` [uml-devel] [PATCH 2/3] Errata: HR Timer subsystem
` [uml-devel] [PATCH 3/3] Signal handling cleanup

[uml-devel] [PATCH v4] um: Switch clocksource to hrtimers
 2015-11-18 13:40 UTC  (14+ messages)

[PATCH] um: Fix get_signal() usage
 2015-11-18  8:51 UTC 

[uml-devel] [PATCH v2] EPOLL Interrupt Controller V2.0
 2015-11-18  8:33 UTC  (14+ messages)

[uml-devel] WARNING: CPU: 0 PID: 908 at include/linux/thread_info.h:128 sigsuspend+0xab/0xc0()
 2015-11-16 17:46 UTC  (7+ messages)

[uml-devel] [PATCH v3] EPOLL Interrupt Controller V2.0 - Work in Progress
 2015-11-12 15:30 UTC 

[uml-devel] [PATCH] EPOLL Interrupt Controller V2.0
 2015-11-08 23:23 UTC  (3+ messages)

[uml-devel] [PATCH] Missing includes in start up
 2015-11-08 22:43 UTC  (4+ messages)

[PATCH v4] um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held
 2015-11-06 21:51 UTC  (2+ messages)
` [uml-devel] "

[uml-devel] [PATCH v3] um: Switch clocksource to hrtimers
 2015-11-02 16:19 UTC  (29+ messages)

[uml-devel] [uml-user] Website is in need of many small changes and updates?
 2015-10-31 13:17 UTC 

[uml-devel] [uml-user] Building from source problems and possibilities
 2015-10-30 19:38 UTC  (2+ messages)

[uml-devel] [uml-user] Possible ways to execute
 2015-10-30 19:31 UTC  (6+ messages)
              ` [uml-devel] [uml-user] Website is in need of many small changes and updates?

[PATCH v3] um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held
 2015-10-29 15:00 UTC  (3+ messages)

[PATCH v2] um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held
 2015-10-29  8:47 UTC  (2+ messages)

[PATCH] git: um: replace GFP_KERNEL with GFP_ATOMIC while spinlock is held
 2015-10-29  7:23 UTC 

[uml-devel] [uml-user] Any reason for a kernel thread not run after calling schedule()?
 2015-10-28 17:23 UTC 

[PATCH 5/7 v2] um: Remove dead symbol from i386 syscall stub
 2015-10-26 10:04 UTC 

[PATCH 1/7] um: Define PTRACE_OLDSETOPTIONS
 2015-10-26  9:48 UTC  (7+ messages)
` [uml-devel] [PATCH 2/7] um: Store syscall number after syscall_trace_enter()
` [uml-devel] [PATCH 3/7] um: Get rid of open coded NR_SYSCALLS
` [uml-devel] [PATCH 4/7] um: Remove dead code from x86_64 syscall stub
` [uml-devel] [PATCH 5/7] "
` [uml-devel] [PATCH 6/7] um: Simplify STUB_DATA loading
` [uml-devel] [PATCH 7/7] um: Report host OOM more nicely

[uml-devel] [uml-user] IRQ support?
 2015-10-22 13:17 UTC 

[GIT PULL] UML fixes for 4.3-rc6
 2015-10-19 21:02 UTC 

[uml-devel] [PATCH] um: Switch clocksource to hrtimers
 2015-10-16  9:18 UTC  (12+ messages)

[PATCH 70/74] um/time: Migrate to new 'set-state' interface
 2015-08-10  9:52 UTC 

[uml-devel] unmet direct dependencies in -next
 2015-08-10  9:10 UTC  (2+ messages)

[uml-devel] [PATCH] um: Fix kernel mode fault condition
 2015-08-09 20:31 UTC 


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