Age | Commit message (Expand) | Author | Files | Lines |
2022-08-01 | vfio/ccw: Add length to DMA_UNMAP checks | Eric Farman | 1 | -5/+11 |
2022-07-25 | vfio: Replace phys_pfn with pages for vfio_pin_pages() | Nicolin Chen | 1 | -10/+9 |
2022-07-25 | vfio/ccw: Add kmap_local_page() for memcpy | Nicolin Chen | 1 | -3/+6 |
2022-07-25 | vfio/ccw: Change pa_pfn list to pa_iova list | Nicolin Chen | 1 | -71/+64 |
2022-07-25 | vfio: Pass in starting IOVA to vfio_pin/unpin_pages API | Nicolin Chen | 1 | -2/+2 |
2022-07-23 | vfio/ccw: Only pass in contiguous pages | Nicolin Chen | 1 | -14/+56 |
2022-05-11 | vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages() | Jason Gunthorpe | 1 | -3/+3 |
2022-05-11 | vfio/ccw: Remove mdev from struct channel_program | Jason Gunthorpe | 1 | -19/+28 |
2021-05-12 | vfio-ccw: Check initialized flag in cp_init() | Eric Farman | 1 | -0/+4 |
2020-06-02 | vfio-ccw: Enable transparent CCW IPL from DASD | Jared Rossi | 1 | -7/+12 |
2019-07-15 | vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn | Farhan Ali | 1 | -1/+3 |
2019-07-15 | vfio-ccw: Fix memory leak and don't call cp_free in cp_init | Farhan Ali | 1 | -4/+7 |
2019-07-15 | vfio-ccw: Fix misleading comment when setting orb.cmd.c64 | Farhan Ali | 1 | -6/+7 |
2019-07-05 | vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1 | Eric Farman | 1 | -1/+1 |
2019-06-24 | vfio-ccw: make convert_ccw0_to_ccw1 static | Cornelia Huck | 1 | -1/+1 |
2019-06-21 | vfio-ccw: Remove copy_ccw_from_iova() | Eric Farman | 1 | -12/+2 |
2019-06-21 | vfio-ccw: Factor out the ccw0-to-ccw1 transition | Eric Farman | 1 | -23/+25 |
2019-06-21 | vfio-ccw: Copy CCW data outside length calculation | Eric Farman | 1 | -12/+7 |
2019-06-21 | vfio-ccw: Skip second copy of guest cp to host | Eric Farman | 1 | -7/+3 |
2019-06-21 | vfio-ccw: Move guest_cp storage into common struct | Eric Farman | 1 | -19/+4 |
2019-06-17 | s390/cio: Combine direct and indirect CCW paths | Eric Farman | 1 | -76/+39 |
2019-06-17 | vfio-ccw: Rearrange IDAL allocation in direct CCW | Eric Farman | 1 | -10/+15 |
2019-06-17 | vfio-ccw: Remove pfn_array_table | Eric Farman | 1 | -85/+33 |
2019-06-17 | vfio-ccw: Adjust the first IDAW outside of the nested loops | Eric Farman | 1 | -2/+3 |
2019-06-17 | vfio-ccw: Rearrange pfn_array and pfn_array_table arrays | Eric Farman | 1 | -15/+11 |
2019-06-17 | s390/cio: Use generalized CCW handler in cp_init() | Eric Farman | 1 | -23/+4 |
2019-06-17 | s390/cio: Generalize the TIC handler | Eric Farman | 1 | -5/+6 |
2019-06-17 | s390/cio: Refactor the routine that handles TIC CCWs | Eric Farman | 1 | -4/+4 |
2019-06-17 | s390/cio: Squash cp_free() and cp_unpin_free() | Eric Farman | 1 | -20/+16 |
2019-06-03 | s390/cio: Remove vfio-ccw checks of command codes | Eric Farman | 1 | -6/+5 |
2019-06-03 | s390/cio: Allow zero-length CCWs in vfio-ccw | Eric Farman | 1 | -18/+12 |
2019-06-03 | s390/cio: Don't pin vfio pages for empty transfers | Eric Farman | 1 | -5/+50 |
2019-06-03 | s390/cio: Initialize the host addresses in pfn_array | Eric Farman | 1 | -1/+4 |
2019-06-03 | s390/cio: Split pfn_array_alloc_pin into pieces | Eric Farman | 1 | -18/+46 |
2019-06-03 | s390/cio: Update SCSW if it points to the end of the chain | Eric Farman | 1 | -1/+5 |
2019-04-24 | vfio-ccw: make it safe to access channel programs | Cornelia Huck | 1 | -1/+20 |
2019-02-26 | s390/cio: Use cpa range elsewhere within vfio-ccw | Eric Farman | 1 | -12/+6 |
2019-02-26 | s390/cio: Fix vfio-ccw handling of recursive TICs | Eric Farman | 1 | -1/+36 |
2019-02-04 | vfio-ccw: Don't assume there are more ccws after a TIC | Farhan Ali | 1 | -1/+1 |
2018-11-13 | s390/cio: Fix cleanup when unsupported IDA format is used | Eric Farman | 1 | -1/+3 |
2018-11-13 | s390/cio: Fix cleanup of pfn_array alloc failure | Eric Farman | 1 | -1/+1 |
2018-10-02 | s390/cio: Fix how vfio-ccw checks pinned pages | Eric Farman | 1 | -1/+1 |
2018-05-29 | vfio: ccw: set ccw->cda to NULL defensively | Dong Jia Shi | 1 | -11/+20 |
2018-05-29 | vfio: ccw: refactor and improve pfn_array_alloc_pin() | Dong Jia Shi | 1 | -46/+36 |
2018-05-29 | vfio: ccw: shorten kernel doc description for pfn_array_pin() | Dong Jia Shi | 1 | -8/+6 |
2018-05-29 | vfio: ccw: push down unsupported IDA check | Halil Pasic | 1 | -3/+16 |
2018-04-27 | vfio: ccw: fix cleanup if cp_prefetch fails | Halil Pasic | 1 | -1/+12 |
2018-02-05 | s390/cio: fix kernel-doc usage | Sebastian Ott | 1 | -1/+1 |
2017-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -5/+19 |
2017-11-08 | s390: vfio-ccw: Do not attempt to free no-op, test and tic cda. | Jason J. Herne | 1 | -0/+2 |