| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2018-04-07 | 4 | -41/+348 |
|\ |
|
| * | vfio/pci: Add ioeventfd support | Alex Williamson | 2018-03-26 | 3 | -0/+165 |
| * | vfio/pci: Use endian neutral helpers | Alex Williamson | 2018-03-26 | 1 | -8/+26 |
| * | vfio/pci: Pull BAR mapping setup from read-write path | Alex Williamson | 2018-03-26 | 1 | -12/+27 |
| * | vfio/type1: Improve memory pinning process for raw PFN mapping | Jason Cai (Xiang Feng) | 2018-03-22 | 1 | -10/+15 |
| * | vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs | Suravee Suthikulpanit | 2018-03-21 | 1 | -11/+115 |
* | | Revert: "vfio-pci: Mask INTx if a device is not capabable of enabling it" | Alex Williamson | 2018-03-22 | 1 | -3/+0 |
|/ |
|
* | vfio: disable filesystem-dax page pinning | Dan Williams | 2018-03-03 | 1 | -3/+15 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -4/+4 |
* | Merge tag 'vfio-v4.16-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2018-02-01 | 3 | -110/+23 |
|\ |
|
| * | vfio: mdev: make a couple of functions and structure vfio_mdev_driver static | Xiongwei Song | 2018-01-09 | 1 | -3/+3 |
| * | vfio-pci: Allow mapping MSIX BAR | Alexey Kardashevskiy | 2017-12-20 | 1 | -56/+8 |
| * | vfio: Simplify capability helper | Alex Williamson | 2017-12-20 | 2 | -54/+12 |
| * | vfio-pci: Mask INTx if a device is not capabable of enabling it | Alexey Kardashevskiy | 2017-12-20 | 1 | -0/+3 |
* | | annotate poll-related wait keys | Al Viro | 2017-11-27 | 1 | -1/+1 |
* | | anntotate the places where ->poll() return values go | Al Viro | 2017-11-27 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2017-11-15 | 6 | -3/+156 |
|\ |
|
| * | Merge branches 'vfio/fixes' and 'vfio/platform' into vfio-next-20171113.0 | Alex Williamson | 2017-11-13 | 3 | -0/+123 |
| |\ |
|
| | * | vfio: platform: reset: Add Broadcom FlexRM reset module | Anup Patel | 2017-10-20 | 3 | -0/+123 |
| * | | vfio/type1: silence integer overflow warning | Dan Carpenter | 2017-10-20 | 1 | -0/+3 |
| |/ |
|
| * | vfio/spapr: Add cond_resched() for huge updates | Alexey Kardashevskiy | 2017-10-02 | 1 | -0/+2 |
| * | vfio/pci: Virtualize Maximum Read Request Size | Alex Williamson | 2017-10-02 | 1 | -3/+26 |
| * | vfio/pci: Virtualize Maximum Payload Size | Alex Williamson | 2017-10-02 | 1 | -2/+4 |
* | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 3 | -0/+3 |
|\ \ |
|
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 3 | -0/+3 |
| |/ |
|
* / | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
|/ |
|
* | vfio: platform: constify amba_id | Arvind Yadav | 2017-08-30 | 1 | -1/+1 |
* | vfio: Stall vfio_del_group_dev() for container group detach | Alex Williamson | 2017-08-30 | 1 | -0/+20 |
* | vfio: fix noiommu vfio_iommu_group_get reference count | Eric Auger | 2017-08-30 | 1 | -2/+3 |
* | vfio/type1: Give hardware MSI regions precedence | Robin Murphy | 2017-08-10 | 1 | -2/+10 |
* | vfio/type1: Cope with hardware MSI reserved regions | Robin Murphy | 2017-08-10 | 1 | -2/+2 |
* | vfio/pci: Fix handling of RC integrated endpoint PCIe capability size | Alex Williamson | 2017-07-27 | 1 | -4/+9 |
* | vfio/pci: Use pci_try_reset_function() on initial open | Alex Williamson | 2017-07-26 | 1 | -1/+8 |
* | Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2017-07-13 | 2 | -42/+48 |
|\ |
|
| * | vfio: Remove unnecessary uses of vfio_container.group_lock | Alex Williamson | 2017-07-07 | 1 | -38/+0 |
| * | vfio: New external user group/file match | Alex Williamson | 2017-06-28 | 1 | -0/+9 |
| * | vfio: Fix group release deadlock | Alex Williamson | 2017-06-28 | 1 | -1/+36 |
| * | vfio: Use ERR_CAST() instead of open coding it | Dan Carpenter | 2017-06-13 | 1 | -1/+1 |
| * | vfio/pci: Add Intel XXV710 to hidden INTx devices | Alex Williamson | 2017-06-13 | 1 | -2/+2 |
* | | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-05-05 | 1 | -1/+1 |
|\ |
|
| * | powerpc/vfio_spapr_tce: Add reference counting to iommu_table | Alexey Kardashevskiy | 2017-03-30 | 1 | -1/+1 |
| * | powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal | Alexey Kardashevskiy | 2017-03-30 | 1 | -1/+1 |
* | | vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote() | Alex Williamson | 2017-04-18 | 1 | -6/+11 |
* | | vfio/type1: Prune vfio_pin_page_external() | Alex Williamson | 2017-04-18 | 1 | -27/+8 |
* | | vfio/type1: Remove locked page accounting workqueue | Alex Williamson | 2017-04-13 | 1 | -59/+51 |
* | | vfio/spapr_tce: Check kzalloc() return when preregistering memory | Alexey Kardashevskiy | 2017-04-11 | 1 | -0/+5 |
* | | vfio/powerpc/spapr_tce: Enforce IOMMU type compatibility check | Alexey Kardashevskiy | 2017-04-11 | 1 | -0/+8 |
* | | Merge tag 'vfio-v4.11-rc4' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2017-03-24 | 1 | -3/+5 |
|\ \ |
|
| * | | vfio: Rework group release notifier warning | Alex Williamson | 2017-03-21 | 1 | -3/+5 |
| |/ |
|