summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2015-02-02serial: mxs-auart: Remove unneeded zeroing of 'ret'Fabio Estevam-1/+1
2015-02-02serial: mxs-auart: Check for platform_get_irq() errorFabio Estevam-0/+3
2015-02-02serial: mxs-auart: Remove irq from private structureFabio Estevam-6/+4
2015-02-02tty/serial: digicolor: remove sysrq referenceBaruch Siach-4/+1
2015-02-02serial: 8250_pnp: Enable PNP_CONSOLE for console portsPeter Hurley-1/+7
2015-02-02PNP: Allow console to override ACPI device sleepPeter Hurley-1/+1
2015-02-02tty: serial: msm_serial: Remove console unregistration from driver exit.Pramod Gurav-3/+0
2015-02-02tty: serial: msm_serial: code cleanup in msm_console_setupPramod Gurav-20/+4
2015-02-02serial: 8250_pci: remove one useless explicit type conversionHeikki Krogerus-2/+2
2015-02-02x86, mrst: remove Moorestown specific serial driversAndy Shevchenko-981/+0
2015-02-02serial: imx: Fix imx_flush_buffer()Fabio Estevam-0/+26
2015-02-02tty: serial: fsl_lpuart: terminate DMA on buffer flushStefan Agner-0/+11
2015-02-02serial: fsl-lpuart: disable interrupt when suspendYuan Yao-0/+13
2015-02-02serial: fsl_lpuart: update RX timer on successful DMA transferStefan Agner-0/+1
2015-02-02serial: fsl_lpuart: move DMA channel request to probeStefan Agner-52/+44
2015-02-02serial: fsl_lpuart: avoid new transfer while DMA is runningStefan Agner-4/+5
2015-02-02serial: fsl_lpuart: delete timer on shutdownStefan Agner-3/+4
2015-02-02tty: Prevent untrappable signals from malicious programPeter Hurley-0/+3
2015-02-02vt: provide notifications on selection changesNicolas Pitre-1/+3
2015-02-02iwlwifi: mvm: don't send a command the firmware doesn't knowEmmanuel Grumbach-1/+2
2015-02-02scsi: print single-character strings with seq_putcRasmus Villemoes-45/+45
2015-02-02scsi: merge consecutive seq_puts callsRasmus Villemoes-35/+21
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes-138/+136
2015-02-02aha152x: replace seq_printf with seq_putsRasmus Villemoes-124/+124
2015-02-02advansys: replace seq_printf with seq_putsRasmus Villemoes-80/+75
2015-02-02scsi: remove SPRINTF macroRasmus Villemoes-273/+252
2015-02-02sg: remove an unused variableBart Van Assche-16/+1
2015-02-02hpsa: Use local workqueues instead of system workqueuesDon Brace-14/+56
2015-02-02hpsa: add in P840ar controller model nameDon Brace-1/+1
2015-02-02hpsa: add in gen9 controller model namesDon Brace-13/+13
2015-02-02hpsa: detect and report failures changing controller transport modesRobert Elliott-11/+29
2015-02-02hpsa: shorten the wait for the CISS doorbell mode change ackRobert Elliott-6/+9
2015-02-02hpsa: refactor duplicated scan completion code into a new routineWebb Scales-24/+16
2015-02-02hpsa: move SG descriptor set-up out of hpsa_scatter_gather()Webb Scales-7/+14
2015-02-02hpsa: do not use function pointers in fast path command submissionStephen Cameron-7/+6
2015-02-02hpsa: print CDBs instead of kernel virtual addresses for uncommon errorsStephen Cameron-13/+16
2015-02-02hpsa: do not use a void pointer for scsi_cmd field of struct CommandListStephen Cameron-4/+4
2015-02-02hpsa: return failed from device reset/abort handlersDon Brace-0/+7
2015-02-02hpsa: check for ctlr lockup after command allocation in main io pathStephen Cameron-1/+8
2015-02-02hpsa: guard against overflowing raid map arrayStephen Cameron-0/+3
2015-02-02hpsa: do not ack controller events on controllers that do not support itStephen Cameron-0/+3
2015-02-02hpsa: remove incorrect BUG_ONs checking for raid offload enableStephen Cameron-4/+0
2015-02-02hpsa: do not check for msi(x) in interrupt_pendingStephen Cameron-3/+0
2015-02-02hpsa: slightly optimize SA5_performant_completedDon Brace-4/+4
2015-02-02hpsa: count passthru cmds with atomics, not a spin locked intDon Brace-36/+6
2015-02-02hpsa: optimize cmd_alloc function by remembering last allocationRobert Elliott-2/+6
2015-02-02hpsa: fix race between abort handler and main i/o pathWebb Scales-47/+65
2015-02-02hpsa: honor queue depth of physical devicesDon Brace-68/+412
2015-02-02hpsa: use workqueue to resubmit failed ioaccel commandsDon Brace-20/+54
2015-02-02hpsa: factor out hpsa_ciss_submit functionStephen Cameron-59/+67