summaryrefslogtreecommitdiff
path: root/drivers/s390/cio
AgeCommit message (Expand)Author
2023-09-07Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-08-30s390/airq: remove lsi_mask from airq_structBenjamin Block
2023-07-25vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu
2023-07-03s390: fix various typosHeiko Carstens
2023-06-27Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-06-01vfio/ccw: use struct_size() helperGustavo A. R. Silva
2023-06-01vfio/ccw: replace one-element array with flexible-array memberGustavo A. R. Silva
2023-05-22s390/cio: unregister device when the only path is goneVineeth Vijayan
2023-05-17s390/qdio: fix do_sqbs() inline assembly constraintHeiko Carstens
2023-05-15s390/cio: include subchannels without devices also for evaluationVineeth Vijayan
2023-04-13s390/cio: replace zero-length array with flexible-array memberHeiko Carstens
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-14vfio/ccw: remove WARN_ON during shutdownEric Farman
2023-01-31s390/cio: introduce locking for register/unregister functionsVineeth Vijayan
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-22s390/cio: evaluate devices with non-operational pathsVineeth Vijayan
2023-01-09vfio/ccw: remove old IDA format restrictionsEric Farman
2023-01-09vfio/ccw: don't group contiguous pages on 2K IDAWsEric Farman
2023-01-09vfio/ccw: handle a guest Format-1 IDALEric Farman
2023-01-09vfio/ccw: allocate/populate the guest idalEric Farman
2023-01-09vfio/ccw: calculate number of IDAWs regardless of formatEric Farman
2023-01-09vfio/ccw: read only one Format-1 IDAWEric Farman
2023-01-09vfio/ccw: refactor the idaw counterEric Farman
2023-01-09vfio/ccw: populate page_array struct inlineEric Farman
2023-01-09vfio/ccw: pass page count to page_array structEric Farman
2023-01-09vfio/ccw: remove unnecessary malloc alignmentEric Farman
2023-01-09vfio/ccw: simplify CCW chain fetch routinesEric Farman
2023-01-09vfio/ccw: replace copy_from_iova with vfio_dma_rwEric Farman
2023-01-09vfio/ccw: move where IDA flag is set in ORBEric Farman
2023-01-09vfio/ccw: allow non-zero storage keysEric Farman
2023-01-09vfio/ccw: simplify the cp_get_orb interfaceEric Farman
2023-01-09vfio/ccw: cleanup some of the mdev commentaryEric Farman
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-12-05vfio/ap/ccw/samples: Fix device_register() unwind pathAlex Williamson
2022-12-05vfio/ccw: identify CCW data addresses as physicalEric Farman
2022-12-05vfio/ccw: sort out physical vs virtual pointers usageAlexander Gordeev
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe
2022-12-01s390/cio: sort out physical vs virtual pointers usageAlexander Gordeev
2022-11-10vfio: Remove vfio_free_deviceEric Farman
2022-11-10vfio/ccw: replace vfio_init_device with _alloc_Eric Farman
2022-11-10vfio/ccw: remove release completionEric Farman
2022-11-10vfio/ccw: move private to mdev lifecycleEric Farman
2022-11-10vfio/ccw: move private initialization to callbackEric Farman
2022-11-10vfio/ccw: remove private->schEric Farman
2022-11-10vfio/ccw: create a parent structEric Farman
2022-10-26s390/cio: fix out-of-bounds access on cio_ignore freePeter Oberparleiter
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe