index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-03
vhost: replace single worker pointer with xarray
Mike Christie
2
-17
/
+50
2023-07-03
vhost: add helper to parse userspace vring state/file
Mike Christie
1
-7
/
+22
2023-07-03
vhost: remove vhost_work_queue
Mike Christie
2
-9
/
+2
2023-07-03
vhost_scsi: flush IO vqs then send TMF rsp
Mike Christie
1
-3
/
+18
2023-07-03
vhost_scsi: convert to vhost_vq_work_queue
Mike Christie
1
-9
/
+9
2023-07-03
vhost_scsi: make SCSI cmd completion per vq
Mike Christie
1
-30
/
+26
2023-07-03
vhost_sock: convert to vhost_vq_work_queue
Mike Christie
1
-2
/
+2
2023-07-03
vhost: convert poll work to be vq based
Mike Christie
3
-6
/
+12
2023-07-03
vhost: take worker or vq for flushing
Mike Christie
2
-2
/
+14
2023-07-03
vhost: take worker or vq instead of dev for queueing
Mike Christie
2
-16
/
+29
2023-07-03
vhost, vhost_net: add helper to check if vq has work
Mike Christie
3
-5
/
+5
2023-07-03
vhost: add vhost_worker pointer to vhost_virtqueue
Mike Christie
2
-7
/
+15
2023-07-03
vhost: dynamically allocate vhost_worker
Mike Christie
2
-25
/
+45
2023-07-03
vhost: create worker at end of vhost_dev_set_owner
Mike Christie
1
-6
/
+13
2023-07-03
virtio_bt: call scheduler when we free unused buffs
Xianting Tian
1
-0
/
+1
2023-07-03
virtio-console: call scheduler when we free unused buffs
Xianting Tian
1
-0
/
+1
2023-07-03
virtio-crypto: call scheduler when we free unused buffs
Xianting Tian
1
-0
/
+1
2023-07-03
vDPA/ifcvf: implement new accessors for vq_state
Zhu Lingshan
3
-33
/
+17
2023-07-03
vDPA/ifcvf: detect and report max allowed vq size
Zhu Lingshan
3
-2
/
+35
2023-07-03
vDPA/ifcvf: dynamic allocate vq data stores
Zhu Lingshan
3
-1
/
+6
2023-06-27
vdpa/mlx5: Support interrupt bypassing
Eli Cohen
2
-9
/
+171
2023-06-27
pds_vdpa: pds_vdps.rst and Kconfig
Shannon Nelson
1
-0
/
+10
2023-06-27
pds_vdpa: subscribe to the pds_core events
Shannon Nelson
2
-1
/
+59
2023-06-27
pds_vdpa: add support for vdpa and vdpamgmt interfaces
Shannon Nelson
6
-2
/
+892
2023-06-27
pds_vdpa: add vdpa config client commands
Shannon Nelson
4
-1
/
+236
2023-06-27
pds_vdpa: virtio bar setup for vdpa
Shannon Nelson
2
-0
/
+28
2023-06-27
pds_vdpa: get vdpa management info
Shannon Nelson
6
-1
/
+150
2023-06-27
pds_vdpa: Add new vDPA driver for AMD/Pensando DSC
Shannon Nelson
6
-0
/
+144
2023-06-27
virtio: allow caller to override device DMA mask in vp_modern
Shannon Nelson
1
-1
/
+2
2023-06-27
virtio: allow caller to override device id in vp_modern
Shannon Nelson
1
-11
/
+19
2023-06-27
virtio_pci: Optimize virtio_pci_device structure size
Feng Liu
1
-3
/
+4
2023-06-27
virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
Dragos Tatulea
1
-1
/
+3
2023-06-27
vdpa/snet: implement the resume vDPA callback
Alvaro Karsz
3
-0
/
+22
2023-06-27
vdpa: solidrun: constify pointers to hwmon_channel_info
Krzysztof Kozlowski
1
-1
/
+1
2023-06-27
vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILED
Zhu Lingshan
1
-3
/
+1
2023-06-27
vDPA/ifcvf: synchronize irqs in the reset routine
Zhu Lingshan
3
-52
/
+40
2023-06-27
vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_status
Zhu Lingshan
3
-43
/
+0
2023-06-27
vDPA/ifcvf: get_driver_features from virtio registers
Zhu Lingshan
3
-23
/
+29
2023-06-27
vDPA/ifcvf: virt queue ops take immediate actions
Zhu Lingshan
3
-39
/
+45
2023-06-25
Merge tag 'i2c-for-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-9
/
+16
2023-06-23
Merge tag 'drm-fixes-2023-06-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-3
/
+3
2023-06-23
Merge tag 'iommu-fix-v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2023-06-23
Merge tag 'gpio-fixes-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+16
2023-06-23
i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle
Clark Wang
1
-2
/
+2
2023-06-23
i2c: qup: Add missing unwind goto in qup_i2c_probe()
Shuai Jiang
1
-7
/
+14
2023-06-22
Merge tag 'net-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
35
-79
/
+281
2023-06-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+18
2023-06-22
Merge tag 'mmc-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
15
-27
/
+30
2023-06-22
Merge tag 'platform-drivers-x86-v6.4-5' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-5
/
+5
2023-06-22
Merge tag 'kvmarm-fixes-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-3
/
+18
[next]