virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-02-15 19:55:35 to 2011-03-11 11:16:28 UTC [more...]

[PATCH 0/2] Fix hot-unplug: device removal while port in use
 2011-03-11 11:16 UTC  (6+ messages)
` [PATCH 1/2] virtio: console: Don't access vqs if device was unplugged
` [PATCH 2/2] virtio: console: Don't call device_destroy() on port device

[PATCH 01/21] Staging: hv: Simplify root device management
 2011-03-11  3:17 UTC  (30+ messages)
` [PATCH 02/21] Staging: hv: Change the signature for vmbus_cleanup()
` [PATCH 03/21] Staging: hv: Get rid of the function vmbus_msg_dpc()
` [PATCH 04/21] Staging: hv: Eliminate vmbus_event_dpc()
` [PATCH 05/21] Staging: hv: Change the signature for vmbus_on_isr()
` [PATCH 06/21] Staging: hv: Get rid of vmbus_dev_rm() function
` [PATCH 07/21] Staging: hv: Get rid of vmbus_cleanup() function
` [PATCH 08/21] Staging: hv: Change the signature for vmbus_child_device_register()
` [PATCH 09/21] Staging: hv: Get rid of vmbus_child_dev_add()
` [PATCH 10/21] Staging: hv: Cleanup root device handling
` [PATCH 11/21] Staging: hv: Make vmbus driver a platform pci driver
` [PATCH 12/21] Staging: hv: Cleanup irq management
` [PATCH 13/21] [PATCH 13/21] Staging: hv: Rename vmbus_driver_context structure
` [PATCH 14/21] Get rid of the forward declaration for vmbus_uevent
` [PATCH 15/21] Staging: hv: Get rid of the forward declaration for vmbus_match
` [PATCH 16/21] Staging: hv: Get rid of the forward declaration for vmbus_probe
` [PATCH 17/21] Staging: hv: Get rid of the forward declaration for vmbus_remove
` [PATCH 18/21] Staging: hv: Get rid of the forward declaration for vmbus_shutdown
` [PATCH 19/21] Staging: hv: Get rid of the forward declaration for vmbus_device_release
` [PATCH 20/21] Staging: hv: Get rid of the forward declaration for vmbus_isr
` [PATCH 21/21] Staging: hv: Get rid of the forward declaration for vmbus_show_device_attr

[PATCH 00/21] Staging: hv: Cleanup vmbus driver
 2011-03-10 21:59 UTC 

Bug inkvm_set_irq
 2011-03-10  8:42 UTC  (23+ messages)

[PATCH 01/02] virtio: Break out lguest virtio code to virtio_lguest.c
 2011-03-10  7:06 UTC  (2+ messages)
