summaryrefslogtreecommitdiff
path: root/drivers/hv
AgeCommit message (Expand)AuthorFilesLines
2019-11-20Drivers: hv: vmbus: Fix synic per-cpu context initializationMichael Kelley1-3/+12
2019-05-10Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Dexuan Cui1-1/+0
2019-01-31Drivers: hv: vmbus: Check for ring when getting debug infoDexuan Cui2-46/+76
2019-01-31hv_balloon: avoid touching uninitialized struct page during tail onliningVitaly Kuznetsov1-4/+6
2019-01-13x86, hyperv: remove PCI dependencySinan Kaya1-1/+1
2018-12-29Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channelsDexuan Cui1-0/+20
2018-12-13Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui3-63/+153
2018-12-05Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()Dexuan Cui1-0/+8
2018-11-13Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu maskDexuan Cui1-5/+9
2018-10-10Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect()Dexuan Cui1-3/+5
2018-09-19Drivers: hv: vmbus: Cleanup synic memory free pathMichael Kelley1-6/+8
2018-09-09Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui2-16/+30
2018-04-19Drivers: hv: vmbus: do not mark HV_PCIE as perf_deviceDexuan Cui1-1/+1
2018-03-28Drivers: hv: vmbus: Fix ring buffer signalingMichael Kelley1-17/+35
2017-12-25x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross1-1/+1
2017-12-14Drivers: hv: vmbus: Fix a rescind issueK. Y. Srinivasan2-5/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()Dexuan Cui1-1/+4
2017-10-04Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan3-24/+22
2017-09-22Drivers: hv: fcopy: restore correct transfer lengthOlaf Hering1-0/+4
2017-09-22vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()Dexuan Cui1-4/+0
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-54/+11
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-106/+23
2017-08-17vmbus: remove unused vmbus_sendpacket_ctlstephen hemminger1-26/+17
2017-08-17vmbus: remove unused vmubs_sendpacket_pagebuffer_ctlstephen hemminger1-24/+6
2017-08-17vmbus: remove unused vmbus_sendpacket_multipagebufferstephen hemminger1-56/+0
2017-08-16Drivers: hv: vmbus: Fix rescind handling issuesK. Y. Srinivasan3-3/+43
2017-08-16Drivers: hv: kvp: Use MAX_ADAPTER_ID_SIZE for translating adapter idAlex Ng1-1/+1
2017-08-16Drivers: hv: balloon: Initialize last_post_time on startupAlex Ng1-0/+1
2017-08-16Drivers: hv: balloon: Show the max dynamic memory assignedAlex Ng1-2/+2
2017-08-16Drivers: hv: balloon: Correctly update onlined page countAlex Ng1-4/+3
2017-08-10x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov1-0/+1
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov5-42/+5
2017-08-10hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENTVitaly Kuznetsov2-12/+3
2017-08-10x86/hyper-v: Make hv_do_hypercall() inlineVitaly Kuznetsov1-0/+2
2017-07-24Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman1-0/+2
2017-07-17vmbus: add prefetch to ring buffer iteratorStephen Hemminger1-1/+6
2017-07-17vmbus: more host signalling avoidanceStephen Hemminger1-8/+19
2017-07-17vmbus: eliminate duplicate cached indexStephen Hemminger1-13/+4
2017-07-17vmbus: refactor hv_signal_on_readStephen Hemminger1-2/+30
2017-07-17vmbus: simplify hv_ringbuffer_readStephen Hemminger1-101/+17
2017-07-17vmbus: re-enable channel taskletStephen Hemminger1-0/+2
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2017-06-13scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger1-1/+0
2017-05-25Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageMichael Kelley1-1/+6
2017-05-25vmbus: Reuse uuid_le_to_bin() helperAndy Shevchenko1-41/+10
2017-05-25drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()K. Y. Srinivasan1-1/+1
2017-05-25hv_utils: fix TimeSync work on pre-TimeSync-v4 hostsVitaly Kuznetsov1-74/+54
2017-05-25hv_utils: drop .getcrosststamp() support from PTP driverVitaly Kuznetsov1-36/+0
2017-05-25Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan1-1/+1