summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorFilesLines
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds5-162/+188
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds12-41/+48
2022-12-05vfio/ap/ccw/samples: Fix device_register() unwind pathAlex Williamson1-1/+2
2022-12-05vfio/ccw: identify CCW data addresses as physicalEric Farman1-2/+2
2022-12-05vfio/ccw: sort out physical vs virtual pointers usageAlexander Gordeev1-1/+1
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe1-0/+3
2022-12-01s390/cio: sort out physical vs virtual pointers usageAlexander Gordeev10-38/+45
2022-11-10vfio: Remove vfio_free_deviceEric Farman1-2/+0
2022-11-10vfio/ccw: replace vfio_init_device with _alloc_Eric Farman3-30/+18
2022-11-10vfio/ccw: remove release completionEric Farman2-16/+1
2022-11-10vfio/ccw: move private to mdev lifecycleEric Farman3-28/+16
2022-11-10vfio/ccw: move private initialization to callbackEric Farman3-66/+58
2022-11-10vfio/ccw: remove private->schEric Farman5-28/+26
2022-11-10vfio/ccw: create a parent structEric Farman3-25/+101
2022-10-26s390/cio: fix out-of-bounds access on cio_ignore freePeter Oberparleiter1-6/+2
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds3-58/+57
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe3-17/+1
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig1-11/+3
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2-8/+1
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe1-8/+1
2022-10-04vfio/mdev: remove mtype_get_parent_devChristoph Hellwig1-2/+1
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig3-14/+8
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig3-3/+7
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig1-1/+0
2022-09-21vfio/ccw: Use the new device life cycle helpersKevin Tian2-7/+48
2022-08-30s390: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
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