virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-04-27 04:55:19 to 2011-05-09 21:55:58 UTC [more...]

[PATCH 000/206] Staging: hv: Cleanup hv drivers
 2011-05-09 21:57 UTC  (77+ messages)
` [PATCH 001/206] Staging: hv: Get rid of blkvsc_mutex
  ` [PATCH 002/206] Staging: hv: Cleanup spin lock usage
  ` [PATCH 003/206] Staging: hv: Fix some locking issues
  ` [PATCH 004/206] Staging: hv: Rename driver name variable
  ` [PATCH 005/206] Staging: hv: Rename the device type variable
  ` [PATCH 006/206] Staging: hv: Change the name of struct storvsc_driver_object
  ` [PATCH 007/206] Staging: hv: Change the name of blkvsc driver variable
  ` [PATCH 008/206] Staging: hv: Rename variables of type struct storvsc_driver *
  ` [PATCH 009/206] Staging: hv: Rename the function blk_vsc_on_device_add
  ` [PATCH 010/206] Staging: hv: Get rid of the indirection for invoking device_add
  ` [PATCH 011/206] Staging: hv: Rename the function stor_vsc_device_add
  ` [PATCH 012/206] Staging: hv: Rename the function stor_vsc_on_device_remove
  ` [PATCH 013/206] Staging: hv: Get rid of the indirection for removing stor device
  ` [PATCH 014/206] Staging: hv: Rename the function stor_vsc_on_cleanup
  ` [PATCH 015/206] Staging: hv: Get rid of the indirection for invoking cleanup function
  ` [PATCH 016/206] Staging: hv: Rename the function stor_vsc_on_io_request
  ` [PATCH 017/206] Staging: hv: Get rid of the indirection for invoking io request
  ` [PATCH 018/206] Staging: hv: Statically initialize pointers for probe etc
  ` [PATCH 019/206] Staging: hv: Get rid of the calls to storvsc_cleanup
  ` [PATCH 020/206] Staging: hv: Rename the function stor_vsc_get_major_info()
  ` [PATCH 021/206] Staging: hv: Introduce a function to wait to drain outgoing I/O
  ` [PATCH 022/206] Staging: hv: Use the newly introduced I/O drain synch method
  ` [PATCH 023/206] Staging: hv: Cleanup blkvsc_remove()
  ` [PATCH 024/206] Staging: hv: Cleanup blkvsc_shutdown()
  ` [PATCH 025/206] Staging: hv: Rename stor_vsc_channel_init()
  ` [PATCH 026/206] Staging: hv: Rename stor_vsc_on_io_completion
  ` [PATCH 027/206] Staging: hv: Rename stor_vsc_on_receive
  ` [PATCH 028/206] Staging: hv: Rename stor_vsc_on_channel_callback
  ` [PATCH 029/206] Staging: hv: Rename stor_vsc_connect_to_vsp
  ` [PATCH 030/206] Staging: hv: Get rid of/change some dated comments
  ` [PATCH 031/206] Staging: hv: Get rid of some unnecessary DPRINTS
  ` [PATCH 032/206] Staging: hv: Rename g_driver_name
  ` [PATCH 033/206] Staging: hv: Rename struct host_device_context
  ` [PATCH 034/206] Staging: hv: Rename variables pointing to struct hv_host_device
  ` [PATCH 035/206] Staging: hv: Rename the struct hv_device * element of "
  ` [PATCH 036/206] Staging: hv: Rename variables pointing to struct hv_device
  ` [PATCH 037/206] Staging: hv: Get rid of some dated comments
  ` [PATCH 038/206] Staging: hv: Get rid of some DPRINTS
  ` [PATCH 039/206] Staging: hv: Get rid of the forward declaration for storvsc_device_alloc()
  ` [PATCH 040/206] Staging: hv: Move the function storvsc_merge_bvec() to earlier in the file
  ` [PATCH 041/206] Staging: hv: Get rid of the forward declaration for storvsc_device_configure()
  ` [PATCH 042/206] Staging: hv: Get rid of the forwrd declaration of destroy_bounce_buffer
  ` [PATCH 043/206] Staging: hv: Get rid of the forward declaration for do_bounce_buffer()
  ` [PATCH 044/206] Staging: hv: Get rid of the forward declaration for create_bounce_buffer()
  ` [PATCH 045/206] Staging: hv: Get rid of the forward declaration of copy_from_bounce_buffer()
  ` [PATCH 046/206] Staging: hv: Get rid of the forward declaration for copy_to_bounce_buffer()
  ` [PATCH 047/206] Staging: hv: Get rid of the forward declaration of storvsc_remove()
  ` [PATCH 048/206] Staging: hv: Get rid of the forward declaration of storvsc_get_chs()
  ` [PATCH 049/206] Staging: hv: Staging: hv: Rename the function stor_vsc_on_host_reset()
  ` [PATCH 050/206] Staging: hv: Rename stor_vsc_initialize()
  ` [PATCH 051/206] Staging: hv: Move the definition of storvsc_host_reset() to earlier in the file
  ` [PATCH 052/206] Staging: hv: Get rid of the forward declaration for storvsc_host_reset_handler()
  ` [PATCH 053/206] Staging: hv: Move the definition of storvsc_ringbuffer_size to earlier in the file
  ` [PATCH 054/206] Staging: hv: Move module parameters "
  ` [PATCH 055/206] Staging: hv: Move the function storvsc_commmand_completion() "
  ` [PATCH 056/206] Staging: hv: Get rid of the forward declaration of storvsc_queuecommand()
  ` [PATCH 057/206] Staging: hv: Get rid of the forward declaration of storvsc_probe()
  ` [PATCH 058/206] Staging: hv: Rename the driver variable
  ` [PATCH 059/206] Staging: hv: Move the declaration of "
  ` [PATCH 060/206] Staging: hv: Statically initialize probe/remove elements of the driver
  ` [PATCH 061/206] Staging: hv: Get rid of unnecessary comments/dead code
  ` [PATCH 062/206] Staging: hv: Get rid of the indirection in invoking storvsc_dev_remove()
  ` [PATCH 063/206] Staging: hv: Get rid of the indirection in invoking storvsc_dev_add()
  ` [PATCH 064/206] Staging: hv: Get rid of the indirection in invoking storvsc_do_io()
  ` [PATCH 065/206] Staging: hv: Get rid of the code initializing the dispatch table
  ` [PATCH 066/206] Staging: hv: Simplify the code for getting the drive parameters
  ` [PATCH 067/206] Staging: hv: Make the function netvsc_device_add() non static
  ` [PATCH 068/206] Staging: hv: Make netvsc_device_remove "
  ` [PATCH 069/206] Staging: hv: Get rid of netvsc_cleanup()
  ` [PATCH 070/206] Staging: hv: Make rndis_filte_device_add() non static
  ` [PATCH 071/206] Staging: hv: Make rndis_filter_device_remove() "
  ` [PATCH 072/206] Staging: hv: Get rid of rndis_filter_cleanup()
  ` [PATCH 073/206] Staging: hv: Get rid of the indirection to invoke rndis_filte_device_add()
  ` [PATCH 074/206] Staging: hv: Get rid of the indirection to invoke netvsc_device_add()
  ` [PATCH 075/206] Staging: hv: Get rid of the indirection in invoking rndis_filter_device_remove()
  ` [PATCH 076/206] Staging: hv: Get rid of the indirection in invoking netvsc_device_remove()

