1. 1daec86 [NETDRVR] lib82596, netxen: delete pointless tests from irq handler by Jeff Garzik · 17 years ago
  2. 06efcad Eliminate pointless casts from void* in a few driver irq handlers. by Jeff Garzik · 17 years ago
  3. 5712cb3 [PARPORT] Remove unused 'irq' argument from parport irq functions by Jeff Garzik · 17 years ago
  4. f230d10 [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt} by Jeff Garzik · 17 years ago
  5. 3f2e40d [PARPORT] Consolidate code copies into a single generic irq handler by Jeff Garzik · 17 years ago
  6. 1176360 [PATCH] Fix breakage after SG cleanups by Ralf Baechle · 17 years ago
  7. 4e01776 mmc: fix sg->page fallout by Emil Medve · 17 years ago
  8. 0b776eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  9. 0d68100 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest by Linus Torvalds · 17 years ago
  10. 6e50607 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  11. ba1c28a Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  12. 49aa49b m68knommu: new style ColdFire UART driver by Greg Ungerer · 17 years ago
  13. be6cb66 m68knommu: improve mii_do_cmd code in FEC driver by Philippe De Muyter · 17 years ago
  14. f909b1e m68knommu: improve code formating FEC driver by Philippe De Muyter · 17 years ago
  15. 7fa57a0 Char: cyclades, fix potential NULL dereference by Jiri Slaby · 17 years ago
  16. 4ae3f84 md: raid5: fix clearing of biofill operations by Dan Williams · 17 years ago
  17. 85bfb4d md: fix an unsigned compare to allow creation of bitmaps with v1.0 metadata by NeilBrown · 17 years ago
  18. 5a37cf1 [MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursion by Alexey Korolev · 17 years ago
  19. 12d4d40 intel-iommu: fix sg_page() by FUJITA Tomonori · 17 years ago
  20. b61e8f4 parisc: fix sg_page() fallout by FUJITA Tomonori · 17 years ago
  21. dc81785 ide: build fix by FUJITA Tomonori · 17 years ago
  22. 73fc4f0 s390 zfcp: sg fixups by Jens Axboe · 17 years ago
  23. 5edadbd powerpc: Fix fallout from sg_page() changes by Olof Johansson · 17 years ago
  24. c8ac5a7 IB/ehca: Fix sg_page() fallout by Olof Johansson · 17 years ago
  25. 2d37f94 generalize lgread_u32/lgwrite_u32. by Rusty Russell · 17 years ago
  26. 19f1537 Lguest support for Virtio by Rusty Russell · 17 years ago
  27. 1504527 Remove old lguest I/O infrrasructure. by Rusty Russell · 17 years ago
  28. 0ca49ca Remove old lguest bus and drivers. by Rusty Russell · 17 years ago
  29. 0a8a69d Virtio helper routines for a descriptor ringbuffer implementation by Rusty Russell · 17 years ago
  30. b01d9f2 Module autoprobing support for virtio drivers. by Rusty Russell · 17 years ago
  31. 3161043 Virtio console driver by Rusty Russell · 17 years ago
  32. e467cde Block driver using virtio. by Rusty Russell · 17 years ago
  33. 296f96f Net driver using virtio by Rusty Russell · 17 years ago
  34. ec3d41c Virtio interface by Rusty Russell · 17 years ago
  35. 47436aa Boot with virtual == physical to get closer to native Linux. by Rusty Russell · 17 years ago
  36. c18acd7 Allow guest to specify syscall vector to use. by Rusty Russell · 17 years ago
  37. ee3db0f Rename "cr3" to "gpgdir" to avoid x86-specific naming. by Rusty Russell · 17 years ago
  38. df29f43 Pagetables to use normal kernel types by Matias Zabaljauregui · 17 years ago
  39. d612cde Move register setup into i386_core.c by Jes Sorensen · 17 years ago
  40. 511801d Change example launcher to use unsigned long not u32 by Jes Sorensen · 17 years ago
  41. b410e7b Make hypercalls arch-independent. by Jes Sorensen · 17 years ago
  42. cc6d4fb Introduce "hcall" pointer to indicate pending hypercall. by Rusty Russell · 17 years ago
  43. 4614a3a Reorder guest saved regs to match hyperall order by Jes Sorensen · 17 years ago
  44. 625efab Move i386 part of core.c to x86/core.c. by Jes Sorensen · 17 years ago
  45. 56adbe9 Make shadow IDT a complete IDT with 256 entries. by Rusty Russell · 17 years ago
  46. 48245cc Remove fixed limit on number of guests, and lguests array. by Rusty Russell · 17 years ago
  47. 3c6b5bf Introduce guest mem offset, static link example launcher by Rusty Russell · 17 years ago
  48. 1f4e1de Rename switcher.S to x86/switcher_32.S by Rusty Russell · 17 years ago
  49. 34b8867 Move lguest guest support to arch/x86. by Rusty Russell · 17 years ago
  50. 05aa026 Clocksource is continuous regardless of the state of the host's TSC. by Tony Breeds · 17 years ago
  51. ebac525 lguest_devices belongs in lguest_bus.c: it's not i386-specific. by Rusty Russell · 17 years ago
  52. 141341c Lguest currently depends on 32-bit x86, not just x86. by Rusty Russell · 17 years ago
  53. 891ff65 Use copy_to_user() not put_user for struct timespec by Jes Sorensen · 17 years ago
  54. 25e82eb Remove binfmts.h include from lg.h by Rusty Russell · 17 years ago
  55. 9525ca0 Consolidate host virtualization support under Virtualization menu by Rusty Russell · 17 years ago
  56. d3d1c4b Normalize config options for guest support by Rusty Russell · 17 years ago
  57. 81f8320 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  58. 0fd56c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  59. 56d61a0 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  60. f09cc91 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  61. 8b0eacc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  62. 0c32633 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 17 years ago
  63. ad792f4 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 17 years ago
  64. 9747170 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  65. 69450bb Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  66. 3cfa8f6 Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx by Paul Mackerras · 17 years ago
  67. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  68. 4b6d51e firewire: fw-ohci: shut up a superfluous compiler warning by Stefan Richter · 17 years ago
  69. c74e92c firewire: fw-ohci: log a note about unsupported features by Stefan Richter · 17 years ago
  70. 49d3bd7 KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs() by Laurent Vivier · 17 years ago
  71. c03ab37 intel-iommu sg chaining support by FUJITA Tomonori · 17 years ago
  72. 358dd8a intel-iommu: fix for IOMMU early crash by Keshavamurthy, Anil S · 17 years ago
  73. f76aec7 intel-iommu: optimize sg map/unmap calls by Keshavamurthy, Anil S · 17 years ago
  74. 49a0429 Intel IOMMU: Iommu floppy workaround by Keshavamurthy, Anil S · 17 years ago
  75. e820482 Intel IOMMU: Iommu Gfx workaround by Keshavamurthy, Anil S · 17 years ago
  76. 3460a6d Intel IOMMU: DMAR fault handling support by Keshavamurthy, Anil S · 17 years ago
  77. 7d3b03c Intel IOMMU: Intel iommu cmdline option - forcedac by Keshavamurthy, Anil S · 17 years ago
  78. eb3fa7c Intel IOMMU: Avoid memory allocation failures in dma map api calls by Keshavamurthy, Anil S · 17 years ago
  79. ba39592 Intel IOMMU: Intel IOMMU driver by Keshavamurthy, Anil S · 17 years ago
  80. f8de50e Intel IOMMU: IOVA allocation and management routines by Keshavamurthy, Anil S · 17 years ago
  81. 994a65e Intel IOMMU: PCI generic helper function by Keshavamurthy, Anil S · 17 years ago
  82. 10e5247 Intel IOMMU: DMAR detection and parsing logic by Keshavamurthy, Anil S · 17 years ago
  83. 7b78d33 memory hotplug: rearrange memory hotplug notifier by Yasunori Goto · 17 years ago
  84. f40aa80 V4L/DVB (6382): saa7134: fix NULL dereference at suspend time for cards without IR receiver by Matthias Schwarzott · 17 years ago
  85. 6b1ec9d V4L/DVB (6380): ivtvfb: Removal of the 'osd_compat' module option by Ian Armstrong · 17 years ago
  86. 0938e31 V4L/DVB (6379): patch which improves GotView Saa7135 remote control by Pedro · 17 years ago
  87. 74c78a2 V4L/DVB (6378): DiB0700-device: Using 1.10 firmware by Patrick Boettcher · 17 years ago
  88. 9a607f0 V4L/DVB (6357): pvrusb2: Improve encoder chip health tracking by Mike Isely · 17 years ago
  89. a39a8ed V4L/DVB (6356): "while (!ca->wakeup)" breaks the CAM initialisation by Marco Schluessler · 17 years ago
  90. 415a197 V4L/DVB (6352): ir-kbd-i2c: Missing break statement by Trent Piepho · 17 years ago
  91. e7222ca V4L/DVB (6350): V4L: possible leak in em28xx_init_isoc by Florin Malita · 17 years ago
  92. 2f7362e V4L/DVB (6348): ivtv: undo video mute when closing the radio by Hans Verkuil · 17 years ago
  93. 254d6eb V4L/DVB (6347): ivtv: fix video mute when radio is used by Hans Verkuil · 17 years ago
  94. 195b125 V4L/DVB (6346): ivtvfb: YUV output size fix when ivtvfb is not loaded by Ian Armstrong · 17 years ago
  95. 0bfeb04 V4L/DVB (6345): ivtvfb: YUV handling of an image which is not visible in the display area by Ian Armstrong · 17 years ago
  96. d343d7f V4L/DVB (6343): ivtvfb: check return value of unregister_framebuffer by Hans Verkuil · 17 years ago
  97. 18e16f9 V4L/DVB (6342): ivtv: fix circular locking (bug 9037) by Hans Verkuil · 17 years ago
  98. 34ca7d3 V4L/DVB (6341): ivtv: fix resizing MPEG1 streams by Hans Verkuil · 17 years ago
  99. 6659e3e V4L/DVB (6340): ivtvfb: screen mode change sometimes goes wrong by Ian Armstrong · 17 years ago
  100. 4339ab9 V4L/DVB (6339): ivtv: set the video color to black instead of green when capturing from the radio by Hans Verkuil · 17 years ago