1. 40fb16a uml: deal with inaccessible address space start by Tom Spink · 16 years ago
  2. fe2cc53 uml: track and make up lost ticks by Jeff Dike · 16 years ago
  3. 5d33e4d uml: random driver fixes by Jeff Dike · 16 years ago
  4. a7dfa94 uml: use PAGE_SIZE in linker scripts by Cyrill Gorcunov · 16 years ago
  5. 5563d72 uml: use __SPIN_LOCK_UNLOCKED by Jeff Dike · 16 years ago
  6. 43f5b30 uml: fix build when SLOB is enabled by Jeff Dike · 16 years ago
  7. 47906dd uml: tidy ptrace interface by Jeff Dike · 16 years ago
  8. 96cee30 uml: style fixes by Jeff Dike · 16 years ago
  9. 3168cb9 uml: fix inconsistence due to tty_operation change by WANG Cong · 16 years ago
  10. 02d324b uml: remove a useless function by WANG Cong · 16 years ago
  11. 3af7cb7 uml: make a function static by WANG Cong · 16 years ago
  12. 2f56deb uml: fix FP register corruption by Jeff Dike · 16 years ago
  13. ac2a659 uml: fix mm_context memory leak by Jeff Dike · 16 years ago
  14. 5134d8f uml: style fixes in arch/um/os-Linux by Jeff Dike · 16 years ago
  15. 536788f uml: runtime host VMSPLIT detection by Jeff Dike · 16 years ago
  16. f87ea91 uml: redo the calculation of NR_syscalls by Jeff Dike · 17 years ago
  17. d449c50 uml: remove unused fields from mm_context by Jeff Dike · 17 years ago
  18. 95906b2 uml: style fixes in arch/um/sys-x86_64 by Jeff Dike · 17 years ago
  19. 80e3931 uml: SMP locking commentary by Jeff Dike · 17 years ago
  20. 3a24ebf uml: remove init_irq_signals by Jeff Dike · 17 years ago
  21. 75ada8f uml: move sig_handler_common_skas by Jeff Dike · 17 years ago
  22. a9b71b6 uml: get rid of syscall counters by Jeff Dike · 17 years ago
  23. 1aa351a uml: tidy helper code by Jeff Dike · 17 years ago
  24. 0983a88 uml: install panic notifier earlier by Jeff Dike · 17 years ago
  25. 8efa3c9 uml: eliminate setjmp_wrapper by Jeff Dike · 17 years ago
  26. 1adfd60 uml: style fixes in file.c by Jeff Dike · 17 years ago
  27. bf8fde7 uml: miscellaneous code cleanups by Jeff Dike · 17 years ago
  28. 3963333 uml: cover stubs with a VMA by Jeff Dike · 17 years ago
  29. 42a2b54 uml: clean up TASK_SIZE usage by Jeff Dike · 17 years ago
  30. 3e6f2ac uml: kill processes instead of panicing kernel by Jeff Dike · 17 years ago
  31. d25f2e1 uml: use ptrace directly in libc code by Jeff Dike · 17 years ago
  32. 8192ab4 uml: header untangling by Jeff Dike · 17 years ago
  33. 6b7e967 uml: convert functions to void by Karol Swietlicki · 17 years ago
  34. edea138 uml: tidy kern_util.h by Jeff Dike · 17 years ago
  35. e725a9b uml: delete some unused headers by Jeff Dike · 17 years ago
  36. 4bdf8bc uml: borrow const.h techniques by Jeff Dike · 17 years ago
  37. c0a9290 uml: const and other tidying by WANG Cong · 17 years ago
  38. 9226b83 uml: further bugs.c tidying by Jeff Dike · 17 years ago
  39. 235a6f0 uml: improve detection of host cmov by Karol Swietlicki · 17 years ago
  40. 0ba9d3f uml: fix URLs in Kconfig and help strings by Karol Swietlicki · 17 years ago
  41. c9a3072 uml: code tidying under arch/um/os-Linux by WANG Cong · 17 years ago
  42. 99c9f50 uml: arch/um/include/init.h needs a definition of __used by Jeff Dike · 17 years ago
  43. 3ff6eec remove __attribute_used__ by Adrian Bunk · 17 years ago
  44. 4dbed85 uml: stop gdb from deleting breakpoints when running UML by Stanislaw Gruszka · 17 years ago
  45. 9c8d638 uml: fix build for !CONFIG_PRINTK by Jeff Dike · 17 years ago
  46. 54ae36f uml: fix stub address calculations by Jeff Dike · 17 years ago
  47. b53f35a uml: network driver MTU cleanups by Jeff Dike · 17 years ago
  48. 1a80521 uml: use *SEC_PER_*SEC constants by Jeff Dike · 17 years ago
  49. 5f73461 uml: time build fix by Jeff Dike · 17 years ago
  50. b160fb6 uml: eliminate interrupts in the idle loop by Jeff Dike · 17 years ago
  51. d2753a6d uml: tickless support by Jeff Dike · 17 years ago
  52. 78a26e2 uml: separate timer initialization by Jeff Dike · 17 years ago
  53. a2f018b uml: simplify interval setting by Jeff Dike · 17 years ago
  54. 181bde8 uml: fix timer switching by Jeff Dike · 17 years ago
  55. 532d0fa uml: eliminate hz() by Jeff Dike · 17 years ago
  56. 75c7e21 uml: eliminate floating point state from register file by Jeff Dike · 17 years ago
  57. f0c4cad uml: style fixes in FP code by Jeff Dike · 17 years ago
  58. a5f6096c uml: floating point signal delivery fixes by Jeff Dike · 17 years ago
  59. 1466abf uml: clean up tlb flush path by Jeff Dike · 17 years ago
  60. 512b6fb uml: userspace files should call libc directly by Jeff Dike · 17 years ago
  61. 8ca842c uml: remove os_* usage from userspace files by Jeff Dike · 17 years ago
  62. 18baddd uml: rename pt_regs general-purpose register file by Jeff Dike · 17 years ago
  63. 6c738ff uml: fold mmu_context_skas into mm_context by Jeff Dike · 17 years ago
  64. fab95c5 uml: get rid of do_longjmp by Jeff Dike · 17 years ago
  65. 0a7675a uml: remove __u64 usage from physical memory subsystem by Jeff Dike · 17 years ago
  66. ba180fd uml: style fixes pass 3 by Jeff Dike · 17 years ago
  67. 77bf440 uml: remove code made redundant by CHOOSE_MODE removal by Jeff Dike · 17 years ago
  68. ae2587e uml: style fixes pass 2 by Jeff Dike · 17 years ago
  69. 6aa802c uml: throw out CHOOSE_MODE by Jeff Dike · 17 years ago
  70. 4c9e138 uml: style fixes pass 1 by Jeff Dike · 17 years ago
  71. c28b59d uml: remove sysdep/thread.h by Jeff Dike · 17 years ago
  72. 42fda66 uml: throw out CONFIG_MODE_TT by Jeff Dike · 17 years ago
  73. 6d536e4 uml: physmem code tidying by Jeff Dike · 17 years ago
  74. 42daba3 uml: stop saving process FP state by Jeff Dike · 17 years ago
  75. 5c8aace uml: stop specially protecting kernel stacks by Jeff Dike · 17 years ago
  76. 71f926f uml: stop using libc asm/page.h by Jeff Dike · 17 years ago
  77. 8e2d10e uml: tidy recently-moved code by Jeff Dike · 17 years ago
  78. 508a927 uml: fix irqstack crash by Jeff Dike · 17 years ago
  79. e4c4bf9 uml: Eliminate kernel allocator wrappers by Jeff Dike · 17 years ago
  80. c439901 uml: simplify helper stack handling by Jeff Dike · 17 years ago
  81. 42a359e uml: SIGIO support cleanup by Jeff Dike · 17 years ago
  82. d14ad81 uml: handle errors on opening host side of consoles by Jeff Dike · 17 years ago
  83. 63920f4 uml: xterm driver tidying by Jeff Dike · 17 years ago
  84. c539ab7 uml: remove PAGE_SIZE from libc code by Jeff Dike · 17 years ago
  85. ecec5ba fix uml-x86_64 by Al Viro · 17 years ago
  86. c14b849 uml: iRQ stacks by Jeff Dike · 17 years ago
  87. 57598fd uml: remove task_protections by Jeff Dike · 17 years ago
  88. 5886269 fix file specification in comments by Uwe Kleine-König · 17 years ago
  89. c2f239d uml: fix prototypes by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  90. 16dd07b uml: more page fault path trimming by Jeff Dike · 17 years ago
  91. 64f6084 uml: speed page fault path by Jeff Dike · 17 years ago
  92. a6ea4cc uml: rename os_{read_write}_file_k back to os_{read_write}_file by Jeff Dike · 17 years ago
  93. 63843c2 uml: dump core on panic by Jeff Dike · 17 years ago
  94. 3d56404 uml: start fixing os_read_file and os_write_file by Jeff Dike · 17 years ago
  95. 377fad3 uml: kernel segfaults should dump proper registers by Jeff Dike · 17 years ago
  96. 5d86456 uml: tidy fault code by Jeff Dike · 17 years ago
  97. 1ffb916 uml: remove page_size() by Jeff Dike · 17 years ago
  98. 6e21aec uml: tidy process.c by Jeff Dike · 17 years ago
  99. c74c69b4 uml: Replace one-element array with zero-element array by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  100. 9218b17 uml: remove user_util.h by Jeff Dike · 17 years ago