1. 42d3611 [PATCH] uml: watchdog driver locking by Jeff Dike · 17 years ago
  2. 4ea21cd [PATCH] uml: network driver whitespace and style fixes by Jeff Dike · 17 years ago
  3. d3b7f69 [PATCH] uml: add locking to network transport registration by Jeff Dike · 17 years ago
  4. 190c3e4 [PATCH] uml: lock the irqs_to_free list by Jeff Dike · 17 years ago
  5. 894be2a [PATCH] uml: console whitespace and comment tidying by Jeff Dike · 17 years ago
  6. f28169d [PATCH] uml: return hotplug errors to host by Jeff Dike · 17 years ago
  7. d79a580 [PATCH] uml: console locking fixes by Jeff Dike · 17 years ago
  8. eff3b63 [PATCH] uml: fix net_kern workqueue abuse by Peter Zijlstra · 18 years ago
  9. 0268bd0 um: replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  10. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  11. 8210fd2 [PATCH] uml: use get_random_bytes() after random pool is seeded by Jeff Dike · 18 years ago
  12. a2ce774 [PATCH] uml: workqueue build fix by Andrew Morton · 18 years ago
  13. 6d5aefb WorkQueue: Fix up arch-specific work items where possible by David Howells · 18 years ago
  14. 03a67a4 Fix typos in doc and comments by Jan Engelhardt · 18 years ago
  15. d8d7c28 [PATCH] uml ubd driver: various little changes by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  16. 0bf16bf [PATCH] uml ubd driver: do not store error codes as ->fd by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  17. 84e945e [PATCH] uml ubd driver: use bitfields where possible by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  18. e7f6552 [PATCH] uml ubd driver: reformat ubd_config by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  19. 2fe30a3 [PATCH] uml ubd driver: convert do_ubd to a boolean variable by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  20. 33f775e [PATCH] uml ubd driver: ubd_io_lock usage fixup by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  21. d7fb2c3 [PATCH] uml ubd driver: change ubd_lock to be a mutex by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  22. 5f75a4f [PATCH] uml ubd driver: give better names to some functions. by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  23. 7d314e3 [PATCH] uml ubd driver: var renames by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  24. 2a9d32f [PATCH] uml ubd driver: document some struct fields by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  25. 97d88ac [PATCH] uml ubd driver: allow using up to 16 UBD devices by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  26. 3a51237 [PATCH] uml: mconsole fixes by Al Viro · 18 years ago
  27. 1ba0ce6 [PATCH] uml: mmapper - remove just added but wrong "const" attribute by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  28. d9d645f [PATCH] uml: cleanup run_helper() API to fix a leak by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  29. c13e569 [PATCH] uml: split memory allocation prototypes out of user.h by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  30. 59bd598 [PATCH] missed const in prototype by Al Viro · 18 years ago
  31. 7bea96f [PATCH] uml pt_regs fixes by Al Viro · 18 years ago
  32. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  33. 4b3f686 Attack of "the the"s in arch by Matt LaPlante · 18 years ago
  34. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  35. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  36. cdd6026 [PATCH] Remove ->rq_status from struct request by Jens Axboe · 18 years ago
  37. d6c6410 [PATCH] uml build fix by Ollie Wild · 18 years ago
  38. fade5d5 [PATCH] uml: don't roll my own random MAC generator by Jeff Dike · 18 years ago
  39. f92afe5 [PATCH] uml: stack consumption reduction by Jeff Dike · 18 years ago
  40. 80c1374 [PATCH] uml: close file descriptor leaks by Jeff Dike · 18 years ago
  41. 730760e [PATCH] uml: locking documentation by Jeff Dike · 18 years ago
  42. b10aeee [PATCH] uml: mechanical tidying after random MACs change by Jeff Dike · 18 years ago
  43. f3e7ed2 [PATCH] uml: assign random MACs to interfaces if necessary by Jeff Dike · 18 years ago
  44. a144ea4 [IPV4]: annotate struct in_ifaddr by Al Viro · 18 years ago
  45. 1183dc9 [PATCH] uml: fix allocation size by Jeff Dike · 18 years ago
  46. 5e7672e [PATCH] uml: const more data by Jeff Dike · 18 years ago
  47. 48af05e [PATCH] uml: fix proc-vs-interrupt context spinlock deadlock by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  48. bf61f50 [PATCH] uml: clean our set_ether_mac by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  49. 91b165c [PATCH] uml: Use ARRAY_SIZE more assiduously by Jeff Dike · 18 years ago
  50. 2d77f6f [PATCH] uml: make mconsole version requests happen in a process by Jeff Dike · 18 years ago
  51. 03a3f82 [PATCH] uml: remove unused variable by Jeff Dike · 18 years ago
  52. 9ead6fe [PATCH] uml: add some EINTR protection by Jeff Dike · 18 years ago
  53. 108ffa8 [PATCH] uml: formatting fixes by Jeff Dike · 18 years ago
  54. bd6aa65 [PATCH] irq-flags: UM: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  55. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  56. 6edb086 [PATCH] uml: unregister useless console when it's not needed by Jeff Dike · 18 years ago
  57. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  58. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  59. 264f486 [PATCH] devfs: Remove the line_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  60. ce7b0f4 [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  61. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  62. 79021a6 [PATCH] devfs: Remove devfs_mk_symlink() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  63. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  64. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  65. 83cc5ed [PATCH] kernel/sys.c: cleanups by Adrian Bunk · 18 years ago
  66. b15fb6b [PATCH] uml: fix patch mismerge by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  67. 181ae40 [PATCH] uml: make 64-bit COW files compatible with 32-bit ones by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  68. 52c7378 [PATCH] uml: avoid warnings for diffent names for an unsigned quadword by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  69. dbdb4c0 [PATCH] uml: local_irq_save, not local_save_flags by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  70. b1c332c [PATCH] uml: fix hang on run_helper() failure on uml_net by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  71. 802e307 [PATCH] uml: fix format errors by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  72. 6dad2d3 [PATCH] uml: fix 2 harmless cast warnings for 64-bit by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  73. f2ea394 [PATCH] uml: safe migration path to the correct V3 COW format by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  74. cda402b [PATCH] uml: make 64-bit COW files compatible with 32-bit ones by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  75. 60baa15 [PATCH] uml: memory hotplug cleanups by Jeff Dike · 18 years ago
  76. e11c0cd [PATCH] uml: fix min usage by Al Viro · 18 years ago
  77. 4d338e1 [PATCH] uml: sparse cleanups by Al Viro · 18 years ago
  78. f4c57a7 [PATCH] uml: fix initcall return values by Jeff Dike · 18 years ago
  79. 02dea08 [PATCH] UML: Hotplug memory, take 2 by Jeff Dike · 18 years ago
  80. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  81. 6c29256c [PATCH] uml: allow ubd devices to be shared in a cluster by Jeff Dike · 18 years ago
  82. fe1db50 [PATCH] uml: tidying COW code by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  83. f462e8f [PATCH] uml: better error reporting for read_output by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  84. 31bc5a3 [PATCH] uml: correct error messages in COW driver by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  85. 14d9ead [PATCH] uml: balance list_add and list_del in the network driver by Jeff Dike · 19 years ago
  86. 1d2ddcf [PATCH] uml: close TUN/TAP file descriptors by Jeff Dike · 19 years ago
  87. 42947cb [PATCH] uml: some harmless sparse warning fixes by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  88. 854e981 [PATCH] uml: fix hugest stack users by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  89. db80581 [PATCH] uml: fix some typos by Jeff Dike · 19 years ago
  90. a374a48 [PATCH] uml ubd code: fix a bit of whitespace by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  91. 4833aff [PATCH] uml: allow again to move backing file and to override saved location by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  92. 71c8d4c [PATCH] uml: fix spinlock recursion and sleep-inside-spinlock in error path by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  93. e56a788 [PATCH] uml: networking - clear transport-specific structure by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  94. c42791b [PATCH] uml: make daemon transport behave properly by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  95. 4fef0c1 [PATCH] uml: move libc-dependent utility procedures by Gennady Sharapov · 19 years ago
  96. beb25c6 [PATCH] uml: kill an unused variable by Jeff Dike · 19 years ago
  97. a174b30 [PATCH] uml: eliminate doubled boot output by Jeff Dike · 19 years ago
  98. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  99. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 19 years ago
  100. 8d93c70 [PATCH] uml: free network IRQ correctly by Jeff Dike · 19 years ago