messages from 2011-08-25 16:49:09 to 2011-09-08 14:24:25 UTC [more...]
[PATCH 0000/0025] Staging: hv: Driver cleanup
2011-09-08 14:24 UTC (15+ messages)
` [PATCH 01/25] Staging: hv: vmbus: Rename vmbus_child_device_create
` [PATCH 02/25] Staging: hv: vmbus: Rename vmbus_child_device_register
` [PATCH 03/25] Staging: hv: vmbus: Rename vmbus_child_device_unregister
` [PATCH 04/25] Staging: hv: vmbus: Cleanup dated comments in channel_mgmt.c
` [PATCH 05/25] Staging: hv: vmbus: Change the signature of struct hv_driver probe function
` [PATCH 06/25] Staging: hv: storvsc: Use the driver_data to identify ide
` [PATCH 07/25] Staging: hv: vmbus: Change the signature of struct hv_driver remove() function
` [PATCH 08/25] Staging: hv: util: Perform some service specific initialization in util_probe()
` [PATCH 09/25] Staging: hv: util: Perform some service specific de-initialization in util_remove()
` [PATCH 10/25] Staging: hv: vmbus: Return proper error code in vmbus_remove()
` [PATCH 11/25] Staging: hv: util: Properly handle util services in the util driver
` [PATCH 12/25] Staging: hv: vmbus: Get rid of hv_cb_utils[] and other unneeded code
` [PATCH 13/25] Staging: hv: vmbus: Get rid of the module dependency
` [PATCH 14/25] Staging: hv: vmbus: Introduce functions for setting and getting driver data
[PATCH 1/1] Staging: hv: Integrate the time source driver with Hyper-V detection code
2011-09-07 22:25 UTC
[RFC v2 0/2] virtio: Support releasing lock during kick
2011-09-07 14:01 UTC (4+ messages)
` [PATCH v2 1/2] virtio_ring: split virtqueue_kick prepare/notify
` [PATCH v2 2/2] virtio_blk: unlock vblk->lock during kick
[PATCH 23/62] x86: irq: Remove IRQF_DISABLED
2011-09-07 8:10 UTC (2+ messages)
` [PATCH 59/62] xen: "
[PATCH 2/2] tools/virtio: virtio_test tool
2011-09-07 3:34 UTC
[PATCH 1/1] Staging: hv: Add support for >2 TB LUN in storage driver
2011-09-06 23:10 UTC
[PATCH 1/1] staging: hv: Add support for >2 TB LUN in storage driver
2011-09-06 19:14 UTC (5+ messages)
ACM DataCloud-SC11 2011: deadline extension to September 26th
2011-09-05 17:49 UTC
ACM MTAGS 2011: deadline extension to September 26th
2011-09-05 17:41 UTC
Hyper-V TODO file
2011-09-02 20:54 UTC (14+ messages)
[PATCH] Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
2011-09-02 18:12 UTC (6+ messages)
[PATCH 1/1] Staging: hv: Update TODO file
2011-09-02 15:55 UTC
[PATCH 1/1] Staging: hv: Integrate the time source driver with Hyper-V detection code
2011-09-02 13:30 UTC (3+ messages)
[PATCH 1/1] staging: hv: Add support for >2 TB LUN in storage driver
2011-09-01 21:11 UTC (2+ messages)
[PATCH 00/10] netvsc bug fixes and cleanups
2011-09-01 19:19 UTC (11+ messages)
` [PATCH 01/10] staging: hv: remove unnecessary includes in netvsc
` [PATCH 02/10] staging: hv: add newline to log messages "
` [PATCH 03/10] staging: hv: convert dev_<loglevel> to netdev_<loglevel> "
` [PATCH 04/10] staging: hv: fix a kernel warning in netvsc_linkstatus_callback()
` [PATCH 05/10] staging: hv: re-order the code in netvsc_probe()
` [PATCH 06/10] staging: hv: fix counting of #outstanding-sends in failed sends
` [PATCH 07/10] staging: hv: fix counting of available buffer slots when send fails
` [PATCH 08/10] staging: hv: fix the return status of netvsc_start_xmit()
` [PATCH 09/10] staging: hv: fix the page buffer when rndis data go across page boundary
` [PATCH 10/10] staging: hv: fix some typos in netvsc.c
[PATCH 0000/0046] Staging: hv: Driver cleanup
2011-09-01 15:43 UTC (77+ messages)
` [PATCH 01/46] Staging: hv: storvsc: Inline free_stor_device()
` [PATCH 02/46] Staging: hv: storvsc: Do not aquire an unnecessary reference on stor_device
` [PATCH 03/46] Staging: hv: storvsc: Rename must_get_stor_device()
` [PATCH 04/46] Staging: hv: storvsc: Rename get_stor_device()
` [PATCH 05/46] Staging: hv: storvsc: Cleanup alloc_stor_device()
` [PATCH 06/46] Staging: hv: storvsc: Introduce state to manage the lifecycle of stor device
` [PATCH 07/46] Staging: hv: storvsc: Prevent outgoing traffic when stor dev is being destroyed
` [PATCH 08/46] Staging: hv: storvsc: Get rid of release_stor_device() by inlining the code
` [PATCH 09/46] Staging: hv: storvsc: Get rid of final_release_stor_device() by inlining code
` [PATCH 10/46] Staging: hv: storvsc: Get rid of the reference counting in struct storvsc_device
` [PATCH 11/46] Staging: hv: netvsc: Inline the code for free_net_device()
` [PATCH 12/46] Staging: hv: netvsc: Cleanup alloc_net_device()
` [PATCH 13/46] Staging: hv: netvsc: Introduce state to manage the lifecycle of net device
` [PATCH 14/46] Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev is destroyed
` [PATCH 15/46] Staging: hv: netvsc: Get rid of release_outbound_net_device() by inlining the code
` [PATCH 16/46] Staging: hv: netvsc: Get rid of release_inbound_net_device() "
` [PATCH 17/46] Staging: hv: netvsc: Get rid of the refcnt field in struct netvsc_device
` [PATCH 18/46] Staging: hv: storvsc: Add code to handle IDE devices using the storvsc driver
` [PATCH 19/46] Staging: hv: storvsc: Handle "
` [PATCH 20/46] Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is not used
` [PATCH 21/46] Staging: hv: storvsc: Optimize bounce buffer handling for the "write" case
` [PATCH 22/46] Staging: hv: storvsc: Optimize the bounce buffer handling in the "read" case
` [PATCH 23/46] Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c
` [PATCH 24/46] Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of storvsc.c
` [PATCH 25/46] Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.c
` [PATCH 26/46] Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of hyperv_storage.h
` [PATCH 27/46] Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY and MODE_SENSE
` [PATCH 28/46] Staging: hv: storvsc: Fix a typo
` [PATCH 29/46] Staging: hv: storvsc: In case of scsi errors offline the device
` [PATCH 30/46] Staging: hv: storvsc: No need to copy from bounce buffer in case of a failure
` [PATCH 31/46] Staging: hv: util: Forcefully shutdown when shutdown is requested
` [PATCH 32/46] Staging: hv: util: Adjust guest time in a process context
` [PATCH 33/46] Staging: hv: vmbus: Check before invoking the channel callback
` [PATCH 34/46] Staging: hv: vmbus: Properly deal with de-registering "
` [PATCH 35/46] Staging: hv: Fix a bug in vmbus_match()
` [PATCH 36/46] Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining the code
` [PATCH 37/46] Staging: hv: vmbus: Check for events before messages
` [PATCH 38/46] Staging: hv: vmbus: Do not enable auto eoi
` [PATCH 39/46] Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()
` [PATCH 40/46] Staging: hv: vmbus: Get rid of some dated/redundant comments
` [PATCH 41/46] Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()
` [PATCH 42/46] Staging: hv: vmbus: Get rid of an unnecessary check in vmbus_connect()
` [PATCH 43/46] Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c
` [PATCH 44/46] Staging: hv: vmbus: Fix checkpatch warnings in connection.c
` [PATCH 45/46] Staging: hv: mousevsc: Fix checkpatch errors and warnings
` [PATCH 46/46] Staging: hv: Update the TODO file
` [PATCH RFC] ata_piix: ignore disks in a hyper-v guest
[PATCH 0000/0004] Staging: hv: Driver cleanup
2011-08-31 21:35 UTC (5+ messages)
` [PATCH 1/4] Staging: hv: util: Deal with driver register failures
` [PATCH 2/4] Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()
` [PATCH 3/4] Staging: hv: vmbus: Check for events before messages
` [PATCH 4/4] Staging: hv: vmbus: Cleanup the code in process_chn_event()
[PATCH] virtio-net: Read MAC only after initializing MSI-X
2011-08-31 16:24 UTC
CiteSearcher: a Google Scholar front-end for iOS and Android mobile devices
2011-08-31 8:41 UTC
CFP: The Second International Workshop on Data Intensive Computing in the Clouds (DataCloud-SC11) 2011 -- co-located with IEEE/ACM Supercomputing 2011
2011-08-31 7:47 UTC
CFP: 4th Workshop on Many-Task Computing on Grids and Supercomputers (MTAGS) 2011 -- co-located with IEEE/ACM Supercomputing 2011
2011-08-31 7:36 UTC
[PATCH 0000/0059] Staging: hv: Driver cleanup
2011-08-30 17:14 UTC (42+ messages)
` [PATCH 01/59] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
` [PATCH 06/59] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver
` [PATCH 10/59] Staging: hv: util: Make hv_utils a vmbus device driver
` [PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code
` [PATCH 22/59] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver
` [PATCH 43/59] Staging: hv: storvsc: Cleanup error code returned in storvsc_probe()
` [PATCH 44/59] Staging: hv: storvsc: Cleanup returned error code in storvsc_drv_init()
` [PATCH 45/59] Staging: hv: netvsc: Cleanup the returned error code in netvsc_probe()
` [PATCH 46/59] Staging: hv: netvsc: Cleanup error return codes in netvsc_destroy_recv_buf()
` [PATCH 47/59] Staging: hv: netvsc: Cleanup error return values in netvsc_init_recv_buf()
` [PATCH 48/59] Staging: hv: netvsc: Cleanup error returns in netvsc_connect_vsp()
` [PATCH 49/59] Staging: hv: netvsc: Cleanup error return values in netvsc_send()
` [PATCH 50/59] Staging: hv: netvsc: Cleanup error return codes in netvsc_device_add()
` [PATCH 51/59] Staging: hv: netvsc: Cleanup error codes in rndis_filter_receive()
` [PATCH 52/59] Staging: hv: netvsc: Cleanup error code in rndis_filter_query_device()
` [PATCH 53/59] Staging: hv: netvsc: Cleanup error return values in rndis_filter_set_packet_filter()
` [PATCH 54/59] Staging: hv: netvsc: Cleanup error returns in rndis_filter_init_device()
` [PATCH 55/59] Staging: hv: netvsc: Cleanup error code in rndis_filter_device_add()
` [PATCH 56/59] Staging: hv: mouse: Change the jump label Cleanup to cleanup
` [PATCH 57/59] Staging: hv: mouse: Get rid of the unused PCI signature
` [PATCH 58/59] Staging: hv: netvsc: Change the jump label Cleanup to cleanup
` [PATCH 59/59] Staging: hv: netvsc: Change the jump label Exit to exit
[PATCH] virtio: fix size computation according to the definition of struct vring_used in vring_size
2011-08-30 0:12 UTC (9+ messages)
[PATCH] virtio: fix size computation according to the definition of struct vring_used in vring_size
2011-08-27 1:07 UTC
[PATCH] virtio.h: correct comment for struct virtio_driver
2011-08-25 23:46 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).