aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds12-171/+377
2016-03-01Drivers: hv: vmbus: Support kexec on ws2012 r2 and aboveAlex Ng1-1/+9
2016-03-01Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan3-7/+17
2016-03-01Drivers: hv: utils: Remove util transport handler from list if registration failsAlex Ng1-0/+3
2016-03-01Drivers: hv: util: Pass the channel information during the init callK. Y. Srinivasan4-3/+4
2016-03-01Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()Vitaly Kuznetsov1-1/+1
2016-03-01Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov3-47/+27
2016-03-01Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov4-6/+6
2016-03-01Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messagesVitaly Kuznetsov1-35/+33
2016-02-16drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI headerAndrey Smetanin1-6/+0
2016-02-07Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan4-10/+21
2016-02-07Drivers: hv: vmbus: Eliminate the spin lock on the read pathK. Y. Srinivasan1-13/+5
2016-02-07Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui2-7/+30
2016-02-07Drivers: hv: vmbus: add a per-channel rescind callbackDexuan Cui1-0/+11
2016-02-07Drivers: hv: vmbus: add a hvsock flag in struct hv_driverDexuan Cui1-0/+4
2016-02-07Drivers: hv: vmbus: define a new VMBus message type for hvsockDexuan Cui2-0/+19
2016-02-07Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signalingDexuan Cui1-1/+5
2016-02-07Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov1-2/+8
2016-02-07Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()Vitaly Kuznetsov1-1/+43
2016-02-07Drivers: hv: vmbus: avoid infinite loop in init_vp_index()Vitaly Kuznetsov1-0/+11
2016-02-07Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan2-43/+144
2016-02-07Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan3-21/+3
2016-01-13Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds12-410/+388
2015-12-21Drivers: hv: vmbus: Treat Fibre Channel devices as performance criticalK. Y. Srinivasan1-0/+3
2015-12-21Drivers: hv: utils: fix hvt_op_poll() return value on transport destroyVitaly Kuznetsov1-1/+1
2015-12-16drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 headerAndrey Smetanin1-9/+0
2015-12-16drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin1-75/+0
2015-12-16drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin1-2/+0
2015-12-16drivers/hv: replace enum hv_message_type by u32Andrey Smetanin1-2/+2
2015-12-14Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()Vitaly Kuznetsov3-64/+42
2015-12-14Drivers: hv: remove code duplication between vmbus_recvpacket()/vmbus_recvpacket_raw()Vitaly Kuznetsov1-43/+22
2015-12-14Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read()Vitaly Kuznetsov1-43/+25
2015-12-14Drivers: hv: ring_buffer.c: fix comment styleVitaly Kuznetsov1-109/+26
2015-12-14Drivers: hv: utils: fix crash when device is removed from host sideVitaly Kuznetsov1-3/+23
2015-12-14Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY modeVitaly Kuznetsov2-15/+57
2015-12-14Drivers: hv: utils: rename outmsg_lockVitaly Kuznetsov2-8/+8
2015-12-14Drivers: hv: utils: fix memory leak on on_msg() failureVitaly Kuznetsov1-3/+4
2015-12-14Drivers: hv: utils: Invoke the poll function after handshakeK. Y. Srinivasan2-2/+2
2015-12-14Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0K. Y. Srinivasan1-4/+7
2015-12-14drivers/hv: correct tsc page sequence invalid valueAndrey Smetanin1-2/+2
2015-12-14Drivers: hv: vmbus: Fix a Host signaling bugK. Y. Srinivasan1-0/+18
2015-12-14drivers:hv: Allow for MMIO claims that span ACPI _CRS recordsJake Oshins1-0/+16
2015-12-14Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui3-11/+10
2015-12-14Drivers: hv: vmbus: release relid on error in vmbus_process_offer()Dexuan Cui1-6/+15
2015-12-14Drivers: hv: vmbus: fix rescind-offer handling for device without a driverDexuan Cui3-21/+6
2015-12-14Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal()Dexuan Cui1-0/+12
2015-12-14Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal()Dexuan Cui1-2/+19
2015-12-14Drivers: hv: vmbus: Get rid of the unused irq variableK. Y. Srinivasan1-13/+3
2015-12-14Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDsK. Y. Srinivasan2-4/+3
2015-12-14Drivers: hv: vmbus: Use uuid_le type consistentlyK. Y. Srinivasan2-6/+6