various vmbus review comments
 2011-05-09 14:56 UTC  (16+ messages)

[PATCH 1/3] virtio: fix avail event support
 2011-05-09  5:59 UTC  (4+ messages)
` [PATCH 2/3] virtio_ring: check used_event offset
` [PATCH 3/3] virtio_ring: need_event api comment fix

[PATCH 01/18] virtio: 64 bit features
 2011-05-09  5:57 UTC  (29+ messages)
` [PATCH 02/18] virtio_test: update for "
` [PATCH 03/18] vhost: fix "
` [PATCH 04/18] virtio: don't delay avail index update
` [PATCH 05/18] virtio: used event index interface
` [PATCH 06/18] virtio_ring: avail "
` [PATCH 07/18] virtio ring: inline function to check for events
` [PATCH 08/18] virtio_ring: support for used_event idx feature
` [PATCH 09/18] virtio: use avail_event index
` [PATCH 10/18] vhost: utilize used_event index
` [PATCH 11/18] vhost: support avail_event idx
` [PATCH 12/18] virtio_test: support used_event index
` [PATCH 13/18] virtio_test: avail_event index support
` [PATCH 14/18] virtio: add api for delayed callbacks
` [PATCH 15/18] virtio_net: delay TX callbacks
` [PATCH 16/18] virtio_ring: Add capacity check API
` [PATCH 17/18] virtio_net: fix TX capacity checks using new API
` [PATCH 18/18] virtio_net: limit xmit polling
` [PATCH 0/3] virtio and vhost-net performance enhancements

