summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-06vdpa: Fix some coding style issuesXie Yongji1-17/+17
2021-09-06file: Export receive_fd() to modulesXie Yongji2-4/+9
2021-09-06eventfd: Export eventfd_wake_count to modulesXie Yongji1-0/+1
2021-09-06iova: Export alloc_iova_fast() and free_iova_fast()Xie Yongji1-0/+2
2021-09-06virtio-blk: remove unneeded "likely" statementsMax Gurtovoy1-2/+2
2021-09-06virtio-balloon: Use virtio_find_vqs() helperXianting Tian1-2/+2
2021-09-06vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing1-12/+12
2021-09-06vsock_test: update message bounds test for MSG_EORArseny Krasnov1-1/+7
2021-09-06af_vsock: rename variables in receive loopArseny Krasnov1-5/+5
2021-09-05virtio/vsock: support MSG_EOR bit processingArseny Krasnov1-1/+8
2021-09-05vhost/vsock: support MSG_EOR bit processingArseny Krasnov1-9/+13
2021-09-05virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOR' bit.Arseny Krasnov1-0/+1
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov3-14/+14
2021-09-05virtio: Bind virtio device to device-tree nodeViresh Kumar1-3/+54
2021-09-05uapi: virtio_ids: Sync ids with specificationViresh Kumar1-0/+12
2021-09-05dt-bindings: gpio: Add bindings for gpio-virtioViresh Kumar1-0/+59
2021-09-05dt-bindings: i2c: Add bindings for i2c-virtioViresh Kumar1-0/+51
2021-09-05dt-bindings: virtio: Add binding for virtio devicesViresh Kumar2-1/+43
2021-09-05vdpa_sim: Use iova_shift() for the size passed to alloc_iova()Xie Yongji1-1/+2
2021-09-05vhost scsi: Convert to SPDX identifierCai Huoqing1-13/+1
2021-09-05vdpa/mlx5: Add multiqueue supportEli Cohen3-31/+169
2021-09-05vdpa/mlx5: Add support for control VQ and MAC settingEli Cohen5-32/+329
2021-09-05vdpa/mlx5: Ensure valid indices are providedEli Cohen2-0/+55
2021-09-05vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueueEli Cohen1-8/+9
2021-09-05vdpa/mlx5: function prototype modifications in preparation to control VQEli Cohen1-19/+21
2021-09-05vdpa/mlx5: Remove redundant header file inclusionEli Cohen1-1/+0
2021-09-05vDPA/ifcvf: enable multiqueue and control vqZhu Lingshan2-17/+3
2021-09-05vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan3-18/+21
2021-09-05vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan2-35/+123
2021-09-05vDPA/ifcvf: introduce get_dev_type() which returns virtio dev idZhu Lingshan1-13/+21
2021-08-30Linux 5.14v5.14Linus Torvalds1-1/+1
2021-08-29Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-08-29Merge tag 'sched_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-27/+121
2021-08-29Merge tag 'irq_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2021-08-29Merge tag 'perf_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-2/+12
2021-08-29Merge tag 'x86_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-9/+30
2021-08-29Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller5-157/+74
2021-08-29clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereferenceAdam Ford1-1/+1
2021-08-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+6
2021-08-28Merge tag 'usb-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-76/+89
2021-08-28Merge tag 'powerpc-5.14-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-4/+5
2021-08-28Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockLinus Torvalds4-45/+21
2021-08-28Merge tag 'soc-fixes-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+3
2021-08-27Merge tag 'acpi-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+1
2021-08-27Merge tag 'pm-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-6/+12
2021-08-27virtio-mem: fix sleeping in RCU read side section in virtio_mem_online_page_cb()David Hildenbrand1-1/+8
2021-08-27Merge branch 'pm-opp'Rafael J. Wysocki1-4/+4
2021-08-27Merge tag 'riscv-for-linus-5.14-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+9
2021-08-27Merge tag 'mmc-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-2/+1
2021-08-27cryptoloop: add a deprecation warningChristoph Hellwig2-2/+4