summaryrefslogtreecommitdiff
path: root/drivers/s390/cio/vfio_ccw_cp.c
AgeCommit message (Expand)Author
2019-07-15vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfnFarhan Ali
2019-07-15vfio-ccw: Fix memory leak and don't call cp_free in cp_initFarhan Ali
2019-07-15vfio-ccw: Fix misleading comment when setting orb.cmd.c64Farhan Ali
2019-07-05vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1Eric Farman
2019-06-24vfio-ccw: make convert_ccw0_to_ccw1 staticCornelia Huck
2019-06-21vfio-ccw: Remove copy_ccw_from_iova()Eric Farman
2019-06-21vfio-ccw: Factor out the ccw0-to-ccw1 transitionEric Farman
2019-06-21vfio-ccw: Copy CCW data outside length calculationEric Farman
2019-06-21vfio-ccw: Skip second copy of guest cp to hostEric Farman
2019-06-21vfio-ccw: Move guest_cp storage into common structEric Farman
2019-06-17s390/cio: Combine direct and indirect CCW pathsEric Farman
2019-06-17vfio-ccw: Rearrange IDAL allocation in direct CCWEric Farman
2019-06-17vfio-ccw: Remove pfn_array_tableEric Farman
2019-06-17vfio-ccw: Adjust the first IDAW outside of the nested loopsEric Farman
2019-06-17vfio-ccw: Rearrange pfn_array and pfn_array_table arraysEric Farman
2019-06-17s390/cio: Use generalized CCW handler in cp_init()Eric Farman
2019-06-17s390/cio: Generalize the TIC handlerEric Farman
2019-06-17s390/cio: Refactor the routine that handles TIC CCWsEric Farman
2019-06-17s390/cio: Squash cp_free() and cp_unpin_free()Eric Farman
2019-06-03s390/cio: Remove vfio-ccw checks of command codesEric Farman
2019-06-03s390/cio: Allow zero-length CCWs in vfio-ccwEric Farman
2019-06-03s390/cio: Don't pin vfio pages for empty transfersEric Farman
2019-06-03s390/cio: Initialize the host addresses in pfn_arrayEric Farman
2019-06-03s390/cio: Split pfn_array_alloc_pin into piecesEric Farman
2019-06-03s390/cio: Update SCSW if it points to the end of the chainEric Farman
2019-04-24vfio-ccw: make it safe to access channel programsCornelia Huck
2019-02-26s390/cio: Use cpa range elsewhere within vfio-ccwEric Farman
2019-02-26s390/cio: Fix vfio-ccw handling of recursive TICsEric Farman
2019-02-04vfio-ccw: Don't assume there are more ccws after a TICFarhan Ali
2018-11-13s390/cio: Fix cleanup when unsupported IDA format is usedEric Farman
2018-11-13s390/cio: Fix cleanup of pfn_array alloc failureEric Farman
2018-10-02s390/cio: Fix how vfio-ccw checks pinned pagesEric Farman
2018-05-29vfio: ccw: set ccw->cda to NULL defensivelyDong Jia Shi
2018-05-29vfio: ccw: refactor and improve pfn_array_alloc_pin()Dong Jia Shi
2018-05-29vfio: ccw: shorten kernel doc description for pfn_array_pin()Dong Jia Shi
2018-05-29vfio: ccw: push down unsupported IDA checkHalil Pasic
2018-04-27vfio: ccw: fix cleanup if cp_prefetch failsHalil Pasic
2018-02-05s390/cio: fix kernel-doc usageSebastian Ott
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-11-08s390: vfio-ccw: Do not attempt to free no-op, test and tic cda.Jason J. Herne
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-16vfio: ccw: validate the count field of a ccw before pinningDong Jia Shi
2017-10-16vfio: ccw: bypass bad idaw address when fetching IDAL ccwsDong Jia Shi
2017-07-24vfio: ccw: fix bad ptr math for TIC cda translationJason J. Herne
2017-03-31vfio: ccw: introduce support for ccw0Dong Jia Shi
2017-03-31vfio: ccw: introduce channel program interfacesDong Jia Shi