提交历史

作者 SHA1 备注 提交日期
  Tetsuo Handa 5e05bf5833 virtio: Avoid possible kernel panic if DEBUG is enabled. 10 年之前
  Michael S. Tsirkin 43b4f721ce virtio_ring: coding style fix 10 年之前
  Michael S. Tsirkin 747ae34a6e virtio: make VIRTIO_F_VERSION_1 a transport bit 10 年之前
  Cornelia Huck 8906265215 virtio: allow transports to get avail/used addresses 11 年之前
  Michael S. Tsirkin 00e6f3d9d9 virtio_ring: switch to new memory access APIs 10 年之前
  Michael S. Tsirkin e16e12be34 virtio: use u32, not bitmap for features 11 年之前
  Rusty Russell b25bd2515e virtio_ring: unify direct/indirect code paths. 11 年之前
  Rusty Russell eeebf9b1fc virtio_ring: assume sgs are always well-formed. 11 年之前
  Rusty Russell e2dcdfe95c virtio: virtio_break_device() to mark all virtqueues broken. 11 年之前
  Rusty Russell 70670444c2 virtio: fail adding buffer on broken queues. 11 年之前
  Joel Stanley 6abb2dd928 tools/virtio: fix missing kmemleak_ignore symbol 11 年之前
  Heinz Graalfs 2342d6a651 virtio_ring: adapt to notify() returning bool 11 年之前
  Heinz Graalfs b3b32c9413 virtio_ring: add new function virtqueue_is_broken() 11 年之前
  Heinz Graalfs 5b1bf7cb67 virtio_ring: let virtqueue_{kick()/notify()} return a bool 11 年之前
  Heinz Graalfs 46f9c2b925 virtio_ring: change host notification API 11 年之前
  Rusty Russell bb478d8b16 virtio_ring: plug kmemleak false positive. 12 年之前
  Linus Torvalds 496322bc91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 12 年之前
  Michael S. Tsirkin cc229884d3 virtio: support unlocked queue poll 12 年之前
  Rusty Russell b3087e48ce virtio: remove virtqueue_add_buf(). 12 年之前
  Rusty Russell 282edb3649 virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf. 12 年之前
  Rusty Russell 13816c768d virtio_ring: virtqueue_add_sgs, to add multiple sgs. 12 年之前
  Rusty Russell a9a0fef779 virtio_ring: expose virtio barriers for use in vringh. 12 年之前
  Rusty Russell 98e8c6bc66 virtio: make virtqueue_add_buf() returning 0 on success, not capacity. 13 年之前
  Rusty Russell 06ca287dba virtio: move queue_index and num_free fields into core struct virtqueue. 13 年之前
  Will Deacon b92b1b89a3 virtio: force vring descriptors to be allocated from lowmem 13 年之前
  Jason Wang 17bb6d4088 virtio-ring: move queue_index to vring_virtqueue 13 年之前
  Jason Wang a72caae218 virtio: correct the memory barrier in virtqueue_kick_prepare() 13 年之前
  Jason Wang 4dbc5d9f4f virtio: fix typos of memory barriers 13 年之前
  Rusty Russell e93300b1af virtio: add debugging if driver doesn't kick. 13 年之前
  Rusty Russell ee7cd8981e virtio: expose added descriptors immediately. 13 年之前