summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-08-067-241/+261
|\
| * vfio/ccw: Check return code from subchannel quiesceEric Farman2022-08-011-1/+1
| * vfio/ccw: Remove FSM Close from remove handlersEric Farman2022-08-012-3/+0
| * vfio/ccw: Add length to DMA_UNMAP checksEric Farman2022-08-013-7/+13
| * vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen2022-07-251-10/+9
| * vfio/ccw: Add kmap_local_page() for memcpyNicolin Chen2022-07-251-3/+6
| * vfio/ccw: Change pa_pfn list to pa_iova listNicolin Chen2022-07-251-71/+64
| * vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen2022-07-251-2/+2
| * vfio/ccw: Only pass in contiguous pagesNicolin Chen2022-07-231-14/+56
| * vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2022-07-202-33/+8
| * vfio/ccw: Move FSM open/close to MDEV open/closeEric Farman2022-07-073-32/+39
| * vfio/ccw: Refactor vfio_ccw_mdev_resetEric Farman2022-07-071-14/+10
| * vfio/ccw: Create a CLOSE FSM eventEric Farman2022-07-074-24/+34
| * vfio/ccw: Create an OPEN FSM EventEric Farman2022-07-073-7/+24
| * vfio/ccw: Update trace data for not operational eventEric Farman2022-07-071-2/+6
| * vfio/ccw: Flatten MDEV device (un)registerEric Farman2022-07-073-15/+2
| * vfio/ccw: Pass enum to FSM event jumptableEric Farman2022-07-071-1/+1
| * vfio/ccw: Remove private->mdevEric Farman2022-07-073-6/+0
| * vfio/ccw: Do not change FSM state in subchannel eventEric Farman2022-07-071-11/+3
| * vfio/ccw: Fix FSM state if mdev probe failsEric Farman2022-07-072-3/+4
| * vfio/ccw: Remove UUID from s390 debug logMichael Kawano2022-07-073-21/+18
| * vfio: de-extern-ify function prototypesAlex Williamson2022-06-272-9/+9
* | s390/airq: allow for airq structure that uses an input vectorMatthew Rosato2022-07-111-3/+7
* | s390/airq: pass more TPI info to airq handlersMatthew Rosato2022-07-112-3/+5
|/
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-032-25/+9
|\
| * s390/cio: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-222-25/+9
* | 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-261-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
|\