summaryrefslogtreecommitdiffstats
path: root/drivers/hv/vmbus_drv.c
Commit message (Expand)AuthorAgeFilesLines
* vmbus: Reuse uuid_le_to_bin() helperAndy Shevchenko2017-05-251-41/+10
* Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan2017-05-181-1/+28
* Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman2017-03-271-1/+5
|\
| * vmbus: use rcu for per-cpu channel listStephen Hemminger2017-03-161-1/+5
* | vmbus: make channel_message table constantStephen Hemminger2017-03-171-1/+1
* | vmbus: remove useless return'sStephen Hemminger2017-03-171-2/+0
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* vmbus: add direct isr callback modeStephen Hemminger2017-02-141-2/+24
* vmbus: change to per channel taskletStephen Hemminger2017-02-141-7/+51
* vmbus: put related per-cpu variable togetherStephen Hemminger2017-02-141-15/+24
* vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger2017-02-101-3/+1
* Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov2017-01-311-7/+3
* Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan2017-01-201-25/+0
* hv: make CPU offlining prevention fine-grainedVitaly Kuznetsov2017-01-101-5/+4
* hv: switch to cpuhp state machine for synic init/cleanupVitaly Kuznetsov2017-01-101-8/+11
* vmbus: add support for dynamic device id'sStephen Hemminger2016-12-061-8/+166
* vmbus: make sysfs names consistent with PCIStephen Hemminger2016-11-011-1/+1
* 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
OpenPOWER on IntegriCloud