summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: Add 'override_only' field to struct pci_device_idMax Gurtovoy2021-08-264-7/+39
* vfio/pci: Move module parameters to vfio_pci.cYishai Hadas2021-08-263-12/+33
* vfio/pci: Move igd initialization to vfio_pci.cMax Gurtovoy2021-08-263-36/+41
* vfio/pci: Split the pci_driver code out of vfio_pci_core.cMax Gurtovoy2021-08-264-215/+304
* vfio/pci: Include vfio header in vfio_pci_core.hMax Gurtovoy2021-08-262-1/+1
* vfio/pci: Rename ops functions to fit core namingsMax Gurtovoy2021-08-261-16/+16
* vfio/pci: Rename vfio_pci_device to vfio_pci_core_deviceMax Gurtovoy2021-08-267-155/+158
* vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.hMax Gurtovoy2021-08-267-9/+9
* vfio/pci: Rename vfio_pci.c to vfio_pci_core.cMax Gurtovoy2021-08-262-1/+1
* vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe2021-08-114-46/+1
* vfio/gvt: Fix open/close when multiple device FDs are openJason Gunthorpe2021-08-111-4/+4
* vfio/ap,ccw: Fix open/close when multiple device FDs are openJason Gunthorpe2021-08-112-8/+8
* vfio/mbochs: Fix close when multiple device FDs are openJason Gunthorpe2021-08-111-2/+2
* vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device setJason Gunthorpe2021-08-111-124/+89
* vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_setJason Gunthorpe2021-08-111-92/+82
* vfio/pci: Move to the device set infrastructureYishai Hadas2021-08-112-132/+37
* vfio/platform: Use open_device() instead of open coding a refcnt schemeJason Gunthorpe2021-08-112-48/+32
* vfio/fsl: Move to the device set infrastructureJason Gunthorpe2021-08-113-139/+28
* vfio/samples: Delete useless open/closeJason Gunthorpe2021-08-113-30/+0
* vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe2021-08-114-24/+174
* vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-1110-33/+64
* vfio/mbochs: Fix missing error unwind of mbochs_used_mbytesJason Gunthorpe2021-08-111-9/+15
* vfio/samples: Remove module get/putJason Gunthorpe2021-08-112-8/+0
* vfio/mdev: don't warn if ->request is not setChristoph Hellwig2021-08-021-4/+0
* vfio/mdev: turn mdev_init into a subsys_initcallChristoph Hellwig2021-08-021-1/+1
* vfio/pci: Make vfio_pci_regops->rw() return ssize_tYishai Hadas2021-08-022-6/+6
* vfio: Use config not menuconfig for VFIO_NOIOMMUJason Gunthorpe2021-08-021-1/+1
* Linux 5.14-rc4v5.14-rc4Linus Torvalds2021-08-021-1/+1
* Merge tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git://git.kernel.org/pub...Linus Torvalds2021-08-013-13/+42
|\
| * Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo2021-07-301-2/+0
| * perf pmu: Fix alias matchingJohn Garry2021-07-271-9/+24
| * perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark2021-07-271-2/+18
* | Merge tag 'powerpc-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-08-012-1/+8
|\ \
| * | powerpc/vdso: Don't use r30 to avoid breaking Go langMichael Ellerman2021-07-291-0/+7
| * | powerpc/pseries: Fix regression while building external modulesSrikar Dronamraju2021-07-291-1/+1
| * | Merge branch 'fixes' into nextMichael Ellerman2021-07-265-8/+68
| |\ \
* | \ \ Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-017-106/+244
|\ \ \ \
| * | | | xfs: prevent spoofing of rtbitmap blocks when recovering buffersDarrick J. Wong2021-07-291-2/+12
| * | | | xfs: limit iclog tail updatesDave Chinner2021-07-291-13/+37
| * | | | xfs: need to see iclog flags in tracingDave Chinner2021-07-292-4/+14
| * | | | xfs: Enforce attr3 buffer recovery orderDave Chinner2021-07-291-0/+1
| * | | | xfs: logging the on disk inode LSN can make it go backwardsDave Chinner2021-07-292-11/+39
| * | | | xfs: avoid unnecessary waits in xfs_log_force_lsn()Dave Chinner2021-07-291-5/+37
| * | | | xfs: log forces imply data device cache flushesDave Chinner2021-07-291-13/+34
| * | | | xfs: factor out forced iclog flushesDave Chinner2021-07-291-24/+18
| * | | | xfs: fix ordering violation between cache flushes and tail updatesDave Chinner2021-07-293-13/+39
| * | | | xfs: fold __xlog_state_release_iclog into xlog_state_release_iclogDave Chinner2021-07-291-28/+17
| * | | | xfs: external logs need to flush data deviceDave Chinner2021-07-291-8/+11
| * | | | xfs: flush data dev on external log writeDave Chinner2021-07-291-1/+1
* | | | | Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-07-313-2/+10
|\ \ \ \ \