aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-09s390/qdio: increase string buffer sizeHeiko Carstens1-1/+1
2017-05-09s390/ccwgroup: increase string buffer sizeHeiko Carstens1-2/+2
2017-04-12vfio: ccw: improve error handling for vfio_ccw_mdev_removeDong Jia Shi1-11/+6
2017-04-12vfio: ccw: remove unnecessary NULL checks of a pointerDong Jia Shi2-22/+1
2017-03-31vfio: ccw: introduce support for ccw0Dong Jia Shi1-3/+29
2017-03-31vfio: ccw: introduce a finite state machineDong Jia Shi5-107/+287
2017-03-31vfio: ccw: return I/O results asynchronouslyDong Jia Shi3-31/+37
2017-03-31vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctlsDong Jia Shi2-1/+126
2017-03-31vfio: ccw: realize VFIO_DEVICE_RESET ioctlDong Jia Shi1-14/+33
2017-03-31vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctlDong Jia Shi1-0/+78
2017-03-31vfio: ccw: handle ccw command requestDong Jia Shi3-4/+148
2017-03-31vfio: ccw: introduce ccw_io_regionDong Jia Shi2-0/+51
2017-03-31vfio: ccw: register vfio_ccw to the mediated device frameworkDong Jia Shi4-2/+170
2017-03-31vfio: ccw: introduce channel program interfacesDong Jia Shi3-1/+859
2017-03-31vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi3-0/+290
2017-03-31s390: cio: export more interfacesDong Jia Shi1-0/+10
2017-03-31s390: cio: introduce cio_cancel_halt_clearDong Jia Shi3-46/+68
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-23s390/chsc: Add exception handler for CHSC instructionPeter Oberparleiter1-3/+5
2017-02-03s390/qdio: improve some debug printsJulian Wiedmann1-2/+3
2017-02-03s390/qdio: fix up tiqdio_thinint_handler() kerneldocJulian Wiedmann1-2/+1
2017-02-03s390/qdio: clean up q->irq_ptr usageJulian Wiedmann1-4/+4
2017-02-03s390/qdio: clear DSCI prior to scanning multiple input queuesJulian Wiedmann1-4/+4
2017-01-16s390/cio: remove cmf related code relevant for 31 bit onlySebastian Ott1-8/+2
2017-01-16s390/cio: remove unused struct memberSebastian Ott2-2/+0
2017-01-16s390/cio: export real cssidSebastian Ott1-0/+22
2017-01-16s390/cio: css initialization cleanupSebastian Ott1-56/+47
2017-01-16s390/cio: css attribute cleanupSebastian Ott1-28/+29
2017-01-16s390/cio: use cssid for pgid generationSebastian Ott4-3/+53
2017-01-16s390/cio: clarify cssid usageSebastian Ott4-26/+29
2017-01-16s390/cio: get rid of variable length arrayHeiko Carstens1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-31s390: cio: make it explicitly non-modularPaul Gortmaker4-16/+11
2016-10-28s390/cio: clean up DEV_STATE_SENSE_PGIDDong Jia Shi2-7/+0
2016-10-17s390/cio: don't register chpids in reserved stateSebastian Ott1-2/+4
2016-09-30s390/cio: fix accidental interrupt enabling during resumeSebastian Ott1-8/+12
2016-08-24s390: cio: remove redundant cio_cancel declarationDong Jia Shi1-1/+0
2016-08-08s390/qdio: avoid reschedule of outbound tasklet once killedUrsula Braun1-24/+25
2016-08-08s390/qdio: remove checks for ccw device internal stateSebastian Ott1-6/+0
2016-08-08s390/qdio: fix double return code evaluationSebastian Ott1-8/+3
2016-08-08s390/qdio: get rid of spin_lock_irqsave usageSebastian Ott1-11/+8
2016-08-08s390/cio: remove subchannel_id from ccw_device_privateSebastian Ott2-3/+0
2016-08-08s390/qdio: obtain subchannel_id via ccw_device_get_schid()Sebastian Ott1-9/+23
2016-08-08s390/cio: stop using subchannel_id from ccw_device_privateSebastian Ott1-3/+4
2016-07-31s390/cio: fix premature wakeup during chp configureSebastian Ott1-14/+32
2016-07-31s390/cio: convert cfg_lock mutex to spinlockSebastian Ott1-9/+9
2016-07-18s390/cio/chp : Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-9/+2
2016-07-15s390/chsc: improve channel path descriptor determinationSebastian Ott2-8/+7