aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/vmbus_drv.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-07ACPI: Clean up inclusions of ACPI header filesGravatar Lv Zheng 1-2/+0
2013-09-26hv: move ringbuffer bus attributes to dev_groupsGravatar Greg Kroah-Hartman 1-84/+146
2013-09-26hv: delete struct hv_dev_port_infoGravatar Greg Kroah-Hartman 1-25/+10
2013-09-26hv: delete vmbus_get_debug_info()Gravatar Greg Kroah-Hartman 1-19/+16
2013-09-26hv: move "client/server_monitor_conn_id" bus attributes to dev_groupsGravatar Greg Kroah-Hartman 1-17/+38
2013-09-26hv: move "client/server_monitor_latency" bus attributes to dev_groupsGravatar Greg Kroah-Hartman 1-10/+38
2013-09-26hv: move "client/server_monitor_pending" bus attributes to dev_groupsGravatar Greg Kroah-Hartman 1-10/+46
2013-09-26hv: move "device_id" bus attribute to dev_groupsGravatar Greg Kroah-Hartman 1-10/+14
2013-09-26hv: move "class_id" bus attribute to dev_groupsGravatar Greg Kroah-Hartman 1-7/+15
2013-09-26hv: move "modalias" bus attribute to dev_groupsGravatar Greg Kroah-Hartman 1-5/+12
2013-09-26hv: move "monitor_id" bus attribute to dev_groupsGravatar Greg Kroah-Hartman 1-6/+12
2013-09-26hv: move "state" bus attribute to dev_groupsGravatar Greg Kroah-Hartman 1-5/+12
2013-09-26hv: use dev_groups for device attributesGravatar Greg Kroah-Hartman 1-5/+18
2013-08-02Drivers: hv: remove HV_DRV_VERSIONGravatar Olaf Hering 1-1/+0
2013-07-16Drivers: hv: vmbus: incorrect device name is printed when child device is unr...Gravatar Fernando Soto 1-4/+4
2013-06-24drivers: hv: allocate synic structures before hv_synic_init()Gravatar Jason Wang 1-2/+6
2013-06-18drivers: hv: switch to use mb() instead of smp_mb()Gravatar Jason Wang 1-1/+1
2013-02-27Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interruptsGravatar K. Y. Srinivasan 1-4/+7
2013-01-18Drivers: hv: vmbus_flow_handler() can be staticGravatar Fengguang Wu 1-1/+1
2013-01-17Drivers: hv: Add a check to deal with spurious interruptsGravatar K. Y. Srinivasan 1-4/+6
2013-01-17Drivers: hv: Handle vmbus interrupts concurrently on all cpusGravatar K. Y. Srinivasan 1-0/+21
2013-01-17Drivers: hv: Manage event tasklets on per-cpu basisGravatar K. Y. Srinivasan 1-3/+1
2013-01-17Drivers: hv: Get rid of unnecessary request for offersGravatar K. Y. Srinivasan 1-2/+0
2013-01-17Drivers: hv: Modify the interrupt handling code to support win8 and beyondGravatar K. Y. Srinivasan 1-5/+22
2012-09-04hv: vmbus_drv: detect hyperv through x86_hyperGravatar Jason Wang 1-23/+2
2012-08-17hv: fail the probing immediately when we are not in hyperv platformGravatar Jason Wang 1-0/+25
2012-08-13Drivers: hv: vmbus: Use the standard format string to format GUIDsGravatar K. Y. Srinivasan 1-36/+2
2012-07-19drivers: hv: remove IRQF_SAMPLE_RANDOM which is now a no-opGravatar Theodore Ts'o 1-2/+1
2012-01-04Drivers:hv: Fix a bug in vmbus_driver_unregister()Gravatar K. Y. Srinivasan 1-4/+1
2011-12-12Drivers: hv: Make the vmbus driver unloadableGravatar K. Y. Srinivasan 1-0/+11
2011-12-09drivers: hv: Don't OOPS when you cannot init vmbusGravatar K. Y. Srinivasan 1-0/+16
2011-11-26Staging: hv: vmbus: Support building the vmbus driver as part of the kernelGravatar K. Y. Srinivasan 1-1/+1
2011-10-11hv: remove struct hv_device_info from hyperv.hGravatar Greg Kroah-Hartman 1-0/+19
2011-10-11Staging: hv: remove vmbus_loglevel as it is not used at all anymoreGravatar Greg Kroah-Hartman 1-5/+0
2011-10-11Staging: hv: remove unneeded asm include file in hyperv.hGravatar Greg Kroah-Hartman 1-1/+1
2011-10-10Staging: hv: move hyperv code out of staging directoryGravatar Greg Kroah-Hartman 1-0/+772