summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: designware: Empty receive FIFO in slave interrupt handlerJarkko Nikula2022-11-122-5/+8
| * | | i2c: designware: Fix slave state machine for sequential readsJarkko Nikula2022-11-122-17/+16
| * | | dt-bindings: i2c: add entry for hisilicon,ascend910-i2cWeilong Chen2022-11-022-0/+74
| * | | i2c: hisi: Add initial device tree supportWeilong Chen2022-11-022-1/+8
| * | | dt-bindings: i2c: mv64xxx: Add F1C100s compatible stringAndre Przywara2022-11-021-0/+1
| * | | i2c: npcm7xx: Annotate register field definitions with longer namesJonathan Neuschäfer2022-11-011-28/+28
| * | | i2c: npcm7xx: Group bank 0/1 registers together for readabilityJonathan Neuschäfer2022-11-011-16/+15
| * | | i2c: mediatek: add mt7986 supportFrank Wunderlich2022-11-011-0/+14
| * | | dt-bindings: i2c: update bindings for mt7986 socFrank Wunderlich2022-11-011-0/+1
| * | | i2c: amd-mp2: use msix/msi if the hardware supportsRaju Rangoju2022-11-012-9/+22
* | | | Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-12-1534-646/+1792
|\ \ \ \
| * | | | vfio/mlx5: error pointer dereference in error handlingDan Carpenter2022-12-121-1/+1
| * | | | vfio/mlx5: fix error code in mlx5vf_precopy_ioctl()Dan Carpenter2022-12-121-1/+4
| * | | | samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()Shang XiaoJing2022-12-121-1/+7
| * | | | hisi_acc_vfio_pci: Enable PRE_COPY flagShameer Kolothum2022-12-061-1/+1
| * | | | hisi_acc_vfio_pci: Move the dev compatibility tests for early checkShameer Kolothum2022-12-062-12/+8
| * | | | hisi_acc_vfio_pci: Introduce support for PRE_COPY state transitionsShameer Kolothum2022-12-061-3/+71
| * | | | hisi_acc_vfio_pci: Add support for precopy IOCTLShameer Kolothum2022-12-062-0/+53
| * | | | vfio/mlx5: Enable MIGRATION_PRE_COPY flagShay Drory2022-12-061-0/+5
| * | | | vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY errorShay Drory2022-12-063-3/+32
| * | | | vfio/mlx5: Introduce multiple loadsYishai Hadas2022-12-063-45/+257
| * | | | vfio/mlx5: Consider temporary end of stream as part of PRE_COPYYishai Hadas2022-12-063-2/+14
| * | | | vfio/mlx5: Introduce vfio precopy ioctl implementationYishai Hadas2022-12-062-0/+127
| * | | | vfio/mlx5: Introduce SW headers for migration statesYishai Hadas2022-12-063-4/+67
| * | | | vfio/mlx5: Introduce device transitions of PRE_COPYYishai Hadas2022-12-063-18/+184
| * | | | vfio/mlx5: Refactor to use queue based data chunksYishai Hadas2022-12-063-38/+136
| * | | | vfio/mlx5: Refactor migration file stateYishai Hadas2022-12-063-8/+12
| * | | | vfio/mlx5: Refactor MKEY usageYishai Hadas2022-12-063-113/+178
| * | | | vfio/mlx5: Refactor PD usageYishai Hadas2022-12-063-31/+71
| * | | | vfio/mlx5: Enforce a single SAVE command at a timeYishai Hadas2022-12-063-0/+14
| * | | | vfio: Extend the device migration protocol with PRE_COPYJason Gunthorpe2022-12-062-6/+191
| * | | | net/mlx5: Introduce ifc bits for pre_copyShay Drory2022-12-061-3/+11
| * | | | vfio/ap/ccw/samples: Fix device_register() unwind pathAlex Williamson2022-12-055-11/+15
| * | | | vfio: Fold vfio_virqfd.ko into vfio.koJason Gunthorpe2022-12-055-18/+25
| * | | | vfio: Remove CONFIG_VFIO_SPAPR_EEHJason Gunthorpe2022-12-052-8/+3
| * | | | vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.cJason Gunthorpe2022-12-054-103/+53
| * | | | vfio/spapr: Move VFIO_CHECK_EXTENSION into tce_iommu_ioctl()Jason Gunthorpe2022-12-052-12/+4
| * | | | vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.koJason Gunthorpe2022-12-053-26/+9
| * | | | vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundariesJoao Martins2022-12-021-17/+13
| * | | | vfio/mlx5: Fix a typo in mlx5vf_cmd_load_vhca_state()Yishai Hadas2022-11-141-2/+2
| * | | | vfio: Add an option to get migration data sizeYishai Hadas2022-11-146-1/+79
| * | | | vfio: Remove vfio_free_deviceEric Farman2022-11-1012-35/+4
| * | | | vfio/ccw: replace vfio_init_device with _alloc_Eric Farman2022-11-105-37/+23
| * | | | vfio/ccw: remove release completionEric Farman2022-11-102-16/+1
| * | | | vfio/ccw: move private to mdev lifecycleEric Farman2022-11-103-28/+16
| * | | | vfio/ccw: move private initialization to callbackEric Farman2022-11-103-66/+58
| * | | | vfio/ccw: remove private->schEric Farman2022-11-105-28/+26
| * | | | vfio/ccw: create a parent structEric Farman2022-11-103-25/+101
| * | | | vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmapsJoao Martins2022-11-091-2/+6
| * | | | vfio/iova_bitmap: Explicitly include linux/slab.hJoao Martins2022-11-091-0/+1