summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-21vfio/hisi_acc: Use the new device life cycle helpersYi Liu2-73/+37
2022-09-21vfio/mlx5: Use the new device life cycle helpersYi Liu1-14/+36
2022-09-21vfio/pci: Use the new device life cycle helpersYi Liu2-10/+45
2022-09-21vfio: Add helpers for unifying vfio_device life cycleKevin Tian1-0/+92
2022-09-08vfio/mlx5: Set the driver DMA logging callbacksYishai Hadas3-3/+14
2022-09-08vfio/mlx5: Manage error scenarios on trackerYishai Hadas2-2/+61
2022-09-08vfio/mlx5: Report dirty pages from trackerYishai Hadas2-0/+195
2022-09-08vfio/mlx5: Create and destroy page tracker objectYishai Hadas2-0/+148
2022-09-08vfio/mlx5: Init QP based resources for dirty trackingYishai Hadas2-12/+636
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas3-0/+181
2022-09-08vfio: Add an IOVA bitmap supportJoao Martins2-2/+426
2022-09-08Merge remote-tracking branch 'mlx5/mlx5-vfio' into v6.1/vfio/nextAlex Williamson187-800/+1481
2022-09-08vfio/fsl-mc: Fix a typo in a messageChristophe JAILLET1-2/+2
2022-09-07net/mlx5: Query ADV_VIRTUALIZATION capabilitiesYishai Hadas2-0/+7
2022-09-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+6
2022-09-03Merge tag 'gpio-fixes-for-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-108/+134
2022-09-03gpio: ws16c48: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03gpio: 104-idio-16: Make irq_chip immutableWilliam Breathitt Gray1-7/+11
2022-09-03gpio: 104-idi-48: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03gpio: 104-dio-48e: Make irq_chip immutableWilliam Breathitt Gray1-3/+7
2022-09-03Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-10/+22
2022-09-03Merge tag 'input-for-v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-7/+17
2022-09-03Merge tag 'tty-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-61/+59
2022-09-03Merge tag 'staging-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-36/+2
2022-09-03Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-7/+13
2022-09-03Merge tag 'hwmon-for-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+15
2022-09-02Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds3-0/+6
2022-09-02Merge tag 'mmc-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds1-28/+18
2022-09-02Merge tag 'drm-fixes-2022-09-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds46-162/+348
2022-09-02Merge tag 'driver-core-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-9/+65
2022-09-02Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-32/+72
2022-09-02Merge tag 'usb-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds34-167/+289
2022-09-02Merge tag 'platform-drivers-x86-v6.0-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-57/+104
2022-09-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2022-09-02xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter1-0/+3
2022-09-02xen-blkfront: Cache feature_persistent value before advertisementSeongJae Park1-7/+7
2022-09-02xen-blkfront: Advertise feature-persistent as user requestedSeongJae Park1-2/+6
2022-09-02xen-blkback: Advertise feature-persistent as user requestedSeongJae Park2-2/+7
2022-09-02Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman1-8/+8
2022-09-02Merge tag 'soundwire-6.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-7/+3
2022-09-02Merge tag 'drm-intel-fixes-2022-09-01' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-8/+19
2022-09-01hisi_acc_vfio_pci: Correct the function prefix for hssi_acc_drvdata()Shameer Kolothum1-10/+10
2022-09-01vfio: Remove vfio_group dev_counterJason Gunthorpe1-6/+3
2022-09-01vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUPAbhishek Sahu1-3/+60
2022-09-01vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXITAbhishek Sahu1-8/+145
2022-09-01vfio/pci: Mask INTx during runtime suspendAbhishek Sahu3-6/+40
2022-09-01vfio: Increment the runtime PM usage count during IOCTL callAbhishek Sahu1-3/+49
2022-09-01vfio: Split VFIO_GROUP_GET_STATUS into a functionJason Gunthorpe1-31/+30
2022-09-01vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()Jason Gunthorpe1-11/+16
2022-09-01vfio: Fold VFIO_GROUP_SET_CONTAINER into vfio_group_set_container()Jason Gunthorpe1-27/+24