1. e8a1d91 drivers/net/ac3200.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 17 years ago
  2. 3cfbb67 drivers/net/apne.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 17 years ago
  3. 7249d4c drivers/net/arcnet/capmode.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 17 years ago
  4. 32c9874 drivers/net/appletalk/ltpc.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 17 years ago
  5. 09a7603 bluetooth: CONWISE Technology based adapters with buggy SCO support (bugzilla #9027) by SDiZ · 17 years ago
  6. e653181 [PPPOL2TP]: Fix SMP issues in skb reorder queue handling by James Chapman · 17 years ago
  7. cf3752e [PPPOL2TP]: Make locking calls softirq-safe by James Chapman · 17 years ago
  8. 5a346a1 atm: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  9. d4f7751 isdn: replace __inline with inline by Harvey Harrison · 17 years ago
  10. dfec722 net: replace __inline with inline by Harvey Harrison · 17 years ago
  11. d7fe321 Merge branch 'for-linus' of git://git.infradead.org/~dedekind/ubi-2.6 by Linus Torvalds · 17 years ago
  12. 4a0d3f3 parisc: fix IOMMU's device boundary overflow bug on 32bits arch by FUJITA Tomonori · 17 years ago
  13. 103926c Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  14. 9af6b05 Merge branch 'fixes-25' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  15. 8cce3e7 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  16. 51f39ea [SCSI] mpt fusion: don't oops if NumPhys==0 by Krzysztof Oledzki · 17 years ago
  17. f6ebef3 [CPUFREQ] fix section mismatch warnings by Sam Ravnborg · 17 years ago
  18. a07530b [CPUFREQ] Fix missing cpufreq_cpu_put() call in ->store by Dave Jones · 17 years ago
  19. 0db4a8a [CPUFREQ] Fix missing cpufreq_cpu_put() call in ->show by Dave Jones · 17 years ago
  20. 45ab33b [SCSI] iscsi class: regression - fix races with state manipulation and blocking/unblocking by Mike Christie · 17 years ago
  21. 024f801 [SCSI] qla4xxx: regression - add start scan callout by Mike Christie · 17 years ago
  22. 50a29ae [SCSI] qla4xxx: fix host reset dpc race by Mike Christie · 17 years ago
  23. a878539 ahci: work around ATI SB600 h/w quirk by Jeff Garzik · 17 years ago
  24. 6ddd686 pata_hpt*, pata_serverworks: fix UDMA masking by Alan Cox · 17 years ago
  25. 0d66afe make s2io.c:init_tti() static by Adrian Bunk · 17 years ago
  26. faa582c [S390] zcrypt: fix ap_device_list handling by Ralph Wuerthner · 17 years ago
  27. fa331ff [S390] sclp_vt220: speed up console output for interactive work by Christian Borntraeger · 17 years ago
  28. a5e2383 [S390] dasd: fix reference counting in display method for proc/dasd/devices by Stefan Weinhuber · 17 years ago
  29. 5c12f24 [S390] dasd: let dasd erp matching recognize alias recovery by Stefan Weinhuber · 17 years ago
  30. f9e7d10 FIXED_PHY must depend on PHYLIB=y by Adrian Bunk · 17 years ago
  31. f37c768 fix drivers/net/atarilance.c compilation by Adrian Bunk · 17 years ago
  32. 5a059e9 ixgbe: fix typo in speed mesage by Emil Tantilov · 17 years ago
  33. f902283 e100: Do suspend/shutdown like e1000 by Auke Kok · 17 years ago
  34. af856bb ehea: Fix missing Kconfig dependency by Thomas Klein · 17 years ago
  35. 36c86bd axnet_cs: change debugging level for "Too much work at interrupt" message. by Komuro · 17 years ago
  36. 27c8bc2 mv643xx_eth: Define module alias for platform device by Martin Michlmayr · 17 years ago
  37. f25f0f8 de2104x: remove BUG_ON() when changing media type by Ondrej Zary · 17 years ago
  38. 8b7c166 dm9161: add configuration for MII/RMII by frederic Rodo · 17 years ago
  39. 27d0483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  40. 2c6f2db Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  41. 12f981f Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  42. 10955d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  43. 1913130 input: add I2C to config since the driver makes several i2c*() calls by Randy Dunlap · 17 years ago
  44. a07e6ab md: the md RAID10 resync thread could cause a md RAID10 array deadlock by K.Tanaka · 17 years ago
  45. 1c83053 md: fix possible raid1/raid10 deadlock on read error during resync by NeilBrown · 17 years ago
  46. 8ed3a19 md: don't attempt read-balancing for raid10 'far' layouts by Keld Simonsen · 17 years ago
  47. 27c529b md: lock access to rdev attributes properly by NeilBrown · 17 years ago
  48. 2515619 md: make sure a reshape is started when device switches to read-write by NeilBrown · 17 years ago
  49. d0fae18 md: clean up irregularity with raid autodetect by NeilBrown · 17 years ago
  50. a1801f8 md: guard against possible bad array geometry in v1 metadata by NeilBrown · 17 years ago
  51. 8311c29 md: reduce CPU wastage on idle md array with a write-intent bitmap by NeilBrown · 17 years ago
  52. a35e63e md: fix deadlock in md/raid1 and md/raid10 when handling a read error by NeilBrown · 17 years ago
  53. 4666344 iommu: parisc: make the IOMMUs respect the segment boundary limits by FUJITA Tomonori · 17 years ago
  54. 7c8cda6 iommu: parisc: pass struct device to iommu_alloc_range by FUJITA Tomonori · 17 years ago
  55. 7eb701d hisax_fcpcipnp: move request_irq later in probe by Kyle McMartin · 17 years ago
  56. cee47f5 ACPI: thinkpad-acpi: fix hotkey_get_tablet_mode by Henrique de Moraes Holschuh · 17 years ago
  57. 022d917 drivers/serial/m32r_sio.c: correct use of ! and & by Julia Lawall · 17 years ago
  58. ae91d60 drivers/isdn: correct use of ! and & by Julia Lawall · 17 years ago
  59. 07fb6f2 drivers/char/isicom.c: correct use of ! and & by Julia Lawall · 17 years ago
  60. a51f412 ipwireless: fix potential tty == NULL dereference by David Sterba · 17 years ago
  61. 3149be5 sm501: add support for the SM502 programmable PLL by Ville Syrjala · 17 years ago
  62. 245904a sm501: remove a duplicated table by Ville Syrjala · 17 years ago
  63. 7e53370 sm501fb: fix timing limits by Ville Syrjala · 17 years ago
  64. 19d06ef sm501fb: set transp.offset to 0 in 8bpp and 16bpp modes by Ville Syrjala · 17 years ago
  65. fedbb36 sm501fb: RGB offsets are reversed in 16bpp modes by Ville Syrjala · 17 years ago
  66. 5619d82 sm501fb: direct color visual does not work by Ville Syrjala · 17 years ago
  67. daa49ff ds1wm: report bus reset error by Anton Vorontsov · 17 years ago
  68. fbc357d ds1wm: should check for IS_ERR(clk) instead of NULL by Anton Vorontsov · 17 years ago
  69. 4874cc1 powerpc: mpc5200: fix build error on mpc52xx_psc_spi device driver by Grant Likely · 17 years ago
  70. 05680d8 pktcdvd: reduce stack consumption by Peter Osterlund · 17 years ago
  71. e8ed857 tridentfb: resource management fixes in probe function by Krzysztof Helt · 17 years ago
  72. 8182ec4 VT notifier fix for VT switch by Samuel Thibault · 17 years ago
  73. 83c7c69 specialix.c: fix possible double-unlock by Harvey Harrison · 17 years ago
  74. c46288b rtc: add support for the S-35390A RTC chip by Byron Bradley · 17 years ago
  75. 51587cb serial: add PNP ID GVC0303 for Archtek 3334BRV ISA modem by Bjorn Helgaas · 17 years ago
  76. c256e05 b43legacy: Fix module init message by Michael Buesch · 17 years ago
  77. cdb2a9f rndis_wlan: fix broken data copy by Jussi Kivilinna · 17 years ago
  78. 8a96df8 libertas: compare the current command with response by Sebastian Siewior · 17 years ago
  79. 6305f49 libertas: fix sanity check on sequence number in command response by David Woodhouse · 17 years ago
  80. c2f2d3a p54: fix eeprom parser length sanity checks by Johannes Berg · 17 years ago
  81. 8c28293 p54: fix EEPROM structure endianness by Johannes Berg · 17 years ago
  82. dc63644 ssb: Add pcibios_enable_device() return value check by Yoichi Yuasa · 17 years ago
  83. c1ef5cb pci: hotplug: pciehp: fix error code path in hpc_power_off_slot by Kenji Kaneshige · 17 years ago
  84. 4725e7b PCI: fix up error messages for pci_bus registering by Greg Kroah-Hartman · 17 years ago
  85. 0ab2b57 PCI: fix section mismatch warning in pci_scan_child_bus by Sam Ravnborg · 17 years ago
  86. 415b6d0 PCI: consolidate duplicated MSI enable functions by Bjorn Helgaas · 17 years ago
  87. d6505a5 PCI: use dev_printk in quirk messages by Bjorn Helgaas · 17 years ago
  88. 4ae897d USB: ftdi_sio - really enable EM1010PC by Sven Andersen · 17 years ago
  89. 3503510 USB: remove incorrect struct class_device from the printer gadget by Tony Jones · 17 years ago
  90. 64cc2dd USB: pxa2xx_udc: fix misuse of clock enable/disable calls by Dmitry Baryshkov · 17 years ago
  91. 546d7ee USB: ftdi_sio: Workaround for broken Matrix Orbital serial port by Kevin Vance · 17 years ago
  92. 85fb62a USB: Add support for AXESSTEL MV110H CDMA modem by Daniel Kozák · 17 years ago
  93. 6d512a8 usb-storage: update earlier scatter-gather bug fix by Alan Stern · 17 years ago
  94. 0ed930b USB: isp116x: fix enumeration on boot by Anti Sullin · 17 years ago
  95. b5f7a0e USB: ehci: handle large bulk URBs correctly (again) by Misha Zhilin · 17 years ago
  96. 14f3546 USB: spruce up the device blacklist by Alan Stern · 17 years ago
  97. c2c8d1f USB: update Kconfig entry for USB_SUSPEND by Alan Stern · 17 years ago
  98. 11e1abb usb: Add support for the mos7820/7840-based B&B USB/RS485 converter to mos7840.c by David Ludlow · 17 years ago
  99. c1fe539 Driver core: Fix cleanup when failing device_add(). by Cornelia Huck · 17 years ago
  100. 135dee0 driver core: Remove dpm_sysfs_remove() from error path of device_add() by Rafael J. Wysocki · 17 years ago