aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv
AgeCommit message (Expand)Author
2015-06-12Drivers: hv: vmbus: Allocate ring buffer memory in NUMA aware fashionK. Y. Srinivasan
2015-06-01Drivers: hv: vmbus: Implement NUMA aware CPU affinity for channelsK. Y. Srinivasan
2015-06-01Drivers: hv: vmbus: Use the vp_index map even for channels bound to CPU 0K. Y. Srinivasan
2015-06-01Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL...Vitaly Kuznetsov
2015-06-01Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.Keith Mange
2015-05-24Drivers: hv: vmbus: distribute subchannels among all vcpusVitaly Kuznetsov
2015-05-24Drivers: hv: vmbus: move init_vp_index() call to vmbus_process_offer()Vitaly Kuznetsov
2015-05-24Drivers: hv: vmbus: decrease num_sc on subchannel removalVitaly Kuznetsov
2015-05-24Drivers: hv: vmbus: unify calls to percpu_channel_enq()Vitaly Kuznetsov
2015-05-24Drivers: hv: vmbus: kill tasklets on module unloadVitaly Kuznetsov
2015-05-24Drivers: hv: vmbus: do cleanup on all vmbus_open() failure pathsVitaly Kuznetsov
2015-05-24Drivers: hv: vmbus: Implement the protocol for tearing down vmbus stateK. Y. Srinivasan
2015-05-24hv: vmbus_free_channels(): remove the redundant free_channel()Dexuan Cui
2015-05-24Drivers: hv: vmbus: unregister panic notifier on module unloadVitaly Kuznetsov
2015-05-24Drivers: hv: vmbus: introduce vmbus_acpi_removeVitaly Kuznetsov
2015-05-24Drivers: hv: utils: unify driver registration reportingVitaly Kuznetsov
2015-05-24Drivers: hv: fcopy: full handshake supportVitaly Kuznetsov
2015-05-24Drivers: hv: vss: full handshake supportVitaly Kuznetsov
2015-05-24Drivers: hv: kvp: convert to hv_utils_transportVitaly Kuznetsov
2015-05-24Drivers: hv: fcopy: convert to hv_utils_transportVitaly Kuznetsov
2015-05-24Drivers: hv: vss: convert to hv_utils_transportVitaly Kuznetsov
2015-05-24Drivers: hv: util: introduce hv_utils_transport abstractionVitaly Kuznetsov
2015-05-24Drivers: hv: fcopy: set .owner reference for file operationsVitaly Kuznetsov
2015-05-24Drivers: hv: fcopy: switch to using the hvutil_device_state state machineVitaly Kuznetsov
2015-05-24Drivers: hv: vss: switch to using the hvutil_device_state state machineVitaly Kuznetsov
2015-05-24Drivers: hv: kvp: switch to using the hvutil_device_state state machineVitaly Kuznetsov
2015-05-24Drivers: hv: util: introduce state machine for util driversVitaly Kuznetsov
2015-05-24Drivers: hv: fcopy: rename fcopy_work -> fcopy_timeout_workVitaly Kuznetsov
2015-05-24Drivers: hv: kvp: rename kvp_work -> kvp_timeout_workVitaly Kuznetsov
2015-05-24Drivers: hv: vss: process deferred messages when we complete the transactionVitaly Kuznetsov
2015-05-24Drivers: hv: fcopy: process deferred messages when we complete the transactionVitaly Kuznetsov
2015-05-24Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.hVitaly Kuznetsov
2015-05-24Drivers: hv: kvp: reset kvp_contextVitaly Kuznetsov
2015-05-24Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.hVitaly Kuznetsov
2015-04-03Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX caseVitaly Kuznetsov
2015-04-03Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages caseVitaly Kuznetsov
2015-04-03hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg()Haiyang Zhang
2015-04-03Drivers: hv: hv_balloon: survive ballooning request with num_pages=0Vitaly Kuznetsov
2015-04-03Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor functionVitaly Kuznetsov
2015-04-03Drivers: hv: hv_balloon: do not online pages in offline blocksVitaly Kuznetsov
2015-04-03hv: remove the per-channel workqueueDexuan Cui
2015-04-03hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()Dexuan Cui
2015-04-03hv: run non-blocking message handlers in the dispatch taskletDexuan Cui
2015-03-26Drivers: hv: vmbus: Don't wait after requesting offersK. Y. Srinivasan
2015-03-25Drivers: hv: vmbus: Fix a siganlling host signalling issueK. Y. Srinivasan
2015-03-25Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl()K. Y. Srinivasan
2015-03-25Drivers: hv: vmbus: Fix a bug in rescind processing in vmbus_close_internal()K. Y. Srinivasan
2015-03-25hv: vmbus: missing curly braces in vmbus_process_offer()Dan Carpenter
2015-03-25Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRA...Nick Meier
2015-03-25Drivers: hv: hv_balloon: don't lose memory when onlining order is not naturalVitaly Kuznetsov