summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-0416-50/+81
|\
| * e1000: Fix PCI enable to honor the need_ioport flagKarsten Keil2009-02-031-1/+1
| * sgi-xp: link XPNET's net_device_ops to its net_device structureDean Nelson2009-02-031-1/+2
| * pcnet_cs: Fix misuse of the equality operator.Cord Walter2009-02-031-1/+1
| * hso: add new device id'sFilip Aben2009-02-031-1/+3
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-02-02215-1583/+7436
| |\
| * | dca: redesign locks to fix deadlocksMaciej Sosnowski2009-02-021-18/+33
| * | cassini/sungem: limit reaches -1, but 0 testedRoel Kluin2009-02-022-3/+3
| * | net: variables reach -1, but 0 testedRoel Kluin2009-02-027-14/+14
| * | qlge: bugfix: Add missing netif_napi_del call.Ron Mercer2009-02-021-1/+4
| * | qlge: bugfix: Add flash offset for second port.Ron Mercer2009-02-021-1/+8
| * | qlge: bugfix: Fix endian issue when reading flash.Ron Mercer2009-02-022-9/+12
* | | Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds2009-02-041-1/+0
|\ \ \
| * | | mfd: Remove non exported references from pcf50633Balaji Rao2009-01-151-1/+0
* | | | Fix my email address in qd65xx.[ch]/pata_qdi.cSamuel Thibault2009-02-033-3/+3
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-02-033-4/+4
|\ \ \ \
| * \ \ \ Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2009-02-017-150/+46
| |\ \ \ \
| * | | | | NVRAM depends on RTC_DRV_CMOSUwe Kleine-König2009-01-311-1/+1
| * | | | | rename platform_driver name "flash" to "sa1100-mtd"Uwe Kleine-König2009-01-311-2/+2
| * | | | | [ARM] etherh: continue fixing build failureRussell King2009-01-281-1/+1
* | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-02-039-40/+172
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | libata: implement HORKAGE_1_5_GBPS and apply it to WD My BookTejun Heo2009-02-021-0/+41
| * | | | | libata: add no penalty retry request for EH device handling routinesTejun Heo2009-02-021-1/+5
| * | | | | libata: improve probe failure handlingTejun Heo2009-02-021-0/+38
| * | | | | libata: add @spd_limit to sata_down_spd_limit()Tejun Heo2009-02-024-12/+27
| * | | | | libata: clear dev->ering in smarter wayTejun Heo2009-02-022-2/+9
| * | | | | libata: check onlineness before using SPD in sata_down_spd_limit()Tejun Heo2009-02-021-3/+8
| * | | | | libata: move ata_dev_disable() to libata-eh.cTejun Heo2009-02-023-13/+22
| * | | | | libata: fix EH device failure handlingTejun Heo2009-02-021-2/+3
| * | | | | sata_nv: ck804 has borked hardreset tooTejun Heo2009-02-021-1/+6
| * | | | | libata: fix kernel-doc warningsRandy Dunlap2009-02-022-2/+2
| * | | | | ahci: add a module parameter to ignore the SSS flags for async scanningArjan van de Ven2009-02-021-1/+8
| * | | | | sata_mv: Fix chip type for Hightpoint RocketRaid 1740/1742Mark Lord2009-02-021-2/+2
| * | | | | [libata] sata_sil: Fix compilation error with libata debugging enabledPasi Kärkkäinen2009-02-021-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-02-025-36/+78
|\ \ \ \ \ \
| * | | | | | PCI hotplug: Change link order of pciehp & acpiphpMatthew Garrett2009-01-271-1/+5
| * | | | | | PCI hotplug: fakephp: Allocate PCI resources before adding the deviceDarrick J. Wong2009-01-271-16/+26
| * | | | | | PCI MSI: Fix undefined shift by 32Matthew Wilcox2009-01-271-2/+11
| * | | | | | PCI PM: Do not wait for buses in B2 or B3 during resumeRafael J. Wysocki2009-01-271-13/+13
| * | | | | | PCI PM: Power up devices before restoring their stateRafael J. Wysocki2009-01-271-3/+3
| * | | | | | PCI PM: Fix hibernation breakage on EeePC 701Rafael J. Wysocki2009-01-271-1/+4
| * | | | | | PCI PM: Fix suspend error paths and testing facility breakageRafael J. Wysocki2009-01-271-0/+16
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-02-022-1/+12
|\ \ \ \ \ \ \
| * | | | | | | fbdev/atyfb: Fix DSP config on some PowerMacs & PowerBooksRisto Suominen2009-02-021-0/+11
| * | | | | | | powerpc/ps3: Printing fixups for l64 to ll64 convserion drivers/netStephen Rothwell2009-02-021-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-02-0252-719/+833
|\ \ \ \ \ \ \
| * | | | | | | V4L/DVB (10411): s5h1409: Perform s5h1409 soft reset after tuningDevin Heitmueller2009-02-011-3/+4
| * | | | | | | V4L/DVB (10403): saa7134-alsa: saa7130 doesn't support digital audioMauro Carvalho Chehab2009-02-011-1/+5
| * | | | | | | V4L/DVB (10229): ivtv: fix memory leakHans Verkuil2009-01-291-1/+3
| * | | | | | | V4L/DVB (10385): gspca - main: Fix memory leak when USB disconnection while s...Jean-Francois Moine2009-01-291-2/+2
OpenPOWER on IntegriCloud