aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/vmbus_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-11/+16
2019-11-21Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synicMichael Kelley1-1/+1
2019-11-21drivers/hv: Replace binary semaphore with mutexDavidlohr Bueso1-5/+5
2019-11-21Drivers: hv: vmbus: Remove dependencies on guest page sizeHimadri Pandya1-3/+3
2019-11-21drivers: hv: vmbus: Introduce latency testingBranden Bonaby1-0/+6
2019-11-21Drivers: hv: vmbus: Introduce table of VMBus protocol versionsAndrea Parri1-2/+1
2019-11-15x86/hyperv: Initialize clockevents earlier in CPU onliningMichael Kelley1-16/+14
2019-10-01Drivers: hv: vmbus: Fix harmless building warnings without CONFIG_PM_SLEEPDexuan Cui1-0/+6
2019-09-06Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui1-0/+17
2019-09-06Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channelsDexuan Cui1-1/+43
2019-09-06Drivers: hv: vmbus: Clean up hv_sock channels by force upon suspendDexuan Cui1-0/+55
2019-09-06Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernationDexuan Cui1-0/+59
2019-09-06Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernationDexuan Cui1-0/+46
2019-09-06Drivers: hv: vmbus: Suspend/resume the synic for hibernationDexuan Cui1-0/+46
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-4/+2
2019-07-12Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+1
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley1-20/+22
2019-06-23drivers: hv: Add a module description line to the hv_vmbus driverJoseph Salisbury1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-14/+1
2019-04-10Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutexKimberly Brown1-29/+53
2019-04-10Drivers: hv: vmbus: Refactor chan->state if statementKimberly Brown1-3/+12
2019-03-20Drivers: hv: vmbus: Expose monitor data only when monitor pages are usedKimberly Brown1-2/+75
2019-03-01Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux into char-misc-nextGreg Kroah-Hartman1-31/+53
2019-02-23Drivers: hv: vmbus: Change server monitor_pages index to 0Kimberly Brown1-1/+1
2019-02-14Drivers: hv: vmbus: Expose counters for interrupts and full conditionsKimberly Brown1-0/+36
2019-02-14vmbus: Switch to use new generic UUID APIAndy Shevchenko1-31/+17
2019-01-09Drivers: hv: vmbus: Check for ring when getting debug infoDexuan Cui1-30/+61
2018-12-13Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channelsDexuan Cui1-0/+20
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