summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-161-1/+1
|\
| * hv_balloon: try to merge system ram resourcesDavid Hildenbrand2020-10-161-1/+1
| * mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-1/+1
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-152-4/+28
|\ \ | |/ |/|
| * Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley2020-10-142-4/+28
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-144-185/+293
|\|
| * Driver: hv: util: Use VMBUS_RING_SIZE() for ringbuffer sizesBoqun Feng2020-09-281-4/+7
| * Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv headerBoqun Feng2020-09-281-13/+0
| * Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()Boqun Feng2020-09-281-2/+2
| * Drivers: hv: vmbus: Introduce types of GPADLBoqun Feng2020-09-281-20/+140
| * Drivers: hv: vmbus: Move __vmbus_open()Boqun Feng2020-09-281-154/+155
| * Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadlBoqun Feng2020-09-281-8/+5
| * 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-152-4/+12
|\ \
| * | Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unloadMichael Kelley2020-09-141-2/+5
| * | 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-261-14/+51
|\| |
| * | hv_utils: drain the timesync packets on onchannelcallbackVineeth Pillai2020-08-241-3/+16
| * | hv_utils: return error if host timesysnc update is staleVineeth Pillai2020-08-241-11/+35
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/ |/|
* | 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-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