summaryrefslogtreecommitdiffstats
path: root/drivers/hv/vmbus_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-141-1/+1
|\
| * drivers: hv: remove cast from hyperv_die_eventOlaf Hering2020-08-191-1/+1
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-151-2/+7
|\ \ | |/ |/|
| * Drivers: hv: vmbus: hibernation: do not hang forever in vmbus_bus_resume()Dexuan Cui2020-09-091-2/+7
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-141-0/+4
|\|
| * Drivers: hv: vmbus: Only notify Hyper-V for die events that are oopsMichael Kelley2020-08-071-0/+4
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-061-12/+5
|\ \ | |/ |/|
| * Drivers: hv: vmbus: Use channel_mutex in channel_vp_mapping_show()Andrea Parri (Microsoft)2020-06-191-4/+3
| * Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_li...Andrea Parri (Microsoft)2020-06-191-3/+0
| * Drivers: hv: vmbus: Replace cpumask_test_cpu(, cpu_online_mask) with cpu_onli...Andrea Parri (Microsoft)2020-06-191-1/+1
| * Drivers: hv: vmbus: Remove the numa_node field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-191-2/+1
| * Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-191-2/+0
* | Drivers: hv: Change flag to write log level in panic msg to falseJoseph Salisbury2020-06-291-1/+1
|/
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-031-71/+243
|\
| * Drivers: hv: vmbus: Resolve more races involving init_vp_index()Andrea Parri (Microsoft)2020-05-231-6/+13
| * Driver: hv: vmbus: drop a no long applicable commentWei Liu2020-05-201-1/+0
| * hyper-v: Replace open-coded variant of %*phN specifierAndy Shevchenko2020-05-201-16/+3
| * hyper-v: Supply GUID pointer to printf() like functionsAndy Shevchenko2020-05-201-3/+3
| * scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assignedAndrea Parri (Microsoft)2020-05-201-0/+4
| * Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message typeAndrea Parri (Microsoft)2020-04-231-2/+106
| * Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ...Andrea Parri (Microsoft)2020-04-231-13/+17
| * Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Andrea Parri (Microsoft)2020-04-231-19/+29
| * Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPUAndrea Parri (Microsoft)2020-04-231-11/+28
| * Drivers: hv: vmbus: Always handle the VMBus messages on CPU0Andrea Parri (Microsoft)2020-04-231-3/+17
| * Drivers: hv: check VMBus messages lengthsVitaly Kuznetsov2020-04-231-0/+6
| * Drivers: hv: make sure that 'struct vmbus_channel_message_header' compiles co...Vitaly Kuznetsov2020-04-231-0/+7
| * Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()Vitaly Kuznetsov2020-04-231-1/+2
| * Drivers: hv: allocate the exact needed memory for messagesVitaly Kuznetsov2020-04-231-5/+10
| * Drivers: hv: copy from message page only what's neededVitaly Kuznetsov2020-04-231-1/+8
* | Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VMDexuan Cui2020-04-141-9/+34
|/
* x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan2020-04-111-2/+3
* x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not setTianyu Lan2020-04-111-9/+14
* x86/Hyper-V: Trigger crash enlightenment only once during system crash.Tianyu Lan2020-04-111-2/+14
* x86/Hyper-V: Free hv_panic_page when fail to register kmsg dumpTianyu Lan2020-04-101-2/+5
* x86/Hyper-V: Unload vmbus channel in hv panic callbackTianyu Lan2020-04-101-8/+13
* Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)Dexuan Cui2020-01-251-0/+4
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-301-11/+16
|\
| * Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synicMichael Kelley2019-11-211-1/+1
| * drivers/hv: Replace binary semaphore with mutexDavidlohr Bueso2019-11-211-5/+5
| * Drivers: hv: vmbus: Remove dependencies on guest page sizeHimadri Pandya2019-11-211-3/+3
| * drivers: hv: vmbus: Introduce latency testingBranden Bonaby2019-11-211-0/+6
| * Drivers: hv: vmbus: Introduce table of VMBus protocol versionsAndrea Parri2019-11-211-2/+1
* | x86/hyperv: Initialize clockevents earlier in CPU onliningMichael Kelley2019-11-151-16/+14
|/
* Drivers: hv: vmbus: Fix harmless building warnings without CONFIG_PM_SLEEPDexuan Cui2019-10-011-0/+6
* Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui2019-09-061-0/+17
* Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channelsDexuan Cui2019-09-061-1/+43
* Drivers: hv: vmbus: Clean up hv_sock channels by force upon suspendDexuan Cui2019-09-061-0/+55
* Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernationDexuan Cui2019-09-061-0/+59
* Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernationDexuan Cui2019-09-061-0/+46
* Drivers: hv: vmbus: Suspend/resume the synic for hibernationDexuan Cui2019-09-061-0/+46