index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-03
vdpa_sim_blk: handle VIRTIO_BLK_T_GET_ID
Stefano Garzarella
1
-0
/
+15
2021-05-03
vdpa_sim_blk: implement ramdisk behaviour
Stefano Garzarella
1
-18
/
+146
2021-05-03
vdpa: add vdpa simulator for block device
Max Gurtovoy
3
-0
/
+153
2021-05-03
vhost/vdpa: Remove the restriction that only supports virtio-net devices
Xie Yongji
1
-5
/
+1
2021-05-03
vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()
Stefano Garzarella
1
-7
/
+2
2021-05-03
vdpa: add get_config_size callback in vdpa_config_ops
Stefano Garzarella
4
-0
/
+29
2021-05-03
vdpa_sim: cleanup kiovs in vdpasim_free()
Stefano Garzarella
1
-0
/
+7
2021-05-03
vringh: implement vringh_kiov_advance()
Stefano Garzarella
1
-12
/
+29
2021-05-03
vringh: explain more about cleaning riov and wiov
Stefano Garzarella
1
-3
/
+12
2021-05-03
vringh: reset kiov 'consumed' field in __vringh_iov()
Stefano Garzarella
1
-2
/
+2
2021-05-03
vringh: add 'iotlb_lock' to synchronize iotlb accesses
Stefano Garzarella
2
-2
/
+10
2021-05-03
vdpa_sim: use iova module to allocate IOVA addresses
Stefano Garzarella
3
-42
/
+69
2021-05-03
vDPA/ifcvf: deduce VIRTIO device ID from pdev ids
Zhu Lingshan
2
-1
/
+14
2021-05-03
vDPA/ifcvf: verify mandatory feature bits for vDPA
Zhu Lingshan
3
-0
/
+18
2021-05-03
vDPA/ifcvf: fetch device feature bits when probe
Zhu Lingshan
3
-2
/
+14
2021-05-03
vDPA/ifcvf: remove the version number string
Zhu Lingshan
1
-2
/
+0
2021-05-03
vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids
Zhu Lingshan
2
-8
/
+8
2021-05-03
vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
Zhu Lingshan
2
-0
/
+10
2021-05-03
vDPA/ifcvf: get_vendor_id returns a device specific vendor id
Zhu Lingshan
1
-1
/
+4
2021-05-03
vhost-vdpa: fix vm_flags for virtqueue doorbell mapping
Jason Wang
1
-0
/
+1
2021-05-03
vp_vdpa: report doorbell address
Jason Wang
1
-1
/
+17
2021-05-03
virtio-pci library: report resource address
Jason Wang
3
-9
/
+20
2021-05-03
virito_pci libray: hide vp_modern_map_capability()
Jason Wang
1
-6
/
+4
2021-05-03
virtio_pci_modern: hide vp_modern_get_queue_notify_off()
Jason Wang
1
-3
/
+2
2021-05-03
vp_vdpa: switch to use vp_modern_map_vq_notify()
Jason Wang
1
-4
/
+5
2021-05-03
virtio-pci library: switch to use vp_modern_map_vq_notify()
Jason Wang
1
-25
/
+2
2021-05-03
virtio_pci_modern: introduce helper to map vq notify area
Jason Wang
1
-0
/
+35
2021-05-03
virtio-net: don't allocate control_buf if not supported
Max Gurtovoy
1
-3
/
+7
2021-05-03
virtio-balloon: fix a typo in comment of virtballoon_migratepage()
Liu Xiang
1
-1
/
+1
2021-05-03
vdpa: Follow kdoc comment style
Parav Pandit
1
-5
/
+7
2021-05-03
vdpa/mlx5: Enable user to add/delete vdpa device
Eli Cohen
1
-9
/
+70
2021-05-03
vdpa: introduce virtio pci driver
Jason Wang
5
-0
/
+469
2021-04-24
Merge tag 'pinctrl-v5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-9
/
+11
2021-04-23
Merge tag 'drm-fixes-2021-04-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
5
-19
/
+30
2021-04-23
Merge tag 'gpio-fixes-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+9
2021-04-23
Merge tag 'drm-intel-fixes-2021-04-22' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2
-7
/
+15
2021-04-23
Merge tag 'amd-drm-fixes-5.12-2021-04-21' of https://gitlab.freedesktop.org/a...
Dave Airlie
3
-12
/
+15
2021-04-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-2
/
+8
2021-04-23
vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails
Eli Cohen
1
-1
/
+3
2021-04-23
vhost-vdpa: protect concurrent access to vhost device iotlb
Xie Yongji
1
-1
/
+5
2021-04-22
pinctrl: core: Show pin numbers for the controllers with base = 0
Andy Shevchenko
1
-6
/
+8
2021-04-21
Merge tag 'mmc-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
1
-2
/
+3
2021-04-21
drm/amdgpu: fix GCR_GENERAL_CNTL offset for dimgrey_cavefish
Jiansong Chen
1
-1
/
+1
2021-04-21
amd/display: allow non-linear multi-planar formats
Simon Ser
1
-7
/
+4
2021-04-21
drm/amd/display: Update modifier list for gfx10_3
Qingqing Zhuo
1
-2
/
+2
2021-04-21
drm/amdgpu: reserve fence slot to update page table
Philip Yang
1
-2
/
+8
2021-04-21
gpio: omap: Save and restore sysconfig
Tony Lindgren
1
-0
/
+9
2021-04-20
Merge tag 'gvt-fixes-2021-04-20' of https://github.com/intel/gvt-linux into d...
Rodrigo Vivi
1
-6
/
+13
2021-04-19
drm/i915: Fix modesetting in case of unexpected AUX timeouts
Imre Deak
1
-1
/
+2
2021-04-19
mmc: meson-gx: replace WARN_ONCE with dev_warn_once about scatterlist size al...
Neil Armstrong
1
-2
/
+3
[next]