summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/vfio_ccw_cp.c
Commit message (Expand)AuthorAgeFilesLines
* vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfnFarhan Ali2019-07-151-1/+3
* vfio-ccw: Fix memory leak and don't call cp_free in cp_initFarhan Ali2019-07-151-4/+7
* vfio-ccw: Fix misleading comment when setting orb.cmd.c64Farhan Ali2019-07-151-6/+7
* vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1Eric Farman2019-07-051-1/+1
* vfio-ccw: make convert_ccw0_to_ccw1 staticCornelia Huck2019-06-241-1/+1
* vfio-ccw: Remove copy_ccw_from_iova()Eric Farman2019-06-211-12/+2Star
* vfio-ccw: Factor out the ccw0-to-ccw1 transitionEric Farman2019-06-211-23/+25
* vfio-ccw: Copy CCW data outside length calculationEric Farman2019-06-211-12/+7Star
* vfio-ccw: Skip second copy of guest cp to hostEric Farman2019-06-211-7/+3Star
* vfio-ccw: Move guest_cp storage into common structEric Farman2019-06-211-19/+4Star
* s390/cio: Combine direct and indirect CCW pathsEric Farman2019-06-171-76/+39Star
* vfio-ccw: Rearrange IDAL allocation in direct CCWEric Farman2019-06-171-10/+15
* vfio-ccw: Remove pfn_array_tableEric Farman2019-06-171-85/+33Star
* vfio-ccw: Adjust the first IDAW outside of the nested loopsEric Farman2019-06-171-2/+3
* vfio-ccw: Rearrange pfn_array and pfn_array_table arraysEric Farman2019-06-171-15/+11Star
* s390/cio: Use generalized CCW handler in cp_init()Eric Farman2019-06-171-23/+4Star
* s390/cio: Generalize the TIC handlerEric Farman2019-06-171-5/+6
* s390/cio: Refactor the routine that handles TIC CCWsEric Farman2019-06-171-4/+4
* s390/cio: Squash cp_free() and cp_unpin_free()Eric Farman2019-06-171-20/+16Star
* s390/cio: Remove vfio-ccw checks of command codesEric Farman2019-06-031-6/+5Star
* s390/cio: Allow zero-length CCWs in vfio-ccwEric Farman2019-06-031-18/+12Star
* s390/cio: Don't pin vfio pages for empty transfersEric Farman2019-06-031-5/+50
* s390/cio: Initialize the host addresses in pfn_arrayEric Farman2019-06-031-1/+4
* s390/cio: Split pfn_array_alloc_pin into piecesEric Farman2019-06-031-18/+46
* s390/cio: Update SCSW if it points to the end of the chainEric Farman2019-06-031-1/+5
* vfio-ccw: make it safe to access channel programsCornelia Huck2019-04-241-1/+20
* s390/cio: Use cpa range elsewhere within vfio-ccwEric Farman2019-02-261-12/+6Star
* s390/cio: Fix vfio-ccw handling of recursive TICsEric Farman2019-02-261-1/+36
* vfio-ccw: Don't assume there are more ccws after a TICFarhan Ali2019-02-041-1/+1
* s390/cio: Fix cleanup when unsupported IDA format is usedEric Farman2018-11-131-1/+3
* s390/cio: Fix cleanup of pfn_array alloc failureEric Farman2018-11-131-1/+1
* s390/cio: Fix how vfio-ccw checks pinned pagesEric Farman2018-10-021-1/+1
* vfio: ccw: set ccw->cda to NULL defensivelyDong Jia Shi2018-05-291-11/+20
* vfio: ccw: refactor and improve pfn_array_alloc_pin()Dong Jia Shi2018-05-291-46/+36Star
* vfio: ccw: shorten kernel doc description for pfn_array_pin()Dong Jia Shi2018-05-291-8/+6Star
* vfio: ccw: push down unsupported IDA checkHalil Pasic2018-05-291-3/+16
* vfio: ccw: fix cleanup if cp_prefetch failsHalil Pasic2018-04-271-1/+12
* s390/cio: fix kernel-doc usageSebastian Ott2018-02-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-131-5/+19
|\
| * s390: vfio-ccw: Do not attempt to free no-op, test and tic cda.Jason J. Herne2017-11-081-0/+2
| * vfio: ccw: validate the count field of a ccw before pinningDong Jia Shi2017-10-161-1/+17
| * vfio: ccw: bypass bad idaw address when fetching IDAL ccwsDong Jia Shi2017-10-161-4/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* vfio: ccw: fix bad ptr math for TIC cda translationJason J. Herne2017-07-241-1/+1
* vfio: ccw: introduce support for ccw0Dong Jia Shi2017-03-311-3/+29
* vfio: ccw: introduce channel program interfacesDong Jia Shi2017-03-311-0/+816