summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-06vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji
2021-09-06vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji
2021-09-06vdpa: Fix some coding style issuesXie Yongji
2021-09-06file: Export receive_fd() to modulesXie Yongji
2021-09-06eventfd: Export eventfd_wake_count to modulesXie Yongji
2021-09-06iova: Export alloc_iova_fast() and free_iova_fast()Xie Yongji
2021-09-06virtio-blk: remove unneeded "likely" statementsMax Gurtovoy
2021-09-06virtio-balloon: Use virtio_find_vqs() helperXianting Tian
2021-09-06vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing
2021-09-06vsock_test: update message bounds test for MSG_EORArseny Krasnov
2021-09-06af_vsock: rename variables in receive loopArseny Krasnov
2021-09-05virtio/vsock: support MSG_EOR bit processingArseny Krasnov
2021-09-05vhost/vsock: support MSG_EOR bit processingArseny Krasnov
2021-09-05virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOR' bit.Arseny Krasnov
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov
2021-09-05virtio: Bind virtio device to device-tree nodeViresh Kumar
2021-09-05uapi: virtio_ids: Sync ids with specificationViresh Kumar
2021-09-05dt-bindings: gpio: Add bindings for gpio-virtioViresh Kumar
2021-09-05dt-bindings: i2c: Add bindings for i2c-virtioViresh Kumar
2021-09-05dt-bindings: virtio: Add binding for virtio devicesViresh Kumar
2021-09-05vdpa_sim: Use iova_shift() for the size passed to alloc_iova()Xie Yongji
2021-09-05vhost scsi: Convert to SPDX identifierCai Huoqing
2021-09-05vdpa/mlx5: Add multiqueue supportEli Cohen
2021-09-05vdpa/mlx5: Add support for control VQ and MAC settingEli Cohen
2021-09-05vdpa/mlx5: Ensure valid indices are providedEli Cohen
2021-09-05vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueueEli Cohen
2021-09-05vdpa/mlx5: function prototype modifications in preparation to control VQEli Cohen
2021-09-05vdpa/mlx5: Remove redundant header file inclusionEli Cohen
2021-09-05vDPA/ifcvf: enable multiqueue and control vqZhu Lingshan
2021-09-05vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan
2021-09-05vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan
2021-09-05vDPA/ifcvf: introduce get_dev_type() which returns virtio dev idZhu Lingshan
2021-08-29Linux 5.14Linus Torvalds
2021-08-29Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-29Merge tag 'sched_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-29Merge tag 'irq_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-29Merge tag 'perf_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-29Merge tag 'x86_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-29Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller
2021-08-28clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereferenceAdam Ford
2021-08-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-08-28Merge tag 'usb-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2021-08-28Merge tag 'powerpc-5.14-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-08-27Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-27Merge tag 'soc-fixes-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-27Merge tag 'acpi-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-08-27Merge tag 'pm-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-08-27virtio-mem: fix sleeping in RCU read side section in virtio_mem_online_page_cb()David Hildenbrand
2021-08-27Merge branch 'pm-opp'Rafael J. Wysocki