summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
AgeCommit message (Expand)Author
2021-03-17s390/cio: return -EFAULT if copy_to_user() failsEric Farman
2021-03-17s390/cio: return -EFAULT if copy_to_user() fails againWang Qing
2020-12-30s390/cio: fix use-after-free in ccw_device_destroy_consoleQinglang Miao
2020-10-01s390/irq: replace setup_irq() by request_irq()afzal mohammed
2020-09-03s390/cio: add cond_resched() in the slow_eval_known_fn() loopVineeth Vijayan
2020-06-24s390/qdio: put thinint indicator after early errorJulian Wiedmann
2020-04-29s390/cio: avoid duplicated 'ADD' ueventsCornelia Huck
2020-04-29s390/cio: generate delayed uevent for vfio-ccw subchannelsCornelia Huck
2020-03-12s390/qdio: fill SL with absolute addressesJulian Wiedmann
2020-03-12s390/cio: cio_ignore_proc_seq_next should increase position indexVasily Averin
2020-01-12s390/dasd/cio: Interpret ccw_device_get_mdc return value correctlyJan Höppner
2019-10-10s390/cio: fix virtio-ccw DMA without PVHalil Pasic
2019-10-01s390/qdio: clarify size of the QIB parm areaJulian Wiedmann
2019-09-26Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-09-23s390/cio: exclude subchannels with no parent from pseudo checkVasily Gorbik
2019-09-23s390/cio: avoid calling strlen on null pointerVasily Gorbik
2019-09-19s390/cio: fix intparm documentationCornelia Huck
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-09-05vfio-ccw: fix error return code in vfio_ccw_sch_init()Wei Yongjun
2019-08-24s390/qdio: let drivers opt-out from Output Queue scanningJulian Wiedmann
2019-08-24s390/qdio: enable drivers to poll for Output completionsJulian Wiedmann
2019-08-23vfio-ccw: add some loggingCornelia Huck
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose
2019-07-29vfio-ccw: make vfio_ccw_async_region_ops staticVasily Gorbik
2019-07-23Merge tag 'vfio-ccw-20190717-2' of https://git.kernel.org/pub/scm/linux/kerne...Heiko Carstens
2019-07-23s390/qdio: restrict QAOB usage to IQD unicast queuesJulian Wiedmann
2019-07-23s390/qdio: add sanity checks to the fast-requeue pathJulian Wiedmann
2019-07-15vfio-ccw: Don't call cp_free if we are processing a channel programFarhan Ali
2019-07-15vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfnFarhan Ali
2019-07-15vfio-ccw: Fix memory leak and don't call cp_free in cp_initFarhan Ali
2019-07-15vfio-ccw: Fix misleading comment when setting orb.cmd.c64Farhan Ali
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-07-05vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1Eric Farman
2019-07-02s390/qdio: don't touch the dsci in tiqdio_add_input_queues()Julian Wiedmann
2019-07-02s390/qdio: (re-)initialize tiqdio list entriesJulian Wiedmann
2019-07-02s390/cio: introduce driver_override on the css busCornelia Huck
2019-06-26drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose
2019-06-24vfio-ccw: make convert_ccw0_to_ccw1 staticCornelia Huck
2019-06-24Merge tag 'vfio-ccw-20190621' of https://git.kernel.org/pub/scm/linux/kernel/...Vasily Gorbik
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-21vfio-ccw: Remove copy_ccw_from_iova()Eric Farman
2019-06-21vfio-ccw: Factor out the ccw0-to-ccw1 transitionEric Farman
2019-06-21vfio-ccw: Copy CCW data outside length calculationEric Farman
2019-06-21vfio-ccw: Skip second copy of guest cp to hostEric Farman
2019-06-21vfio-ccw: Move guest_cp storage into common structEric Farman