` [PATCH 02/02] virtio: Add virtio platform driver

[PATCH 00/02] virtio: Virtio platform driver
 2011-03-10  7:05 UTC 

[PATCH] virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT
 2011-03-09  7:13 UTC  (2+ messages)

[PATCH 00/16] Staging: hv: Consolidate driver and device abstractions
 2011-03-07 23:17 UTC  (5+ messages)

[PATCH 09/16] Staging: hv: Eliminate mousevsc_driver_context
 2011-03-07 22:16 UTC 

[PATCH 00/16] Staging: hv: Consolidate driver and device abstractions
 2011-03-07 22:09 UTC 

[PATCH 16/16] Staging: hv: Remove the vm_device structure
 2011-03-07 21:35 UTC 

[PATCH 15/16] Staging: hv: Eliminate device_id from vm_device
 2011-03-07 21:35 UTC 

[PATCH 14/16] Staging: hv: Get rid of class_id from vm_device
 2011-03-07 21:35 UTC 

[PATCH 13/16] Staging: hv: Remove probe_error from vm_device
 2011-03-07 21:34 UTC 

[PATCH 12/16] Staging: hv: Move probe_failed_work_item from vm_device
 2011-03-07 21:34 UTC 

[PATCH 11/16] Staging: hv: Eliminate storvsc_driver_context structure
 2011-03-07 21:34 UTC 

[PATCH 10/16] Staging: hv: Eliminate netvsc_driver_context
 2011-03-07 21:33 UTC 

[PATCH 09/16] Staging: hv: Eliminate mousevsc_driver_context
 2011-03-07 21:33 UTC 

[PATCH 08/16] Staging: hv: Eliminate blkvsc_driver_context structure
 2011-03-07 21:32 UTC 

[PATCH 07/16] Staging: hv: Eliminate driver_context structure
 2011-03-07 21:32 UTC 

[PATCH 06/16] Staging: hv: Change the signature for vmbus_child_driver_unregister
 2011-03-07 21:24 UTC 

[PATCH 05/16] Staging: hv: Change the signature for vmbus_child_driver_register
 2011-03-07 21:23 UTC 

[PATCH 04/16] Staging: hv: Remove unnecessary function pointers in driver_context
 2011-03-07 21:23 UTC 

[PATCH 03/16] Staging: hv: Use generic device_driver shutdown function
 2011-03-07 21:22 UTC 

[PATCH 02/16] Staging: hv: Use generic device_driver remove function
 2011-03-07 21:21 UTC 

[PATCH 01/16] Staging: hv: Use generic device_driver probe function
 2011-03-07 21:20 UTC 

[PATCH] vhost: copy_from_user -> __copy_from_user
 2011-03-07  6:30 UTC  (2+ messages)

IGCC'11 deadline in 2 weeks (2nd International Gree Computing Conference)
 2011-03-06 12:48 UTC 

[PATCH] vhost: copy_from_user -> __copy_from_user
 2011-03-06 11:33 UTC 

[PATCH 4/6] Staging: hv: Unify the hyperv driver abstractions
 2011-03-04 15:18 UTC  (9+ messages)

[PATCH] virtio: console: Don't access vqs if device was unplugged
 2011-03-04  3:34 UTC 

[PATCH 1/6] Staging: hv: Unify hyper-v device abstractions
 2011-03-02  6:35 UTC  (8+ messages)

[PATCH 6/6] Staging: hv: Cleanup hyperv_driver variable names
 2011-03-02  5:42 UTC  (6+ messages)

[PATCH 3/6] Staging: hv: Cleanup hyperv_device variable names
 2011-03-02  5:39 UTC  (6+ messages)

[PATCH 2/6] Staging: hv: Rename vm_device to hyperv_device
 2011-03-02  1:41 UTC  (3+ messages)

[PATCH 5/6] Staging: hv: Rename driver_context to hyperv_driver
 2011-03-01  2:56 UTC  (2+ messages)

Can't build in the virtio console driver on x86_64 when the other virtio drivers are modular
 2011-02-28  5:04 UTC  (3+ messages)

[PATCH ] Staging: hv: Hyper-V driver cleanup
 2011-02-25  1:07 UTC  (5+ messages)

Can't build in the virtio console driver on x86_64 when the other virtio drivers are modular
 2011-02-24 16:28 UTC 

[PATCH 1/6] Staging: hv: vmbus_drv.c Replaced DPRINT with native pr_XXX
 2011-02-24  1:29 UTC  (20+ messages)
` [PATCH 2/6] Staging: hv: hv.c Removed all DPRINT and debug - using pr_err now
  ` [PATCH 3/6] Staging: hv: channel.c Removed debug DPRINTS use pr_err for errors
    ` [PATCH 4/6] Staging: hv: channel_mgmt.c Removed DPRINT and implemented pr_XX
      ` [PATCH 5/6] Staging: hv: ring_buffer.c Removed DPRINT replaced with pr_XX
        ` [PATCH 6/6] Staging: hv: connection.c "

[PATCH 2/4] staging: hv: Fix the code depending on struct netvsc_driver_context data order
 2011-02-23 23:06 UTC  (14+ messages)
` [PATCH 1/4] staging: hv: Fix the code depending on struct vmbus_driver_context "
  ` [PATCH 3/4] staging: hv: Fix the code depending on struct blkvsc_driver_context "
    ` [PATCH 4/4] staging: hv: Fix the code depending on struct storvsc_driver_context "

[PATCH 1/4] staging: hv: Fix the code depending on struct vmbus_driver_context data order
 2011-02-23 20:19 UTC 

[PATCH]: Staging: hv: Allocate the vmbus irq dynamically
 2011-02-23 19:22 UTC  (22+ messages)

[PATCH]: Staging: hv: Allocate the vmbus irq dynamically
 2011-02-19  1:26 UTC 

[PATCH 2/2] staging: hv: Fix the WARN_ON condition in free_net_device()
 2011-02-18 23:05 UTC 

[PATCH 1/2] staging: hv: Remove unnecessary ASSERTs in netvsc_initialize()
 2011-02-18 23:05 UTC 

[PATCH]: Staging: hv: Dynamically allocate irqs
 2011-02-18 22:32 UTC 

[PATCH] Staging: hv: Fixed FIXME comments by using list_for_each_entry
 2011-02-18 20:39 UTC 

[PATCH 13/14] x86/ticketlock: add slowpath logic
 2011-02-18 17:03 UTC 

CfP 6th Workshop on Virtualization in High-Performance Cloud Computing (VHPC'11)
 2011-02-17 12:11 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).