1. 2413ed8 um: Use POSIX ucontext_t instead of struct ucontext by Krzysztof Mazur · 7 years ago
  2. 8280752 um: Compile with modern headers by Jason A. Donenfeld · 7 years ago
  3. 915eed2 um: Support kcov by Vegard Nossum · 8 years ago
  4. 57a05d8 um: Fix possible deadlock in sig_handler_common() by Richard Weinberger · 8 years ago
  5. b6024b2 um: extend fpstate to _xstate to support YMM registers by Eli Cooper · 8 years ago
  6. 3e46b25 um: Use race-free temporary file creation by Mickaël Salaün · 9 years ago
  7. 571d2f0 um: Do not set unsecure permission for temporary file by Mickaël Salaün · 9 years ago
  8. e04c989 um: Fix ptrace GETREGS/SETREGS bugs by Mickaël Salaün · 9 years ago
  9. 8c6157b um: Update UBD to use pread/pwrite family of functions by Anton Ivanov · 9 years ago
  10. d5e3f5c um: Prevent IRQ handler reentrancy by Anton Ivanov · 9 years ago
  11. 0754fb2 uml: flush stdout before forking by Vegard Nossum · 9 years ago
  12. 2eb5f31 um: Switch clocksource to hrtimers by Anton Ivanov · 9 years ago
  13. 1d80f0c um: Store syscall number after syscall_trace_enter() by Richard Weinberger · 9 years ago
  14. 6b187337 um: Fix waitpid() usage in helper code by Richard Weinberger · 9 years ago
  15. 21dc2e6 Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  16. 8eeba4e um: Include sys/types.h for makedev(), major(), minor() by Hans-Werner Hilse · 9 years ago
  17. f9bb3b5 um: Do not use stdin and stdout identifiers for struct members by Hans-Werner Hilse · 9 years ago
  18. 9a75551 um: Do not use __ptr_t type for stack_t's .ss pointer by Hans-Werner Hilse · 9 years ago
  19. 5f32943 um/os-Linux: Use char[] for syscall_stub declarations by Nicolas Iooss · 10 years ago
  20. 7879b1d um,ethertap: use strncpy by Alan · 9 years ago
  21. 33bbc30 um: Move uml_postsetup in the init_thread stack by Thomas Meyer · 9 years ago
  22. d0b5e15 um: Remove SKAS3/4 support by Richard Weinberger · 9 years ago
  23. ae5db6d Revert "um: Fix wait_stub_done() error handling" by Richard Weinberger · 10 years ago
  24. 0565103 um: Memory corruption on startup by Anton Ivanov · 10 years ago
  25. 9fcb663 um: Missing pipe handling by Anton Ivanov · 10 years ago
  26. 0d71832 uml: Simplify tempdir logic. by Tristan Schmelcher · 11 years ago
  27. f72c22e um: Make stack trace reliable against kernel mode faults by Richard Weinberger · 11 years ago
  28. 2501272 um: Run UML in it's own session. by Richard Weinberger · 11 years ago
  29. 91d44ff um: Cleanup SIGTERM handling by Richard Weinberger · 11 years ago
  30. 805f11a um: ubd: Add REQ_FLUSH suppport by Richard Weinberger · 11 years ago
  31. f75b1b1 um: Implement probe_kernel_read() by Richard Weinberger · 11 years ago
  32. 9a8c135 um: siginfo cleanup by Richard Weinberger · 11 years ago
  33. 7473534 uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge cases by Tristan Schmelcher · 11 years ago
  34. 0974a9c um: Fix wait_stub_done() error handling by Richard Weinberger · 11 years ago
  35. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 11 years ago
  36. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  37. 72383d4 um: fix build failure due to mess-up of sig_info protorype by Sergei Trofimovich · 12 years ago
  38. fdfa4c9 um: add missing declaration of 'getrlimit()' and friends by Sergei Trofimovich · 12 years ago
  39. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  40. 22e2430d x86, um: convert to saner kernel_execve() semantics by Al Viro · 12 years ago
  41. 37185b3 um: get rid of pointless include "..." where include <...> will do by Al Viro · 12 years ago
  42. bc6c836 uml: fix compile error in deliver_alarm() by Miklos Szeredi · 12 years ago
  43. d3c1cfc um: pass siginfo to guest process by Martin Pärtel · 12 years ago
  44. b8a4209 um: pull interrupt_end() into userspace() by Al Viro · 12 years ago
  45. 54ce925 um: Remove unused variables by Richard Weinberger · 12 years ago
  46. c6b17bb um: use the right ifdef around exports in user_syms.c by Al Viro · 12 years ago
  47. 966e803 um: unify ptrace_user.h by Al Viro · 13 years ago
  48. 1bbd5f2 um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.c by Al Viro · 13 years ago
  49. 510c72a3 um: take chan_*.h and line.h to arch/um/drivers by Al Viro · 13 years ago
  50. 17e0520 um: take register_winch_irq() into the caller of is_skas_winch() by Al Viro · 13 years ago
  51. 5c48b10 um: take arch/um/sys-x86 to arch/x86/um by Al Viro · 13 years ago
  52. 62982ad um: sysdep/barrier.h is not used for anything by Al Viro · 13 years ago
  53. 0de021f um: shared/process.h is empty now; kill it by Al Viro · 13 years ago
  54. ab1c0cc um: finish conversion to mcontext_t by Al Viro · 13 years ago
  55. 248b74c um: start switching the references to host mcontext_t to its userland type by Al Viro · 13 years ago
  56. 05c46db um: take userland definition of barrier() to user.h by Al Viro · 13 years ago
  57. 0036168 um: fill the handlers array at build time by Al Viro · 13 years ago
  58. e87df98 um: simplify set_handler() by Al Viro · 13 years ago
  59. d5c7e8b um: don't bother blocking SIGARLM and SIGUSR1 by Al Viro · 13 years ago
  60. 9b25fcb um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in there by Al Viro · 13 years ago
  61. 51d3474 um: merge arch/um/os-Linux/sys-{i386,x86_64} by Al Viro · 13 years ago
  62. 7eb1225 um: merge hard_handler() instances, switch to use of SA_SIGINFO by Al Viro · 13 years ago
  63. 5d40de0 um: kill dead code around uaccess by Al Viro · 13 years ago
  64. 078073a um: -include user.h for USER_OBJ, trim includes by Al Viro · 13 years ago
  65. fbfe9c8 um: Save FPU registers between task switches by Ingo van Lil · 13 years ago
  66. b743ac5 um: disable scan_elf_aux() on x86_64 by Richard Weinberger · 13 years ago
  67. 2a6d0ac uml: free resources by Davidlohr Bueso · 13 years ago
  68. 2fdf213 uml: helper.c warning corrections by Vitaliy Ivanov · 13 years ago
  69. f956b3e um: fix _FORTIFY_SOURCE=2 support for kernel modules by Richard Weinberger · 13 years ago
  70. db271cf um: fix crash while os_dump_core() by Richard Weinberger · 13 years ago
  71. d634f19 um: add earlyprintk support by Richard Weinberger · 13 years ago
  72. 2525e70 um: remove SIGHUP handler by Richard Weinberger · 13 years ago
  73. 0ce451a um: fix UML_LIB_PATH by Richard Weinberger · 13 years ago
  74. b2db219 um: fix abort by Richard Weinberger · 13 years ago
  75. 482db6d um: fix global timer issue when using CONFIG_NO_HZ by Richard Weinberger · 14 years ago
  76. 005a59e Deal with missing exports for hostfs by Al Viro · 15 years ago
  77. fb967ec um: os-linux/mem.c needs sys/stat.h by Liu Aleaxander · 14 years ago
  78. 7f3c1fa uml: Fix build breakage after slab.h changes by Jan Kiszka · 14 years ago
  79. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  80. edf382b includecheck fix: um, helper.c by Jaswinder Singh Rajput · 15 years ago
  81. 5062910 uml: improve error messages by WANG Cong · 15 years ago
  82. 00699e8 uml: fix WARNING: vmlinux: 'memcpy' exported twice by akpm@linux-foundation.org · 15 years ago
  83. 17c324f um: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  84. ec82c32 x86, um: get rid of arch/um/os symlink by Al Viro · 16 years ago
  85. 887c57d x86, um: get rid of excessive includes of uml-config.h by Al Viro · 16 years ago
  86. d2efa6d uml: remove the dead TTY_LOG code by Adrian Bunk · 16 years ago
  87. 99764fa UML: make several more things static by WANG Cong · 16 years ago
  88. f1ef916 uml: work around broken host PTRACE_SYSEMU by Jeff Dike · 16 years ago
  89. 14c8a77 uml: remove include of asm/user.h by Jeff Dike · 16 years ago
  90. b6d8adf uml: PATH_MAX needs limits.h by Ingo Molnar · 16 years ago
  91. 3d5ede6 uml: stub needs to tolerate SIGWINCH by Jeff Dike · 16 years ago
  92. 40fb16a uml: deal with inaccessible address space start by Tom Spink · 16 years ago
  93. 06e1e4f uml: deal with host time going backwards by Jeff Dike · 16 years ago
  94. 3787fa6 fix include order in sys-i386/registers.c by Al Viro · 16 years ago
  95. fe2cc53 uml: track and make up lost ticks by Jeff Dike · 16 years ago
  96. 5d33e4d uml: random driver fixes by Jeff Dike · 16 years ago
  97. 43f5b30 uml: fix build when SLOB is enabled by Jeff Dike · 16 years ago
  98. 47906dd uml: tidy ptrace interface by Jeff Dike · 16 years ago
  99. 96cee30 uml: style fixes by Jeff Dike · 16 years ago
  100. 53c2587 uml: redo host capability detection and disabling by Jeff Dike · 16 years ago