summaryrefslogtreecommitdiff
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorFilesLines
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds7-241/+261
2022-08-01vfio/ccw: Check return code from subchannel quiesceEric Farman1-1/+1
2022-08-01vfio/ccw: Remove FSM Close from remove handlersEric Farman2-3/+0
2022-08-01vfio/ccw: Add length to DMA_UNMAP checksEric Farman3-7/+13
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen1-10/+9
2022-07-25vfio/ccw: Add kmap_local_page() for memcpyNicolin Chen1-3/+6
2022-07-25vfio/ccw: Change pa_pfn list to pa_iova listNicolin Chen1-71/+64
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen1-2/+2
2022-07-23vfio/ccw: Only pass in contiguous pagesNicolin Chen1-14/+56
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2-33/+8
2022-07-11s390/airq: allow for airq structure that uses an input vectorMatthew Rosato1-3/+7
2022-07-11s390/airq: pass more TPI info to airq handlersMatthew Rosato2-3/+5
2022-07-07vfio/ccw: Move FSM open/close to MDEV open/closeEric Farman3-32/+39
2022-07-07vfio/ccw: Refactor vfio_ccw_mdev_resetEric Farman1-14/+10
2022-07-07vfio/ccw: Create a CLOSE FSM eventEric Farman4-24/+34
2022-07-07vfio/ccw: Create an OPEN FSM EventEric Farman3-7/+24
2022-07-07vfio/ccw: Update trace data for not operational eventEric Farman1-2/+6
2022-07-07vfio/ccw: Flatten MDEV device (un)registerEric Farman3-15/+2
2022-07-07vfio/ccw: Pass enum to FSM event jumptableEric Farman1-1/+1
2022-07-07vfio/ccw: Remove private->mdevEric Farman3-6/+0
2022-07-07vfio/ccw: Do not change FSM state in subchannel eventEric Farman1-11/+3
2022-07-07vfio/ccw: Fix FSM state if mdev probe failsEric Farman2-3/+4
2022-07-07vfio/ccw: Remove UUID from s390 debug logMichael Kawano3-21/+18
2022-06-27vfio: de-extern-ify function prototypesAlex Williamson2-9/+9
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-25/+9
2022-06-01Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds4-28/+33
2022-05-26Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+1
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe1-3/+3
2022-05-11vfio/ccw: Remove mdev from struct channel_programJason Gunthorpe3-24/+30
2022-05-11vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe1-4/+3
2022-05-11s390/stp: clock_delta should be signedSven Schnelle1-2/+2
2022-04-22s390/cio: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2-25/+9
2022-04-21vfio/mdev: Remove mdev_parent_opsJason Gunthorpe1-6/+1
2022-03-27s390: cleanup timer API useYu Liao2-18/+6
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens1-0/+1
2022-03-08s390/airq: use DMA memory for summary indicatorsHalil Pasic1-2/+2
2022-03-01Merge branch 'fixes' into featuresVasily Gorbik1-1/+1
2022-02-10s390/cio: verify the driver availability for path_event callVineeth Vijayan1-1/+1
2022-02-07s390: remove invalid email address of Heiko CarstensHeiko Carstens1-1/+0
2021-12-06s390/qdio: remove unneeded sanity check in qdio_do_sqbs()Julian Wiedmann1-2/+0
2021-12-06s390/qdio: split do_QDIO()Julian Wiedmann1-13/+38
2021-12-06s390/qdio: split qdio_inspect_queue()Julian Wiedmann1-34/+50
2021-12-06s390/qdio: clarify handler logic for qdio_handle_activate_check()Julian Wiedmann3-14/+13
2021-12-06s390/qdio: clean up access to queue in qdio_handle_activate_check()Julian Wiedmann1-2/+2
2021-12-06s390/qdio: avoid allocating the qdio_irq with GFP_DMAJulian Wiedmann3-14/+23
2021-12-06s390/qdio: improve handling of CIWsJulian Wiedmann3-26/+20
2021-12-06s390/cio: remove uevent suppress from cio driverVineeth Vijayan5-51/+3
2021-11-16s390: replace snprintf in show functions with sysfs_emitQing Wang1-1/+1
2021-11-08s390/cio: check the subchannel validity for dev_busidVineeth Vijayan1-2/+2
2021-11-07Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-4/+19