summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-064-46/+14
|\
| * Drivers: hv: vmbus: Remove the lock field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-202-6/+1
| * Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_li...Andrea Parri (Microsoft)2020-06-191-19/+6
| * 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-192-6/+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-192-4/+1
| * Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-193-6/+2
* | 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-039-371/+624
|\
| * Drivers: hv: vmbus: Resolve more races involving init_vp_index()Andrea Parri (Microsoft)2020-05-233-12/+77
| * Drivers: hv: vmbus: Resolve race between init_vp_index() and CPU hotplugAndrea Parri (Microsoft)2020-05-231-28/+18
| * 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
| * hyper-v: Use UUID API for exporting the GUID (part 2)Andy Shevchenko2020-05-201-4/+2
| * drivers: hv: remove redundant assignment to pointer primary_channelColin Ian King2020-05-201-4/+1
| * 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-234-3/+154
| * Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplugAndrea Parri (Microsoft)2020-04-232-16/+38
| * Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logicAndrea Parri (Microsoft)2020-04-231-80/+25
| * Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ...Andrea Parri (Microsoft)2020-04-233-30/+25
| * hv_utils: Always execute the fcopy and vss callbacks in a taskletAndrea Parri (Microsoft)2020-04-233-8/+3
| * hv_netvsc: Disable NAPI before closing the VMBus channelAndrea Parri (Microsoft)2020-04-231-0/+6
| * Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Andrea Parri (Microsoft)2020-04-235-121/+160
| * Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPUAndrea Parri (Microsoft)2020-04-232-16/+44
| * Drivers: hv: vmbus: Always handle the VMBus messages on CPU0Andrea Parri (Microsoft)2020-04-234-27/+31
| * Drivers: hv: check VMBus messages lengthsVitaly Kuznetsov2020-04-233-24/+37
| * 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-232-7/+3
| * 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
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-273-16/+37
|\ \ | |/ |/|
| * hyper-v: Use UUID API for exporting the GUIDAndy Shevchenko2020-04-221-2/+2
| * Drivers: hv: Move AEOI determination to architecture dependent codeMichael Kelley2020-04-211-5/+1
| * Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VMDexuan Cui2020-04-141-9/+34
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-144-20/+49
|\|
| * 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-102-8/+16
| * hv_debugfs: Make hv_debug_root staticYueHaibing2020-04-041-1/+1
| * hv: hyperv_vmbus.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-211-1/+1
* | hv_balloon: don't check for memhp_auto_online manuallyDavid Hildenbrand2020-04-071-15/+10
|/
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-038-38/+306
|\
| * hv_utils: Add the support of hibernationDexuan Cui2020-01-265-6/+214
| * hv_utils: Support host-initiated hibernation requestDexuan Cui2020-01-261-1/+48
| * hv_utils: Support host-initiated restart requestDexuan Cui2020-01-261-8/+31
| * Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)Dexuan Cui2020-01-252-14/+11