summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-15hisi_acc_vfio_pci: Use its own PCI reset_done error handlerShameer Kolothum2-4/+57
2022-03-15hisi_acc_vfio_pci: Add support for VFIO live migrationLongfang Liu3-18/+1186
2022-03-15crypto: hisilicon/qm: Set the VF QM state registerLongfang Liu1-0/+8
2022-03-15hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum3-0/+18
2022-03-15hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration regionShameer Kolothum1-0/+126
2022-03-15hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devicesShameer Kolothum5-0/+118
2022-03-15hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum3-21/+18
2022-03-15crypto: hisilicon/qm: Move few definitions to common headerLongfang Liu1-40/+18
2022-03-15crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum6-446/+5
2022-03-09vfio/mlx5: Fix to not use 0 as NULL pointerYishai Hadas1-2/+2
2022-03-07PCI/IOV: Fix wrong kernel-doc identifierLeon Romanovsky1-2/+2
2022-03-03Merge branches 'v5.18/vfio/next/mlx5-migration-v10', 'v5.18/vfio/next/pm-fixe...Alex Williamson2-0/+63
2022-03-03vfio/mlx5: Use its own PCI reset_done error handlerYishai Hadas1-2/+55
2022-03-03vfio/pci: Expose vfio_pci_core_aer_err_detected()Yishai Hadas1-3/+4
2022-03-03vfio/mlx5: Implement vfio_pci driver for mlx5 devicesYishai Hadas6-0/+643
2022-03-03vfio/mlx5: Expose migration commands over mlx5 deviceYishai Hadas2-0/+294
2022-03-03vfio: Extend the device migration protocol with RUNNING_P2PJason Gunthorpe1-18/+69
2022-03-03vfio: Define device migration protocol v2Jason Gunthorpe1-0/+199
2022-03-03vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlJason Gunthorpe3-61/+80
2022-02-27net/mlx5: Add migration commands definitionsYishai Hadas1-0/+10
2022-02-27net/mlx5: Expose APIs to get/put the mlx5 core deviceYishai Hadas1-0/+44
2022-02-27PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PFJason Gunthorpe1-0/+29
2022-02-27net/mlx5: Disable SRIOV before PF removalYishai Hadas3-1/+3
2022-02-27net/mlx5: Reuse exported virtfn index function callLeon Romanovsky1-13/+2
2022-02-27PCI/IOV: Add pci_iov_vf_id() to get VF indexJason Gunthorpe1-0/+14
2022-02-22vfio/pci: wake-up devices around reset functionsAbhishek Sahu1-0/+48
2022-02-22vfio/pci: fix memory leak during D3hot to D0 transitionAbhishek Sahu1-0/+13
2022-02-22vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGAAlex Williamson1-0/+2
2022-02-20Merge tag 'edac_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-02-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-8/+29
2022-02-20Merge tag 'dmaengine-fix-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-13/+25
2022-02-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-9/+26
2022-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-0/+28
2022-02-20Merge tag 'for-v5.17-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2-1/+4
2022-02-19Merge tag 'acpi-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-1/+6
2022-02-19Input: psmouse - set up dependency between PS/2 and SMBus companionsDmitry Torokhov1-0/+10
2022-02-18Merge branch 'acpi-processor'Rafael J. Wysocki1-0/+5
2022-02-18Merge tag 'mtd/fixes-for-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-29/+48
2022-02-18Merge tag 'block-5.17-2022-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds7-7/+13
2022-02-18Merge tag 'sound-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-11/+4
2022-02-18i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki1-1/+1
2022-02-18Merge tag 'drm-fixes-2022-02-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-111/+158
2022-02-17Merge tag 'drm-intel-fixes-2022-02-17' of git://anongit.freedesktop.org/drm/d...Dave Airlie6-9/+24
2022-02-17Merge tag 'drm-misc-fixes-2022-02-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-6/+9
2022-02-17Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds42-644/+210
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong1-3/+2
2022-02-17nfp: flower: netdev offload check for ip6gretapDanie du Toit1-0/+2
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet1-2/+2
2022-02-17net: dsa: lan9303: add VLAN IDs to master deviceMans Rullgard2-2/+10
2022-02-17Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname"Jonas Gorski1-7/+16