summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-11-12acornscsi: use scsi_print_command()Hannes Reinecke1-6/+6
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke16-91/+95
2014-11-12scsi: introduce sdev_prefix_printk()Hannes Reinecke5-11/+8
2014-11-12aha152x: debug output update and whitespace cleanupHannes Reinecke1-770/+224
2014-11-12sd: remove scsi_print_sense() in sd_done()Hannes Reinecke1-1/+0
2014-11-12scsi: remove scsi_cmd_print_sense_hdr()Hannes Reinecke1-14/+0
2014-11-12enclosure: handle non-unique element descriptorsMarkus Stockhausen1-4/+40
2014-11-12st: add a debug_flag module parameter requestLaurence Oberman1-1/+15
2014-11-12scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlDouglas Gilbert3-13/+34
2014-11-12scsi: PC partition tables are little endianChristoph Hellwig1-2/+2
2014-11-12scsi: resolve some missing-field-initializers warningsMark Rustad1-1/+1
2014-11-12scsi: fix off-by-one LUN check in scsi_scan_host_selected()Mark Knibbs1-1/+1
2014-11-12scsi: fix trivial typos in scsi_scan.c commentMark Knibbs1-2/+2
2014-11-10bnx2fc: fix tgt spinlock lockingMaurizio Lombardi2-11/+10
2014-11-10megaraid_sas: fix bug in handling return value of pci_enable_msix_range()Jiang Liu1-1/+1
2014-11-10cxgb4i: send abort_rpl correctlyAnish Bhatt2-16/+17
2014-11-10scsi: TUR path is down after adapter gets reset with multipathwenxiong@linux.vnet.ibm.com1-0/+7
2014-11-10scsi: call device handler for failed TUR commandChristoph Hellwig1-8/+8
2014-11-10scsi: only re-lock door after EH on devices that were resetChristoph Hellwig1-1/+3
2014-11-10Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-39/+1
2014-11-10Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-72/+84
2014-11-10Merge tag 'driver-core-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+14
2014-11-10Merge tag 'staging-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-54/+20
2014-11-10Merge tag 'tty-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-8/+29
2014-11-10Merge tag 'usb-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds16-34/+110
2014-11-08Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds53-223/+8
2014-11-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+17
2014-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds10-24/+32
2014-11-07Merge tag 'regulator-v3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-7/+8
2014-11-07Merge tag 'spi-v3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2-4/+7
2014-11-07tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMPJohannes Berg1-3/+3
2014-11-07tiny: reverse logic for DISABLE_DEV_COREDUMPAristeu Rozanski1-8/+11
2014-11-07i2c: core: Dispose OF IRQ mapping at client removal timeLaurent Pinchart1-0/+3
2014-11-07i2c: at91: don't account as iowaitWolfram Sang1-1/+1
2014-11-07i2c: remove FSF addressWolfram Sang52-222/+4
2014-11-07sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang1-1/+3
2014-11-06USB: cdc-acm: add quirk for control-line state requestsJohan Hovold2-2/+14
2014-11-06Merge tag 'fixes-for-v3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-1/+1
2014-11-06tty: Fix pty master poll() after slave closes v2Francesco Ruggeri1-2/+7
2014-11-06Merge tag 'usb-serial-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-3/+4
2014-11-06Merge tag 'mmc-v3.18-2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-13/+8
2014-11-06Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into s...Mark Brown2-4/+7
2014-11-06spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PMDmitry Eremin-Solenikov1-2/+5
2014-11-06serial: of-serial: fix uninitialized kmalloc variableJingchang Lu1-1/+1
2014-11-06tty/vt: don't set font mappings on vc not supporting thisImre Deak1-0/+7
2014-11-06tty: serial: 8250_mtk: Fix quot calculationMatthias Brugger1-1/+1
2014-11-06dma: edma: move device registration to platform codeArnd Bergmann1-39/+1
2014-11-06tty: Prevent "read/write wait queue active!" log floodingPeter Hurley1-2/+6
2014-11-06tty: Fix high cpu load if tty is unreleaseablePeter Hurley1-1/+6
2014-11-06serial: Fix divide-by-zero fault in uart_get_divisor()Peter Hurley1-1/+1