1. 9a8c135 um: siginfo cleanup by Richard Weinberger · 11 years ago
  2. 0974a9c um: Fix wait_stub_done() error handling by Richard Weinberger · 11 years ago
  3. 37185b3 um: get rid of pointless include "..." where include <...> will do by Al Viro · 12 years ago
  4. d3c1cfc um: pass siginfo to guest process by Martin Pärtel · 12 years ago
  5. b8a4209 um: pull interrupt_end() into userspace() by Al Viro · 12 years ago
  6. 966e803 um: unify ptrace_user.h by Al Viro · 13 years ago
  7. 510c72a3 um: take chan_*.h and line.h to arch/um/drivers by Al Viro · 13 years ago
  8. 17e0520 um: take register_winch_irq() into the caller of is_skas_winch() by Al Viro · 13 years ago
  9. 0de021f um: shared/process.h is empty now; kill it by Al Viro · 13 years ago
  10. 0036168 um: fill the handlers array at build time by Al Viro · 13 years ago
  11. e87df98 um: simplify set_handler() by Al Viro · 13 years ago
  12. d5c7e8b um: don't bother blocking SIGARLM and SIGUSR1 by Al Viro · 13 years ago
  13. 9b25fcb um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in there by Al Viro · 13 years ago
  14. 078073a um: -include user.h for USER_OBJ, trim includes by Al Viro · 13 years ago
  15. fbfe9c8 um: Save FPU registers between task switches by Ingo van Lil · 13 years ago
  16. 99764fa UML: make several more things static by WANG Cong · 16 years ago
  17. 3d5ede6 uml: stub needs to tolerate SIGWINCH by Jeff Dike · 16 years ago
  18. 96cee30 uml: style fixes by Jeff Dike · 16 years ago
  19. 2f56deb uml: fix FP register corruption by Jeff Dike · 17 years ago
  20. 5134d8f uml: style fixes in arch/um/os-Linux by Jeff Dike · 17 years ago
  21. b549883 uml: add newlines to printks by Jeff Dike · 17 years ago
  22. e06173b uml: don't allow processes to call into stub by Jeff Dike · 17 years ago
  23. 3e6f2ac uml: kill processes instead of panicing kernel by Jeff Dike · 17 years ago
  24. d25f2e1 uml: use ptrace directly in libc code by Jeff Dike · 17 years ago
  25. ee3d9bd uml: simplify SIGSEGV handling by Jeff Dike · 17 years ago
  26. edea138 uml: tidy kern_util.h by Jeff Dike · 17 years ago
  27. 4dbed85 uml: stop gdb from deleting breakpoints when running UML by Stanislaw Gruszka · 17 years ago
  28. a24864a uml: definitively kill subprocesses on panic by Lepton Wu · 17 years ago
  29. 54ae36f uml: fix stub address calculations by Jeff Dike · 17 years ago
  30. 1a80521 uml: use *SEC_PER_*SEC constants by Jeff Dike · 17 years ago
  31. 61b63c5 uml: eliminate SIGALRM by Jeff Dike · 17 years ago
  32. d2753a6d uml: tickless support by Jeff Dike · 17 years ago
  33. a2f018b uml: simplify interval setting by Jeff Dike · 17 years ago
  34. 532d0fa uml: eliminate hz() by Jeff Dike · 17 years ago
  35. 512b6fb uml: userspace files should call libc directly by Jeff Dike · 17 years ago
  36. 18baddd uml: rename pt_regs general-purpose register file by Jeff Dike · 17 years ago
  37. 0a7675a uml: remove __u64 usage from physical memory subsystem by Jeff Dike · 17 years ago
  38. ba180fd uml: style fixes pass 3 by Jeff Dike · 17 years ago
  39. 77bf440 uml: remove code made redundant by CHOOSE_MODE removal by Jeff Dike · 17 years ago
  40. 42daba3 uml: stop saving process FP state by Jeff Dike · 17 years ago
  41. 42a359e uml: SIGIO support cleanup by Jeff Dike · 17 years ago
  42. c539ab7 uml: remove PAGE_SIZE from libc code by Jeff Dike · 17 years ago
  43. 2ea5bc5 uml: tidy IRQ code by Jeff Dike · 17 years ago
  44. e1a79c4 uml: use UM_THREAD_SIZE in userspace code by Jeff Dike · 17 years ago
  45. 0e7d18b uml: turn build warnings into comments by Miklos Szeredi · 17 years ago
  46. 16dd07b uml: more page fault path trimming by Jeff Dike · 17 years ago
  47. 77f6af7 uml: don't try to handle signals on initial process stack by Jeff Dike · 17 years ago
  48. a61f334 uml: convert libc layer to call read and write by Jeff Dike · 17 years ago
  49. ef0470c uml: tidy libc code by Jeff Dike · 17 years ago
  50. f30c2c9 uml: dump registers on ptrace or wait failure by Jeff Dike · 17 years ago
  51. 1ffb916 uml: remove page_size() by Jeff Dike · 17 years ago
  52. 9218b17 uml: remove user_util.h by Jeff Dike · 17 years ago
  53. b92c4f9 [PATCH] uml: use correct register file size everywhere by Jeff Dike · 17 years ago
  54. b4cf95c [PATCH] uml: add a debugging message by Jeff Dike · 18 years ago
  55. 1f6f616 [PATCH] uml: include tidying by Jeff Dike · 18 years ago
  56. 3c91735 [PATCH] uml: thread creation tidying by Jeff Dike · 18 years ago
  57. 537ae94 [PATCH] uml: timer cleanups by Jeff Dike · 18 years ago
  58. 4b84c69 [PATCH] uml: Move signal handlers to arch code by Jeff Dike · 18 years ago
  59. 13c06be [PATCH] uml: Use klibc setjmp/longjmp by Jeff Dike · 18 years ago
  60. a5df0d1 [PATCH] uml: tidy longjmp macro by Jeff Dike · 18 years ago
  61. e64bd13 [PATCH] uml: signal initialization cleanup by Jeff Dike · 18 years ago
  62. 2ace87b [PATCH] uml: error handling fixes by Jeff Dike · 18 years ago
  63. ad28e02 [PATCH] uml: change sigjmp_buf to jmp_buf by Jeff Dike · 18 years ago
  64. 802e307 [PATCH] uml: fix format errors by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  65. e2216fe [PATCH] uml: initialize process FP registers properly by Jeff Dike · 19 years ago
  66. 1d7173b [PATCH] uml: implement soft interrupts by Jeff Dike · 19 years ago
  67. 09ee011 [PATCH] uml: eliminate some globals by Jeff Dike · 19 years ago
  68. abaf697 [PATCH] uml: move libc-dependent skas process handling by Gennady Sharapov · 19 years ago