summaryrefslogtreecommitdiff
path: root/drivers/s390/cio/vfio_ccw_cp.c
AgeCommit message (Expand)Author
2024-03-13s390/vfio_ccw_cp: use new address translation helpersHeiko Carstens
2023-07-03s390: fix various typosHeiko Carstens
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-05vfio/ccw: identify CCW data addresses as physicalEric Farman
2022-08-01vfio/ccw: Add length to DMA_UNMAP checksEric Farman
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen
2022-07-25vfio/ccw: Add kmap_local_page() for memcpyNicolin Chen
2022-07-25vfio/ccw: Change pa_pfn list to pa_iova listNicolin Chen
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen
2022-07-23vfio/ccw: Only pass in contiguous pagesNicolin Chen
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe
2022-05-11vfio/ccw: Remove mdev from struct channel_programJason Gunthorpe
2021-05-12vfio-ccw: Check initialized flag in cp_init()Eric Farman
2020-06-02vfio-ccw: Enable transparent CCW IPL from DASDJared Rossi
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