summaryrefslogtreecommitdiffstats
path: root/drivers/hv/vmbus_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: vmbus: use cpu_hotplug_enable/disableVitaly Kuznetsov2015-08-051-34/+4
* Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VPDexuan Cui2015-08-051-0/+38
* drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusJake Oshins2015-08-051-4/+84
* drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Jake Oshins2015-08-051-26/+90
* mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev2015-08-041-2/+2
* Drivers: hv: vmbus: prefer 'die' notification chain to 'panic'Vitaly Kuznetsov2015-08-041-4/+36
* Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov2015-08-041-0/+14
* Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov2015-08-041-0/+14
* Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()Vitaly Kuznetsov2015-08-041-0/+1
* Drivers: hv: vmbus: kill tasklets on module unloadVitaly Kuznetsov2015-05-241-1/+4
* Drivers: hv: vmbus: Implement the protocol for tearing down vmbus stateK. Y. Srinivasan2015-05-241-1/+1
* Drivers: hv: vmbus: unregister panic notifier on module unloadVitaly Kuznetsov2015-05-241-0/+4
* Drivers: hv: vmbus: introduce vmbus_acpi_removeVitaly Kuznetsov2015-05-241-0/+10
* hv: run non-blocking message handlers in the dispatch taskletDexuan Cui2015-04-031-3/+18
* mei: bus: () can be statickbuild test robot2015-03-011-1/+1
* Drivers: hv: vmbus: Add support for VMBus panic notifier handlerNick Meier2015-03-011-0/+36
* Drivers: hv: vmbus: Introduce a function to remove a rescinded offerK. Y. Srinivasan2015-03-011-1/+10
* Drivers: hv: vmbus: Properly handle child device removeK. Y. Srinivasan2015-03-011-6/+9
* Drivers: hv: vmbus: Teardown clockevent devices on module unloadVitaly Kuznetsov2015-03-011-0/+1
* drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unloadVitaly Kuznetsov2015-03-011-0/+4
* Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...Vitaly Kuznetsov2015-03-011-0/+6
* Drivers: hv: vmbus: rename channel work queuesVitaly Kuznetsov2015-03-011-4/+2
* Drivers: hv: vmbus: prevent cpu offlining on newer hypervisorsVitaly Kuznetsov2015-03-011-0/+36
* Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-151-2/+35
|\
| * Drivers: hv: vmbus: hv_process_timer_expiration() can be statickbuild test robot2015-01-251-1/+1
| * Drivers: hv: vmbus: Implement a clockevent deviceK. Y. Srinivasan2015-01-251-2/+35
* | ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng2015-01-261-2/+2
|/
* hyper-v: make uuid_le conststephen hemminger2014-06-031-5/+5
* Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-011-13/+38
|\
| * vmbus: use resource for hyperv mmio regionGerd Hoffmann2014-02-241-6/+10
| * vmbus: add missing breaksGerd Hoffmann2014-02-241-0/+2
| * Drivers: hv: vmbus: Extract the mmio information from DSDTK. Y. Srinivasan2014-02-071-13/+32
* | x86: hyperv: Fixup the (brain) damage caused by the irq cleanupThomas Gleixner2014-03-051-20/+6
* | x86: Hyperv: Cleanup the irq messThomas Gleixner2014-03-041-35/+4
|/
* ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+0
* hv: move ringbuffer bus attributes to dev_groupsGreg Kroah-Hartman2013-09-261-84/+146
* hv: delete struct hv_dev_port_infoGreg Kroah-Hartman2013-09-261-25/+10
* hv: delete vmbus_get_debug_info()Greg Kroah-Hartman2013-09-261-19/+16
* hv: move "client/server_monitor_conn_id" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-261-17/+38
* hv: move "client/server_monitor_latency" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-261-10/+38
* hv: move "client/server_monitor_pending" bus attributes to dev_groupsGreg Kroah-Hartman2013-09-261-10/+46
* hv: move "device_id" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-261-10/+14
* hv: move "class_id" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-261-7/+15
* hv: move "modalias" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-261-5/+12
* hv: move "monitor_id" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-261-6/+12
* hv: move "state" bus attribute to dev_groupsGreg Kroah-Hartman2013-09-261-5/+12
* hv: use dev_groups for device attributesGreg Kroah-Hartman2013-09-261-5/+18
* Drivers: hv: remove HV_DRV_VERSIONOlaf Hering2013-08-021-1/+0
* Drivers: hv: vmbus: incorrect device name is printed when child device is unr...Fernando Soto2013-07-161-4/+4
* drivers: hv: allocate synic structures before hv_synic_init()Jason Wang2013-06-241-2/+6
OpenPOWER on IntegriCloud