summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorFilesLines
2020-03-23s390/qdio: pass ISC as parameter to chsc_sadc()Julian Wiedmann3-4/+6
2020-03-11s390/irq: replace setup_irq() by request_irq()afzal mohammed2-12/+4
2020-03-06s390/qdio: export SSQD via debugfsJulian Wiedmann1-0/+19
2020-02-27s390: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-27s390/qdio: simplify debugfs codeJulian Wiedmann3-29/+9
2020-02-27s390/qdio: use QDIO_IRQ_STATE_INACTIVE instead of 0Julian Wiedmann1-1/+2
2020-02-19s390/qdio: reduce access to cdev->private->qdio_dataJulian Wiedmann3-11/+7
2020-02-19s390/qdio: clean up cdev access in qdio_setup_irq()Julian Wiedmann1-9/+10
2020-02-11Merge tag 'vfio-ccw-20200206' of https://git.kernel.org/pub/scm/linux/kernel/...Vasily Gorbik1-2/+2
2020-02-11s390/qdio: don't allocate *aob array with GFP_ATOMICJulian Wiedmann1-1/+1
2020-02-10s390/qdio: simplify ACK trackingJulian Wiedmann3-24/+14
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan2-13/+12
2020-01-07vfio-ccw: Use the correct style for SPDX License IdentifierNishad Kamdar1-2/+2
2019-12-20s390/dasd/cio: Interpret ccw_device_get_mdc return value correctlyJan Höppner1-1/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-16/+16
2019-11-25Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds10-73/+129
2019-11-12Merge tag 'vfio-ccw-20191111' of https://git.kernel.org/pub/scm/linux/kernel/...Vasily Gorbik6-14/+93
2019-10-31s390/qdio: implement IQD Multi-WriteJulian Wiedmann2-16/+16
2019-10-31s390/qdio: don't attempt IRQ avoidance on Output SBALsJulian Wiedmann1-11/+6
2019-10-31s390/qdio: simplify thinint device registrationJulian Wiedmann4-26/+13
2019-10-31s390/qdio: add statistics helper macroJulian Wiedmann3-5/+7
2019-10-31s390/qdio: remove a forward declarationJulian Wiedmann1-8/+5
2019-10-31s390/qdio: reduce log level for EQBS partialJulian Wiedmann1-1/+1
2019-10-31s390/qdio: use QDIO_BUFNR()Julian Wiedmann1-8/+4
2019-10-17vfio-ccw: Rework the io_fctl traceEric Farman3-10/+14
2019-10-17vfio-ccw: Add a trace for asynchronous requestsEric Farman3-0/+35
2019-10-17vfio-ccw: Trace the FSM jumptableEric Farman3-0/+28
2019-10-17vfio-ccw: Refactor how the traces are builtEric Farman5-5/+17
2019-10-10s390/cio: fix virtio-ccw DMA without PVHalil Pasic3-2/+8
2019-10-01s390/qdio: clarify size of the QIB parm areaJulian Wiedmann1-1/+1
2019-09-26Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-7/+20
2019-09-23s390/cio: exclude subchannels with no parent from pseudo checkVasily Gorbik1-0/+2
2019-09-23s390/cio: avoid calling strlen on null pointerVasily Gorbik1-1/+1
2019-09-19s390/cio: fix intparm documentationCornelia Huck1-6/+17
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-27/+53
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-30/+3
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-6/+130
2019-09-05vfio-ccw: fix error return code in vfio_ccw_sch_init()Wei Yongjun1-2/+6
2019-08-24s390/qdio: let drivers opt-out from Output Queue scanningJulian Wiedmann3-6/+10
2019-08-24s390/qdio: enable drivers to poll for Output completionsJulian Wiedmann1-21/+43
2019-08-23vfio-ccw: add some loggingCornelia Huck4-4/+124
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose1-7/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose2-23/+2
2019-07-29vfio-ccw: make vfio_ccw_async_region_ops staticVasily Gorbik1-1/+1
2019-07-23Merge tag 'vfio-ccw-20190717-2' of https://git.kernel.org/pub/scm/linux/kerne...Heiko Carstens2-12/+18
2019-07-23s390/qdio: restrict QAOB usage to IQD unicast queuesJulian Wiedmann1-7/+5
2019-07-23s390/qdio: add sanity checks to the fast-requeue pathJulian Wiedmann1-6/+6
2019-07-15vfio-ccw: Don't call cp_free if we are processing a channel programFarhan Ali1-1/+1
2019-07-15vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfnFarhan Ali1-1/+3
2019-07-15vfio-ccw: Fix memory leak and don't call cp_free in cp_initFarhan Ali1-4/+7