summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Dexuan Cui2019-05-101-1/+0
* Drivers: hv: vmbus: Check for ring when getting debug infoDexuan Cui2019-01-312-46/+76
* hv_balloon: avoid touching uninitialized struct page during tail onliningVitaly Kuznetsov2019-01-311-4/+6
* x86, hyperv: remove PCI dependencySinan Kaya2019-01-131-1/+1
* Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channelsDexuan Cui2018-12-291-0/+20
* Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui2018-12-133-63/+153
* Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()Dexuan Cui2018-12-051-0/+8
* Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu maskDexuan Cui2018-11-131-5/+9
* Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect()Dexuan Cui2018-10-101-3/+5
* Drivers: hv: vmbus: Cleanup synic memory free pathMichael Kelley2018-09-191-6/+8
* Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui2018-09-092-16/+30
* Drivers: hv: vmbus: do not mark HV_PCIE as perf_deviceDexuan Cui2018-04-191-1/+1
* Drivers: hv: vmbus: Fix ring buffer signalingMichael Kelley2018-03-281-17/+35
* x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-12-251-1/+1
* Drivers: hv: vmbus: Fix a rescind issueK. Y. Srinivasan2017-12-142-5/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()Dexuan Cui2017-10-201-1/+4
* Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan2017-10-043-24/+22
* Drivers: hv: fcopy: restore correct transfer lengthOlaf Hering2017-09-221-0/+4
* vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()Dexuan Cui2017-09-221-4/+0
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-076-54/+11
|\
| * x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov2017-08-101-0/+1
| * hyper-v: Globalize vp_indexVitaly Kuznetsov2017-08-105-42/+5
| * hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENTVitaly Kuznetsov2017-08-102-12/+3
| * x86/hyper-v: Make hv_do_hypercall() inlineVitaly Kuznetsov2017-08-101-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-106/+23
|\ \
| * | vmbus: remove unused vmbus_sendpacket_ctlstephen hemminger2017-08-161-26/+17
| * | vmbus: remove unused vmubs_sendpacket_pagebuffer_ctlstephen hemminger2017-08-161-24/+6
| * | vmbus: remove unused vmbus_sendpacket_multipagebufferstephen hemminger2017-08-161-56/+0
| |/
* | Drivers: hv: vmbus: Fix rescind handling issuesK. Y. Srinivasan2017-08-163-3/+43
* | Drivers: hv: kvp: Use MAX_ADAPTER_ID_SIZE for translating adapter idAlex Ng2017-08-161-1/+1
* | Drivers: hv: balloon: Initialize last_post_time on startupAlex Ng2017-08-161-0/+1
* | Drivers: hv: balloon: Show the max dynamic memory assignedAlex Ng2017-08-161-2/+2
* | Drivers: hv: balloon: Correctly update onlined page countAlex Ng2017-08-161-4/+3
* | Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman2017-07-231-0/+2
|\|
| * vmbus: re-enable channel taskletStephen Hemminger2017-07-171-0/+2
* | vmbus: add prefetch to ring buffer iteratorStephen Hemminger2017-07-171-1/+6
* | vmbus: more host signalling avoidanceStephen Hemminger2017-07-171-8/+19
* | vmbus: eliminate duplicate cached indexStephen Hemminger2017-07-171-13/+4
* | vmbus: refactor hv_signal_on_readStephen Hemminger2017-07-171-2/+30
* | vmbus: simplify hv_ringbuffer_readStephen Hemminger2017-07-171-101/+17
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-1/+0
|\
| * scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger2017-06-121-1/+0
* | Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageMichael Kelley2017-05-251-1/+6
* | vmbus: Reuse uuid_le_to_bin() helperAndy Shevchenko2017-05-251-41/+10
* | drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()K. Y. Srinivasan2017-05-251-1/+1
* | hv_utils: fix TimeSync work on pre-TimeSync-v4 hostsVitaly Kuznetsov2017-05-251-74/+54
* | hv_utils: drop .getcrosststamp() support from PTP driverVitaly Kuznetsov2017-05-251-36/+0
* | Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan2017-05-251-1/+1
* | HV: properly delay KVP packets when negotiation is in progressLong Li2017-05-181-6/+8