summaryrefslogtreecommitdiff
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-7/+7
2023-02-14vfio/ccw: remove WARN_ON during shutdownEric Farman1-1/+1
2023-01-31s390/cio: introduce locking for register/unregister functionsVineeth Vijayan1-0/+9
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman3-7/+7
2023-01-22s390/cio: evaluate devices with non-operational pathsVineeth Vijayan2-7/+16
2023-01-09vfio/ccw: remove old IDA format restrictionsEric Farman1-8/+0
2023-01-09vfio/ccw: don't group contiguous pages on 2K IDAWsEric Farman1-10/+20
2023-01-09vfio/ccw: handle a guest Format-1 IDALEric Farman1-3/+16
2023-01-09vfio/ccw: allocate/populate the guest idalEric Farman1-24/+52
2023-01-09vfio/ccw: calculate number of IDAWs regardless of formatEric Farman1-0/+16
2023-01-09vfio/ccw: read only one Format-1 IDAWEric Farman1-3/+11
2023-01-09vfio/ccw: refactor the idaw counterEric Farman1-9/+30
2023-01-09vfio/ccw: populate page_array struct inlineEric Farman1-17/+5
2023-01-09vfio/ccw: pass page count to page_array structEric Farman1-10/+13
2023-01-09vfio/ccw: remove unnecessary malloc alignmentEric Farman1-20/+23
2023-01-09vfio/ccw: simplify CCW chain fetch routinesEric Farman1-18/+15
2023-01-09vfio/ccw: replace copy_from_iova with vfio_dma_rwEric Farman1-51/+5
2023-01-09vfio/ccw: move where IDA flag is set in ORBEric Farman1-7/+6
2023-01-09vfio/ccw: allow non-zero storage keysEric Farman1-1/+0
2023-01-09vfio/ccw: simplify the cp_get_orb interfaceEric Farman3-7/+6
2023-01-09vfio/ccw: cleanup some of the mdev commentaryEric Farman2-4/+2
2022-12-16Merge 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-13Merge 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