summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-11virtio_ring: packed: extract the logic of attach vringXuan Zhuo1-15/+10
2022-08-11virtio_ring: packed: extract the logic of vring initXuan Zhuo1-11/+17
2022-08-11virtio_ring: packed: extract the logic of alloc state and extraXuan Zhuo1-14/+34
2022-08-11virtio_ring: packed: extract the logic of alloc queueXuan Zhuo1-29/+51
2022-08-11virtio_ring: packed: introduce vring_free_packedXuan Zhuo1-0/+22
2022-08-11virtio_ring: split: introduce virtqueue_resize_split()Xuan Zhuo1-0/+34
2022-08-11virtio_ring: split: reserve vring_align, may_reduce_numXuan Zhuo1-0/+10
2022-08-11virtio_ring: split: introduce virtqueue_reinit_split()Xuan Zhuo1-0/+23
2022-08-11virtio_ring: split: extract the logic of attach vringXuan Zhuo1-13/+10
2022-08-11virtio_ring: split: extract the logic of vring initXuan Zhuo1-10/+21
2022-08-11virtio_ring: split: extract the logic of alloc state and extraXuan Zhuo1-16/+36
2022-08-11virtio_ring: split: extract the logic of alloc queueXuan Zhuo1-25/+40
2022-08-11virtio_ring: split: introduce vring_free_split()Xuan Zhuo1-0/+11
2022-08-11virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_splitXuan Zhuo1-14/+15
2022-08-11virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo1-9/+16
2022-08-11virtio_ring: introduce virtqueue_init()Xuan Zhuo1-16/+22
2022-08-11virtio_ring: split vring_virtqueueXuan Zhuo1-56/+60
2022-08-11virtio_ring: extract the logic of freeing vringXuan Zhuo1-5/+13
2022-08-11virtio_ring: update the document of the virtqueue_detach_unused_buf for queue...Xuan Zhuo1-2/+2
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo7-0/+15
2022-08-11drivers/virtio: Clarify CONFIG_VIRTIO_MEM for unsupported architecturesDavid Hildenbrand1-3/+5
2022-08-11virtio_mmio: add support to set IRQ of a virtio device as wakeup sourceMinghao Xue1-0/+3
2022-08-11vdpa: Use device_iommu_capable()Robin Murphy1-1/+1
2022-08-11virtio: VIRTIO_HARDEN_NOTIFICATION is brokenMichael S. Tsirkin1-1/+2
2022-08-11virtio_pmem: set device ready in probe()Jason Wang1-0/+7
2022-08-11virtio_pmem: initialize provider_data through nd_region_descJason Wang1-1/+1
2022-08-11vringh: iterate on iotlb_translate to handle large translationsStefano Garzarella1-22/+56
2022-08-11virtio_ring: remove the arg vq of vring_alloc_desc_extra()Xuan Zhuo1-4/+3
2022-08-11remoteproc: rename len of rpoc_vring to numXuan Zhuo2-7/+7
2022-07-31Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2022-07-31Merge tag 'edac_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-22/+33
2022-07-30Merge tag 'block-5.19-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2022-07-29Merge tag 'drm-fixes-2022-07-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+6
2022-07-29Merge tag 'drm-misc-fixes-2022-07-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-2/+6
2022-07-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-21/+55
2022-07-29Merge tag 'pm-5.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+7
2022-07-29Merge tag 'powerpc-5.19-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2022-07-29Merge tag 'drm-fixes-2022-07-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-79/+103
2022-07-28nouveau/svm: Fix to migrate all requested pagesAlistair Popple1-1/+5
2022-07-28Merge tag 'net-5.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds20-119/+197
2022-07-28stmmac: dwmac-mediatek: fix resource leak in probeDan Carpenter1-4/+5
2022-07-28net/funeth: Fix fun_xdp_tx() and XDP packet reclaimDimitris Michailidis3-15/+16
2022-07-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-48/+16
2022-07-28sfc: disable softirqs for ptp TXAlejandro Lucero1-0/+22
2022-07-28ptp: ocp: Select CRC16 in the Kconfig.Jonathan Lemon1-0/+1
2022-07-28clk: sunxi-ng: Fix H6 RTC clock definitionJernej Skrabec1-0/+1
2022-07-27virtio-net: fix the race between refill work and closeJason Wang1-3/+34
2022-07-27EDAC/ghes: Set the DIMM label unconditionallyToshi Kani1-3/+8
2022-07-27scsi: ufs: core: Fix a race condition related to device managementBart Van Assche1-18/+40
2022-07-27scsi: core: Fix warning in scsi_alloc_sgtables()Jason Yan1-1/+1