Age | Commit message (Expand) | Author |
2023-01-09 | vfio/ccw: allow non-zero storage keys | Eric Farman |
2023-01-09 | vfio/ccw: simplify the cp_get_orb interface | Eric Farman |
2023-01-09 | vfio/ccw: cleanup some of the mdev commentary | Eric Farman |
2022-12-15 | Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds |
2022-12-14 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-12 | Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2022-12-05 | vfio/ap/ccw/samples: Fix device_register() unwind path | Alex Williamson |
2022-12-05 | vfio/ccw: identify CCW data addresses as physical | Eric Farman |
2022-12-05 | vfio/ccw: sort out physical vs virtual pointers usage | Alexander Gordeev |
2022-12-02 | vfio-iommufd: Support iommufd for emulated VFIO devices | Jason Gunthorpe |
2022-12-01 | s390/cio: sort out physical vs virtual pointers usage | Alexander Gordeev |
2022-11-10 | vfio: Remove vfio_free_device | Eric Farman |
2022-11-10 | vfio/ccw: replace vfio_init_device with _alloc_ | Eric Farman |
2022-11-10 | vfio/ccw: remove release completion | Eric Farman |
2022-11-10 | vfio/ccw: move private to mdev lifecycle | Eric Farman |
2022-11-10 | vfio/ccw: move private initialization to callback | Eric Farman |
2022-11-10 | vfio/ccw: remove private->sch | Eric Farman |
2022-11-10 | vfio/ccw: create a parent struct | Eric Farman |
2022-10-26 | s390/cio: fix out-of-bounds access on cio_ignore free | Peter Oberparleiter |
2022-10-12 | Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds |
2022-10-04 | vfio/mdev: add mdev available instance checking to the core | Jason Gunthorpe |
2022-10-04 | vfio/mdev: consolidate all the available_instance sysfs into the core code | Christoph Hellwig |
2022-10-04 | vfio/mdev: consolidate all the name sysfs into the core code | Christoph Hellwig |
2022-10-04 | vfio/mdev: consolidate all the device_api sysfs into the core code | Jason Gunthorpe |
2022-10-04 | vfio/mdev: remove mtype_get_parent_dev | Christoph Hellwig |
2022-10-04 | vfio/mdev: simplify mdev_type handling | Christoph Hellwig |
2022-10-04 | vfio/mdev: embedd struct mdev_parent in the parent data structure | Christoph Hellwig |
2022-10-04 | vfio/mdev: make mdev.h standalone includable | Christoph Hellwig |
2022-09-21 | vfio/ccw: Use the new device life cycle helpers | Kevin Tian |
2022-08-30 | s390: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-08-06 | Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds |
2022-08-01 | vfio/ccw: Check return code from subchannel quiesce | Eric Farman |
2022-08-01 | vfio/ccw: Remove FSM Close from remove handlers | Eric Farman |
2022-08-01 | vfio/ccw: Add length to DMA_UNMAP checks | Eric Farman |
2022-07-25 | vfio: Replace phys_pfn with pages for vfio_pin_pages() | Nicolin Chen |
2022-07-25 | vfio/ccw: Add kmap_local_page() for memcpy | Nicolin Chen |
2022-07-25 | vfio/ccw: Change pa_pfn list to pa_iova list | Nicolin Chen |
2022-07-25 | vfio: Pass in starting IOVA to vfio_pin/unpin_pages API | Nicolin Chen |
2022-07-23 | vfio/ccw: Only pass in contiguous pages | Nicolin Chen |
2022-07-20 | vfio: Replace the DMA unmapping notifier with a callback | Jason Gunthorpe |
2022-07-11 | s390/airq: allow for airq structure that uses an input vector | Matthew Rosato |
2022-07-11 | s390/airq: pass more TPI info to airq handlers | Matthew Rosato |
2022-07-07 | vfio/ccw: Move FSM open/close to MDEV open/close | Eric Farman |
2022-07-07 | vfio/ccw: Refactor vfio_ccw_mdev_reset | Eric Farman |
2022-07-07 | vfio/ccw: Create a CLOSE FSM event | Eric Farman |
2022-07-07 | vfio/ccw: Create an OPEN FSM Event | Eric Farman |
2022-07-07 | vfio/ccw: Update trace data for not operational event | Eric Farman |
2022-07-07 | vfio/ccw: Flatten MDEV device (un)register | Eric Farman |
2022-07-07 | vfio/ccw: Pass enum to FSM event jumptable | Eric Farman |
2022-07-07 | vfio/ccw: Remove private->mdev | Eric Farman |