summaryrefslogtreecommitdiffstats
path: root/drivers/hv
AgeCommit message (Expand)AuthorLines
2016-01-13Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-410/+388
2015-12-21Drivers: hv: vmbus: Treat Fibre Channel devices as performance criticalK. Y. Srinivasan-0/+3
2015-12-21Drivers: hv: utils: fix hvt_op_poll() return value on transport destroyVitaly Kuznetsov-1/+1
2015-12-16drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 headerAndrey Smetanin-9/+0
2015-12-16drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin-75/+0
2015-12-16drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin-2/+0
2015-12-16drivers/hv: replace enum hv_message_type by u32Andrey Smetanin-2/+2
2015-12-14Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()Vitaly Kuznetsov-64/+42
2015-12-14Drivers: hv: remove code duplication between vmbus_recvpacket()/vmbus_recvpac...Vitaly Kuznetsov-43/+22
2015-12-14Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read()Vitaly Kuznetsov-43/+25
2015-12-14Drivers: hv: ring_buffer.c: fix comment styleVitaly Kuznetsov-109/+26
2015-12-14Drivers: hv: utils: fix crash when device is removed from host sideVitaly Kuznetsov-3/+23
2015-12-14Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY modeVitaly Kuznetsov-15/+57
2015-12-14Drivers: hv: utils: rename outmsg_lockVitaly Kuznetsov-8/+8
2015-12-14Drivers: hv: utils: fix memory leak on on_msg() failureVitaly Kuznetsov-3/+4
2015-12-14Drivers: hv: utils: Invoke the poll function after handshakeK. Y. Srinivasan-2/+2
2015-12-14Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0K. Y. Srinivasan-4/+7
2015-12-14drivers/hv: correct tsc page sequence invalid valueAndrey Smetanin-2/+2
2015-12-14Drivers: hv: vmbus: Fix a Host signaling bugK. Y. Srinivasan-0/+18
2015-12-14drivers:hv: Allow for MMIO claims that span ACPI _CRS recordsJake Oshins-0/+16
2015-12-14Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui-11/+10
2015-12-14Drivers: hv: vmbus: release relid on error in vmbus_process_offer()Dexuan Cui-6/+15
2015-12-14Drivers: hv: vmbus: fix rescind-offer handling for device without a driverDexuan Cui-21/+6
2015-12-14Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal()Dexuan Cui-0/+12
2015-12-14Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal()Dexuan Cui-2/+19
2015-12-14Drivers: hv: vmbus: Get rid of the unused irq variableK. Y. Srinivasan-13/+3
2015-12-14Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDsK. Y. Srinivasan-4/+3
2015-12-14Drivers: hv: vmbus: Use uuid_le type consistentlyK. Y. Srinivasan-6/+6
2015-12-14Drivers: hv: vss: run only on supported host versionsOlaf Hering-0/+5
2015-12-14drivers:hv: Define the channel type for Hyper-V PCI Express pass-throughJake Oshins-0/+3
2015-12-14drivers:hv: Export the API to invoke a hypercall on Hyper-VJake Oshins-11/+11
2015-12-14drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc numJake Oshins-0/+17
2015-12-14drivers/hv: cleanup synic msrs if vmbus connect failedAndrey Smetanin-1/+3
2015-12-14Drivers: hv: utils: use memdup_user in hvt_op_writeOlaf Hering-5/+4
2015-12-14Drivers: hv: util: catch allocation errorsOlaf Hering-3/+6
2015-12-14Drivers: hv: utils: run polling callback always in interrupt contextOlaf Hering-63/+34
2015-12-14Drivers: hv: util: Increase the timeout for util servicesK. Y. Srinivasan-2/+9
2015-12-14Drivers: hv: vmbus: fix build warningSudip Mukherjee-2/+3
2015-11-04drivers/hv: share Hyper-V SynIC constants with userspaceAndrey Smetanin-5/+0
2015-09-20Drivers: hv: vmbus: fix init_vp_index() for reloading hv_netvscDexuan Cui-0/+17
2015-08-05Drivers: hv: vmbus: use cpu_hotplug_enable/disableVitaly Kuznetsov-34/+4
2015-08-05Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VPDexuan Cui-0/+38
2015-08-05Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan-0/+92
2015-08-05drivers/hv: Migrate to new 'set-state' interfaceViresh Kumar-26/+19
2015-08-05Drivers: hv_vmbus: Fix signal to host conditionChristopher Oo-11/+3
2015-08-05Drivers: hv: vmbus: Further improve CPU affiliation logicDexuan Cui-2/+18
2015-08-05Drivers: hv: vmbus: Improve the CPU affiliation for channelsK. Y. Srinivasan-5/+20
2015-08-05drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusJake Oshins-4/+84
2015-08-05drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Jake Oshins-26/+90
2015-08-04Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUsK. Y. Srinivasan-0/+1