aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/qdio_main.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-81/+251
* [S390] qdio: Split SBAL entry flagsJan Glauber2011-06-061-3/+3
* [S390] qdio: prevent compile warningJan Glauber2011-05-231-1/+1
* [S390] qdio: reset error states immediatelyJan Glauber2011-04-201-5/+12
* [S390] qdio: fix init sequenceSebastian Ott2011-04-041-8/+8
* [S390] qdio: prevent handling of buffers if count is zeroJan Glauber2011-03-231-1/+2
* [S390] qdio: prevent compile warning under CONFIG_32BITJan Glauber2011-01-311-2/+2
* [S390] qdio: cleanup SIGA syncJan Glauber2011-01-051-35/+29
* [S390] qdio: remove enhanced SIGAJan Glauber2011-01-051-42/+15
* [S390] qdio: use proper QEBSM operand for SIGA-R and SIGA-SJan Glauber2011-01-051-15/+28
* [S390] qdio: outbound queue full counterJan Glauber2011-01-051-0/+3
* [S390] qdio: outbound tasklet scan thresholdJan Glauber2011-01-051-1/+7
* [S390] qdio: prevent race for shared indicatorsJan Glauber2011-01-051-2/+2
* [S390] qdio: add qdio interrupts to interrupt statisticsJan Glauber2011-01-051-0/+2
* qdio: extend API to allow pollingJan Glauber2010-09-081-2/+136
* [S390] qdio: remove API wrappersJan Glauber2010-05-171-46/+0
* [S390] qdio: dont convert timestamps to microsecondsJan Glauber2010-05-171-4/+4
* [S390] qdio: prevent starvation on PCI devicesJan Glauber2010-05-171-3/+7
* [S390] qdio: count number of qdio interruptsJan Glauber2010-05-171-0/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [S390] qdio: add missing bracketUrsula Braun2010-03-081-1/+2
* [S390] add MACHINE_IS_LPAR flagMartin Schwidefsky2010-02-261-1/+1
* [S390] qdio: account processed SBAL during queue scanJan Glauber2010-02-261-0/+26
* [S390] qdio: prevent call trace if CHPID is offlineJan Glauber2010-02-091-0/+2
* [S390] qdio: continue polling for buffer state ERRORUrsula Braun2010-02-091-1/+1
* [S390] qdio: convert global statistics to per-device statsJan Glauber2010-01-041-38/+33
* [S390] qdio: add counter for input queue full conditionJan Glauber2009-12-181-1/+2
* [S390] qdio: change state of all primed input buffersJan Glauber2009-09-221-0/+2
* [S390] qdio: reduce per device debug messagesJan Glauber2009-09-221-18/+12
* [S390] qdio: continue polling if the queue is not finishedJan Glauber2009-09-111-1/+3
* [S390] qdio: Sanitize do_QDIO sanity checksJan Glauber2009-06-221-7/+2
* [S390] qdio: leave inbound SBALs primedJan Glauber2009-06-221-7/+0
* [S390] qdio: extract all primed SBALs at onceJan Glauber2009-06-221-28/+6
* [S390] qdio: fix check for running under z/VMJan Glauber2009-06-221-35/+13
* [S390] qdio: move adapter interrupt tasklet codeJan Glauber2009-06-221-12/+72
* [S390] qdio: fix access beyond ARRAY_SIZE of irq_ptr->{in,out}put_qsRoel Kluin2009-06-121-1/+1
* [S390] qdio: simplify error handling in irq handlerJan Glauber2009-06-121-32/+12
* [S390] qdio: remove dead timeout handlerJan Glauber2009-04-141-41/+2
* [S390] qdio: merge inbound and outbound handler functionsJan Glauber2009-03-261-43/+19
* [S390] qdio: report SIGA errors directlyJan Glauber2009-03-261-43/+30
* [S390] qdio: seperate last move index and polling indexJan Glauber2009-03-261-21/+17
* [S390] qdio: move ACK to newest buffer for devices without QEBSMJan Glauber2009-03-261-5/+8
* [S390] qdio: call qdio_free also if qdio_shutdown failsJan Glauber2009-03-261-4/+5
* [S390] qdio: proper kill of qdio taskletsJan Glauber2009-03-261-11/+24
* [S390] qdio: Dont call qdio_shutdown in case qdio_activate failsJan Glauber2009-03-261-3/+2
* [S390] qdio: add missing tiq_list lockingJan Glauber2009-03-261-0/+1
* fix similar typos to successfullColy Li2009-01-081-1/+1
* [S390] qdio: fix error reporting for hipersocketsJan Glauber2008-12-251-96/+54
* [S390] qdio: improve inbound buffer acknowledgementJan Glauber2008-12-251-63/+118
* [S390] qdio: rework debug feature loggingJan Glauber2008-12-251-229/+95