summaryrefslogtreecommitdiffstats
path: root/drivers/hv/vmbus_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: make VMBus bus ids persistentVitaly Kuznetsov2016-09-271-2/+2
* Driver: hv: vmbus: Make mmio resource localStephen Hemminger2016-09-071-2/+2
* Drivers: hv: avoid vfree() on crashVitaly Kuznetsov2016-08-311-4/+4
* random: add interrupt callback to VMBus IRQ handlerStephan Mueller2016-06-131-0/+3
* Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov2016-05-011-3/+4
* drivers:hv: Separate out frame buffer logic when picking MMIO rangeJake Oshins2016-04-301-45/+35
* drivers:hv: Record MMIO range in use by frame bufferJake Oshins2016-04-301-1/+36
* drivers:hv: Track allocations of children of hv_vmbus in private resource treeJake Oshins2016-04-301-1/+21
* drivers:hv: Reverse order of resources in hyperv_mmioJake Oshins2016-04-301-2/+1
* drivers:hv: Make a function to free mmio regions through vmbusJake Oshins2016-04-301-0/+15
* drivers:hv: Lock access to hyperv_mmio resource treeJake Oshins2016-04-301-4/+12
* Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan2016-03-011-6/+4
* Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov2016-03-011-38/+2
* Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov2016-03-011-2/+2
* Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messagesVitaly Kuznetsov2016-03-011-35/+33
* Drivers: hv: vmbus: add a hvsock flag in struct hv_driverDexuan Cui2016-02-071-0/+4
* Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan2016-02-071-0/+21
* drivers:hv: Allow for MMIO claims that span ACPI _CRS recordsJake Oshins2015-12-141-0/+16
* Drivers: hv: vmbus: fix rescind-offer handling for device without a driverDexuan Cui2015-12-141-12/+3
* Drivers: hv: vmbus: Get rid of the unused irq variableK. Y. Srinivasan2015-12-141-13/+3
* Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDsK. Y. Srinivasan2015-12-141-2/+2
* Drivers: hv: vmbus: Use uuid_le type consistentlyK. Y. Srinivasan2015-12-141-5/+5
* drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc numJake Oshins2015-12-141-0/+17
* drivers/hv: cleanup synic msrs if vmbus connect failedAndrey Smetanin2015-12-141-1/+3
* 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
OpenPOWER on IntegriCloud