aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorFilesLines
2017-12-05s390: add a few more SPDX identifiersGravatar Martin Schwidefsky 1-0/+1
2017-12-05s390/qdio: restrict target-full handling to IQDIOGravatar Julian Wiedmann 1-2/+2
2017-12-05s390/qdio: consider ERROR buffers for inbound-full conditionGravatar Julian Wiedmann 1-1/+2
2017-11-24s390: drivers: Remove redundant license textGravatar Greg Kroah-Hartman 4-20/+0
2017-11-24s390: cio: add SPDX identifiers to the remaining filesGravatar Greg Kroah-Hartman 16-0/+16
2017-11-14s390/cio: Convert timers to use timer_setup()Gravatar Kees Cook 4-15/+14
2017-11-14s390: qdio: Convert timers to use timer_setup()Gravatar Kees Cook 3-5/+4
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 8-220/+138
2017-11-08s390: vfio-ccw: Do not attempt to free no-op, test and tic cda.Gravatar Jason J. Herne 1-0/+2
2017-11-03s390/qdio: sanitize put_indicatorGravatar Sebastian Ott 1-4/+2
2017-11-03s390/qdio: use atomic_cmpxchgGravatar Sebastian Ott 1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 35-0/+35
2017-10-18s390/debug: improve debug_eventGravatar Sebastian Ott 4-34/+6
2017-10-16vfio: ccw: validate the count field of a ccw before pinningGravatar Dong Jia Shi 1-1/+17
2017-10-16vfio: ccw: bypass bad idaw address when fetching IDAL ccwsGravatar Dong Jia Shi 1-4/+0
2017-09-29s390/ccwgroup: tie a ccwgroup driver to its ccw driverGravatar Julian Wiedmann 1-0/+6
2017-09-28s390/cmf: use tod_to_ns()Gravatar Sebastian Ott 1-5/+3
2017-09-28s390/cmf: avg_utilizationGravatar Sebastian Ott 1-23/+35
2017-09-28s390/cmf: read from hw bufferGravatar Sebastian Ott 1-31/+14
2017-09-28s390/cmf: simplify copy_blockGravatar Sebastian Ott 1-17/+3
2017-09-28s390/cmf: simplify cmb_copy_waitGravatar Sebastian Ott 1-49/+23
2017-09-28s390/cmf: simplify set_schib_waitGravatar Sebastian Ott 1-47/+23
2017-09-28s390/cmf: set_schib_wait add timeoutGravatar Sebastian Ott 1-7/+8
2017-09-19s390/cio: recover from bad pathsGravatar Sebastian Ott 4-3/+24
2017-08-03s390/cio: add const to bin_attribute structuresGravatar Bhumika Goyal 1-2/+2
2017-07-26Merge tag 'vfio-ccw-20170724' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Martin Schwidefsky 1-1/+1
2017-07-26s390/cio: constify attribute_group structures.Gravatar Arvind Yadav 1-2/+2
2017-07-24vfio: ccw: fix bad ptr math for TIC cda translationGravatar Jason J. Herne 1-1/+1
2017-07-13s390: chp: handle CRW_ERC_INIT for channel-path status changeGravatar Dong Jia Shi 1-0/+1
2017-07-05s390/vfio_ccw: remove unused variableGravatar Sebastian Ott 1-2/+0
2017-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 3-99/+50
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockGravatar Jens Axboe 1-6/+6
2017-06-12s390/cio: introduce io_subchannel_typeGravatar Sebastian Ott 3-99/+50
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 2-4/+4
2017-05-23Merge tag 'vfio-ccw-20170522' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Martin Schwidefsky 1-6/+6
2017-05-22s390/vfio_ccw: make some symbols staticGravatar Sebastian Ott 1-6/+6
2017-05-09s390/qdio: increase string buffer sizeGravatar Heiko Carstens 1-1/+1
2017-05-09s390/ccwgroup: increase string buffer sizeGravatar Heiko Carstens 1-2/+2
2017-04-12vfio: ccw: improve error handling for vfio_ccw_mdev_removeGravatar Dong Jia Shi 1-11/+6
2017-04-12vfio: ccw: remove unnecessary NULL checks of a pointerGravatar Dong Jia Shi 2-22/+1
2017-03-31vfio: ccw: introduce support for ccw0Gravatar Dong Jia Shi 1-3/+29
2017-03-31vfio: ccw: introduce a finite state machineGravatar Dong Jia Shi 5-107/+287
2017-03-31vfio: ccw: return I/O results asynchronouslyGravatar Dong Jia Shi 3-31/+37
2017-03-31vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctlsGravatar Dong Jia Shi 2-1/+126
2017-03-31vfio: ccw: realize VFIO_DEVICE_RESET ioctlGravatar Dong Jia Shi 1-14/+33
2017-03-31vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctlGravatar Dong Jia Shi 1-0/+78
2017-03-31vfio: ccw: handle ccw command requestGravatar Dong Jia Shi 3-4/+148
2017-03-31vfio: ccw: introduce ccw_io_regionGravatar Dong Jia Shi 2-0/+51
2017-03-31vfio: ccw: register vfio_ccw to the mediated device frameworkGravatar Dong Jia Shi 4-2/+170
2017-03-31vfio: ccw: introduce channel program interfacesGravatar Dong Jia Shi 3-1/+859