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