summaryrefslogtreecommitdiff
path: root/drivers/s390/cio/qdio_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-03[S390] qdio: 2nd stage retry on SIGA-W busy conditionsJan Glauber1-3/+18
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-06[S390] qdio: Split SBAL entry flagsJan Glauber1-3/+3
2011-05-23[S390] qdio: prevent compile warningJan Glauber1-1/+1
2011-04-20[S390] qdio: reset error states immediatelyJan Glauber1-5/+12
2011-04-04[S390] qdio: fix init sequenceSebastian Ott1-8/+8
2011-03-23[S390] qdio: prevent handling of buffers if count is zeroJan Glauber1-1/+2
2011-01-31[S390] qdio: prevent compile warning under CONFIG_32BITJan Glauber1-2/+2
2011-01-05[S390] qdio: cleanup SIGA syncJan Glauber1-35/+29
2011-01-05[S390] qdio: remove enhanced SIGAJan Glauber1-42/+15
2011-01-05[S390] qdio: use proper QEBSM operand for SIGA-R and SIGA-SJan Glauber1-15/+28
2011-01-05[S390] qdio: outbound queue full counterJan Glauber1-0/+3
2011-01-05[S390] qdio: outbound tasklet scan thresholdJan Glauber1-1/+7
2011-01-05[S390] qdio: prevent race for shared indicatorsJan Glauber1-2/+2
2011-01-05[S390] qdio: add qdio interrupts to interrupt statisticsJan Glauber1-0/+2
2010-09-09qdio: extend API to allow pollingJan Glauber1-2/+136
2010-05-17[S390] qdio: remove API wrappersJan Glauber1-46/+0
2010-05-17[S390] qdio: dont convert timestamps to microsecondsJan Glauber1-4/+4
2010-05-17[S390] qdio: prevent starvation on PCI devicesJan Glauber1-3/+7
2010-05-17[S390] qdio: count number of qdio interruptsJan Glauber1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-08[S390] qdio: add missing bracketUrsula Braun1-1/+2
2010-02-27[S390] add MACHINE_IS_LPAR flagMartin Schwidefsky1-1/+1
2010-02-27[S390] qdio: account processed SBAL during queue scanJan Glauber1-0/+26
2010-02-09[S390] qdio: prevent call trace if CHPID is offlineJan Glauber1-0/+2
2010-02-09[S390] qdio: continue polling for buffer state ERRORUrsula Braun1-1/+1
2010-01-04[S390] qdio: convert global statistics to per-device statsJan Glauber1-38/+33
2009-12-18[S390] qdio: add counter for input queue full conditionJan Glauber1-1/+2
2009-09-23[S390] qdio: change state of all primed input buffersJan Glauber1-0/+2
2009-09-23[S390] qdio: reduce per device debug messagesJan Glauber1-18/+12
2009-09-11[S390] qdio: continue polling if the queue is not finishedJan Glauber1-1/+3
2009-06-22[S390] qdio: Sanitize do_QDIO sanity checksJan Glauber1-7/+2
2009-06-22[S390] qdio: leave inbound SBALs primedJan Glauber1-7/+0
2009-06-22[S390] qdio: extract all primed SBALs at onceJan Glauber1-28/+6
2009-06-22[S390] qdio: fix check for running under z/VMJan Glauber1-35/+13
2009-06-22[S390] qdio: move adapter interrupt tasklet codeJan Glauber1-12/+72
2009-06-12[S390] qdio: fix access beyond ARRAY_SIZE of irq_ptr->{in,out}put_qsRoel Kluin1-1/+1
2009-06-12[S390] qdio: simplify error handling in irq handlerJan Glauber1-32/+12
2009-04-14[S390] qdio: remove dead timeout handlerJan Glauber1-41/+2
2009-03-26[S390] qdio: merge inbound and outbound handler functionsJan Glauber1-43/+19
2009-03-26[S390] qdio: report SIGA errors directlyJan Glauber1-43/+30
2009-03-26[S390] qdio: seperate last move index and polling indexJan Glauber1-21/+17
2009-03-26[S390] qdio: move ACK to newest buffer for devices without QEBSMJan Glauber1-5/+8
2009-03-26[S390] qdio: call qdio_free also if qdio_shutdown failsJan Glauber1-4/+5
2009-03-26[S390] qdio: proper kill of qdio taskletsJan Glauber1-11/+24
2009-03-26[S390] qdio: Dont call qdio_shutdown in case qdio_activate failsJan Glauber1-3/+2
2009-03-26[S390] qdio: add missing tiq_list lockingJan Glauber1-0/+1
2009-01-08fix similar typos to successfullColy Li1-1/+1
2008-12-25[S390] qdio: fix error reporting for hipersocketsJan Glauber1-96/+54
2008-12-25[S390] qdio: improve inbound buffer acknowledgementJan Glauber1-63/+118