messages from 2011-08-04 20:15:16 to 2011-08-25 17:36:24 UTC [more...]
[PATCH 0000/0059] Staging: hv: Driver cleanup
2011-08-25 17:36 UTC (61+ 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 (15+ messages)
` [PATCH 1/8] Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining the code
` [PATCH 2/8] Staging: hv: vmbus: Invoke vmbus_on_msg_dpc() directly
` [PATCH 3/8] Staging: hv: vmbus: Check for events before messages
` [PATCH 4/8] Staging: hv: vmbus: Do not enable auto eoi
` [PATCH 5/8] Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()
` [PATCH 6/8] Staging: hv: vmbus: Get rid of some dated/redundant comments
` [PATCH 7/8] Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()
` [PATCH 8/8] Staging: hv: vmbus: Get rid of an unnecessary check in vmbus_connect()
[PATCH] virtio-net: Read MAC only after initializing MSI-X
2011-08-23 3:49 UTC (10+ messages)
[PULL] lguest fix, virtio documentation
2011-08-22 0:12 UTC (2+ messages)
[PATCH] virtio-blk: Add stats VQ to collect information about devices
2011-08-21 23:31 UTC (9+ messages)
[RFC 0/0] Introducing a generic socket offload framework
2011-08-20 14:32 UTC (9+ messages)
[PATCH 59/75] virtionet: convert to SKB paged frag API
2011-08-19 13:27 UTC (2+ messages)
` [PATCH 63/75] xen: netfront: "
[RFC 0/0] Introducing a generic socket offload framework
2011-08-18 22:07 UTC
[PATCH] virtio-blk: Update spec with new stats vq
2011-08-18 7:53 UTC
[PATCH 2/3] virtio_config: Add virtio_config_val_len()
2011-08-15 0:58 UTC (3+ messages)
` [PATCH 3/3] virtio-net: Use virtio_config_val() for retrieving config
[PULL] lguest fix, virtio documentation
2011-08-15 0:55 UTC
[PATCH 1/3] virtio-console: Use virtio_config_val() for retrieving config
2011-08-14 14:52 UTC
[net-next RFC PATCH 0/7] multiqueue support for tun/tap
2011-08-14 6:19 UTC
[net-next RFC PATCH 4/7] tuntap: multiqueue support
2011-08-14 6:07 UTC
[net-next RFC PATCH 4/7] tuntap: multiqueue support
2011-08-14 6:05 UTC
[Qemu-devel] [net-next RFC PATCH 7/7] virtio-net changes
2011-08-14 5:59 UTC
[PATCH] virtio-net: Read MAC only after initializing MSI-X
2011-08-13 8:51 UTC
[net-next RFC PATCH 1/7] tuntap: move socket/sock related structures to tun_file
2011-08-13 0:46 UTC (12+ messages)
` [net-next RFC PATCH 2/7] tuntap: categorize ioctl
` [net-next RFC PATCH 3/7] tuntap: introduce multiqueue related flags
` [net-next RFC PATCH 4/7] tuntap: multiqueue support
` [net-next RFC PATCH 5/7] tuntap: add ioctls to attach or detach a file form tap device
` [net-next RFC PATCH 6/7] Change virtqueue structure
` [net-next RFC PATCH 7/7] virtio-net changes
` [net-next RFC PATCH 0/7] multiqueue support for tun/tap
` [Qemu-devel] [net-next RFC PATCH 7/7] virtio-net changes
KVM Forum 2011
2011-08-12 23:37 UTC
Hyper-V driver patches
2011-08-12 21:26 UTC (4+ messages)
[net-next RFC PATCH 0/7] multiqueue support for tun/tap
2011-08-12 1:54 UTC
[PATCH v2 0/6] Collected vdso/vsyscall fixes for 3.1
2011-08-11 20:47 UTC (2+ messages)
[Xen-devel] Re: linux-next: Tree for July 25 (xen)
2011-08-10 16:49 UTC (14+ messages)
[RFC] virtio: Support releasing lock during kick
2011-08-10 14:39 UTC (3+ messages)
[RFC PATCH 0/8] virtio: Support for hibernation (S4)
2011-08-10 10:53 UTC (2+ messages)
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).