1. d0e81b7 bonding: Acquire correct locks in alb for promisc change by Jay Vosburgh · 17 years ago
  2. 6603a6f bonding: Convert more locks to _bh, acquire rtnl, for new locking by Jay Vosburgh · 17 years ago
  3. 059fe7a bonding: Convert locks to _bh, rework alb locking for new locking by Jay Vosburgh · 17 years ago
  4. 0b0eef6 bonding: Convert miimon to new locking by Jay Vosburgh · 17 years ago
  5. cf5f904 bonding: Convert balance-rr transmit to new locking by Jay Vosburgh · 17 years ago
  6. 1b76b31 Convert bonding timers to workqueues by Jay Vosburgh · 17 years ago
  7. de05238 pasemi_mac: fix typo by Olof Johansson · 17 years ago
  8. 79d1050 defxx.c: dfx_bus_init() is __devexit not __devinit by Maciej W. Rozycki · 17 years ago
  9. b877fe2 sky2: crash on remove by Stephen Hemminger · 17 years ago
  10. f5e42fb MIPSnet: Delete all the useless debugging printks. by Ralf Baechle · 17 years ago
  11. 6cd043d AR7 ethernet: small post-merge cleanups and fixes by Matteo Croce · 17 years ago
  12. 02bae21 Merge branch 'features' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth into upstream by Jeff Garzik · 17 years ago
  13. c7ffb6b Merge branch 'bug-fixes' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth into upstream by Jeff Garzik · 17 years ago
  14. 43cd736 Merge branch 'upstream-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6 into upstream by Jeff Garzik · 17 years ago
  15. 194b2d0 mv643xx_eth: Hook up mv643xx_get_sset_count by Dale Farnsworth · 17 years ago
  16. 1176360 [PATCH] Fix breakage after SG cleanups by Ralf Baechle · 17 years ago
  17. 4e01776 mmc: fix sg->page fallout by Emil Medve · 17 years ago
  18. 0b776eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  19. 0d68100 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest by Linus Torvalds · 17 years ago
  20. 6e50607 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  21. ba1c28a Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  22. 49aa49b m68knommu: new style ColdFire UART driver by Greg Ungerer · 17 years ago
  23. be6cb66 m68knommu: improve mii_do_cmd code in FEC driver by Philippe De Muyter · 17 years ago
  24. f909b1e m68knommu: improve code formating FEC driver by Philippe De Muyter · 17 years ago
  25. 7fa57a0 Char: cyclades, fix potential NULL dereference by Jiri Slaby · 17 years ago
  26. 4ae3f84 md: raid5: fix clearing of biofill operations by Dan Williams · 17 years ago
  27. 85bfb4d md: fix an unsigned compare to allow creation of bitmaps with v1.0 metadata by NeilBrown · 17 years ago
  28. c1f395f mv643xx_eth: Remove obsolete checksum offload comment by Dale Farnsworth · 17 years ago
  29. fbd6a75 mv643xx_eth: Merge drivers/net/mv643xx_eth.h into mv643xx_eth.c by Lennert Buytenhek · 17 years ago
  30. b45d914 mv643xx_eth: Remove unused register defines by Lennert Buytenhek · 17 years ago
  31. 5688fe8 mv643xx_eth: Clean up mv643xx_eth.h by Lennert Buytenhek · 17 years ago
  32. e4d00fa mv643xx_eth: Remove MV643XX_ETH_ register prefix by Lennert Buytenhek · 17 years ago
  33. f9fbbc1 mv643xx_eth: Remove SHARED_REGS register address bias by Lennert Buytenhek · 17 years ago
  34. 9c1bbdf mv643xx_eth: Enable use on Orion platforms by Lennert Buytenhek · 17 years ago
  35. 9f31684 mv643xx_eth: Disable RX/TX byte swapping on little-endian systems by Lennert Buytenhek · 17 years ago
  36. e2734d6 mv643xx_eth: Move ethernet register definitions into private header by Lennert Buytenhek · 17 years ago
  37. 5a37cf1 [MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursion by Alexey Korolev · 17 years ago
  38. 12d4d40 intel-iommu: fix sg_page() by FUJITA Tomonori · 17 years ago
  39. b61e8f4 parisc: fix sg_page() fallout by FUJITA Tomonori · 17 years ago
  40. dc81785 ide: build fix by FUJITA Tomonori · 17 years ago
  41. 73fc4f0 s390 zfcp: sg fixups by Jens Axboe · 17 years ago
  42. 5edadbd powerpc: Fix fallout from sg_page() changes by Olof Johansson · 17 years ago
  43. c8ac5a7 IB/ehca: Fix sg_page() fallout by Olof Johansson · 17 years ago
  44. 2d37f94 generalize lgread_u32/lgwrite_u32. by Rusty Russell · 17 years ago
  45. 19f1537 Lguest support for Virtio by Rusty Russell · 17 years ago
  46. 1504527 Remove old lguest I/O infrrasructure. by Rusty Russell · 17 years ago
  47. 0ca49ca Remove old lguest bus and drivers. by Rusty Russell · 17 years ago
  48. 0a8a69d Virtio helper routines for a descriptor ringbuffer implementation by Rusty Russell · 17 years ago
  49. b01d9f2 Module autoprobing support for virtio drivers. by Rusty Russell · 17 years ago
  50. 3161043 Virtio console driver by Rusty Russell · 17 years ago
  51. e467cde Block driver using virtio. by Rusty Russell · 17 years ago
  52. 296f96f Net driver using virtio by Rusty Russell · 17 years ago
  53. ec3d41c Virtio interface by Rusty Russell · 17 years ago
  54. 47436aa Boot with virtual == physical to get closer to native Linux. by Rusty Russell · 17 years ago
  55. c18acd7 Allow guest to specify syscall vector to use. by Rusty Russell · 17 years ago
  56. ee3db0f Rename "cr3" to "gpgdir" to avoid x86-specific naming. by Rusty Russell · 17 years ago
  57. df29f43 Pagetables to use normal kernel types by Matias Zabaljauregui · 17 years ago
  58. d612cde Move register setup into i386_core.c by Jes Sorensen · 17 years ago
  59. 511801d Change example launcher to use unsigned long not u32 by Jes Sorensen · 17 years ago
  60. b410e7b Make hypercalls arch-independent. by Jes Sorensen · 17 years ago
  61. cc6d4fb Introduce "hcall" pointer to indicate pending hypercall. by Rusty Russell · 17 years ago
  62. 4614a3a Reorder guest saved regs to match hyperall order by Jes Sorensen · 17 years ago
  63. 625efab Move i386 part of core.c to x86/core.c. by Jes Sorensen · 17 years ago
  64. 56adbe9 Make shadow IDT a complete IDT with 256 entries. by Rusty Russell · 17 years ago
  65. 48245cc Remove fixed limit on number of guests, and lguests array. by Rusty Russell · 17 years ago
  66. 3c6b5bf Introduce guest mem offset, static link example launcher by Rusty Russell · 17 years ago
  67. 1f4e1de Rename switcher.S to x86/switcher_32.S by Rusty Russell · 17 years ago
  68. 34b8867 Move lguest guest support to arch/x86. by Rusty Russell · 17 years ago
  69. 05aa026 Clocksource is continuous regardless of the state of the host's TSC. by Tony Breeds · 17 years ago
  70. ebac525 lguest_devices belongs in lguest_bus.c: it's not i386-specific. by Rusty Russell · 17 years ago
  71. 141341c Lguest currently depends on 32-bit x86, not just x86. by Rusty Russell · 17 years ago
  72. 891ff65 Use copy_to_user() not put_user for struct timespec by Jes Sorensen · 17 years ago
  73. 25e82eb Remove binfmts.h include from lg.h by Rusty Russell · 17 years ago
  74. 9525ca0 Consolidate host virtualization support under Virtualization menu by Rusty Russell · 17 years ago
  75. d3d1c4b Normalize config options for guest support by Rusty Russell · 17 years ago
  76. 81f8320 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  77. 0fd56c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  78. 56d61a0 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  79. f09cc91 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  80. 8b0eacc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  81. 0c32633 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 17 years ago
  82. ad792f4 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 17 years ago
  83. 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
  84. 69450bb Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  85. 3cfa8f6 Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx by Paul Mackerras · 17 years ago
  86. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  87. 4b6d51e firewire: fw-ohci: shut up a superfluous compiler warning by Stefan Richter · 17 years ago
  88. c74e92c firewire: fw-ohci: log a note about unsupported features by Stefan Richter · 17 years ago
  89. 49d3bd7 KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs() by Laurent Vivier · 17 years ago
  90. c03ab37 intel-iommu sg chaining support by FUJITA Tomonori · 17 years ago
  91. 358dd8a intel-iommu: fix for IOMMU early crash by Keshavamurthy, Anil S · 17 years ago
  92. f76aec7 intel-iommu: optimize sg map/unmap calls by Keshavamurthy, Anil S · 17 years ago
  93. 49a0429 Intel IOMMU: Iommu floppy workaround by Keshavamurthy, Anil S · 17 years ago
  94. e820482 Intel IOMMU: Iommu Gfx workaround by Keshavamurthy, Anil S · 17 years ago
  95. 3460a6d Intel IOMMU: DMAR fault handling support by Keshavamurthy, Anil S · 17 years ago
  96. 7d3b03c Intel IOMMU: Intel iommu cmdline option - forcedac by Keshavamurthy, Anil S · 17 years ago
  97. eb3fa7c Intel IOMMU: Avoid memory allocation failures in dma map api calls by Keshavamurthy, Anil S · 17 years ago
  98. ba39592 Intel IOMMU: Intel IOMMU driver by Keshavamurthy, Anil S · 17 years ago
  99. f8de50e Intel IOMMU: IOVA allocation and management routines by Keshavamurthy, Anil S · 17 years ago
  100. 994a65e Intel IOMMU: PCI generic helper function by Keshavamurthy, Anil S · 17 years ago