1. c63f702 uml: user of helper_wait() got missed when it got extra arguments by Al Viro · 17 years ago
  2. 4dbed85 uml: stop gdb from deleting breakpoints when running UML by Stanislaw Gruszka · 17 years ago
  3. 505a41d [UM]: Fix use of skb after netif_rx by Julia Lawall · 17 years ago
  4. ce3b642 uml: work around host tcsetattr bug by Jeff Dike · 17 years ago
  5. 12429bf leak in do_ubd_request by Miklos Szeredi · 17 years ago
  6. 32f862c uml: fix build for !CONFIG_TCP by Jeff Dike · 17 years ago
  7. 4f40c05 uml: fix incompatible types warning in previous SG fix by WANG Cong · 17 years ago
  8. 23464ff arch/um/drivers/ubd_kern.c: fix a building error by WANG Cong · 17 years ago
  9. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  10. b60745b spelling fixes: arch/um/ by Simon Arlott · 17 years ago
  11. be8ad5a [UMP]: header_ops conversion needed for non-ethernet drivers by Jeff Dike · 17 years ago
  12. 821f3ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  13. cb8fa61 uml: arch/um/drivers formatting by Jeff Dike · 17 years ago
  14. 605c1e5 uml: correctly handle skb allocation failures by Jeff Dike · 17 years ago
  15. b53f35a uml: network driver MTU cleanups by Jeff Dike · 17 years ago
  16. cd1ae0e uml: network formatting by Jeff Dike · 17 years ago
  17. 088bec4 uml: more idiomatic parameter parsing by Jeff Dike · 17 years ago
  18. da2486b uml: remove unneeded void * cast by Jesper Juhl · 17 years ago
  19. 54fa0ba uml: sysrq and mconsole fixes by Jeff Dike · 17 years ago
  20. 8ca842c uml: remove os_* usage from userspace files by Jeff Dike · 17 years ago
  21. 77bf440 uml: remove code made redundant by CHOOSE_MODE removal by Jeff Dike · 17 years ago
  22. ae2587e uml: style fixes pass 2 by Jeff Dike · 17 years ago
  23. 6aa802c uml: throw out CHOOSE_MODE by Jeff Dike · 17 years ago
  24. 42fda66 uml: throw out CONFIG_MODE_TT by Jeff Dike · 17 years ago
  25. ad43c35 uml: add VDE networking support by Jeff Dike · 17 years ago
  26. 8d82076 uml: fix nonremovability of watchdog by Jeff Dike · 17 years ago
  27. 2f8a2dc uml: console tidying by Jeff Dike · 17 years ago
  28. c59dbca uml: fix console writing bugs by Jeff Dike · 17 years ago
  29. e99525f uml: console subsystem tidying by Jeff Dike · 17 years ago
  30. 79f6623 uml: fix error cleanup ordering by Jeff Dike · 17 years ago
  31. 8e2d10e uml: tidy recently-moved code by Jeff Dike · 17 years ago
  32. 89fe647 uml: move userspace code to userspace file by Jeff Dike · 17 years ago
  33. a0f97e0 kbuild: enable 'make CFLAGS=...' to add additional options to CC by Sam Ravnborg · 17 years ago
  34. f4768ff uml: fix previous request size limit fix by Jeff Dike · 17 years ago
  35. 6676ae6 UML: console should handle spurious IRQS by Jeff Dike · 17 years ago
  36. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  37. b2e961e Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  38. 97a1fcb uml: more __init annotations by Jeff Dike · 17 years ago
  39. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  40. 6d0fd9c um_kmalloc() remnants by Al Viro · 17 years ago
  41. 8619b86 uml: limit request size on COWed devices by Jeff Dike · 17 years ago
  42. e4c4bf99 uml: Eliminate kernel allocator wrappers by Jeff Dike · 17 years ago
  43. c439901 uml: simplify helper stack handling by Jeff Dike · 17 years ago
  44. 42a359e uml: SIGIO support cleanup by Jeff Dike · 17 years ago
  45. d14ad81 uml: handle errors on opening host side of consoles by Jeff Dike · 17 years ago
  46. 75886f2 uml: pty channel tidying by Jeff Dike · 17 years ago
  47. 63920f4 uml: xterm driver tidying by Jeff Dike · 17 years ago
  48. 89df6bf uml: DEBUG_SHIRQ fixes by Eduard-Gabriel Munteanu · 17 years ago
  49. 0a6d3a2 uml: fix request->sector update by Jeff Dike · 17 years ago
  50. e16f535 uml: get declaration of simple_strtoul by Jeff Dike · 17 years ago
  51. 0ba34e1 uml: pcap devices should get MACs from command line by Jeff Dike · 18 years ago
  52. 7d98230 uml: network and pcap cleanup by Jeff Dike · 18 years ago
  53. a6ea4cc uml: rename os_{read_write}_file_k back to os_{read_write}_file by Jeff Dike · 18 years ago
  54. dc764e5 uml: formatting fixes around os_{read_write}_file callers by Jeff Dike · 18 years ago
  55. fda83a9 uml: change remaining callers of os_{read_write}_file by Jeff Dike · 18 years ago
  56. 990c558 uml: fixup allocation in the ubd driver by Peter Zijlstra · 18 years ago
  57. 2adcec2 uml: send pointers instead of structures to I/O thread by Jeff Dike · 18 years ago
  58. a0044bd uml: batch I/O requests by Jeff Dike · 18 years ago
  59. 3d56404 uml: start fixing os_read_file and os_write_file by Jeff Dike · 18 years ago
  60. 2e3f525 uml: drivers get release methods by Jeff Dike · 18 years ago
  61. 1ffb916 uml: remove page_size() by Jeff Dike · 18 years ago
  62. 57ac895 uml: fix umid in xterm titles by Davide Brini · 18 years ago
  63. c74c69b uml: Replace one-element array with zero-element array by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  64. 8c84083 uml: Eliminate temporary buffer in eth_configure by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  65. e024715 uml: improve checking and diagnostics of ethernet MACs by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  66. 9218b17 uml: remove user_util.h by Jeff Dike · 18 years ago
  67. 24fa6c0 uml: move remaining useful contents of user_util.h by Jeff Dike · 18 years ago
  68. f34d9d2 uml: network interface hotplug error handling by Jeff Dike · 18 years ago
  69. b16895b uml-driver-formatting-fixes-fix by Andrew Morton · 18 years ago
  70. 56bd194 uml: driver formatting fixes by Jeff Dike · 18 years ago
  71. b47d2de uml: handle block device hotplug errors by Jeff Dike · 18 years ago
  72. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 18 years ago
  73. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  74. 3076212 [PATCH] uml: irq locking fixes by Jeff Dike · 18 years ago
  75. d40f6d7 [PATCH] uml: fix device unplug crash by Jeff Dike · 18 years ago
  76. 2a9529a [PATCH] uml: fix I/O hang when multiple devices are in use by Jeff Dike · 18 years ago
  77. de7b37c [PATCH] um: fix errno usage by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  78. ec0ac8a [PATCH] um: fix confusion irq early reenabling by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  79. b533788 [PATCH] um: mark both consoles as CON_ANYTIME by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  80. 83f4e8a [PATCH] um: fix a memory leak in the multicast driver by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  81. 5dfe4c9 [PATCH] mark struct file_operations const 2 by Arjan van de Ven · 18 years ago
  82. ab521dc [PATCH] tty: update the tty layer to work with struct pid by Eric W. Biederman · 18 years ago
  83. b653d081 [PATCH] proc: remove useless (and buggy) ->nlink settings by Alexey Dobriyan · 18 years ago
  84. de5fe76 [PATCH] uml: umid tidying by Jeff Dike · 18 years ago
  85. b8831a1 [PATCH] uml: locking fixes in the ubd driver by Jeff Dike · 18 years ago
  86. 62f96cb [PATCH] uml: add per-device queues and locks to ubd driver by Jeff Dike · 18 years ago
  87. c0961c1 [PATCH] uml: initialize a list head by Jeff Dike · 18 years ago
  88. c6256c6 [PATCH] uml: fix previous console locking by Jeff Dike · 18 years ago
  89. d5c9ffc [PATCH] uml: console locking commentary and code cleanup by Jeff Dike · 18 years ago
  90. a52f362 [PATCH] uml: mostly const a structure by Jeff Dike · 18 years ago
  91. 99b0278 [PATCH] uml: locking commentary in the random driver by Jeff Dike · 18 years ago
  92. c59bce6 [PATCH] uml: use LIST_HEAD where possible by Jeff Dike · 18 years ago
  93. c862fc3 [PATCH] uml: network driver locking and code cleanup by Jeff Dike · 18 years ago
  94. 67608e0 [PATCH] uml: port driver formatting by Jeff Dike · 18 years ago
  95. d832fc6 [PATCH] uml: make two variables static by Jeff Dike · 18 years ago
  96. 84f48d4 [PATCH] uml: mconsole locking by Jeff Dike · 18 years ago
  97. d471c0f [PATCH] uml: audio driver formatting by Jeff Dike · 18 years ago
  98. b612e47 [PATCH] uml: audio driver locking by Jeff Dike · 18 years ago
  99. 5bbcbec [PATCH] uml: watchdog driver formatting by Jeff Dike · 18 years ago
  100. 42d3611 [PATCH] uml: watchdog driver locking by Jeff Dike · 18 years ago