| Commit message (Expand) | Author | Age | Files | Lines |
* | vdpa: Fix an error handling path in eni_vdpa_probe() | Christophe JAILLET | 2024-01-25 | 1 | -2/+4 |
* | pds_vdpa: set features order | Shannon Nelson | 2024-01-20 | 1 | -2/+1 |
* | pds_vdpa: clear config callback when status goes to 0 | Shannon Nelson | 2024-01-20 | 1 | -1/+3 |
* | pds_vdpa: fix up format-truncation complaint | Shannon Nelson | 2024-01-20 | 1 | -1/+1 |
* | vdpa/mlx5: preserve CVQ vringh index | Steve Sistare | 2023-12-13 | 1 | -1/+6 |
* | vdpa_sim_blk: allocate the buffer zeroed | Stefano Garzarella | 2023-11-28 | 1 | -2/+2 |
* | vdpa/mlx5: Fix firmware error on creation of 1k VQs | Dragos Tatulea | 2023-10-18 | 2 | -9/+63 |
* | vdpa/mlx5: Fix double release of debugfs entry | Dragos Tatulea | 2023-10-18 | 3 | -8/+6 |
* | vdpa_sim_blk: Fix the potential leak of mgmt_dev | Shawn.Shao | 2023-10-18 | 1 | -2/+3 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2023-09-04 | 2 | -3/+8 |
|\ |
|
| * | vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK | Eugenio Pérez | 2023-09-03 | 1 | -0/+8 |
| * | vdpa/mlx5: Remove unused function declarations | Yue Haibing | 2023-09-03 | 1 | -3/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-18 | 9 | -116/+225 |
|\| |
|
| * | pds_vdpa: fix up debugfs feature bit printing | Shannon Nelson | 2023-08-10 | 1 | -7/+6 |
| * | pds_vdpa: alloc irq vectors on DRIVER_OK | Allen Hubbe | 2023-08-10 | 1 | -29/+81 |
| * | pds_vdpa: clean and reset vqs entries | Shannon Nelson | 2023-08-10 | 1 | -7/+17 |
| * | pds_vdpa: always allow offering VIRTIO_NET_F_MAC | Shannon Nelson | 2023-08-10 | 3 | -13/+23 |
| * | pds_vdpa: reset to vdpa specified mac | Allen Hubbe | 2023-08-10 | 2 | -8/+9 |
| * | vdpa/mlx5: Fix crash on shutdown for when no ndev exists | Dragos Tatulea | 2023-08-10 | 1 | -12/+0 |
| * | vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessary | Eugenio Pérez | 2023-08-10 | 3 | -3/+4 |
| * | vdpa/mlx5: Fix mr->initialized semantics | Dragos Tatulea | 2023-08-10 | 2 | -27/+71 |
| * | vdpa/mlx5: Correct default number of queues when MQ is on | Dragos Tatulea | 2023-08-10 | 1 | -1/+9 |
| * | vduse: Use proper spinlock for IRQ injection | Maxime Coquelin | 2023-08-10 | 1 | -4/+4 |
| * | vdpa: Enable strict validation for netlinks ops | Dragos Tatulea | 2023-08-10 | 1 | -6/+0 |
| * | vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check | Lin Ma | 2023-08-10 | 1 | -0/+1 |
| * | vdpa: Add queue index attr to vdpa_nl_policy for nlattr length check | Lin Ma | 2023-08-10 | 1 | -0/+1 |
| * | vdpa: Add features attr to vdpa_nl_policy for nlattr length check | Lin Ma | 2023-08-10 | 1 | -0/+1 |
| * | pds_vdpa: protect Makefile from unconfigured debugfs | Shannon Nelson | 2023-08-10 | 1 | -2/+1 |
* | | net/mlx5: Allocate completion EQs dynamically | Maher Sanalla | 2023-08-07 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2023-07-03 | 21 | -201/+1880 |
|\ |
|
| * | vduse: fix NULL pointer dereference | Maxime Coquelin | 2023-07-03 | 1 | -1/+5 |
| * | vDPA/ifcvf: implement new accessors for vq_state | Zhu Lingshan | 2023-07-03 | 3 | -33/+17 |
| * | vDPA/ifcvf: detect and report max allowed vq size | Zhu Lingshan | 2023-07-03 | 3 | -2/+35 |
| * | vDPA/ifcvf: dynamic allocate vq data stores | Zhu Lingshan | 2023-07-03 | 3 | -1/+6 |
| * | vdpa/mlx5: Support interrupt bypassing | Eli Cohen | 2023-06-27 | 2 | -9/+171 |
| * | pds_vdpa: pds_vdps.rst and Kconfig | Shannon Nelson | 2023-06-27 | 1 | -0/+10 |
| * | pds_vdpa: subscribe to the pds_core events | Shannon Nelson | 2023-06-27 | 2 | -1/+59 |
| * | pds_vdpa: add support for vdpa and vdpamgmt interfaces | Shannon Nelson | 2023-06-27 | 6 | -2/+892 |
| * | pds_vdpa: add vdpa config client commands | Shannon Nelson | 2023-06-27 | 4 | -1/+236 |
| * | pds_vdpa: virtio bar setup for vdpa | Shannon Nelson | 2023-06-27 | 2 | -0/+28 |
| * | pds_vdpa: get vdpa management info | Shannon Nelson | 2023-06-27 | 6 | -1/+150 |
| * | pds_vdpa: Add new vDPA driver for AMD/Pensando DSC | Shannon Nelson | 2023-06-27 | 6 | -0/+144 |
| * | vdpa/snet: implement the resume vDPA callback | Alvaro Karsz | 2023-06-27 | 3 | -0/+22 |
| * | vdpa: solidrun: constify pointers to hwmon_channel_info | Krzysztof Kozlowski | 2023-06-27 | 1 | -1/+1 |
| * | vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILED | Zhu Lingshan | 2023-06-27 | 1 | -3/+1 |
| * | vDPA/ifcvf: synchronize irqs in the reset routine | Zhu Lingshan | 2023-06-27 | 3 | -52/+40 |
| * | vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_status | Zhu Lingshan | 2023-06-27 | 3 | -43/+0 |
| * | vDPA/ifcvf: get_driver_features from virtio registers | Zhu Lingshan | 2023-06-27 | 3 | -23/+29 |
| * | vDPA/ifcvf: virt queue ops take immediate actions | Zhu Lingshan | 2023-06-27 | 3 | -39/+45 |
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-06-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|