summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-06-014-28/+33
|\
| * vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe2022-05-111-3/+3
| * vfio/ccw: Remove mdev from struct channel_programJason Gunthorpe2022-05-113-24/+30
| * vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe2022-05-111-4/+3
* | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-251-6/+1
|\|
| * vfio/mdev: Remove mdev_parent_opsJason Gunthorpe2022-04-211-6/+1
* | s390/stp: clock_delta should be signedSven Schnelle2022-05-111-2/+2
|/
* s390: cleanup timer API useYu Liao2022-03-272-18/+6
* s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens2022-03-081-0/+1
* s390/airq: use DMA memory for summary indicatorsHalil Pasic2022-03-081-2/+2
* Merge branch 'fixes' into featuresVasily Gorbik2022-03-011-1/+1
|\
| * s390/cio: verify the driver availability for path_event callVineeth Vijayan2022-02-091-1/+1
* | s390: remove invalid email address of Heiko CarstensHeiko Carstens2022-02-061-1/+0
|/
* s390/qdio: remove unneeded sanity check in qdio_do_sqbs()Julian Wiedmann2021-12-061-2/+0
* s390/qdio: split do_QDIO()Julian Wiedmann2021-12-061-13/+38
* s390/qdio: split qdio_inspect_queue()Julian Wiedmann2021-12-061-34/+50
* s390/qdio: clarify handler logic for qdio_handle_activate_check()Julian Wiedmann2021-12-063-14/+13
* s390/qdio: clean up access to queue in qdio_handle_activate_check()Julian Wiedmann2021-12-061-2/+2
* s390/qdio: avoid allocating the qdio_irq with GFP_DMAJulian Wiedmann2021-12-063-14/+23
* s390/qdio: improve handling of CIWsJulian Wiedmann2021-12-063-26/+20
* s390/cio: remove uevent suppress from cio driverVineeth Vijayan2021-12-065-51/+3
* s390: replace snprintf in show functions with sysfs_emitQing Wang2021-11-161-1/+1
* s390/cio: check the subchannel validity for dev_busidVineeth Vijayan2021-11-081-2/+2
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-063-4/+19
|\
| * s390/cio: make ccw_device_dma_* more robustHalil Pasic2021-10-261-1/+11
| * s390/cio: derive cdev information only for IO-subchannelsVineeth Vijayan2021-10-041-3/+6
| * s390/cio: unregister the subchannel while purgingVineeth Vijayan2021-10-041-0/+2
* | Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-11-033-117/+166
|\ \
| * | vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()Jason Gunthorpe2021-10-283-48/+85
| * | vfio/ccw: Pass vfio_ccw_private not mdev_device to various functionsJason Gunthorpe2021-10-281-22/+15
| * | vfio/ccw: Use functions for alloc/free of the vfio_ccw_privateJason Gunthorpe2021-10-281-47/+66
| * | vfio/ccw: Remove unneeded GFP_DMAJason Gunthorpe2021-10-281-1/+1
* | | s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann2021-10-251-32/+2
| |/ |/|
* | s390/cio: avoid excessive path-verification requestsVineeth Vijayan2021-09-273-13/+45
|/
* s390/qeth: fix deadlock during failing recoveryAlexandra Winter2021-09-211-2/+8
* Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-093-19/+9
|\
| * s390/cio: fix kernel doc commentHeiko Carstens2021-09-071-1/+1
| * s390/cio: dont unregister subchannel from child-driversVineeth Vijayan2021-08-312-18/+8
* | Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-09-021-4/+4
|\ \
| * | vfio/ap,ccw: Fix open/close when multiple device FDs are openJason Gunthorpe2021-08-111-4/+4
* | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-018-25/+14
|\ \ \
| * | | bus: Make remove callback return voidUwe Kleine-König2021-07-214-12/+4
| * | | s390/scm: Make struct scm_driver::remove return voidUwe Kleine-König2021-07-211-1/+4
| * | | s390/ccwgroup: Drop if with an always false conditionUwe Kleine-König2021-07-211-2/+0
| * | | s390/cio: Make struct css_driver::remove return voidUwe Kleine-König2021-07-216-14/+10
| |/ /
* | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-22/+0
|\ \ \ | |_|/ |/| |
| * | s390/qeth: remove OSN supportJulian Wiedmann2021-07-201-22/+0
| |/
* | s390/qdio: remove unused support for SLIB parametersJulian Wiedmann2021-08-182-38/+0
* | s390/qdio: consolidate QIB codeJulian Wiedmann2021-08-181-27/+15
* | s390/qdio: use dev_info() in qdio_print_subchannel_info()Julian Wiedmann2021-08-181-5/+2