virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-02-10 02:02:50 to 2011-03-07 23:00:14 UTC [more...]

[PATCH 00/16] Staging: hv: Consolidate driver and device abstractions
 2011-03-07 23:00 UTC  (4+ 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)

Bug inkvm_set_irq
 2011-03-04  9:39 UTC  (17+ messages)

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

[PATCH 0/2] Fix hot-unplug: device removal while port in use
 2011-03-02 13:38 UTC  (5+ 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 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 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 "

[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 

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

[PATCH 2/3]: Staging: hv: Use native wait primitives
 2011-02-15 18:44 UTC  (8+ messages)

[PATCH] virtio: use __GFP_NOWARN for try_fill_recv in virtnet_poll
 2011-02-15 12:42 UTC  (5+ messages)

[PATCH] virtio: use __GFP_NOWARN for try_fill_recv in virtnet_poll
 2011-02-15  9:35 UTC 

[PATCH 1/2] staging: hv: Remove dead code from netvsc.c
 2011-02-15  0:07 UTC  (4+ messages)
` [PATCH 2/2] staging: hv: Remove dead code from rndis_filter.c

[PATCH] Staging: hv: Use list_entry for msg_info and remove associated comment
 2011-02-14 18:35 UTC  (2+ messages)

[PATCH]: Staging: hv: Cleanup vmalloc calls
 2011-02-11 22:53 UTC  (2+ messages)

[PATCH 1/3]: Staging: hv: Use native page allocation/free functions
 2011-02-11 21:37 UTC  (7+ messages)

[PATCH 3/3]:Staging: hv: Remove osd layer
 2011-02-11 18:00 UTC 

[PATCH] virtio_net: Add schedule check to napi_enable call
 2011-02-10 19:03 UTC  (3+ messages)

[PATCH] virtio-net: add schedule check to napi_enable call in refill_work
 2011-02-10  2:44 UTC  (2+ messages)

[PATCH] virtio_net: Add schedule check to napi_enable call
 2011-02-10  2:02 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).