aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-20s390/qeth: remove OSN supportJulian Wiedmann1-22/+0
2021-06-28s390/qdio: get rid of register asmHeiko Carstens2-41/+46
2021-06-28s390/ioasm: use symbolic names for asm operandsHeiko Carstens1-15/+15
2021-06-28s390/ioasm: get rid of register asmHeiko Carstens1-53/+60
2021-06-28s390/cmf: get rid of register asmHeiko Carstens1-6/+7
2021-06-18s390/cio: dont call css_wait_for_slow_path() inside a lockVineeth Vijayan2-2/+3
2021-06-07s390: use struct tpi_info in lowcore.hSven Schnelle1-4/+2
2021-06-07s390: add struct tpi_info to struct pt_regsSven Schnelle2-2/+2
2021-06-07s390/cio: add tpi.h header fileSven Schnelle1-12/+1
2021-06-07s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungroupingJulian Wiedmann1-1/+1
2021-06-07s390/ccwgroup: simplify ungrouping when driver deregistersJulian Wiedmann1-9/+0
2021-06-07s390/ccwgroup: release the cdevs from within dev->release()Julian Wiedmann1-32/+17
2021-05-12vfio-ccw: Serialize FSM IDLE state with I/O completionEric Farman1-2/+10
2021-05-12vfio-ccw: Reset FSM state to IDLE inside FSMEric Farman2-2/+1
2021-05-12vfio-ccw: Check initialized flag in cp_init()Eric Farman1-0/+4
2021-05-06Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+1
2021-04-30s390/cio: remove invalid condition on IO_SCH_UNREGVineeth Vijayan1-2/+1
2021-04-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-7/+10
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe1-6/+9
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe1-1/+1
2021-04-12s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_tVineeth Vijayan1-2/+1
2021-04-05s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queueShixin Liu1-2/+1
2021-04-05s390/cio: use DEFINE_SPINLOCK() for spinlockShixin Liu1-2/+1
2021-03-22s390/qdio: let driver manage the QAOBJulian Wiedmann3-113/+9
2021-03-22s390/cio: add CRW inject functionalityVineeth Vijayan4-1/+213
2021-03-22s390/cio: introduce CIO debugfs directoryVineeth Vijayan3-1/+27
2021-03-08s390/cio: return -EFAULT if copy_to_user() failsEric Farman1-1/+1
2021-03-08s390/cio: return -EFAULT if copy_to_user() failsWang Qing1-2/+2
2021-03-08s390/time,idle: get rid of unsigned long longHeiko Carstens1-1/+1
2021-02-13s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann1-50/+9
2021-02-13s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann1-2/+9
2021-02-13s390/qdio: rework q->qdio_error indicationJulian Wiedmann2-19/+16
2021-02-13s390/qdio: inline qdio_kick_handler()Julian Wiedmann3-25/+12
2021-02-09s390/qdio: track time of last data IRQ for each deviceJulian Wiedmann4-3/+8
2021-02-09s390/qdio: make thinint registration symmetricJulian Wiedmann3-25/+12
2021-02-09s390/qdio: adopt new tasklet APIJulian Wiedmann3-11/+5
2021-02-09s390/qdio: remove qdio_inbound_q_moved() wrapperJulian Wiedmann1-6/+1
2021-02-09s390/qdio: remove Input tasklet codeJulian Wiedmann5-119/+26
2021-01-19s390/cio: use dma helpers for setting masksJulian Wiedmann2-12/+34
2021-01-19s390/cio: remove ccw_device_add() wrapperJulian Wiedmann1-10/+3
2020-12-18Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2020-12-16Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-0/+30
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds5-11/+168
2020-12-16s390/delay: remove udelay_simple()Heiko Carstens1-1/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-9/+3
2020-12-09s390/cio: fix use-after-free in ccw_device_destroy_consoleQinglang Miao1-2/+2
2020-12-07s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributesJulian Wiedmann1-9/+3
2020-12-03vfio-ccw: Wire in the request callbackEric Farman2-0/+30
2020-12-02s390/cio: remove pm support from ccw bus driverVineeth Vijayan5-258/+2
2020-12-02s390/cio: remove pm support from css-bus driverVineeth Vijayan2-139/+1