Linus Torvalds
a9cf69d0e7
Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfio
...
Pull VFIO updates from Alex Williamson:
- Cleanup use of extern in function prototypes (Alex Williamson)
- Simplify bus_type usage and convert to device IOMMU interfaces (Robin
Murphy)
- Check missed return value and fix comment typos (Bo Liu)
- Split migration ops from device ops and fix races in mlx5 migration
support (Yishai Hadas)
- Fix missed return value check in noiommu support (Liam Ni)
- Hardening to clear buffer pointer to avoid use-after-free (Schspa
Shi)
- Remove requirement that only the same mm can unmap a previously
mapped range (Li Zhe)
- Adjust semaphore release vs device open counter (Yi Liu)
- Remove unused arg from SPAPR support code (Deming Wang)
- Rework vfio-ccw driver to better fit new mdev framework (Eric Farman,
Michael Kawano)
- Replace DMA unmap notifier with callbacks (Jason Gunthorpe)
- Clarify SPAPR support comment relative to iommu_ops (Alexey
Kardashevskiy)
- Revise page pinning API towards compatibility with future iommufd
support (Nicolin Chen)
- Resolve issues in vfio-ccw, including use of DMA unmap callback (Eric
Farman)
* tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfio: (40 commits)
vfio/pci: fix the wrong word
vfio/ccw: Check return code from subchannel quiesce
vfio/ccw: Remove FSM Close from remove handlers
vfio/ccw: Add length to DMA_UNMAP checks
vfio: Replace phys_pfn with pages for vfio_pin_pages()
vfio/ccw: Add kmap_local_page() for memcpy
vfio: Rename user_iova of vfio_dma_rw()
vfio/ccw: Change pa_pfn list to pa_iova list
vfio/ap: Change saved_pfn to saved_iova
vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
vfio/ccw: Only pass in contiguous pages
vfio/ap: Pass in physical address of ind to ap_aqic()
drm/i915/gvt: Replace roundup with DIV_ROUND_UP
vfio: Make vfio_unpin_pages() return void
vfio/spapr_tce: Fix the comment
vfio: Replace the iommu notifier with a device list
vfio: Replace the DMA unmapping notifier with a callback
vfio/ccw: Move FSM open/close to MDEV open/close
vfio/ccw: Refactor vfio_ccw_mdev_reset
vfio/ccw: Create a CLOSE FSM event
...
2022-08-06 08:59:35 -07:00
..
2022-07-28 11:44:30 +02:00
2022-08-04 19:30:35 -07:00
2022-07-28 11:29:36 +02:00
2022-08-04 11:31:20 -07:00
2022-06-24 12:11:18 +08:00
2022-08-04 18:34:05 -07:00
2022-07-18 18:29:13 +01:00
2022-07-25 09:42:24 +01:00
2022-07-28 11:29:36 +02:00
2022-08-04 18:34:05 -07:00
2022-08-04 19:54:32 -07:00
2022-07-26 16:58:31 +02:00
2022-08-01 21:31:22 +02:00
2022-07-11 16:25:16 +02:00
2022-06-17 10:55:35 +01:00
2022-07-06 10:57:30 +01:00
2022-08-04 18:19:14 -07:00
2022-07-28 00:01:30 +01:00
2022-08-05 16:32:45 -07:00
2022-08-04 12:12:54 -07:00
2022-07-06 12:34:21 +05:30
2022-06-30 13:40:35 +01:00
2022-08-04 12:12:54 -07:00
2022-07-02 11:23:14 +02:00
2022-08-04 12:12:54 -07:00
2022-07-05 20:25:39 +02:00
2022-08-04 11:31:20 -07:00
2022-06-27 11:07:55 +02:00
2022-07-04 16:22:29 +01:00
2022-07-28 11:29:36 +02:00
2022-06-13 14:08:57 -04:00
2022-07-29 18:07:15 -07:00
2022-08-02 12:34:03 -04:00
2022-08-02 17:14:47 -06:00
2022-07-14 12:14:30 -06:00
2022-07-14 12:14:30 -06:00
2022-07-14 12:14:30 -06:00
2022-08-04 20:00:14 -07:00
2022-07-14 12:14:30 -06:00
2022-06-29 13:21:52 -07:00
2022-07-11 21:18:55 -07:00
2022-06-29 13:21:52 -07:00
2022-06-29 13:21:51 -07:00
2022-07-22 22:04:37 +02:00
2022-07-04 10:33:06 +01:00
2022-07-22 09:07:07 -07:00
2022-07-21 21:03:09 -07:00
2022-08-03 10:35:43 -07:00
2022-07-04 16:22:28 +01:00
2022-08-03 09:45:08 -07:00
2022-08-02 12:19:18 -07:00
2022-06-15 19:22:29 -07:00
2022-07-03 11:32:22 -07:00
2022-06-23 18:41:40 +02:00
2022-07-05 13:32:59 -07:00
2022-07-05 13:33:00 -07:00
2022-07-05 13:33:00 -07:00
2022-07-06 16:32:08 +01:00
2022-06-27 10:33:59 +02:00
2022-08-01 12:48:15 -07:00
2022-07-15 17:36:33 +02:00
2022-07-03 18:08:43 -07:00
2022-07-17 17:14:32 -07:00
2022-07-30 00:36:10 -04:00
2022-06-27 16:39:29 +02:00
2022-06-30 05:11:17 +09:00
2022-07-28 17:36:30 -04:00
2022-06-28 10:37:25 -03:00
2022-07-14 12:14:31 -06:00
2022-07-08 10:47:07 -07:00
2022-07-14 14:41:30 +02:00
2022-06-27 12:01:40 +05:30
2022-08-03 14:41:36 -07:00
2022-07-15 19:17:30 +02:00
2022-07-05 13:32:59 -07:00
2022-06-26 18:18:56 +02:00
2022-07-15 11:37:41 +09:00
2022-07-01 14:53:01 +02:00
2022-06-15 19:12:17 +02:00
2022-07-07 10:50:46 +02:00
2022-07-12 17:33:22 -07:00
2022-08-05 16:32:45 -07:00
2022-08-02 19:24:24 -07:00
2022-07-01 14:51:13 +02:00
2022-07-22 22:04:30 +02:00
2022-06-27 16:52:25 +02:00
2022-07-07 10:48:37 +01:00
2022-07-19 09:56:34 +02:00
2022-07-05 13:33:00 -07:00
2022-07-25 17:45:40 +02:00
2022-08-05 16:32:45 -07:00
2022-07-28 11:29:36 +02:00
2022-06-17 17:19:20 +08:00
2022-06-27 12:52:53 -07:00
2022-07-08 16:27:52 +02:00
2022-08-05 16:32:45 -07:00
2022-07-17 17:14:47 -07:00
2022-07-22 16:06:03 -05:00
2022-07-26 23:13:36 +02:00
2022-07-22 14:28:22 +02:00
2022-07-28 11:29:36 +02:00
2022-07-28 11:29:36 +02:00
2022-07-28 11:29:36 +02:00
2022-07-28 11:29:36 +02:00
2022-07-01 15:22:16 +02:00
2022-07-15 18:55:49 -07:00
2022-07-06 12:59:21 +02:00
2022-07-04 16:14:29 +03:00
2022-07-27 08:50:50 -06:00
2022-08-03 13:50:22 -07:00
2022-06-27 06:29:12 -06:00
2022-06-29 17:42:28 -07:00
2022-07-20 15:26:05 +01:00
2022-07-11 10:12:49 +01:00
2022-07-22 17:24:47 -05:00
2022-08-04 20:13:46 -07:00
2022-06-24 09:48:55 +02:00
2022-07-04 09:23:07 +02:00
2022-07-06 14:20:22 +02:00
2022-07-15 12:21:16 -04:00
2022-07-17 17:14:33 -07:00
2022-06-16 19:48:30 -07:00
2022-08-01 03:21:00 -04:00
2022-08-01 03:21:00 -04:00
2022-07-22 12:53:22 +01:00
2022-06-20 08:17:33 +09:00
2022-06-24 09:48:56 +02:00
2022-07-03 14:40:28 -07:00
2022-07-15 18:21:49 +00:00
2022-07-15 18:21:49 +00:00
2022-08-02 23:56:25 -04:00
2022-07-07 14:06:12 -06:00
2022-07-03 18:08:40 -07:00
2022-07-03 18:08:49 -07:00
2022-06-23 18:42:05 -07:00
2022-07-17 17:14:30 -07:00
2022-08-05 16:32:45 -07:00
2022-06-19 10:38:26 +01:00
2022-07-27 14:04:52 +02:00
2022-07-17 17:14:34 -07:00
2022-08-05 16:32:45 -07:00
2022-06-27 12:52:53 -07:00
2022-07-29 18:07:19 -07:00
2022-07-15 22:08:01 +02:00
2022-07-11 17:13:15 -06:00
2022-08-02 12:34:04 -04:00
2022-06-24 11:34:38 +01:00
2022-06-20 14:05:52 +02:00
2022-06-30 16:31:00 -07:00
2022-08-03 10:35:43 -07:00
2022-07-28 11:29:36 +02:00
2022-08-02 17:14:49 -06:00
2022-08-02 17:14:47 -06:00
2022-08-02 19:24:24 -07:00
2022-07-19 10:24:01 +02:00
2022-07-08 14:53:50 +02:00
2022-08-04 18:08:34 -07:00
2022-07-21 10:39:42 +02:00
2022-08-05 16:32:45 -07:00
2022-08-05 16:32:45 -07:00
2022-08-05 16:32:45 -07:00
2022-07-01 16:38:35 -06:00
2022-07-20 17:35:40 +02:00
2022-07-14 15:25:36 -05:00
2022-07-29 12:08:44 -05:00
2022-06-27 11:37:55 +01:00
2022-06-28 09:08:31 +02:00
2022-07-17 17:14:37 -07:00
2022-07-28 11:29:36 +02:00
2022-06-30 16:31:00 -07:00
2022-06-28 17:37:11 -04:00
2022-07-01 21:04:02 +02:00
2022-07-05 20:48:46 +02:00
2022-07-15 22:08:59 +02:00
2022-07-15 22:09:57 +02:00
2022-07-28 11:29:36 +02:00
2022-07-26 09:49:12 -07:00
2022-07-28 11:29:36 +02:00
2022-06-23 19:11:28 +02:00
2022-06-24 20:40:04 +02:00
2022-07-28 11:29:36 +02:00
2022-07-28 11:29:36 +02:00
2022-06-22 15:35:13 +02:00
2022-06-26 18:18:56 +02:00
2022-07-25 13:26:14 +02:00
2022-06-19 23:50:46 +02:00
2022-06-20 09:22:28 -07:00
2022-07-21 17:46:18 -07:00
2022-07-21 17:46:18 -07:00
2022-07-21 17:46:18 -07:00
2022-07-03 11:32:22 -07:00
2022-06-29 18:13:17 +01:00
2022-06-29 15:56:20 +02:00
2022-07-03 18:08:36 -07:00
2022-07-01 08:53:26 +02:00
2022-07-30 14:01:28 -04:00
2022-08-05 09:41:12 -07:00
2022-08-02 11:17:00 -07:00
2022-08-02 15:12:13 -07:00
2022-07-28 11:29:36 +02:00
2022-06-30 17:17:31 +02:00
2022-07-29 18:07:15 -07:00
2022-07-03 18:08:40 -07:00
2022-07-22 16:55:44 -07:00
2022-08-03 16:29:08 -07:00
2022-07-06 12:56:35 +01:00
2022-06-18 13:48:19 +01:00
2022-07-18 11:14:35 +01:00
2022-07-28 11:29:36 +02:00
2022-08-05 16:32:45 -07:00
2022-07-03 18:08:37 -07:00
2022-06-30 13:14:35 +02:00
2022-06-29 09:51:41 +02:00
2022-07-02 16:22:25 +01:00
2022-07-28 17:29:56 +02:00
2022-06-30 21:18:16 -07:00
2022-07-15 17:42:34 -04:00
2022-08-05 09:41:12 -07:00
2022-07-01 10:35:08 +02:00
2022-07-19 09:56:51 +02:00
2022-08-03 13:50:22 -07:00
2022-08-06 08:59:35 -07:00
2022-07-25 13:41:22 -06:00
2022-08-01 07:42:49 +02:00
2022-06-24 02:49:48 -04:00
2022-06-13 09:54:52 -07:00
2022-07-28 12:35:12 +02:00
2022-07-07 13:09:59 -06:00
2022-07-12 11:07:32 +10:00
2022-08-02 13:46:35 -07:00
2022-07-10 21:17:30 -04:00
2022-07-15 22:08:59 +02:00