Age | Commit message (Expand) | Author |
2015-08-05 | Drivers: hv: vmbus: use cpu_hotplug_enable/disable | Vitaly Kuznetsov |
2015-08-05 | Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VP | Dexuan Cui |
2015-08-05 | Drivers: hv: vmbus: Implement a clocksource based on the TSC page | K. Y. Srinivasan |
2015-08-05 | drivers/hv: Migrate to new 'set-state' interface | Viresh Kumar |
2015-08-05 | Drivers: hv_vmbus: Fix signal to host condition | Christopher Oo |
2015-08-05 | Drivers: hv: vmbus: Further improve CPU affiliation logic | Dexuan Cui |
2015-08-05 | Drivers: hv: vmbus: Improve the CPU affiliation for channels | K. Y. Srinivasan |
2015-08-05 | drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus | Jake Oshins |
2015-08-05 | drivers:hv: Modify hv_vmbus to search for all MMIO ranges available. | Jake Oshins |
2015-08-04 | Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUs | K. Y. Srinivasan |
2015-08-04 | mshyperv: fix recognition of Hyper-V guest crash MSR's | Denis V. Lunev |
2015-08-04 | Drivers: hv: vmbus: don't send CHANNELMSG_UNLOAD on pre-Win2012R2 hosts | Vitaly Kuznetsov |
2015-08-04 | Drivers: hv: vmbus: fix typo in hv_port_info struct | Nik Nyby |
2015-08-04 | hv: util: checking the wrong variable | Dan Carpenter |
2015-08-04 | Drivers: hv: vmbus: Permit sending of packets without payload | K. Y. Srinivasan |
2015-08-04 | Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows... | Alex Ng |
2015-08-04 | Drivers: hv: fcopy: dynamically allocate smsg_out in fcopy_send_data() | Vitaly Kuznetsov |
2015-08-04 | Drivers: hv: kvp: check kzalloc return value | Vitaly Kuznetsov |
2015-08-04 | Drivers: hv: vmbus: prefer 'die' notification chain to 'panic' | Vitaly Kuznetsov |
2015-08-04 | Drivers: hv: vmbus: add special crash handler | Vitaly Kuznetsov |
2015-08-04 | Drivers: hv: don't do hypercalls when hypercall_page is NULL | Vitaly Kuznetsov |
2015-08-04 | Drivers: hv: vmbus: add special kexec handler | Vitaly Kuznetsov |
2015-08-04 | Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup() | Vitaly Kuznetsov |
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 |