Age | Commit message (Expand) | Author |
2015-06-12 | Drivers: hv: vmbus: Allocate ring buffer memory in NUMA aware fashion | K. Y. Srinivasan |
2015-06-01 | Drivers: hv: vmbus: Implement NUMA aware CPU affinity for channels | K. Y. Srinivasan |
2015-06-01 | Drivers: hv: vmbus: Use the vp_index map even for channels bound to CPU 0 | K. Y. Srinivasan |
2015-06-01 | Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL... | Vitaly Kuznetsov |
2015-06-01 | Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10. | Keith Mange |
2015-05-24 | Drivers: hv: vmbus: distribute subchannels among all vcpus | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: vmbus: move init_vp_index() call to vmbus_process_offer() | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: vmbus: decrease num_sc on subchannel removal | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: vmbus: unify calls to percpu_channel_enq() | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: vmbus: kill tasklets on module unload | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: vmbus: do cleanup on all vmbus_open() failure paths | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state | K. Y. Srinivasan |
2015-05-24 | hv: vmbus_free_channels(): remove the redundant free_channel() | Dexuan Cui |
2015-05-24 | Drivers: hv: vmbus: unregister panic notifier on module unload | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: vmbus: introduce vmbus_acpi_remove | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: utils: unify driver registration reporting | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: fcopy: full handshake support | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: vss: full handshake support | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: kvp: convert to hv_utils_transport | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: fcopy: convert to hv_utils_transport | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: vss: convert to hv_utils_transport | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: util: introduce hv_utils_transport abstraction | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: fcopy: set .owner reference for file operations | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: fcopy: switch to using the hvutil_device_state state machine | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: vss: switch to using the hvutil_device_state state machine | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: kvp: switch to using the hvutil_device_state state machine | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: util: introduce state machine for util drivers | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: fcopy: rename fcopy_work -> fcopy_timeout_work | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: kvp: rename kvp_work -> kvp_timeout_work | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: vss: process deferred messages when we complete the transaction | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: fcopy: process deferred messages when we complete the transaction | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: kvp: reset kvp_context | Vitaly Kuznetsov |
2015-05-24 | Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.h | Vitaly Kuznetsov |
2015-04-03 | Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX case | Vitaly Kuznetsov |
2015-04-03 | Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages case | Vitaly Kuznetsov |
2015-04-03 | hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg() | Haiyang Zhang |
2015-04-03 | Drivers: hv: hv_balloon: survive ballooning request with num_pages=0 | Vitaly Kuznetsov |
2015-04-03 | Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor function | Vitaly Kuznetsov |
2015-04-03 | Drivers: hv: hv_balloon: do not online pages in offline blocks | Vitaly Kuznetsov |
2015-04-03 | hv: remove the per-channel workqueue | Dexuan Cui |
2015-04-03 | hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind() | Dexuan Cui |
2015-04-03 | hv: run non-blocking message handlers in the dispatch tasklet | Dexuan Cui |
2015-03-26 | Drivers: hv: vmbus: Don't wait after requesting offers | K. Y. Srinivasan |
2015-03-25 | Drivers: hv: vmbus: Fix a siganlling host signalling issue | K. Y. Srinivasan |
2015-03-25 | Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl() | K. Y. Srinivasan |
2015-03-25 | Drivers: hv: vmbus: Fix a bug in rescind processing in vmbus_close_internal() | K. Y. Srinivasan |
2015-03-25 | hv: vmbus: missing curly braces in vmbus_process_offer() | Dan Carpenter |
2015-03-25 | Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRA... | Nick Meier |
2015-03-25 | Drivers: hv: hv_balloon: don't lose memory when onlining order is not natural | Vitaly Kuznetsov |