summaryrefslogtreecommitdiff
path: root/drivers/hv/vmbus_drv.c
AgeCommit message (Expand)Author
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-08-16Drivers: hv: vmbus: Fix rescind handling issuesK. Y. Srinivasan
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov
2017-05-25vmbus: Reuse uuid_le_to_bin() helperAndy Shevchenko
2017-05-18Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman
2017-03-17vmbus: make channel_message table constantStephen Hemminger
2017-03-17vmbus: remove useless return'sStephen Hemminger
2017-03-16vmbus: use rcu for per-cpu channel listStephen Hemminger
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-14vmbus: add direct isr callback modeStephen Hemminger
2017-02-14vmbus: change to per channel taskletStephen Hemminger
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger
2017-02-10vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger
2017-01-31Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov
2017-01-20Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan
2017-01-10hv: make CPU offlining prevention fine-grainedVitaly Kuznetsov
2017-01-10hv: switch to cpuhp state machine for synic init/cleanupVitaly Kuznetsov
2016-12-06vmbus: add support for dynamic device id'sStephen Hemminger
2016-11-01vmbus: make sysfs names consistent with PCIStephen Hemminger
2016-09-27Drivers: hv: make VMBus bus ids persistentVitaly Kuznetsov
2016-09-07Driver: hv: vmbus: Make mmio resource localStephen Hemminger
2016-08-31Drivers: hv: avoid vfree() on crashVitaly Kuznetsov
2016-06-13random: add interrupt callback to VMBus IRQ handlerStephan Mueller
2016-05-01Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov
2016-04-30drivers:hv: Separate out frame buffer logic when picking MMIO rangeJake Oshins
2016-04-30drivers:hv: Record MMIO range in use by frame bufferJake Oshins
2016-04-30drivers:hv: Track allocations of children of hv_vmbus in private resource treeJake Oshins
2016-04-30drivers:hv: Reverse order of resources in hyperv_mmioJake Oshins
2016-04-30drivers:hv: Make a function to free mmio regions through vmbusJake Oshins
2016-04-30drivers:hv: Lock access to hyperv_mmio resource treeJake Oshins
2016-03-01Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan
2016-03-01Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov
2016-03-01Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov
2016-03-01Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messagesVitaly Kuznetsov
2016-02-07Drivers: hv: vmbus: add a hvsock flag in struct hv_driverDexuan Cui
2016-02-07Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan
2015-12-14drivers:hv: Allow for MMIO claims that span ACPI _CRS recordsJake Oshins
2015-12-14Drivers: hv: vmbus: fix rescind-offer handling for device without a driverDexuan Cui
2015-12-14Drivers: hv: vmbus: Get rid of the unused irq variableK. Y. Srinivasan
2015-12-14Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDsK. Y. Srinivasan
2015-12-14Drivers: hv: vmbus: Use uuid_le type consistentlyK. Y. Srinivasan
2015-12-14drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc numJake Oshins
2015-12-14drivers/hv: cleanup synic msrs if vmbus connect failedAndrey Smetanin
2015-08-05Drivers: hv: vmbus: use cpu_hotplug_enable/disableVitaly Kuznetsov
2015-08-05Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VPDexuan Cui
2015-08-05drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusJake Oshins
2015-08-05drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Jake Oshins
2015-08-04mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev
2015-08-04Drivers: hv: vmbus: prefer 'die' notification chain to 'panic'Vitaly Kuznetsov