summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: Update version number to 8.03.00-k3.Andrew Vasquez2009-02-101-1/+1
* [SCSI] qla2xxx: Mask out 'reserved' bits while processing FLT regions.Andrew Vasquez2009-02-101-1/+1
* [SCSI] qla2xxx: Correct slab-error overwrite during vport creation and deletion.Anirban Chakraborty2009-02-102-8/+7
* [SCSI] qla2xxx: Properly acknowledge IDC notification messages.Andrew Vasquez2009-02-106-13/+87
* [SCSI] qla2xxx: Remove interrupt request bit check in the response processing...Anirban Chakraborty2009-02-105-31/+16
* [SCSI] lpfc: introduce missing kfreeJulia Lawall2009-02-101-0/+1
* [SCSI] libiscsi: Fix scsi command timeout oops in iscsi_eh_timed_outMike Christie2009-02-101-1/+2
* [SCSI] qla2xxx: fix Kernel Panic with Qlogic 2472 Card.Shyam_Iyer@Dell.com2009-02-101-1/+1
* [SCSI] ibmvfc: Increase cancel timeoutBrian King2009-02-101-1/+1
* [SCSI] ibmvfc: Fix rport reloginBrian King2009-02-101-1/+11
* [SCSI] ibmvfc: Fix command timeout errorsBrian King2009-02-101-3/+0
* [SCSI] sg: fix device number in blktrace dataMartin Peschke2009-02-101-1/+1
* [SCSI] scsi_scan: add missing interim SDEV_DEL state if slave_alloc failsJames Smart2009-02-101-0/+1
* [SCSI] ibmvscsi: Correct DMA mapping leakRobert Jennings2009-02-101-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-02-093-26/+1
|\
| * Btrfs: don't use spin_is_contendedChris Mason2009-02-093-26/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-02-0912-105/+117
|\ \
| * | USB: Storage: Update unusual_devs entry for Datafab KECF-USBNick Holloway2009-02-091-1/+1
| * | USB: Correct Makefile to make isp1760 buildableIvan Kuten2009-02-091-0/+1
| * | USB: option: New mobile broadband modems to be supportedDirk De Schepper2009-02-091-28/+56
| * | USB: two more usb ids for ti_usb_3410_5052Oliver Neukum2009-02-092-3/+9
| * | USB: ftdi_sio: unlock_kernel() on error in set_serial_info()Dan Carpenter2009-02-091-1/+3
| * | USB: usb-storage: add Pentax to the bad-vendor listAlan Stern2009-02-092-15/+2
| * | USB: ftdi_sio: add support for the NDI Polaris systemStephane Clerambault2009-02-092-0/+4
| * | USB: usb-serial: fix the aircable_init failure pathDave Young2009-02-091-2/+2
| * | USB: usb-storage: remove WARN from last-sector hacksAlan Stern2009-02-091-33/+3
| * | Revert USB: option: add Pantech cardsGreg Kroah-Hartman2009-02-091-9/+0
| * | USB: cdc-acm.c: remove duplicate lines for MTK gps supportJames Treacy2009-02-091-3/+0
| * | USB: fsl_qe_udc: Fix stalled TX requests bugAnton Vorontsov2009-02-091-0/+1
| * | USB: fsl_qe_udc: Fix muram corruption by disabled endpointsAnton Vorontsov2009-02-091-0/+1
| * | USB: fsl_qe_udc: Fix disconnects reporting during bus resetAnton Vorontsov2009-02-091-0/+3
| * | USB: fsl_qe_udc: Fix QE USB controller initializationAnton Vorontsov2009-02-091-1/+5
| * | USB: fsl_qe_udc: Fix recursive locking bug in ch9getstatus()Anton Vorontsov2009-02-091-8/+18
| * | USB: fsl_qe_udc: Fix oops on QE UDC probe failureAnton Vorontsov2009-02-091-1/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-02-097-973/+3903
|\ \ \
| * | | Staging: panel: fix lcd panel driver build failureSachin P. Sant2009-02-091-5/+5
| * | | Staging: android: fix up units in timed_gpioGreg Kroah-Hartman2009-02-091-1/+1
| * | | Staging: android: ram_console: Disable ECC when early init is enabled and val...Arve Hjønnevåg2009-02-092-0/+15
| * | | Staging: at76_usb: Add support for OQO Model 01+Jamie Lentin2009-02-091-0/+2
| * | | Staging: at76_usb: fix bugs introduced by "Staging: at76_usb: cleanup dma on ...Jason Andryuk2009-02-091-2/+2
| * | | Revert Staging: at76_usb: update drivers/staging/at76_usb w/ mac80211 portGreg Kroah-Hartman2009-02-093-965/+3878
| |/ /
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-02-092-28/+47
|\ \ \
| * | | [CPUFREQ] powernow-k8: Get transition latency from ACPI _PSS tableMark Langsdorf2009-02-051-6/+22
| * | | [CPUFREQ] Make ignore_nice_load setting of ondemand work as expected.Venkatesh Pallipadi2009-02-051-22/+25
* | | | Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-02-091-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | lockd: fix regression in lockd's handling of blocked locksJ. Bruce Fields2009-02-091-1/+5
| |/ /
* | | i915: Fix more size_t format string warningsLinus Torvalds2009-02-091-1/+1
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-02-0918-193/+1428
|\ \ \
| * | | drm/i915: select framebuffer support automaticallyIngo Molnar2009-02-082-3/+5
| * | | drm/i915: add get_vblank_counter function for GM45Jesse Barnes2009-02-085-1/+24