summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfio-pci: Provide reviewers and acceptance criteria for variant driversAlex Williamson2022-03-174-0/+47
* MAINTAINERS: adjust entry for header movement in hisilicon qm driverLukas Bulwahn2022-03-171-1/+1
* hisi_acc_vfio_pci: Use its own PCI reset_done error handlerShameer Kolothum2022-03-152-4/+57
* hisi_acc_vfio_pci: Add support for VFIO live migrationLongfang Liu2022-03-153-18/+1186
* crypto: hisilicon/qm: Set the VF QM state registerLongfang Liu2022-03-152-0/+14
* hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum2022-03-154-0/+23
* hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration regionShameer Kolothum2022-03-151-0/+126
* hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devicesShameer Kolothum2022-03-156-0/+125
* hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum2022-03-154-21/+21
* crypto: hisilicon/qm: Move few definitions to common headerLongfang Liu2022-03-152-40/+56
* crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum2022-03-156-5/+5
* vfio/mlx5: Fix to not use 0 as NULL pointerYishai Hadas2022-03-091-2/+2
* PCI/IOV: Fix wrong kernel-doc identifierLeon Romanovsky2022-03-071-2/+2
*-. Merge branches 'v5.18/vfio/next/mlx5-migration-v10', 'v5.18/vfio/next/pm-fixe...Alex Williamson2022-03-033-0/+72
|\ \
| | * vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGAAlex Williamson2022-02-222-0/+11
| * | vfio/pci: wake-up devices around reset functionsAbhishek Sahu2022-02-221-0/+48
| * | vfio/pci: fix memory leak during D3hot to D0 transitionAbhishek Sahu2022-02-221-0/+13
| |/
* | Merge tag 'mlx5-vfio-v10' of https://git.kernel.org/pub/scm/linux/kernel/git/...Alex Williamson2022-03-0322-291/+1847
|\ \ | |/ |/|
| * vfio/mlx5: Use its own PCI reset_done error handlerYishai Hadas2022-03-031-2/+55
| * vfio/pci: Expose vfio_pci_core_aer_err_detected()Yishai Hadas2022-03-032-3/+6
| * vfio/mlx5: Implement vfio_pci driver for mlx5 devicesYishai Hadas2022-03-037-0/+649
| * vfio/mlx5: Expose migration commands over mlx5 deviceYishai Hadas2022-03-032-0/+294
| * vfio: Remove migration protocol v1 documentationJason Gunthorpe2022-03-031-198/+2
| * vfio: Extend the device migration protocol with RUNNING_P2PJason Gunthorpe2022-03-033-20/+104
| * vfio: Define device migration protocol v2Jason Gunthorpe2022-03-033-13/+380
| * vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlJason Gunthorpe2022-03-035-61/+114
| * net/mlx5: Add migration commands definitionsYishai Hadas2022-02-271-0/+10
| * net/mlx5: Introduce migration bits and structuresYishai Hadas2022-02-271-1/+146
| * net/mlx5: Expose APIs to get/put the mlx5 core deviceYishai Hadas2022-02-272-0/+47
| * PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PFJason Gunthorpe2022-02-272-0/+36
| * net/mlx5: Disable SRIOV before PF removalYishai Hadas2022-02-273-1/+3
| * net/mlx5: Reuse exported virtfn index function callLeon Romanovsky2022-02-271-13/+2
| * PCI/IOV: Add pci_iov_vf_id() to get VF indexJason Gunthorpe2022-02-272-1/+21
|/
* Linux 5.17-rc5v5.17-rc5Linus Torvalds2022-02-201-1/+1
* Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-201-2/+2
|\
| * lockdep: Correct lock_classes index mappingCheng Jui Wang2022-02-111-2/+2
* | Merge tag 'x86_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-203-16/+7
|\ \
| * | x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski2022-02-182-7/+6
| * | x86/sgx: Fix missing poison handling in reclaimerReinette Chatre2022-02-171-9/+1
* | | Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-203-16/+35
|\ \ \
| * | | sched: Fix yet more sched_fork() racesPeter Zijlstra2022-02-193-16/+35
* | | | Merge tag 'edac_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-201-1/+1
|\ \ \ \
| * | | | EDAC: Fix calculation of returned address and next offset in edac_align_ptr()Eliav Farber2022-02-151-1/+1
| |/ / /
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-02-206-8/+29
|\ \ \ \
| * | | | scsi: ufs: core: Fix divide by zero in ufshcd_map_queues()Jinyoung Choi2022-02-141-1/+1
| * | | | scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loopJames Smart2022-02-144-3/+26
| * | | | scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and qedi_process_cmd...Mike Christie2022-02-111-4/+2
* | | | | Merge tag 'dmaengine-fix-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-02-205-13/+25
|\ \ \ \ \
| * | | | | dmaengine: shdma: Fix runtime PM imbalance on errorYongzhi Liu2022-02-151-1/+3
| * | | | | dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_sizeJiasheng Jiang2022-02-151-1/+4