Age | Commit message (Expand) | Author |
2024-11-21 | s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_ops | Claudio Imbrenda |
2024-10-25 | s390/vfio-ap: Switch over to sysfs_emit() | Mete Durlu |
2024-04-22 | s390/vfio-ap: Add write support to sysfs attr ap_config | Jason J. Herne |
2024-04-22 | s390/vfio-ap: Ignore duplicate link requests in vfio_ap_mdev_link_queue | Jason J. Herne |
2024-04-22 | s390/vfio-ap: Add sysfs attr, ap_config, to export mdev state | Jason J. Herne |
2024-03-07 | s390/vfio-ap: handle hardware checkstop state on queue reset operation | Jason J. Herne |
2024-01-17 | s390/vfio-ap: do not reset queue removed from host config | Tony Krowiak |
2024-01-17 | s390/vfio-ap: reset queues associated with adapter for queue unbound from driver | Tony Krowiak |
2024-01-17 | s390/vfio-ap: reset queues filtered from the guest's AP config | Tony Krowiak |
2024-01-17 | s390/vfio-ap: let on_scan_complete() callback filter matrix and update guest'... | Tony Krowiak |
2024-01-17 | s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configuration | Tony Krowiak |
2024-01-17 | s390/vfio-ap: always filter entire AP matrix | Tony Krowiak |
2024-01-10 | Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2023-11-30 | s390/ap: store TAPQ hwinfo in struct ap_card | Harald Freudenberger |
2023-11-30 | s390/vfio-ap: fix sysfs status attribute for AP queue devices | Tony Krowiak |
2023-11-30 | s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) command | Tony Krowiak |
2023-11-30 | s390/vfio-ap: set status response code to 06 on gisc registration failure | Anthony Krowiak |
2023-11-30 | s390/vfio-ap: unpin pages on gisc registration failure | Anthony Krowiak |
2023-11-28 | eventfd: simplify eventfd_signal() | Christian Brauner |
2023-08-30 | Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds |
2023-08-18 | s390/vfio-ap: make sure nib is shared | Tony Krowiak |
2023-08-18 | s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36 | Tony Krowiak |
2023-08-18 | s390/vfio-ap: handle queue state change in progress on reset | Tony Krowiak |
2023-08-18 | s390/vfio-ap: use work struct to verify queue reset | Tony Krowiak |
2023-08-18 | s390/vfio-ap: store entire AP queue status word with the queue object | Tony Krowiak |
2023-08-18 | s390/vfio-ap: remove upper limit on wait for queue reset to complete | Tony Krowiak |
2023-08-18 | s390/vfio-ap: allow deconfigured queue to be passed through to a guest | Tony Krowiak |
2023-08-18 | s390/vfio-ap: wait for response code 05 to clear on queue reset | Tony Krowiak |
2023-08-18 | s390/vfio-ap: clean up irq resources if possible | Tony Krowiak |
2023-08-18 | s390/vfio-ap: no need to check the 'E' and 'I' bits in APQSW after TAPQ | Tony Krowiak |
2023-07-25 | vfio-iommufd: Add detach_ioas support for emulated VFIO devices | Yi Liu |
2023-07-03 | s390: fix various typos | Heiko Carstens |
2023-06-06 | s390/vfio-ap: wire in the vfio_device_ops request callback | Tony Krowiak |
2023-06-06 | s390/vfio-ap: realize the VFIO_DEVICE_SET_IRQS ioctl | Tony Krowiak |
2023-06-06 | s390/vfio-ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctl | Tony Krowiak |
2023-03-20 | s390/ap: provide F bit parameter for ap_rapq() and ap_zapq() | Harald Freudenberger |
2023-03-20 | s390/ap: make tapq gr2 response a struct | Harald Freudenberger |
2023-03-20 | s390/ap: exploit new B bit from QCI config info | Harald Freudenberger |
2023-02-27 | s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg union | Harald Freudenberger |
2023-02-10 | s390: vfio-ap: tighten the NIB validity check | Halil Pasic |
2023-01-22 | s390/vfio_ap: increase max wait time for reset verification | Tony Krowiak |
2023-01-22 | s390/vfio_ap: fix handling of error response codes | Tony Krowiak |
2023-01-22 | s390/vfio_ap: verify ZAPQ completion after return of response code zero | Tony Krowiak |
2023-01-22 | s390/vfio_ap: use TAPQ to verify reset in progress completes | Tony Krowiak |
2023-01-22 | s390/vfio_ap: check TAPQ response code when waiting for queue reset | Tony Krowiak |
2023-01-22 | s390/vfio-ap: verify reset complete in separate function | Tony Krowiak |
2023-01-13 | s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue() | Christophe JAILLET |
2022-12-15 | Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds |
2022-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-12-02 | vfio-iommufd: Support iommufd for emulated VFIO devices | Jason Gunthorpe |