summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
...
| * Drivers: hv: utils: fix memory leak on on_msg() failureVitaly Kuznetsov2015-12-141-3/+4
| * Drivers: hv: utils: Invoke the poll function after handshakeK. Y. Srinivasan2015-12-142-2/+2
| * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0K. Y. Srinivasan2015-12-141-4/+7
| * drivers/hv: correct tsc page sequence invalid valueAndrey Smetanin2015-12-141-2/+2
| * Drivers: hv: vmbus: Fix a Host signaling bugK. Y. Srinivasan2015-12-141-0/+18
| * drivers:hv: Allow for MMIO claims that span ACPI _CRS recordsJake Oshins2015-12-141-0/+16
| * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui2015-12-143-11/+10
| * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()Dexuan Cui2015-12-141-6/+15
| * Drivers: hv: vmbus: fix rescind-offer handling for device without a driverDexuan Cui2015-12-143-21/+6
| * Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal()Dexuan Cui2015-12-141-0/+12
| * Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal()Dexuan Cui2015-12-141-2/+19
| * Drivers: hv: vmbus: Get rid of the unused irq variableK. Y. Srinivasan2015-12-141-13/+3
| * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDsK. Y. Srinivasan2015-12-142-4/+3
| * Drivers: hv: vmbus: Use uuid_le type consistentlyK. Y. Srinivasan2015-12-142-6/+6
| * Drivers: hv: vss: run only on supported host versionsOlaf Hering2015-12-141-0/+5
| * drivers:hv: Define the channel type for Hyper-V PCI Express pass-throughJake Oshins2015-12-141-0/+3
| * drivers:hv: Export the API to invoke a hypercall on Hyper-VJake Oshins2015-12-142-11/+11
| * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc numJake Oshins2015-12-141-0/+17
| * drivers/hv: cleanup synic msrs if vmbus connect failedAndrey Smetanin2015-12-141-1/+3
| * Drivers: hv: utils: use memdup_user in hvt_op_writeOlaf Hering2015-12-141-5/+4
| * Drivers: hv: util: catch allocation errorsOlaf Hering2015-12-141-3/+6
| * Drivers: hv: utils: run polling callback always in interrupt contextOlaf Hering2015-12-144-63/+34
| * Drivers: hv: util: Increase the timeout for util servicesK. Y. Srinivasan2015-12-143-2/+9
| * Drivers: hv: vmbus: fix build warningSudip Mukherjee2015-12-141-2/+3
* | drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-161-9/+0
* | drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-161-75/+0
* | drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin2015-12-161-2/+0
* | drivers/hv: replace enum hv_message_type by u32Andrey Smetanin2015-12-161-2/+2
|/
* drivers/hv: share Hyper-V SynIC constants with userspaceAndrey Smetanin2015-11-041-5/+0
* Drivers: hv: vmbus: fix init_vp_index() for reloading hv_netvscDexuan Cui2015-09-201-0/+17
* Drivers: hv: vmbus: use cpu_hotplug_enable/disableVitaly Kuznetsov2015-08-051-34/+4
* Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VPDexuan Cui2015-08-051-0/+38
* Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan2015-08-052-0/+92
* drivers/hv: Migrate to new 'set-state' interfaceViresh Kumar2015-08-051-26/+19
* Drivers: hv_vmbus: Fix signal to host conditionChristopher Oo2015-08-051-11/+3
* Drivers: hv: vmbus: Further improve CPU affiliation logicDexuan Cui2015-08-051-2/+18
* Drivers: hv: vmbus: Improve the CPU affiliation for channelsK. Y. Srinivasan2015-08-053-5/+20
* drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusJake Oshins2015-08-051-4/+84
* drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Jake Oshins2015-08-051-26/+90
* Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUsK. Y. Srinivasan2015-08-041-0/+1
* mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev2015-08-041-2/+2
* Drivers: hv: vmbus: don't send CHANNELMSG_UNLOAD on pre-Win2012R2 hostsVitaly Kuznetsov2015-08-041-0/+4
* Drivers: hv: vmbus: fix typo in hv_port_info structNik Nyby2015-08-041-1/+1
* hv: util: checking the wrong variableDan Carpenter2015-08-041-1/+1
* Drivers: hv: vmbus: Permit sending of packets without payloadK. Y. Srinivasan2015-08-041-1/+3
* Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows...Alex Ng2015-08-041-6/+20
* Drivers: hv: fcopy: dynamically allocate smsg_out in fcopy_send_data()Vitaly Kuznetsov2015-08-041-8/+13
* Drivers: hv: kvp: check kzalloc return valueVitaly Kuznetsov2015-08-041-0/+3
* Drivers: hv: vmbus: prefer 'die' notification chain to 'panic'Vitaly Kuznetsov2015-08-041-4/+36
* Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov2015-08-041-0/+14