aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/vmbus_drv.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-27Merge 4.11-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 1-1/+5
2017-03-17vmbus: make channel_message table constantGravatar Stephen Hemminger 1-1/+1
2017-03-17vmbus: remove useless return'sGravatar Stephen Hemminger 1-2/+0
2017-03-16vmbus: use rcu for per-cpu channel listGravatar Stephen Hemminger 1-1/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+2
2017-02-14vmbus: add direct isr callback modeGravatar Stephen Hemminger 1-2/+24
2017-02-14vmbus: change to per channel taskletGravatar Stephen Hemminger 1-7/+51
2017-02-14vmbus: put related per-cpu variable togetherGravatar Stephen Hemminger 1-15/+24
2017-02-10vmbus: use kernel bitops for traversing interrupt maskGravatar Stephen Hemminger 1-3/+1
2017-01-31Drivers: hv: restore hypervcall page cleanup before kexecGravatar Vitaly Kuznetsov 1-7/+3
2017-01-20Drivers: hv: vmbus: Move the crash notification functionGravatar K. Y. Srinivasan 1-25/+0
2017-01-10hv: make CPU offlining prevention fine-grainedGravatar Vitaly Kuznetsov 1-5/+4
2017-01-10hv: switch to cpuhp state machine for synic init/cleanupGravatar Vitaly Kuznetsov 1-8/+11
2016-12-06vmbus: add support for dynamic device id'sGravatar Stephen Hemminger 1-8/+166
2016-11-01vmbus: make sysfs names consistent with PCIGravatar Stephen Hemminger 1-1/+1
2016-09-27Drivers: hv: make VMBus bus ids persistentGravatar Vitaly Kuznetsov 1-2/+2
2016-09-07Driver: hv: vmbus: Make mmio resource localGravatar Stephen Hemminger 1-2/+2
2016-08-31Drivers: hv: avoid vfree() on crashGravatar Vitaly Kuznetsov 1-4/+4
2016-06-13random: add interrupt callback to VMBus IRQ handlerGravatar Stephan Mueller 1-0/+3
2016-05-01Drivers: hv: vmbus: handle various crash scenariosGravatar Vitaly Kuznetsov 1-3/+4
2016-04-30drivers:hv: Separate out frame buffer logic when picking MMIO rangeGravatar Jake Oshins 1-45/+35
2016-04-30drivers:hv: Record MMIO range in use by frame bufferGravatar Jake Oshins 1-1/+36
2016-04-30drivers:hv: Track allocations of children of hv_vmbus in private resource treeGravatar Jake Oshins 1-1/+21
2016-04-30drivers:hv: Reverse order of resources in hyperv_mmioGravatar Jake Oshins 1-2/+1
2016-04-30drivers:hv: Make a function to free mmio regions through vmbusGravatar Jake Oshins 1-0/+15
2016-04-30drivers:hv: Lock access to hyperv_mmio resource treeGravatar Jake Oshins 1-4/+12
2016-03-01Drivers: hv: vmbus: Support handling messages on multiple CPUsGravatar K. Y. Srinivasan 1-6/+4
2016-03-01Drivers: hv: vmbus: remove code duplication in message handlingGravatar Vitaly Kuznetsov 1-38/+2
2016-03-01Drivers: hv: vmbus: avoid wait_for_completion() on crashGravatar Vitaly Kuznetsov 1-2/+2
2016-03-01Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messagesGravatar Vitaly Kuznetsov 1-35/+33
2016-02-07Drivers: hv: vmbus: add a hvsock flag in struct hv_driverGravatar Dexuan Cui 1-0/+4
2016-02-07Drivers: hv: vmbus: Add vendor and device atttributesGravatar K. Y. Srinivasan 1-0/+21
2015-12-14drivers:hv: Allow for MMIO claims that span ACPI _CRS recordsGravatar Jake Oshins 1-0/+16
2015-12-14Drivers: hv: vmbus: fix rescind-offer handling for device without a driverGravatar Dexuan Cui 1-12/+3
2015-12-14Drivers: hv: vmbus: Get rid of the unused irq variableGravatar K. Y. Srinivasan 1-13/+3
2015-12-14Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDsGravatar K. Y. Srinivasan 1-2/+2
2015-12-14Drivers: hv: vmbus: Use uuid_le type consistentlyGravatar K. Y. Srinivasan 1-5/+5
2015-12-14drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc numGravatar Jake Oshins 1-0/+17
2015-12-14drivers/hv: cleanup synic msrs if vmbus connect failedGravatar Andrey Smetanin 1-1/+3
2015-08-05Drivers: hv: vmbus: use cpu_hotplug_enable/disableGravatar Vitaly Kuznetsov 1-34/+4
2015-08-05Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VPGravatar Dexuan Cui 1-0/+38
2015-08-05drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusGravatar Jake Oshins 1-4/+84
2015-08-05drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Gravatar Jake Oshins 1-26/+90
2015-08-04mshyperv: fix recognition of Hyper-V guest crash MSR'sGravatar Denis V. Lunev 1-2/+2
2015-08-04Drivers: hv: vmbus: prefer 'die' notification chain to 'panic'Gravatar Vitaly Kuznetsov 1-4/+36
2015-08-04Drivers: hv: vmbus: add special crash handlerGravatar Vitaly Kuznetsov 1-0/+14
2015-08-04Drivers: hv: vmbus: add special kexec handlerGravatar Vitaly Kuznetsov 1-0/+14
2015-08-04Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()Gravatar Vitaly Kuznetsov 1-0/+1
2015-05-24Drivers: hv: vmbus: kill tasklets on module unloadGravatar Vitaly Kuznetsov 1-1/+4
2015-05-24Drivers: hv: vmbus: Implement the protocol for tearing down vmbus stateGravatar K. Y. Srinivasan 1-1/+1