aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/vfio_ccw_cp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-24vfio-ccw: make it safe to access channel programsCornelia Huck1-1/+20
2019-02-26s390/cio: Use cpa range elsewhere within vfio-ccwEric Farman1-12/+6
2019-02-26s390/cio: Fix vfio-ccw handling of recursive TICsEric Farman1-1/+36
2019-02-04vfio-ccw: Don't assume there are more ccws after a TICFarhan Ali1-1/+1
2018-11-13s390/cio: Fix cleanup when unsupported IDA format is usedEric Farman1-1/+3
2018-11-13s390/cio: Fix cleanup of pfn_array alloc failureEric Farman1-1/+1
2018-10-02s390/cio: Fix how vfio-ccw checks pinned pagesEric Farman1-1/+1
2018-05-29vfio: ccw: set ccw->cda to NULL defensivelyDong Jia Shi1-11/+20
2018-05-29vfio: ccw: refactor and improve pfn_array_alloc_pin()Dong Jia Shi1-46/+36
2018-05-29vfio: ccw: shorten kernel doc description for pfn_array_pin()Dong Jia Shi1-8/+6
2018-05-29vfio: ccw: push down unsupported IDA checkHalil Pasic1-3/+16
2018-04-27vfio: ccw: fix cleanup if cp_prefetch failsHalil Pasic1-1/+12
2018-02-05s390/cio: fix kernel-doc usageSebastian Ott1-1/+1
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+19
2017-11-08s390: vfio-ccw: Do not attempt to free no-op, test and tic cda.Jason J. Herne1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16vfio: ccw: validate the count field of a ccw before pinningDong Jia Shi1-1/+17
2017-10-16vfio: ccw: bypass bad idaw address when fetching IDAL ccwsDong Jia Shi1-4/+0
2017-07-24vfio: ccw: fix bad ptr math for TIC cda translationJason J. Herne1-1/+1
2017-03-31vfio: ccw: introduce support for ccw0Dong Jia Shi1-3/+29
2017-03-31vfio: ccw: introduce channel program interfacesDong Jia Shi1-0/+816