aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/vmbus_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03hv: run non-blocking message handlers in the dispatch taskletDexuan Cui1-3/+18
2015-03-01mei: bus: () can be statickbuild test robot1-1/+1
2015-03-01Drivers: hv: vmbus: Add support for VMBus panic notifier handlerNick Meier1-0/+36
2015-03-01Drivers: hv: vmbus: Introduce a function to remove a rescinded offerK. Y. Srinivasan1-1/+10
2015-03-01Drivers: hv: vmbus: Properly handle child device removeK. Y. Srinivasan1-6/+9
2015-03-01Drivers: hv: vmbus: Teardown clockevent devices on module unloadVitaly Kuznetsov1-0/+1
2015-03-01drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unloadVitaly Kuznetsov1-0/+4
2015-03-01Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection pages on shutdownVitaly Kuznetsov1-0/+6
2015-03-01Drivers: hv: vmbus: rename channel work queuesVitaly Kuznetsov1-4/+2
2015-03-01Drivers: hv: vmbus: prevent cpu offlining on newer hypervisorsVitaly Kuznetsov1-0/+36
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+35
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address structures.Lv Zheng1-2/+2
2015-01-25Drivers: hv: vmbus: hv_process_timer_expiration() can be statickbuild test robot1-1/+1
2015-01-25Drivers: hv: vmbus: Implement a clockevent deviceK. Y. Srinivasan1-2/+35
2014-06-03hyper-v: make uuid_le conststephen hemminger1-5/+5
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-13/+38
2014-03-05x86: hyperv: Fixup the (brain) damage caused by the irq cleanupThomas Gleixner1-20/+6
2014-03-04x86: Hyperv: Cleanup the irq messThomas Gleixner1-35/+4
2014-02-24vmbus: use resource for hyperv mmio regionGerd Hoffmann1-6/+10
2014-02-24vmbus: add missing breaksGerd Hoffmann1-0/+2
2014-02-07Drivers: hv: vmbus: Extract the mmio information from DSDTK. Y. Srinivasan1-13/+32
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-2/+0
2013-09-26hv: move ringbuffer bus attributes to dev_groupsGreg Kroah-Hartman1-84/+146
2013-09-26hv: delete struct hv_dev_port_infoGreg Kroah-Hartman1-25/+10
2013-09-26hv: delete vmbus_get_debug_info()Greg Kroah-Hartman1-19/+16
2013-09-26hv: move "client/server_monitor_conn_id" bus attributes to dev_groupsGreg Kroah-Hartman1-17/+38
2013-09-26hv: move "client/server_monitor_latency" bus attributes to dev_groupsGreg Kroah-Hartman1-10/+38
2013-09-26hv: move "client/server_monitor_pending" bus attributes to dev_groupsGreg Kroah-Hartman1-10/+46
2013-09-26hv: move "device_id" bus attribute to dev_groupsGreg Kroah-Hartman1-10/+14
2013-09-26hv: move "class_id" bus attribute to dev_groupsGreg Kroah-Hartman1-7/+15
2013-09-26hv: move "modalias" bus attribute to dev_groupsGreg Kroah-Hartman1-5/+12
2013-09-26hv: move "monitor_id" bus attribute to dev_groupsGreg Kroah-Hartman1-6/+12
2013-09-26hv: move "state" bus attribute to dev_groupsGreg Kroah-Hartman1-5/+12
2013-09-26hv: use dev_groups for device attributesGreg Kroah-Hartman1-5/+18
2013-08-02Drivers: hv: remove HV_DRV_VERSIONOlaf Hering1-1/+0
2013-07-16Drivers: hv: vmbus: incorrect device name is printed when child device is unregisteredFernando Soto1-4/+4
2013-06-24drivers: hv: allocate synic structures before hv_synic_init()Jason Wang1-2/+6
2013-06-18drivers: hv: switch to use mb() instead of smp_mb()Jason Wang1-1/+1
2013-02-27Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interruptsK. Y. Srinivasan1-4/+7
2013-01-18Drivers: hv: vmbus_flow_handler() can be staticFengguang Wu1-1/+1
2013-01-17Drivers: hv: Add a check to deal with spurious interruptsK. Y. Srinivasan1-4/+6
2013-01-17Drivers: hv: Handle vmbus interrupts concurrently on all cpusK. Y. Srinivasan1-0/+21
2013-01-17Drivers: hv: Manage event tasklets on per-cpu basisK. Y. Srinivasan1-3/+1
2013-01-17Drivers: hv: Get rid of unnecessary request for offersK. Y. Srinivasan1-2/+0
2013-01-17Drivers: hv: Modify the interrupt handling code to support win8 and beyondK. Y. Srinivasan1-5/+22
2012-09-04hv: vmbus_drv: detect hyperv through x86_hyperJason Wang1-23/+2
2012-08-17hv: fail the probing immediately when we are not in hyperv platformJason Wang1-0/+25
2012-08-13Drivers: hv: vmbus: Use the standard format string to format GUIDsK. Y. Srinivasan1-36/+2
2012-07-19drivers: hv: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-01-04Drivers:hv: Fix a bug in vmbus_driver_unregister()K. Y. Srinivasan1-4/+1