1. c46f233 [SG] Get rid of __sg_mark_end() by Jens Axboe · 18 years ago
  2. 013fb33 SG: Make sg_init_one() use general table init functions by Jens Axboe · 18 years ago
  3. 3b582cc [NET]: docbook fixes for netif_ functions by Stephen Hemminger · 18 years ago
  4. d919fd4 Revert "Driver core: remove class_device_*_bin_file" by Greg Kroah-Hartman · 18 years ago
  5. dd13810 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  6. fcd239d Driver core: remove class_device_*_bin_file by Greg Kroah-Hartman · 18 years ago
  7. 97ef1bb [TIPC]: Fix headercheck wrt. tipc_config.h by David S. Miller · 18 years ago
  8. 71d00fe Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  9. 8c1ee54 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  10. 3077d78 mv643xx_eth: Fix MV643XX_ETH offsets used by Pegasos 2 by Dale Farnsworth · 18 years ago
  11. 2d175d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  12. 64e862a IPMI: fix comparison in demangle_device_id by Corey Minyard · 18 years ago
  13. e027bd3 libata: implement and use ATA_QCFLAG_QUIET by Tejun Heo · 18 years ago
  14. 502ef38 [TIPC]: Add tipc_config.h to include/linux/Kbuild. by David S. Miller · 18 years ago
  15. 9301899 sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2 by Balbir Singh · 18 years ago
  16. db81853 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 18 years ago
  17. 6a22c57 Revert "x86_64: allocate sparsemem memmap above 4G" by Linus Torvalds · 18 years ago
  18. 73a2bcb sched: keep utime/stime monotonic by Peter Zijlstra · 18 years ago
  19. 3529a23 Merge branch 'alpm' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  20. 00cda56 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  21. ca77329 [libata] Link power management infrastructure by Kristen Carlson Accardi · 18 years ago
  22. cbf6781 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 18 years ago
  23. 20dc9f0 Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 18 years ago
  24. 142956a fix abuses of ptrdiff_t by Al Viro · 18 years ago
  25. 2d8a972 SUNRPC endianness annotations by Al Viro · 18 years ago
  26. ca5cd87 x86 merge fallout: uml by Al Viro · 18 years ago
  27. 6eca900 [BLOCK] Fix bad sharing of tag busy list on queues with shared tag maps by Jens Axboe · 18 years ago
  28. 88ff6ea libata: implement ata_wait_after_reset() by Tejun Heo · 18 years ago
  29. 054a5fb libata: track SLEEP state and issue SRST to wake it up by Tejun Heo · 18 years ago
  30. 513f54b sg_init_table() should use unsigned loop index variable by Chuck Lever · 18 years ago
  31. 74eb94f sg_last() should use unsigned loop index variable by Chuck Lever · 18 years ago
  32. 73fd546 SG: clear termination bit in sg_chain() by Jens Axboe · 18 years ago
  33. 30e69bf fix breakage in pegasos_eth by Al Viro · 18 years ago
  34. ec3b67c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  35. e868171 De-constify sched.h by Alexey Dobriyan · 18 years ago
  36. 43cc738 [NET] napi: use non-interruptible sleep in napi_disable by Benjamin Herrenschmidt · 18 years ago
  37. 8c56a34 Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 by David S. Miller · 18 years ago
  38. 06dbbfe Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  39. 7f14957 Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 18 years ago
  40. 2c75055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest by Linus Torvalds · 18 years ago
  41. 2304c3a Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  42. fcd0580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 18 years ago
  43. de48844 Permit silencing of __deprecated warnings. by Jeff Garzik · 18 years ago
  44. 85cdffc fix sg_phys to use dma_addr_t by Hugh Dickins · 18 years ago
  45. 96fd4cd [netdrvr] forcedeth: add MCP77 device IDs by Ayaz Abdulla · 18 years ago
  46. e1e7296 lguest: documentation update by Rusty Russell · 18 years ago
  47. 7334492 lguest: clean up lguest_launcher.h by Rusty Russell · 18 years ago
  48. 681f3e6 sched: isolate SMP balancing code a bit more by Peter Williams · 18 years ago
  49. e1d1484 sched: reduce balance-tasks overhead by Peter Williams · 18 years ago
  50. a8972cc sched: constify sched.h by Joe Perches · 18 years ago
  51. b15136e sched: fix fastcall mismatch in completion APIs by Ingo Molnar · 18 years ago
  52. d8ef2c2 [DCCP]: Convert Reset code into socket error number by Gerrit Renker · 18 years ago
  53. fde2010 [DCCP]: Retrieve packet sequence number for error reporting by Gerrit Renker · 18 years ago
  54. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 18 years ago
  55. c2636b4 [NET]: Treat the sign of the result of skb_headroom() consistently by Chuck Lever · 18 years ago
  56. bada339 [NET]: Validate device addr prior to interface-up by Jeff Garzik · 18 years ago
  57. f0c15f4 add port definition for mcf UART driver by Greg Ungerer · 18 years ago
  58. 25c2635 Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 18 years ago
  59. 5a0e554b Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  60. 2dcb407 [libata] checkpatch-inspired cleanups by Jeff Garzik · 18 years ago
  61. f1ecfd5 remove header_ops bug in qeth driver by Ursula Braun · 18 years ago
  62. 02bae21 Merge branch 'features' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth into upstream by Jeff Garzik · 18 years ago
  63. 5712cb3 [PARPORT] Remove unused 'irq' argument from parport irq functions by Jeff Garzik · 18 years ago
  64. f230d10 [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt} by Jeff Garzik · 18 years ago
  65. 3f2e40d [PARPORT] Consolidate code copies into a single generic irq handler by Jeff Garzik · 18 years ago
  66. 01e7ae8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 18 years ago
  67. b530cc7 9p: add virtio transport by Eric Van Hensbergen · 18 years ago
  68. de26103 [SG] Add debug check for page alignment by Jens Axboe · 18 years ago
  69. 0b776eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  70. e2734d6 mv643xx_eth: Move ethernet register definitions into private header by Lennert Buytenhek · 18 years ago
  71. c4a6a2a mv643xx_eth: Split off mv643xx_eth platform device data by Lennert Buytenhek · 18 years ago
  72. 19f1537 Lguest support for Virtio by Rusty Russell · 18 years ago
  73. 1504527 Remove old lguest I/O infrrasructure. by Rusty Russell · 18 years ago
  74. 0ca49ca Remove old lguest bus and drivers. by Rusty Russell · 18 years ago
  75. 0a8a69d Virtio helper routines for a descriptor ringbuffer implementation by Rusty Russell · 18 years ago
  76. 3161043 Virtio console driver by Rusty Russell · 18 years ago
  77. e467cde Block driver using virtio. by Rusty Russell · 18 years ago
  78. 296f96f Net driver using virtio by Rusty Russell · 18 years ago
  79. ec3d41c Virtio interface by Rusty Russell · 18 years ago
  80. 47436aa Boot with virtual == physical to get closer to native Linux. by Rusty Russell · 18 years ago
  81. c18acd7 Allow guest to specify syscall vector to use. by Rusty Russell · 18 years ago
  82. 47aee45 lguest.h declares a struct timespec, make it include linux/time.h by Jes Sorensen · 18 years ago
  83. b410e7b Make hypercalls arch-independent. by Jes Sorensen · 18 years ago
  84. 48245cc Remove fixed limit on number of guests, and lguests array. by Rusty Russell · 18 years ago
  85. c37ae93 Move lguest hcalls to arch-specific header by Jes Sorensen · 18 years ago
  86. b45d8cb Make lguest_launcher.h types userspace-friendly by Rusty Russell · 18 years ago
  87. ee8e7cf Make asm-x86/bootparam.h includable from userspace. by Rusty Russell · 18 years ago
  88. e95d9c6 Expand hwif->host_flags so that it fits new flags. by David Miller · 18 years ago
  89. 81f8320 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  90. f09cc91 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  91. ad792f4 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 18 years ago
  92. 69450bb Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 18 years ago
  93. d6ec084 Add CONFIG_DEBUG_SG sg validation by Jens Axboe · 18 years ago
  94. 18dabf4 Change table chaining layout by Jens Axboe · 18 years ago
  95. e38f981 exportfs: update documentation by Christoph Hellwig · 18 years ago
  96. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 18 years ago
  97. cfaea78 exportfs: remove old methods by Christoph Hellwig · 18 years ago
  98. be55caf reiserfs: new export ops by Christoph Hellwig · 18 years ago
  99. 05da080 efs: new export ops by Christoph Hellwig · 18 years ago
  100. 2596110 exportfs: add new methods by Christoph Hellwig · 18 years ago