summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* s390/qdio: get rid of register asmHeiko Carstens2021-06-282-41/+46
* s390/ioasm: use symbolic names for asm operandsHeiko Carstens2021-06-281-15/+15
* s390/ioasm: get rid of register asmHeiko Carstens2021-06-281-53/+60
* s390/cmf: get rid of register asmHeiko Carstens2021-06-281-6/+7
* s390/cio: dont call css_wait_for_slow_path() inside a lockVineeth Vijayan2021-06-182-2/+3
* s390: use struct tpi_info in lowcore.hSven Schnelle2021-06-071-4/+2
* s390: add struct tpi_info to struct pt_regsSven Schnelle2021-06-072-2/+2
* s390/cio: add tpi.h header fileSven Schnelle2021-06-071-12/+1
* s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungroupingJulian Wiedmann2021-06-071-1/+1
* s390/ccwgroup: simplify ungrouping when driver deregistersJulian Wiedmann2021-06-071-9/+0
* s390/ccwgroup: release the cdevs from within dev->release()Julian Wiedmann2021-06-071-32/+17
* vfio-ccw: Serialize FSM IDLE state with I/O completionEric Farman2021-05-121-2/+10
* vfio-ccw: Reset FSM state to IDLE inside FSMEric Farman2021-05-122-2/+1
* vfio-ccw: Check initialized flag in cp_init()Eric Farman2021-05-121-0/+4
* Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-05-061-2/+1
|\
| * s390/cio: remove invalid condition on IO_SCH_UNREGVineeth Vijayan2021-04-301-2/+1
* | Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-04-281-7/+10
|\ \ | |/ |/|
| * vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-121-6/+9
| * vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-121-1/+1
* | s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_tVineeth Vijayan2021-04-121-2/+1
* | s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queueShixin Liu2021-04-051-2/+1
* | s390/cio: use DEFINE_SPINLOCK() for spinlockShixin Liu2021-04-051-2/+1
* | s390/qdio: let driver manage the QAOBJulian Wiedmann2021-03-223-113/+9
* | s390/cio: add CRW inject functionalityVineeth Vijayan2021-03-224-1/+213
* | s390/cio: introduce CIO debugfs directoryVineeth Vijayan2021-03-223-1/+27
|/
* s390/cio: return -EFAULT if copy_to_user() failsEric Farman2021-03-081-1/+1
* s390/cio: return -EFAULT if copy_to_user() failsWang Qing2021-03-081-2/+2
* s390/time,idle: get rid of unsigned long longHeiko Carstens2021-03-081-1/+1
* s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann2021-02-131-50/+9
* s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann2021-02-131-2/+9
* s390/qdio: rework q->qdio_error indicationJulian Wiedmann2021-02-132-19/+16
* s390/qdio: inline qdio_kick_handler()Julian Wiedmann2021-02-133-25/+12
* s390/qdio: track time of last data IRQ for each deviceJulian Wiedmann2021-02-094-3/+8
* s390/qdio: make thinint registration symmetricJulian Wiedmann2021-02-093-25/+12
* s390/qdio: adopt new tasklet APIJulian Wiedmann2021-02-093-11/+5
* s390/qdio: remove qdio_inbound_q_moved() wrapperJulian Wiedmann2021-02-091-6/+1
* s390/qdio: remove Input tasklet codeJulian Wiedmann2021-02-095-119/+26
* s390/cio: use dma helpers for setting masksJulian Wiedmann2021-01-192-12/+34
* s390/cio: remove ccw_device_add() wrapperJulian Wiedmann2021-01-191-10/+3
* Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-181-1/+1
|\
| * s390/delay: remove udelay_simple()Heiko Carstens2020-12-161-1/+1
* | Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-12-162-0/+30
|\ \
| * | vfio-ccw: Wire in the request callbackEric Farman2020-12-032-0/+30
* | | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-165-11/+168
|\ \ \
| * | | s390/cio: Add support for FCES status notificationVineeth Vijayan2020-11-163-10/+68
| * | | s390/cio: Provide Endpoint-Security Mode per CUVineeth Vijayan2020-11-161-0/+83
| * | | s390/cio: Export information about Endpoint-Security CapabilitySebastian Ott2020-11-162-1/+17
| |/ /
* | | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-9/+3
|\ \ \ | |_|/ |/| |
| * | s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributesJulian Wiedmann2020-12-071-9/+3
| |/
* | s390/cio: fix use-after-free in ccw_device_destroy_consoleQinglang Miao2020-12-091-2/+2