VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-08-26
vdpa/mlx5: Fix queue type selection logic
Eli Cohen
2021-08-26
vdpa/mlx5: Avoid destroying MR on empty iotlb
Eli Cohen
2021-08-26
vDPA/ifcvf: Fix return value check for vdpa_alloc_device()
Xie Yongji
2021-08-26
vp_vdpa: Fix return value check for vdpa_alloc_device()
Xie Yongji
2021-08-26
vdpa_sim: Fix return value check for vdpa_alloc_device()
Xie Yongji
2021-08-18
net/mlx5: Synchronize correct IRQ when destroying CQ
Shay Drory
2021-07-20
vdpa/mlx5: Clear vq ready indication upon device reset
Eli Cohen
2021-07-20
vdp/mlx5: Fix setting the correct dma_device
Eli Cohen
2021-07-20
vdpa/mlx5: Fix possible failure in umem size calculation
Eli Cohen
2021-07-20
vdpa/mlx5: Fix umem sizes assignments on VQ create
Eli Cohen
2021-07-20
vp_vdpa: correct the return value when fail to map notification
Jason Wang
2021-05-18
{net,vdpa}/mlx5: Configure interface MAC into mpfs L2 table
Eli Cohen
2021-05-03
vDPA/ifcvf: get_config_size should return dev specific config size
Zhu Lingshan
2021-05-03
vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPA
Zhu Lingshan
2021-05-03
vDPA/ifcvf: deduce VIRTIO device ID when probe
Zhu Lingshan
2021-05-03
vdpa_sim_blk: add support for vdpa management tool
Stefano Garzarella
2021-05-03
vdpa_sim_blk: handle VIRTIO_BLK_T_GET_ID
Stefano Garzarella
2021-05-03
vdpa_sim_blk: implement ramdisk behaviour
Stefano Garzarella
2021-05-03
vdpa: add vdpa simulator for block device
Max Gurtovoy
2021-05-03
vdpa: add get_config_size callback in vdpa_config_ops
Stefano Garzarella
2021-05-03
vdpa_sim: cleanup kiovs in vdpasim_free()
Stefano Garzarella
2021-05-03
vringh: add 'iotlb_lock' to synchronize iotlb accesses
Stefano Garzarella
2021-05-03
vdpa_sim: use iova module to allocate IOVA addresses
Stefano Garzarella
2021-05-03
vDPA/ifcvf: deduce VIRTIO device ID from pdev ids
Zhu Lingshan
2021-05-03
vDPA/ifcvf: verify mandatory feature bits for vDPA
Zhu Lingshan
2021-05-03
vDPA/ifcvf: fetch device feature bits when probe
Zhu Lingshan
2021-05-03
vDPA/ifcvf: remove the version number string
Zhu Lingshan
2021-05-03
vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids
Zhu Lingshan
2021-05-03
vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
Zhu Lingshan
2021-05-03
vDPA/ifcvf: get_vendor_id returns a device specific vendor id
Zhu Lingshan
2021-05-03
vp_vdpa: report doorbell address
Jason Wang
2021-05-03
virtio-pci library: report resource address
Jason Wang
2021-05-03
vp_vdpa: switch to use vp_modern_map_vq_notify()
Jason Wang
2021-05-03
vdpa: Follow kdoc comment style
Parav Pandit
2021-05-03
vdpa/mlx5: Enable user to add/delete vdpa device
Eli Cohen
2021-05-03
vdpa: introduce virtio pci driver
Jason Wang
2021-04-22
vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails
Eli Cohen
2021-04-09
vdpa/mlx5: Fix suspend/resume index restoration
Eli Cohen
2021-04-09
vdpa/mlx5: Fix wrong use of bit numbers
Eli Cohen
2021-04-09
vdpa/mlx5: Retrieve BAR address suitable any function
Eli Cohen
2021-04-09
vdpa/mlx5: Use the correct dma device when registering memory
Eli Cohen
2021-04-09
vdpa/mlx5: should exclude header length and fcs from mtu
Si-Wei Liu
2021-03-14
vdpa_sim: Skip typecasting from void*
Parav Pandit
2021-02-25
vdpa: set the virtqueue num during register
Jason Wang
2021-02-23
vdpa/mlx5: fix param validation in mlx5_vdpa_get_config()
Stefano Garzarella
2021-02-23
vdpa_sim_net: Add support for user supported devices
Parav Pandit
2021-02-23
vdpa: Enable user to query vdpa device info
Parav Pandit
2021-02-23
vdpa: Enable a user to add and delete a vdpa device
Parav Pandit
2021-02-23
vdpa: Define vdpa mgmt device, ops and a netlink interface
Parav Pandit
2021-02-23
vdpa: Extend routine to accept vdpa device name
Parav Pandit
2021-02-23
vdpa_sim_net: Make mac address array static
Parav Pandit
2021-02-05
vdpa/mlx5: Restore the hardware used index after change map
Eli Cohen
2021-01-20
vdpa/mlx5: Fix memory key MTT population
Eli Cohen
2020-12-24
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-12-18
vdpa: Use simpler version of ida allocation
Parav Pandit
2020-12-18
vdpa/mlx5: Use write memory barrier after updating CQ index
Eli Cohen
2020-12-18
vdpa: split vdpasim to core and net modules
Max Gurtovoy
2020-12-18
vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iov
Stefano Garzarella
2020-12-18
vdpa_sim: make vdpasim->buffer size configurable
Stefano Garzarella
2020-12-18
vdpa_sim: use kvmalloc to allocate vdpasim->buffer
Stefano Garzarella
2020-12-18
vdpa_sim: set vringh notify callback
Stefano Garzarella
2020-12-18
vdpa_sim: add set_config callback in vdpasim_dev_attr
Stefano Garzarella
2020-12-18
vdpa_sim: add get_config callback in vdpasim_dev_attr
Stefano Garzarella
2020-12-18
vdpa_sim: make 'config' generic and usable for any device type
Stefano Garzarella
2020-12-18
vdpa_sim: store parsed MAC address in a buffer
Stefano Garzarella
2020-12-18
vdpa_sim: add work_fn in vdpasim_dev_attr
Stefano Garzarella
2020-12-18
vdpa_sim: add supported_features field in vdpasim_dev_attr
Stefano Garzarella
2020-12-18
vdpa_sim: add device id field in vdpasim_dev_attr
Stefano Garzarella
2020-12-18
vdpa_sim: add struct vdpasim_dev_attr for device attributes
Stefano Garzarella
2020-12-18
vdpa_sim: rename vdpasim_config_ops variables
Stefano Garzarella
2020-12-18
vdpa_sim: make IOTLB entries limit configurable
Stefano Garzarella
2020-12-18
vdpa_sim: remove hard-coded virtq count
Max Gurtovoy
2020-12-18
vdpa_sim: remove unnecessary headers inclusion
Stefano Garzarella
2020-12-18
vdpa: remove unnecessary 'default n' in Kconfig entries
Stefano Garzarella
2020-12-18
vdpa: ifcvf: Use dma_set_mask_and_coherent to simplify code
Christophe JAILLET
2020-12-07
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jakub Kicinski
2020-12-06
vdpa/mlx5: Connect mlx5_vdpa to auxiliary bus
Leon Romanovsky
2020-12-04
vdpa/mlx5: Make hardware definitions visible to all mlx5 devices
Leon Romanovsky
2020-12-02
vdpa: mlx5: fix vdpa/vhost dependencies
Randy Dunlap
2020-11-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-11-15
vdpasim: fix "mac_pton" undefined error
Laurent Vivier
2020-10-31
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-10-30
vdpasim: allow to assign a MAC address
Laurent Vivier
2020-10-30
vdpasim: fix MAC address configuration
Laurent Vivier
2020-10-30
vdpa_sim: Fix DMA mask
Laurent Vivier
2020-10-30
vdpa/mlx5: Fix error return in map_direct_mr()
Jing Xiangfeng
2020-10-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-10-23
vdpa_sim: implement get_iova_range()
Jason Wang
2020-10-21
vdpa/mlx5: Setup driver only if VIRTIO_CONFIG_S_DRIVER_OK
Eli Cohen
2020-10-21
vdpa/mlx5: Fix failure to bring link up
Eli Cohen
2020-10-21
vdpa/mlx5: Make use of a specific 16 bit endianness API
Eli Cohen
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-10-08
vdpa/mlx5: Fix dependency on MLX5_CORE
Eli Cohen
2020-10-08
vdpa/mlx5: should keep avail_index despite device status
Si-Wei Liu
2020-10-06
dma-mapping: split
Christoph Hellwig
2020-08-26
vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms
Nathan Chancellor
2020-08-26
vdpa: ifcvf: free config irq in ifcvf_free_irq()
Jason Wang
2020-08-26
vdpa: ifcvf: return err when fail to request config irq
Jason Wang
2020-08-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-08-10
vdpa/mlx5: fix up endian-ness for mtu
Michael S. Tsirkin
2020-08-10
vdpa: Fix pointer math bug in vdpasim_get_config()
Dan Carpenter
2020-08-10
vdpa/mlx5: Fix pointer math in mlx5_vdpa_get_config()
Dan Carpenter
2020-08-10
vdpa/mlx5: fix memory allocation failure checks
Colin Ian King
2020-08-10
vdpa/mlx5: Fix uninitialised variable in core/mr.c
Alex Dewar
2020-08-10
vdpa_sim: init iommu lock
Michael S. Tsirkin
2020-08-05
vdpa/mlx5: Add VDPA driver for supported mlx5 devices
Eli Cohen
2020-08-05
vdpa/mlx5: Add shared memory registration code
Eli Cohen
2020-08-05
vdpa/mlx5: Add support library for mlx5 VDPA implementation
Eli Cohen
2020-08-05
vdpa/mlx5: Add hardware descriptive header file
Eli Cohen
2020-08-05
vdpa: Modify get_vq_state() to return error code
Eli Cohen
2020-08-05
net/vdpa: Use struct for set/get vq state
Eli Cohen
2020-08-05
vdpa: remove hard coded virtq num
Max Gurtovoy
2020-08-05
vdpasim: support batch updating
Jason Wang
2020-08-05
ifcvf: implement vdpa_config_ops.get_vq_irq()
Zhu Lingshan
2020-08-05
vdpasim: protect concurrent access to iommu iotlb
Max Gurtovoy
2020-08-05
vdpa_sim: fix endian-ness of config space
Michael S. Tsirkin
2020-08-05
vdpa: make sure set_features is invoked for legacy
Michael S. Tsirkin
2020-08-03
virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
Michael S. Tsirkin
2020-07-19
dma-mapping: make support for dma ops optional
Christoph Hellwig
2020-06-22
vdpa: fix typos in the comments for __vdpa_alloc_device()
Jason Wang
2020-06-06
ifcvf: implement config interrupt in IFCVF
Zhu Lingshan
2020-06-06
ifcvf: ignore continuous setting same status value
Zhu Lingshan
2020-06-04
vdpasim: Fix some coccinelle warnings
Samuel Zou
2020-06-04
ifcvf: move IRQ request/free to status change handlers
Zhu Lingshan
2020-06-02
vhost: revert "vhost: disable for OABI"
Michael S. Tsirkin
2020-05-11
vdpasim: remove unused variable 'ret'
YueHaibing
2020-04-20
vhost: disable for OABI
Michael S. Tsirkin
2020-04-17
vdpa: fix comment of vdpa_register_device()
Jason Wang
2020-04-17
vdpa: make vhost, virtio depend on menu
Michael S. Tsirkin
2020-04-17
vdpa: allow a 32 bit vq alignment
Michael S. Tsirkin
2020-04-16
vdpasim: Return status in vdpasim_get_status
YueHaibing
2020-04-16
vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'
YueHaibing
2020-04-16
vdpa-sim: depend on HAS_DMA
Michael S. Tsirkin
2020-04-02
vdpa: move to drivers/vdpa
Michael S. Tsirkin