1. 1a80521 uml: use *SEC_PER_*SEC constants by Jeff Dike · 17 years ago
  2. 61b63c5 uml: eliminate SIGALRM by Jeff Dike · 17 years ago
  3. 5f73461 uml: time build fix by Jeff Dike · 17 years ago
  4. b160fb6 uml: eliminate interrupts in the idle loop by Jeff Dike · 17 years ago
  5. d2753a6d uml: tickless support by Jeff Dike · 17 years ago
  6. 31ccc1f uml: GENERIC_CLOCKEVENTS support by Jeff Dike · 17 years ago
  7. 78a26e2 uml: separate timer initialization by Jeff Dike · 17 years ago
  8. a2f018b uml: simplify interval setting by Jeff Dike · 17 years ago
  9. 181bde8 uml: fix timer switching by Jeff Dike · 17 years ago
  10. 532d0fa uml: eliminate hz() by Jeff Dike · 17 years ago
  11. 9212850 uml: remove unused file by Jeff Dike · 17 years ago
  12. f0c4cad uml: style fixes in FP code by Jeff Dike · 17 years ago
  13. a5f6096c uml: floating point signal delivery fixes by Jeff Dike · 17 years ago
  14. 512b6fb uml: userspace files should call libc directly by Jeff Dike · 17 years ago
  15. 3cdaf45 uml: replace clone with fork by Jeff Dike · 17 years ago
  16. 8ca842c uml: remove os_* usage from userspace files by Jeff Dike · 17 years ago
  17. 18baddd uml: rename pt_regs general-purpose register file by Jeff Dike · 17 years ago
  18. fab95c5 uml: get rid of do_longjmp by Jeff Dike · 17 years ago
  19. 0a7675a uml: remove __u64 usage from physical memory subsystem by Jeff Dike · 17 years ago
  20. ba180fd uml: style fixes pass 3 by Jeff Dike · 17 years ago
  21. 77bf440 uml: remove code made redundant by CHOOSE_MODE removal by Jeff Dike · 17 years ago
  22. 6aa802c uml: throw out CHOOSE_MODE by Jeff Dike · 17 years ago
  23. 4c9e138 uml: style fixes pass 1 by Jeff Dike · 17 years ago
  24. 42fda66 uml: throw out CONFIG_MODE_TT by Jeff Dike · 17 years ago
  25. 42daba3 uml: stop saving process FP state by Jeff Dike · 17 years ago
  26. 71f926f uml: stop using libc asm/page.h by Jeff Dike · 17 years ago
  27. 8e2d10e uml: tidy recently-moved code by Jeff Dike · 17 years ago
  28. 508a927 uml: fix irqstack crash by Jeff Dike · 17 years ago
  29. 2c392a4 uml: use correct type in BLKGETSIZE ioctl by Nicolas George · 17 years ago
  30. d1254b1 uml: fix x86_64 core dump crash by Jeff Dike · 17 years ago
  31. 97a1fcb uml: more __init annotations by Jeff Dike · 17 years ago
  32. da3e30e uml: fix aio compilation bug by Jeff Dike · 17 years ago
  33. 1a65f49 uml: fix string exporting on UML/i386 by Jeff Dike · 17 years ago
  34. e823448 uml: export hostfs symbols by Jeff Dike · 17 years ago
  35. e4c4bf9 uml: Eliminate kernel allocator wrappers by Jeff Dike · 17 years ago
  36. c439901 uml: simplify helper stack handling by Jeff Dike · 17 years ago
  37. 42a359e uml: SIGIO support cleanup by Jeff Dike · 17 years ago
  38. c539ab7 uml: remove PAGE_SIZE from libc code by Jeff Dike · 17 years ago
  39. cf6aced uml: improve PTRACE_SYSEMU checking by Jeff Dike · 17 years ago
  40. c14b849 uml: iRQ stacks by Jeff Dike · 17 years ago
  41. 2ea5bc5 uml: tidy IRQ code by Jeff Dike · 17 years ago
  42. e1a79c4 uml: use UM_THREAD_SIZE in userspace code by Jeff Dike · 17 years ago
  43. 57598fd uml: remove task_protections by Jeff Dike · 17 years ago
  44. 0e7d18b uml: turn build warnings into comments by Miklos Szeredi · 17 years ago
  45. 231f7e9 uml: mark a tt-only function by Jeff Dike · 17 years ago
  46. 16dd07b uml: more page fault path trimming by Jeff Dike · 17 years ago
  47. 64f6084 uml: speed page fault path by Jeff Dike · 17 years ago
  48. 8603ec8 uml: aIO deadlock avoidance by Jeff Dike · 17 years ago
  49. a6ea4cc uml: rename os_{read_write}_file_k back to os_{read_write}_file by Jeff Dike · 17 years ago
  50. 77f6af7 uml: don't try to handle signals on initial process stack by Jeff Dike · 17 years ago
  51. 63843c2 uml: dump core on panic by Jeff Dike · 17 years ago
  52. a61f334 uml: convert libc layer to call read and write by Jeff Dike · 17 years ago
  53. ef0470c uml: tidy libc code by Jeff Dike · 17 years ago
  54. 3d56404 uml: start fixing os_read_file and os_write_file by Jeff Dike · 17 years ago
  55. f30c2c9 uml: dump registers on ptrace or wait failure by Jeff Dike · 17 years ago
  56. 377fad3 uml: kernel segfaults should dump proper registers by Jeff Dike · 17 years ago
  57. 5d86456 uml: tidy fault code by Jeff Dike · 17 years ago
  58. 1ffb916 uml: remove page_size() by Jeff Dike · 17 years ago
  59. 36e4546 uml: add missing __init declarations by Jeff Dike · 17 years ago
  60. 9218b17 uml: remove user_util.h by Jeff Dike · 17 years ago
  61. 24fa6c0 uml: move remaining useful contents of user_util.h by Jeff Dike · 17 years ago
  62. 4ff83ce uml: create as-layout.h by Jeff Dike · 17 years ago
  63. c65badb uml: move SIGIO testing to sigio.c by Jeff Dike · 17 years ago
  64. f34d9d2 uml: network interface hotplug error handling by Jeff Dike · 17 years ago
  65. 56bd194 uml: driver formatting fixes by Jeff Dike · 17 years ago
  66. 1d94cda uml: print coredump limits by Jeff Dike · 17 years ago
  67. b4ffb6a uml: host_info tidying by Jeff Dike · 17 years ago
  68. a5ed1ff uml: formatting fixes by Jeff Dike · 17 years ago
  69. 11100b1 uml: delete unused code by Jeff Dike · 17 years ago
  70. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 18 years ago
  71. b92c4f9 [PATCH] uml: use correct register file size everywhere by Jeff Dike · 18 years ago
  72. 9ff1d36 [PATCH] um: remove dead code about os_usr1_signal() and os_usr1_process() by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  73. 0e8cd28 [PATCH] uml: comment the initialization of a global by Jeff Dike · 18 years ago
  74. b4cf95c [PATCH] uml: add a debugging message by Jeff Dike · 18 years ago
  75. 1425180 [PATCH] uml: host VDSO fix by Jeff Dike · 18 years ago
  76. 04a51e6 [PATCH] uml: add back accidentally removed error by Jeff Dike · 18 years ago
  77. 838e56a [PATCH] uml: fix 2.6.20 hang by Jeff Dike · 18 years ago
  78. f355559 [PATCH] uml: x86_64 thread fixes by Jeff Dike · 18 years ago
  79. 3a150e1 [PATCH] uml: fix error output during early boot by Jeff Dike · 18 years ago
  80. 9683da9 [PATCH] uml: AIO locking and tidying by Jeff Dike · 18 years ago
  81. 6c59e2f [PATCH] uml: register handling formatting fixes by Jeff Dike · 18 years ago
  82. c538b39 [PATCH] uml: ELF locking commentary by Jeff Dike · 18 years ago
  83. de5fe76 [PATCH] uml: umid tidying by Jeff Dike · 18 years ago
  84. f2e6299 [PATCH] uml: IRQ handler tidying by Jeff Dike · 18 years ago
  85. 81999a0 [PATCH] uml: fix style violations by Jeff Dike · 18 years ago
  86. 73c8f444 [PATCH] uml: libc-dependent code should call libc directly by Jeff Dike · 18 years ago
  87. 9eae9b1 [PATCH] uml: style fixes in startup code by Jeff Dike · 18 years ago
  88. 7242a40 [PATCH] uml: locking comments in startup code by Jeff Dike · 18 years ago
  89. 6bf7948 [PATCH] uml: locking comments in memory and tempfile code by Jeff Dike · 18 years ago
  90. 8210fd2 [PATCH] uml: use get_random_bytes() after random pool is seeded by Jeff Dike · 18 years ago
  91. 5d48545 [PATCH] uml: make execvp safe for our usage by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  92. 1f6f616 [PATCH] uml: include tidying by Jeff Dike · 18 years ago
  93. 53b1733 [PATCH] uml: fix I/O hang by Jeff Dike · 18 years ago
  94. b428b51 [PATCH] Fix "Remove the use of _syscallX macros in UML" by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  95. d9d645f [PATCH] uml: cleanup run_helper() API to fix a leak by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  96. 493e375 [PATCH] uml: reenable compilation of enable_timer, disabled by mistake by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  97. 8b028bc [PATCH] uml: code convention cleanup of a file by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  98. c13e569 [PATCH] uml: split memory allocation prototypes out of user.h by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  99. 69fada3 [PATCH] uml: fix uname under setarch i386 by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  100. d875f9f [PATCH] uml: make TT mode compile after setjmp-related changes by Paolo 'Blaisorblade' Giarrusso · 18 years ago