[PATCH 1/3] virtio/vhost: support 64 bit features
 2011-05-04 21:20 UTC  (4+ messages)
` [PATCH 2/3] virtio+vhost: used_event feature
` [PATCH 3/3] virtio: avail_event index support
` [PATCH 0/3] virtio-net: 64 bit features, event index

[PDFv2] virtio-spec: 64 bit features, used/avail event
 2011-05-04 21:17 UTC 

[PATCH 0/3] virtio-net: 64 bit features, event index
 2011-05-04 21:01 UTC 

[PATCH 00/18] virtio and vhost-net performance enhancements
 2011-05-04 20:50 UTC 

[PATCHv2] virtio-spec: 64 bit features, used/avail event
 2011-05-04 20:32 UTC 

[PATCH 1/1] Staging: hv: Add the necessary dependencies to hyperv Kconfig
 2011-05-04 19:58 UTC  (11+ messages)

[PATCH 1/1] Staging: hv: Add the necessary dependencies to hyperv Kconfig
 2011-05-04 19:19 UTC 

[PATCH 00/25] Staging: hv: Cleanup vmbus driver code
 2011-05-02 22:11 UTC  (43+ messages)
` [PATCH 01/25] Staging: hv: Introduce a function to map a generic driver pointer to a pointer to storvsc_driver_object
  ` [PATCH 08/25] Staging: hv: vmbus_driver cannot be unloaded; cleanup accordingly
        `  "
  ` [PATCH 12/25] Staging: hv: Cleanup error handling in vmbus_child_device_register()

[RESEND] [PATCH 00/18] Staging: hv: Cleanup vmbus driver code
 2011-04-29 20:45 UTC  (19+ messages)
` [PATCH 01/18] Staging: hv: vmbus_driver cannot be unloaded; cleanup accordingly
  ` [PATCH 02/18] Staging: hv: Get rid of vmbus_release_unattached_channels() as it is not used
  ` [PATCH 03/18] Staging: hv: Get rid of the drv field in struct hv_device
  ` [PATCH 04/18] Staging: hv: Cleanup error handling in vmbus_child_device_register()
  ` [PATCH 05/18] Staging: hv: Cleanup vmbus_probe() function
  ` [PATCH 06/18] Staging: hv: Properly handle errors in hv_pci_probe()
  ` [PATCH 07/18] Staging: hv: Make hv_pci_dev a static variable
  ` [PATCH 08/18] Staging: hv: Make msg_dpc a stand alone variable
  ` [PATCH 09/18] Staging: hv: Make event_dpc "
  ` [PATCH 10/18] Staging: hv: Get rid of struct hv_bus
  ` [PATCH 11/18] Staging: hv: Add probe function to struct hv_driver
  ` [PATCH 12/18] Staging: hv: Use the probe function in "
  ` [PATCH 13/18] Staging: hv: Add remove() function to "
  ` [PATCH 14/18] Staging: hv: Use the remove() function in "
  ` [PATCH 15/18] Staging: hv: Add shutdown() function to "
  ` [PATCH 16/18] Staging: hv: Use the shutdown() function in "
  ` [PATCH 17/18] Staging: hv: VMBUS is a acpi enumerated device; get irq value from bios
  ` [PATCH 18/18] Staging: hv: Get rid of an unused variable from struct hv_driver

[RFC PATCH TRIVIAL] Reading the virtio code
 2011-04-27  6:26 UTC  (3+ messages)

[PATCH] driver, virtio: Modify the err hanlding logic
 2011-04-27  5:04 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).