Age | Commit message (Expand) | Author |
2020-10-22 | Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds |
2020-10-20 | vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pages | Xiaoyang Xu |
2020-10-19 | vfio/pci: Clear token on bypass registration failure | Alex Williamson |
2020-10-19 | vfio/fsl-mc: fix the return of the uninitialized variable ret | Diana Craciun |
2020-10-16 | mm: remove the now-unnecessary mmget_still_valid() hack | Jann Horn |
2020-10-15 | vfio/fsl-mc: Fix the dead code in vfio_fsl_mc_set_irq_trigger | Diana Craciun |
2020-10-13 | vfio/fsl-mc: Fixed vfio-fsl-mc driver compilation on 32 bit | Diana Craciun |
2020-10-12 | Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1... | Alex Williamson |
2020-10-12 | vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFO | Matthew Rosato |
2020-10-12 | vfio/fsl-mc: Add support for device reset | Diana Craciun |
2020-10-12 | vfio/fsl-mc: Add read/write support for fsl-mc devices | Diana Craciun |
2020-10-12 | vfio/fsl-mc: trigger an interrupt via eventfd | Diana Craciun |
2020-10-12 | vfio/fsl-mc: Add irq infrastructure for fsl-mc devices | Diana Craciun |
2020-10-12 | vfio/fsl-mc: Added lock support in preparation for interrupt handling | Diana Craciun |
2020-10-12 | vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions | Diana Craciun |
2020-10-12 | vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call | Diana Craciun |
2020-10-12 | vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctl | Diana Craciun |
2020-10-12 | vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind | Diana Craciun |
2020-10-07 | vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices | Bharat Bhushan |
2020-09-22 | Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/mis... | Alex Williamson |
2020-09-22 | vfio/type1: fix dirty bitmap calculation in vfio_dma_rw | Yan Zhao |
2020-09-22 | vfio: fix a missed vfio group put in vfio_pin_pages | Yan Zhao |
2020-09-22 | vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfn | Matthew Rosato |
2020-09-21 | vfio iommu: Add dma available capability | Matthew Rosato |
2020-09-21 | vfio: add a singleton check for vfio_group_pin_pages | Yan Zhao |
2020-09-21 | vfio/pci: Don't regenerate vconfig for all BARs if !bardirty | Zenghui Yu |
2020-09-21 | vfio/pci: Remove redundant declaration of vfio_pci_driver | Zenghui Yu |
2020-09-04 | iommu: Rename iommu_tlb_* functions to iommu_iotlb_* | Tom Murphy |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-17 | vfio/type1: Add proper error unwind for vfio_iommu_replay() | Alex Williamson |
2020-08-17 | vfio-pci: Avoid recursive read-lock usage | Alex Williamson |
2020-08-12 | Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds |
2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu |
2020-07-27 | vfio/type1: Refactor vfio_iommu_type1_ioctl() | Liu Yi L |
2020-07-27 | vfio/pci: Add QAT devices to denylist | Giovanni Cabiddu |
2020-07-27 | vfio/pci: Add device denylist | Giovanni Cabiddu |
2020-07-27 | vfio/pci: Hold igate across releasing eventfd contexts | Alex Williamson |
2020-07-27 | vfio/spapr_tce: convert get_user_pages() --> pin_user_pages() | John Hubbard |
2020-07-27 | vfio/type1: Add conditional rescheduling after iommu map failed | Xiang Zheng |
2020-07-27 | vfio/pci: Add Intel X550 to hidden INTx devices | Alex Williamson |
2020-07-27 | vfio: Cleanup allowed driver naming | Alex Williamson |
2020-07-17 | vfio/pci: fix racy on error and request eventfd ctx | Zeng Tao |
2020-06-25 | vfio/pci: Fix SR-IOV VF handling with MMIO blocking | Alex Williamson |
2020-06-17 | vfio/pci: Clear error and request eventfd ctx after releasing | Alex Williamson |
2020-06-10 | kernel: better document the use_mm/unuse_mm API contract | Christoph Hellwig |
2020-06-10 | kernel: move use_mm/unuse_mm to kthread.c | Christoph Hellwig |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: convert mmap_sem call sites missed by coccinelle | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-05 | Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds |