index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vfio
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-07
net/mlx5: Allocate completion EQs dynamically
Maher Sanalla
1
-1
/
+1
2023-08-07
net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()
Maher Sanalla
1
-1
/
+1
2023-06-16
vfio/pci: Cleanup Kconfig
Alex Williamson
3
-5
/
+9
2023-06-16
vfio/pci-core: Add capability for AtomicOp completer support
Alex Williamson
1
-0
/
+38
2023-05-26
vfio/pci: Also demote hiding standard cap messages
Alex Williamson
1
-2
/
+2
2023-05-23
vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X
Reinette Chatre
1
-1
/
+1
2023-05-23
vfio/pci: Support dynamic MSI-X
Reinette Chatre
1
-6
/
+41
2023-05-23
vfio/pci: Probe and store ability to support dynamic MSI-X
Reinette Chatre
1
-1
/
+4
2023-05-23
vfio/pci: Update stale comment
Reinette Chatre
1
-5
/
+3
2023-05-23
vfio/pci: Remove interrupt context counter
Reinette Chatre
1
-12
/
+1
2023-05-23
vfio/pci: Use xarray for interrupt context storage
Reinette Chatre
2
-45
/
+47
2023-05-23
vfio/pci: Move to single error path
Reinette Chatre
1
-7
/
+10
2023-05-23
vfio/pci: Prepare for dynamic interrupt context storage
Reinette Chatre
1
-66
/
+149
2023-05-23
vfio/pci: Remove negative check on unsigned vector
Reinette Chatre
1
-7
/
+8
2023-05-23
vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable
Reinette Chatre
1
-2
/
+1
2023-05-23
vfio/pci: demote hiding ecap messages to debug level
Oleksandr Natalenko
1
-2
/
+2
2023-04-14
vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list.
K V P, Satyanarayana
1
-0
/
+7
2023-03-13
vfio/mlx5: Fix the report of dirty_bytes upon pre-copy
Yishai Hadas
1
-10
/
+4
2023-02-25
Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
9
-78
/
+321
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-09
vfio/mlx5: Fix range size calculation upon tracker creation
Yishai Hadas
1
-2
/
+2
2023-01-30
vfio/mlx5: Improve the target side flow to reduce downtime
Yishai Hadas
2
-12
/
+105
2023-01-30
vfio/mlx5: Improve the source side flow upon pre_copy
Yishai Hadas
3
-34
/
+151
2023-01-30
vfio/mlx5: Check whether VF is migratable
Shay Drory
2
-0
/
+28
2023-01-23
vfio/hisi: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations
Yishai Hadas
1
-2
/
+2
2023-01-23
vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocations
Jason Gunthorpe
5
-12
/
+15
2023-01-23
vfio/mlx5: Allow loading of larger images than 512 MB
Yishai Hadas
2
-14
/
+16
2023-01-23
vfio/mlx5: Fix UBSAN note
Yishai Hadas
1
-3
/
+3
2022-12-15
Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
6
-244
/
+1222
2022-12-12
vfio/mlx5: error pointer dereference in error handling
Dan Carpenter
1
-1
/
+1
2022-12-12
vfio/mlx5: fix error code in mlx5vf_precopy_ioctl()
Dan Carpenter
1
-1
/
+4
2022-12-06
hisi_acc_vfio_pci: Enable PRE_COPY flag
Shameer Kolothum
1
-1
/
+1
2022-12-06
hisi_acc_vfio_pci: Move the dev compatibility tests for early check
Shameer Kolothum
2
-12
/
+8
2022-12-06
hisi_acc_vfio_pci: Introduce support for PRE_COPY state transitions
Shameer Kolothum
1
-3
/
+71
2022-12-06
hisi_acc_vfio_pci: Add support for precopy IOCTL
Shameer Kolothum
2
-0
/
+53
2022-12-06
vfio/mlx5: Enable MIGRATION_PRE_COPY flag
Shay Drory
1
-0
/
+5
2022-12-06
vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY error
Shay Drory
3
-3
/
+32
2022-12-06
vfio/mlx5: Introduce multiple loads
Yishai Hadas
3
-45
/
+257
2022-12-06
vfio/mlx5: Consider temporary end of stream as part of PRE_COPY
Yishai Hadas
3
-2
/
+14
2022-12-06
vfio/mlx5: Introduce vfio precopy ioctl implementation
Yishai Hadas
2
-0
/
+127
2022-12-06
vfio/mlx5: Introduce SW headers for migration states
Yishai Hadas
3
-4
/
+67
2022-12-06
vfio/mlx5: Introduce device transitions of PRE_COPY
Yishai Hadas
3
-18
/
+184
2022-12-06
vfio/mlx5: Refactor to use queue based data chunks
Yishai Hadas
3
-38
/
+136
2022-12-06
vfio/mlx5: Refactor migration file state
Yishai Hadas
3
-8
/
+12
2022-12-06
vfio/mlx5: Refactor MKEY usage
Yishai Hadas
3
-113
/
+178
2022-12-06
vfio/mlx5: Refactor PD usage
Yishai Hadas
3
-31
/
+71
2022-12-06
vfio/mlx5: Enforce a single SAVE command at a time
Yishai Hadas
3
-0
/
+14
2022-12-05
vfio: Remove CONFIG_VFIO_SPAPR_EEH
Jason Gunthorpe
1
-3
/
+3
2022-12-05
vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.ko
Jason Gunthorpe
1
-2
/
+9
2022-12-02
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
1
-5
/
+5
[next]