messages from 2011-08-19 09:28:35 to 2011-08-29 18:15:02 UTC [more...]
[PATCH 0000/0046] Staging: hv: Driver cleanup
2011-08-29 18:15 UTC (54+ 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] virtio: fix size computation according to the definition of struct vring_used in vring_size
2011-08-29 7:55 UTC (8+ 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
[PATCH 0000/0059] Staging: hv: Driver cleanup
2011-08-25 22:46 UTC (77+ messages)
` [PATCH 01/59] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
` [PATCH 02/59] Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux
` [PATCH 03/59] Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h
` [PATCH 04/59] Staging: hv: Add code to parse struct hv_vmbus_device_id table
` [PATCH 05/59] Staging: hv: vmbus: Introduce vmbus ID space in struct hv_driver
` [PATCH 06/59] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver
` [PATCH 07/59] Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc driver
` [PATCH 08/59] Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driver
` [PATCH 09/59] Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driver
` [PATCH 10/59] Staging: hv: util: Make hv_utils a vmbus device driver
` [PATCH 11/59] Staging: hv: vmbus: Cleanup vmbus_match()
` [PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code
` [PATCH 13/59] Staging: hv: vmbus: Support the notion of id tables in vmbus_match()
` [PATCH 14/59] Staging: hv: vmbus: Get rid of an unnecessary include line in vmbus_drv.c
` [PATCH 15/59] Staging: hv: storvsc: Get rid of the DMI signature
` [PATCH 16/59] Staging: hv: netvsc: Get rid of the PCI signature
` [PATCH 17/59] Staging: hv: netvsc: Get rid of the DMI signature in netvsc_drv.c
` [PATCH 18/59] Staging: hv: util: Get rid of the DMI signature in hv_util.c
` [PATCH 19/59] Staging: hv: util: Get rid of the PCI "
` [PATCH 20/59] Staging: hv: netvsc: Initialize the driver name directly
` [PATCH 21/59] Staging: hv: netvsc: Get rid of the empty function netvsc_initialize()
` [PATCH 22/59] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver
` [PATCH 23/59] Staging: hv: vmbus: Get rid of some unnecessary comments
` [PATCH 24/59] Staging: hv: vmbus: Cleanup unnecessary comments in hv.c
` [PATCH 25/59] Staging: hv: vmbus: Cleanup error handling in hv_init()
` [PATCH 26/59] Staging: hv: vmbus: Get rid of unnecessay comments in connection.c
` [PATCH 27/59] Staging: hv: vmbus: Get rid of the function dump_gpadl_body()
` [PATCH 28/59] Staging: hv: vmbus: Get rid of the function dump_gpadl_header()
` [PATCH 29/59] Staging: hv: vmbus: Rename openMsg to open_msg in channel.c
` [PATCH 30/59] Staging: hv: vmbus: Get rid of unnecessary comments "
` [PATCH 31/59] Staging: hv: vmbus: Change the variable name openInfo to open_info "
` [PATCH 32/59] Staging: hv: vmbus: Cleanup error values in ringbuffer.c
` [PATCH 33/59] Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()
` [PATCH 34/59] Staging: hv: netvsc: Get rid of an unnecessary print statement in netvsc_probe()
` [PATCH 35/59] Staging: hv: vmbus: Retry vmbus_post_msg() before giving up
` [PATCH 36/59] Staging: hv: storvsc: Cleanup error handling in storvsc_dev_add()
` [PATCH 37/59] Staging: hv: storvsc: Cleanup error handling in storvsc_channel_init()
` [PATCH 38/59] Staging: hv: storvsc: Cleanup error handling in storvsc_connect_to_vsp()
` [PATCH 39/59] Staging: hv: storvsc: Cleanup error handling in storvsc_do_io()
` [PATCH 40/59] Storage: hv: storvsc: Get rid of some unnecessary DPRINTs from storvsc.c
` [PATCH 41/59] Staging: hv: storvsc: Fix/cleanup some dated comments in storvsc.c
` [PATCH 42/59] Staging: hv: storvsc: Cleanup returned error code in storvsc_host_reset()
` [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 0000/0117] Staging: hv: Driver cleanup
2011-08-25 14:14 UTC (56+ messages)
` [PATCH 001/117] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
` [PATCH 003/117] Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h
` [PATCH 006/117] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver
` [PATCH 011/117] Staging: hv: util: Use the newly introduced vmbus ID in util driver
` [PATCH 012/117] Staging: hv: blkvsc: Add the MODULE_DEVICE_TABLE() line
` [PATCH 017/117] Staging: hv: mouse: Do not auto-load the mouse driver
` [PATCH 019/117] Staging: hv: vmbus: Cleanup vmbus_uevent() code
` [PATCH 020/117] Staging: hv: vmbus: Support the notion of id tables in vmbus_match()
` [PATCH 027/117] Staging: hv: blkvsc: Get rid of the dev_type guid from blkvsc_drv.c
` [PATCH 031/117] Staging: hv: netvsc: Get rid of the driver name initialization in netvsc.c
` [PATCH 035/117] Staging: hv: vmbus: Introduce a function to map the dev_type guid to a name
` [PATCH 036/117] Staging: hv: vmbus: Make class_id attribute a human readable string
` [PATCH 037/117] Staging: hv: vmbus: Get rid of the device_id attribute
` [PATCH 040/117] Staging: hv: vmbus: Cleanup error handling in hv_init()
` [PATCH 081/117] Staging: hv: vmbus: Introduce a lock to protect the ext field in hv_device
` [PATCH 086/117] Staging: hv: storvsc: Leverage the spinlock to manage ref_cnt
[PATCH] virtio.h: correct comment for struct virtio_driver
2011-08-25 13:04 UTC
[PATCH 0/8] Staging: hv: Driver cleanup
2011-08-24 1:10 UTC (6+ messages)
` [PATCH 1/8] Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c
` [PATCH 4/8] Staging: hv: vmbus: Fix checkpatch warnings
[PATCH 0/8] Staging: hv: vmbus: Driver cleanup
2011-08-23 23:18 UTC (2+ messages)
[PATCH] virtio-net: Read MAC only after initializing MSI-X
2011-08-23 3:49 UTC (6+ messages)
[PULL] lguest fix, virtio documentation
2011-08-22 0:12 UTC
[PATCH] virtio-blk: Add stats VQ to collect information about devices
2011-08-21 23:31 UTC (2+ messages)
[RFC 0/0] Introducing a generic socket offload framework
2011-08-20 14:32 UTC (5+ messages)
[PATCH 59/75] virtionet: convert to SKB paged frag API
2011-08-19 13:27 UTC (2+ messages)
` [PATCH 63/75] xen: netfront: "
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).