summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | HID: fix overrun in quirks initializationRoel Kluin2009-08-081-1/+1
| | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | HID: support larger reports than 64 bytes in hiddevJiri Kosina2009-08-201-1/+1
| * | | | | | | | | | | | | | | | | | HID: local function should be staticH Hartley Sweeten2009-08-181-1/+2
| * | | | | | | | | | | | | | | | | | HID: ignore Philips IEEE802.15.4 RF DongleHenning Glawe2009-08-082-0/+4
| * | | | | | | | | | | | | | | | | | HID: ignore all recent SoundGraph iMON devicesJarod Wilson2009-08-082-10/+7
| * | | | | | | | | | | | | | | | | | HID: Drop NULL test on list_entry resultJulia Lawall2009-07-231-5/+0
| * | | | | | | | | | | | | | | | | | HID: driver for Twinhan USB 6253:0100 remote controlBruno Premont2009-07-235-0/+159
| * | | | | | | | | | | | | | | | | | HID: adding __init/__exit macros to module init/exit functionsPeter Huewe2009-07-2324-48/+48
| * | | | | | | | | | | | | | | | | | HID: add rumble support for Thrustmaster Dual Trigger 3-in-1Ruben Aos Garralda2009-07-233-4/+10
| * | | | | | | | | | | | | | | | | | HID: ntrig tool separation and pen usagesRafi Rubin2009-07-231-4/+29
| * | | | | | | | | | | | | | | | | | HID: Avoid double spin_lock_init on usbhid->lockSergey Senozhatsky2009-07-231-1/+0
| * | | | | | | | | | | | | | | | | | HID: add force feedback support for Logitech WingMan Formula Force GPJiri Kosina2009-07-235-0/+6
| * | | | | | | | | | | | | | | | | | HID: Support new variants of Samsung USB IR receiver (0419:0001)Robert Schedel2009-07-231-5/+34
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-1417-56/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | block: Optimal I/O limit wrapperMartin K. Petersen2009-09-141-1/+1
| * | | | | | | | | | | | | | | | | | Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-141-6/+10
| * | | | | | | | | | | | | | | | | | aoe: end barrier bios with EOPNOTSUPPEd Cashin2009-09-141-0/+3
| * | | | | | | | | | | | | | | | | | block: use printk_onceMarcin Slusarz2009-09-113-20/+8
| * | | | | | | | | | | | | | | | | | cciss: memory leak in cciss_init_one()Eric Dumazet2009-09-111-2/+2
| * | | | | | | | | | | | | | | | | | bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-1111-25/+28
| * | | | | | | | | | | | | | | | | | scsi,block: update SCSI to handle mixed merge failuresTejun Heo2009-09-111-2/+4
* | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-09-1499-4714/+14174
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | [SCSI] fix oops during scsi scanningJames Bottomley2009-09-121-0/+2
| * | | | | | | | | | | | | | | | | | | [SCSI] libsrp: fix memory leak in srp_ring_free()Bart Van Assche2009-09-121-0/+1
| * | | | | | | | | | | | | | | | | | | [SCSI] libiscsi, bnx2i: make bound ep check commonMike Christie2009-09-121-0/+33
| * | | | | | | | | | | | | | | | | | | [SCSI] libiscsi: add completion function for drivers that do not need pdu pro...Mike Christie2009-09-121-5/+33
| * | | | | | | | | | | | | | | | | | | [SCSI] scsi_dh_rdac: changes for rdac debug loggingMoger, Babu2009-09-121-5/+46
| * | | | | | | | | | | | | | | | | | | [SCSI] scsi_dh_rdac: changes to collect the rdac debug information during the...Moger, Babu2009-09-121-7/+27
| * | | | | | | | | | | | | | | | | | | [SCSI] scsi_dh_rdac: move the init code from rdac_activate to rdac_bus_attachMoger, Babu2009-09-121-13/+13
| * | | | | | | | | | | | | | | | | | | [SCSI] sg: fix oops in the error path in sg_build_indirect()Michal Schmidt2009-09-121-1/+1
| * | | | | | | | | | | | | | | | | | | [SCSI] mptsas : Bump version to 3.04.12Kashyap, Desai2009-09-121-2/+2
| * | | | | | | | | | | | | | | | | | | [SCSI] mptsas : FW event thread and scsi mid layer deadlock in SYNCHRONIZE CA...Kashyap, Desai2009-09-121-7/+1
| * | | | | | | | | | | | | | | | | | | [SCSI] mptsas : Send DID_NO_CONNECT for pending IOs of removed deviceKashyap, Desai2009-09-121-1/+11
| * | | | | | | | | | | | | | | | | | | [SCSI] mptsas : PAE Kernel more than 4 GB kernel panicKashyap, Desai2009-09-121-5/+5
| * | | | | | | | | | | | | | | | | | | [SCSI] mptsas : NULL pointer on big endian systems causing Expander not to te...Kashyap, Desai2009-09-121-0/+1
| * | | | | | | | | | | | | | | | | | | [SCSI] mptsas : Sanity check for phyinfo is addedKashyap, Desai2009-09-121-1/+7
| * | | | | | | | | | | | | | | | | | | [SCSI] scsi_dh_rdac: Add support for Sun StorageTek ST2500, ST2510 and ST2530Charlie Brady2009-09-121-0/+3
| * | | | | | | | | | | | | | | | | | | [SCSI] pmcraid: PMC-Sierra MaxRAID driver to support 6Gb/s SAS RAID controllerAnil Ravindranath2009-09-124-0/+6640
| * | | | | | | | | | | | | | | | | | | [SCSI] qla2xxx: Update version number to 8.03.01-k6.Giridhar Malavali2009-09-121-1/+1
| * | | | | | | | | | | | | | | | | | | [SCSI] qla2xxx: Properly delete rports attached to a vport.Andrew Vasquez2009-09-122-7/+11
| * | | | | | | | | | | | | | | | | | | [SCSI] qla2xxx: Correct various NPIV issues.Andrew Vasquez2009-09-125-29/+32
| * | | | | | | | | | | | | | | | | | | [SCSI] qla2xxx: Correct qla2x00_eh_wait_on_command() to wait correctly.Lalit Chandivade2009-09-121-4/+1
| * | | | | | | | | | | | | | | | | | | [SCSI] qla2xxx: Further limit device-table (qla_devtbl) lookup to non-24xx.Andrew Vasquez2009-09-121-1/+2
| * | | | | | | | | | | | | | | | | | | [SCSI] qla2xxx: Correctly set FCF_TAPE_PRESENT flag based on scsi-device.Santosh Vernekar2009-09-124-3/+7
| * | | | | | | | | | | | | | | | | | | [SCSI] fcoe: flush per-cpu thread work when destroying interfaceJoe Eykholt2009-09-101-2/+40
| * | | | | | | | | | | | | | | | | | | [SCSI] libfc: don't swap OX_ID and RX_ID when sending BA_RJTJoe Eykholt2009-09-101-2/+2
| * | | | | | | | | | | | | | | | | | | [SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.Joe Eykholt2009-09-102-25/+114
| * | | | | | | | | | | | | | | | | | | [SCSI] libfc: fix handling of incoming Discover Address (ADISC) requestsJoe Eykholt2009-09-102-53/+48
| * | | | | | | | | | | | | | | | | | | [SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt2009-09-101-5/+117
| * | | | | | | | | | | | | | | | | | | [SCSI] libfc: LOGO response code had extraeous enter_rtvJoe Eykholt2009-09-101-6/+4