summaryrefslogtreecommitdiff
path: root/drivers/hv
AgeCommit message (Expand)AuthorFilesLines
2018-01-23x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse1-4/+7
2017-10-12Drivers: hv: fcopy: restore correct transfer lengthOlaf Hering1-0/+4
2017-04-27hv: don't reset hv_context.tsc_page on crashVitaly Kuznetsov1-2/+3
2017-04-27Drivers: hv: balloon: account for gaps in hot add regionsVitaly Kuznetsov1-37/+94
2017-04-27Drivers: hv: balloon: keep track of where ha_region startsVitaly Kuznetsov1-2/+5
2017-04-27Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()K. Y. Srinivasan1-4/+4
2017-04-27Drivers: hv: get rid of timeout in vmbus_open()Vitaly Kuznetsov1-6/+1
2017-04-27Drivers: hv: don't leak memory in vmbus_establish_gpadl()Vitaly Kuznetsov1-1/+8
2017-03-26Drivers: hv: avoid vfree() on crashVitaly Kuznetsov3-8/+10
2017-03-26Drivers: hv: balloon: don't crash when memory is added in non-sorted orderVitaly Kuznetsov1-2/+2
2017-03-15drivers: hv: Turn off write permission on the hypercall pageK. Y. Srinivasan1-1/+1
2017-03-12Drivers: hv: util: Backup: Fix a rescind processing issueK. Y. Srinivasan1-0/+4
2017-03-12Drivers: hv: util: Fcopy: Fix a rescind processing issueK. Y. Srinivasan1-0/+4
2017-03-12Drivers: hv: util: kvp: Fix a rescind processing issueK. Y. Srinivasan1-0/+4
2017-03-12hv: init percpu_list in hv_synic_alloc()Vitaly Kuznetsov1-2/+2
2017-03-12hv: allocate synic pages for all present CPUsVitaly Kuznetsov1-2/+2
2016-11-10hv: do not lose pending heartbeat vmbus packetsLong Li1-3/+7
2016-09-15drivers:hv: Lock access to hyperv_mmio resource treeJake Oshins1-4/+12
2016-09-15Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov1-2/+8
2016-09-15Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...Vitaly Kuznetsov1-1/+43
2016-09-15Drivers: hv: vmbus: avoid infinite loop in init_vp_index()Vitaly Kuznetsov1-0/+11
2016-09-15Drivers: hv: vmbus: fix rescind-offer handling for device without a driverDexuan Cui3-21/+6
2016-09-15Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal()Dexuan Cui1-2/+19
2016-09-15Drivers: hv: vss: run only on supported host versionsOlaf Hering1-0/+5
2016-09-15drivers/hv: cleanup synic msrs if vmbus connect failedAndrey Smetanin1-1/+3
2016-09-15Drivers: hv: util: catch allocation errorsOlaf Hering1-3/+6
2016-09-15Drivers: hv: utils: run polling callback always in interrupt contextOlaf Hering4-63/+34
2016-09-15Drivers: hv: util: Increase the timeout for util servicesK. Y. Srinivasan3-2/+9
2016-08-20random: add interrupt callback to VMBus IRQ handlerStephan Mueller1-0/+3
2016-03-04Drivers: hv: vmbus: Fix a Host signaling bugK. Y. Srinivasan1-0/+18
2015-11-04drivers/hv: share Hyper-V SynIC constants with userspaceAndrey Smetanin1-5/+0
2015-09-21Drivers: hv: vmbus: fix init_vp_index() for reloading hv_netvscDexuan Cui1-0/+17
2015-08-05Drivers: hv: vmbus: use cpu_hotplug_enable/disableVitaly Kuznetsov1-34/+4
2015-08-05Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VPDexuan Cui1-0/+38
2015-08-05Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan2-0/+92
2015-08-05drivers/hv: Migrate to new 'set-state' interfaceViresh Kumar1-26/+19
2015-08-05Drivers: hv_vmbus: Fix signal to host conditionChristopher Oo1-11/+3
2015-08-05Drivers: hv: vmbus: Further improve CPU affiliation logicDexuan Cui1-2/+18
2015-08-05Drivers: hv: vmbus: Improve the CPU affiliation for channelsK. Y. Srinivasan3-5/+20
2015-08-05drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusJake Oshins1-4/+84
2015-08-05drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Jake Oshins1-26/+90
2015-08-05Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUsK. Y. Srinivasan1-0/+1
2015-08-05mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev1-2/+2
2015-08-05Drivers: hv: vmbus: don't send CHANNELMSG_UNLOAD on pre-Win2012R2 hostsVitaly Kuznetsov1-0/+4
2015-08-05Drivers: hv: vmbus: fix typo in hv_port_info structNik Nyby1-1/+1
2015-08-05hv: util: checking the wrong variableDan Carpenter1-1/+1
2015-08-05Drivers: hv: vmbus: Permit sending of packets without payloadK. Y. Srinivasan1-1/+3
2015-08-05Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows...Alex Ng1-6/+20
2015-08-05Drivers: hv: fcopy: dynamically allocate smsg_out in fcopy_send_data()Vitaly Kuznetsov1-8/+13
2015-08-05Drivers: hv: kvp: check kzalloc return valueVitaly Kuznetsov1-0/+3