aboutsummaryrefslogtreecommitdiffstats
path: root/tools/virtio/vringh_test.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-20tools/virtio: remove virtqueue_add_buf() from tests.Rusty Russell1-10/+12
2013-03-209p/trans_virtio.c: use virtio_add_sgs[]Rusty Russell1-9/+39
2013-03-20virtio_balloon: use simplified virtqueue accessors.Rusty Russell1-3/+3
2013-03-20virtio_rpmsg_bus: use simplified virtqueue accessors.Rusty Russell1-4/+4
2013-03-20caif_virtio: use simplified virtqueue accessors.Rusty Russell1-2/+1
2013-03-20virtio_console: use simplified virtqueue accessors.Rusty Russell1-3/+3
2013-03-20virtio_rng: use simplified virtqueue accessors.Rusty Russell1-1/+1
2013-03-20virtio_net: use simplified virtqueue accessors.Rusty Russell1-6/+5
2013-03-20virtio_net: use virtqueue_add_sgs[] for command buffers.Rusty Russell1-25/+26
2013-03-20virtio_scsi: use virtqueue_add_inbuf() for virtscsi_kick_event.Rusty Russell1-2/+2
2013-03-20virtio-scsi: use virtqueue_add_sgs for command buffersWanlong Gao1-63/+37
2013-03-20virtio_blk: remove nents member.Rusty Russell1-11/+11
2013-03-20virtio-blk: use virtqueue_add_sgs on req pathPaolo Bonzini1-36/+33
2013-03-20virtio-blk: use virtqueue_add_sgs on bio pathPaolo Bonzini1-29/+29
2013-03-20virtio-blk: reorganize virtblk_add_reqPaolo Bonzini1-35/+20
2013-03-20tools/virtio: make vringh_test use inbuf/outbuf.Rusty Russell2-4/+14
2013-03-20virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf.Rusty Russell2-0/+54
2013-03-20virtio_ring: virtqueue_add_sgs, to add multiple sgs.Rusty Russell4-63/+187
2013-03-20scatterlist: introduce sg_unmark_endPaolo Bonzini3-2/+18
2013-03-20caif_virtio: Introduce caif over virtioErwan Yvin5-0/+827
2013-03-20virtio: Introduce vringh wrappers in virtio_configSjur Brændeland2-0/+32
2013-03-20tools/virtio: add vring_test.Rusty Russell3-4/+747
2013-03-20vringh: host-side implementation of virtio rings.Rusty Russell6-1/+1215
2013-03-20tools/virtio: separate headers more.Rusty Russell21-147/+450
2013-03-20virtio_ring: expose virtio barriers for use in vringh.Rusty Russell2-27/+63
2013-03-20tools/virtio: fix build for 3.8Michael S. Tsirkin4-4/+12
2013-03-12Remove Documentation/virtual/virtio-spec.txtRusty Russell2-3213/+0
2013-03-12virtio-blk: emit udev event when device is resizedMilos Vyletel1-0/+2
2013-03-12virtio-scsi: use pr_err() instead of printk()Wanlong Gao1-4/+4
2013-03-07lguest: fix paths in commentsWanlong Gao2-4/+3
2013-03-03Linux 3.9-rc1Linus Torvalds1-2/+2
2013-03-03btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven1-0/+1
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro1-1/+1
2013-03-02SUNRPC: One line comment fixTrond Myklebust1-1/+1
2013-03-02ext4: enable quotas before orphan cleanupJan Kara1-10/+10
2013-03-02ext4: don't allow quota mount options when quota feature enabledJan Kara1-7/+26
2013-03-02ext4: fix a warning from sparse check for ext4_dir_llseekZheng Liu1-1/+1
2013-03-02ext4: convert number of blocks to clusters properlyLukas Czerner4-9/+9
2013-03-02ext4: fix possible memory leak in ext4_remount()Wei Yongjun1-0/+1
2013-03-02jbd2: fix ERR_PTR dereference in jbd2__journal_startDmitry Monakhov1-1/+1
2013-03-02metag: Provide dma_get_sgtable()James Hogan1-0/+7
2013-03-02metag: prom.h: remove declaration of metag_dt_memblock_reserve()James Hogan1-1/+0
2013-03-02metag: copy devicetree to non-init memoryJames Hogan3-0/+20
2013-03-02metag: cleanup metag_ksyms.c includesJames Hogan1-6/+3
2013-03-02metag: move mm/init.c exports out of metag_ksyms.cJames Hogan2-2/+3
2013-03-02metag: move usercopy.c exports out of metag_ksyms.cJames Hogan2-16/+13
2013-03-02metag: move setup.c exports out of metag_ksyms.cJames Hogan2-5/+3
2013-03-02metag: move kick.c exports out of metag_ksyms.cJames Hogan2-2/+3
2013-03-02metag: move traps.c exports out of metag_ksyms.cJames Hogan2-5/+3
2013-03-02metag: move irq enable out of irqflags.h on SMPJames Hogan2-7/+20