aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/vmbus_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25vmbus: pass channel to hv_process_channel_removalStephen Hemminger1-2/+1
2018-09-16Merge b4.19-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+3
2018-09-12vmbus: add driver_override supportStephen Hemminger1-19/+96
2018-09-12vmbus: don't return values for uninitalized channelsStephen Hemminger1-0/+3
2018-07-29Drivers: hv: vmbus: add numa_node to sysfsStephen Hemminger1-0/+17
2018-07-29Drivers: hv: vmbus: Get rid of MSR access from vmbus_drv.cSunil Muthuswamy1-1/+1
2018-07-29Drivers: hv: vmbus: Fix the issue with freeing up hv_ctl_table_hdrSunil Muthuswamy1-10/+4
2018-07-29Drivers: hv: vmus: Fix the check for return value from kmsg get dump bufferSunil Muthuswamy1-7/+4
2018-07-08Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panicSunil Muthuswamy1-0/+110
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov1-1/+0
2018-01-09vmbus: add monitor_id and subchannel_id to sysfs per channelStephen Hemminger1-0/+17
2018-01-09vmbus: make channel attributes staticStephen Hemminger1-9/+9
2018-01-09Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley1-3/+2
2017-12-18vmbus: unregister device_obj->channels_ksetDexuan Cui1-0/+2
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-14/+195
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross1-1/+1
2017-11-04hyper-v: trace channel eventsVitaly Kuznetsov1-0/+2
2017-11-04hyper-v: trace vmbus_on_msg_dpc()Vitaly Kuznetsov1-0/+2
2017-10-31Drivers: hv: vmbus: Make panic reporting to be more usefulK. Y. Srinivasan1-2/+2
2017-10-31Drivers: hv: vmbus: Expose per-channel interrupts and events countersStephen Hemminger1-0/+16
2017-10-16Merge 4.14-rc5 into char-misc-nextGreg Kroah-Hartman1-2/+1
2017-10-04Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan1-2/+1
2017-10-04vmbus: add per-channel sysfs infoStephen Hemminger1-12/+173
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+0
2017-08-16Drivers: hv: vmbus: Fix rescind handling issuesK. Y. Srinivasan1-0/+3
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov1-17/+0
2017-05-25vmbus: Reuse uuid_le_to_bin() helperAndy Shevchenko1-41/+10
2017-05-18Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan1-1/+28
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+5
2017-03-17vmbus: make channel_message table constantStephen Hemminger1-1/+1
2017-03-17vmbus: remove useless return'sStephen Hemminger1-2/+0
2017-03-16vmbus: use rcu for per-cpu channel listStephen Hemminger1-1/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+2
2017-02-14vmbus: add direct isr callback modeStephen Hemminger1-2/+24
2017-02-14vmbus: change to per channel taskletStephen Hemminger1-7/+51
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger1-15/+24
2017-02-10vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger1-3/+1
2017-01-31Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov1-7/+3
2017-01-20Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan1-25/+0
2017-01-10hv: make CPU offlining prevention fine-grainedVitaly Kuznetsov1-5/+4
2017-01-10hv: switch to cpuhp state machine for synic init/cleanupVitaly Kuznetsov1-8/+11
2016-12-06vmbus: add support for dynamic device id'sStephen Hemminger1-8/+166
2016-11-01vmbus: make sysfs names consistent with PCIStephen Hemminger1-1/+1
2016-09-27Drivers: hv: make VMBus bus ids persistentVitaly Kuznetsov1-2/+2
2016-09-07Driver: hv: vmbus: Make mmio resource localStephen Hemminger1-2/+2
2016-08-31Drivers: hv: avoid vfree() on crashVitaly Kuznetsov1-4/+4
2016-06-13random: add interrupt callback to VMBus IRQ handlerStephan Mueller1-0/+3
2016-05-01Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov1-3/+4
2016-04-30drivers:hv: Separate out frame buffer logic when picking MMIO rangeJake Oshins1-45/+35
2016-04-30drivers:hv: Record MMIO range in use by frame bufferJake Oshins1-1/+36