summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-03-10lm85: add VRM10 support for adt7468 chipDarrick J. Wong1-1/+2
2009-03-10lm85: fix the version check that broke adt7468 probingDarrick J. Wong1-1/+4
2009-03-10mm: get_nid_for_pfn() returns intRoel Kluin1-1/+1
2009-03-10HID: fix waitqueue usage in hiddevJohannes Weiner1-1/+1
2009-03-10HID: fix incorrect free in hiddevJohannes Weiner1-1/+1
2009-03-10drm/i915: Fix bad \n in MTRR failure notice.Eric Anholt1-1/+1
2009-03-10drm/i915: Don't restore palettes through VGA registers.Pierre Willenbrock2-12/+0
2009-03-10i915: add newline to i915_gem_object_pin failure msgKyle McMartin1-1/+1
2009-03-10drm: Return EINVAL on duplicate objects in execbuffer object listKristian Høgsberg2-1/+22
2009-03-10Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+2
2009-03-10[SCSI] qla2xxx: Update version number to 8.03.00-k4.Andrew Vasquez1-1/+1
2009-03-10[SCSI] qla2xxx: Correct overwrite of pre-assigned init-control-block structur...Andrew Vasquez1-4/+0
2009-03-10[SCSI] qla2xxx: Correct truncation in return-code status checking.Andrew Vasquez2-2/+2
2009-03-10[SCSI] qla2xxx: Correct vport delete bug.Anirban Chakraborty3-9/+15
2009-03-10[SCSI] qla2xxx: Use correct value for max vport in LOOP topology.Lalit Chandivade1-1/+5
2009-03-10[SCSI] qla2xxx: Correct address range checking for option-rom updates.Andrew Vasquez1-8/+1
2009-03-10[SCSI] fcoe: Change fcoe receive thread nice value from 19 (lowest priority) ...Robert Love1-1/+1
2009-03-10[SCSI] fcoe: fix handling of pending queue, prevent out of order frames (v3)Chris Leech1-57/+24
2009-03-10[SCSI] fcoe: Out of order tx frames was causing several check condition SCSI ...Vasu Dev2-24/+22
2009-03-10[SCSI] fcoe: fix kfree(skb)Roel Kluin1-1/+1
2009-03-10[SCSI] libfc: do not change the fh_rx_id of a recevied frameYi Zou1-13/+0
2009-03-10[SCSI] fcoe: Correct fcoe_transports initialization vs. registrationRobert Love2-3/+5
2009-03-10[SCSI] fcoe: Use setup_timer() and mod_timer()Robert Love1-5/+3
2009-03-10[SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapperRobert Love2-7/+7
2009-03-10[SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love4-20/+20
2009-03-10[SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love7-250/+245
2009-03-10bnx2x: Using DMAE to initialize the chipEilon Greenstein2-13/+9
2009-03-10bnx2x: Casting page alignmentEilon Greenstein1-1/+1
2009-03-10bnx2x: Adding restriction on sge_buf_sizeEilon Greenstein1-1/+2
2009-03-10video: deferred io cleanup fix for sh_mobile_lcdcfbMagnus Damm1-4/+2
2009-03-09Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-12/+18
2009-03-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds1-33/+18
2009-03-09Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."Dave Jones1-33/+18
2009-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-35/+95
2009-03-08sunhme: Fix qfe parent detection.Friedrich Oslage1-2/+0
2009-03-09lguest: fix for CONFIG_SPARSE_IRQ=yRusty Russell1-0/+6
2009-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds1-6/+9
2009-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds4-100/+72
2009-03-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds12-44/+85
2009-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds10-6/+487
2009-03-08Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-21/+26
2009-03-08mmc: fix data timeout for SEND_EXT_CSDAdrian Hunter1-6/+9
2009-03-06[SCSI] libfc: check for err when recv and state is incorrectRobert Love2-40/+40
2009-03-06[SCSI] libfc: rename rp to rdata in fc_disc_new_target()Robert Love1-4/+4
2009-03-06[SCSI] libfc: correct RPORT_TO_PRIV usageRobert Love1-2/+2
2009-03-06[SCSI] libfc: Don't violate transport template for rogue port creationRobert Love3-5/+8
2009-03-06[SCSI] libfc: exch mgr is freed while lport still retrying sequencesSteve Ma1-0/+2
2009-03-06[SCSI] libfc: fixed a read IO data integrity issue when a IO data frame lostVasu Dev1-3/+3
2009-03-06[SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech2-49/+64
2009-03-06[SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...Vasu Dev4-59/+28