summaryrefslogtreecommitdiff
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorFilesLines
2021-07-14s390/cio: dont call css_wait_for_slow_path() inside a lockVineeth Vijayan2-2/+3
2021-06-16vfio-ccw: Serialize FSM IDLE state with I/O completionEric Farman1-2/+10
2021-06-03vfio-ccw: Check initialized flag in cp_init()Eric Farman1-0/+4
2021-03-17s390/cio: return -EFAULT if copy_to_user() failsEric Farman1-1/+1
2021-03-17s390/cio: return -EFAULT if copy_to_user() fails againWang Qing1-2/+2
2020-12-30s390/cio: fix use-after-free in ccw_device_destroy_consoleQinglang Miao1-2/+2
2020-10-01s390/irq: replace setup_irq() by request_irq()afzal mohammed2-12/+4
2020-09-03s390/cio: add cond_resched() in the slow_eval_known_fn() loopVineeth Vijayan1-0/+5
2020-06-24s390/qdio: put thinint indicator after early errorJulian Wiedmann3-8/+8
2020-04-29s390/cio: avoid duplicated 'ADD' ueventsCornelia Huck1-4/+9
2020-04-29s390/cio: generate delayed uevent for vfio-ccw subchannelsCornelia Huck1-0/+5
2020-03-12s390/qdio: fill SL with absolute addressesJulian Wiedmann1-1/+2
2020-03-12s390/cio: cio_ignore_proc_seq_next should increase position indexVasily Averin1-2/+3
2020-01-12s390/dasd/cio: Interpret ccw_device_get_mdc return value correctlyJan Höppner1-1/+1
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-24s390/cio: exclude subchannels with no parent from pseudo checkVasily Gorbik1-0/+2
2019-09-24s390/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-18Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-30/+3
2019-09-18Merge 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-25s390/qdio: let drivers opt-out from Output Queue scanningJulian Wiedmann3-6/+10
2019-08-25s390/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
2019-07-15vfio-ccw: Fix misleading comment when setting orb.cmd.c64Farhan Ali1-6/+7
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-14/+12
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds18-423/+620
2019-07-05vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1Eric Farman1-1/+1
2019-07-02s390/qdio: don't touch the dsci in tiqdio_add_input_queues()Julian Wiedmann1-1/+0
2019-07-02s390/qdio: (re-)initialize tiqdio list entriesJulian Wiedmann2-2/+4
2019-07-02s390/cio: introduce driver_override on the css busCornelia Huck2-0/+54
2019-06-26drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose2-4/+2
2019-06-24vfio-ccw: make convert_ccw0_to_ccw1 staticCornelia Huck1-1/+1
2019-06-24Merge tag 'vfio-ccw-20190621' of https://git.kernel.org/pub/scm/linux/kernel/...Vasily Gorbik3-278/+151
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose3-4/+4
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose3-6/+6
2019-06-21vfio-ccw: Remove copy_ccw_from_iova()Eric Farman1-12/+2
2019-06-21vfio-ccw: Factor out the ccw0-to-ccw1 transitionEric Farman1-23/+25