aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/hyperv_vmbus.h (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 Torvalds1-6/+30
2016-03-01Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan1-1/+3
2016-03-01Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov1-0/+24
2016-03-01Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov1-1/+1
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. Srinivasan1-1/+1
2016-02-07Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan1-3/+1
2016-01-13Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-15/+11
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 Kuznetsov1-8/+3
2015-12-14Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui1-1/+1
2015-12-14drivers:hv: Export the API to invoke a hypercall on Hyper-VJake Oshins1-1/+1
2015-12-14Drivers: hv: utils: run polling callback always in interrupt contextOlaf Hering1-5/+1
2015-12-14Drivers: hv: util: Increase the timeout for util servicesK. Y. Srinivasan1-0/+5
2015-11-04drivers/hv: share Hyper-V SynIC constants with userspaceAndrey Smetanin1-5/+0
2015-08-05Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan1-0/+9
2015-08-05Drivers: hv: vmbus: Improve the CPU affiliation for channelsK. Y. Srinivasan1-0/+5
2015-08-04Drivers: hv: vmbus: fix typo in hv_port_info structNik Nyby1-1/+1
2015-05-24Drivers: hv: vmbus: Implement the protocol for tearing down vmbus stateK. Y. Srinivasan1-0/+2
2015-05-24Drivers: hv: util: introduce state machine for util driversVitaly Kuznetsov1-0/+9
2015-05-24Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.hVitaly Kuznetsov1-0/+12
2015-05-24Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.hVitaly Kuznetsov1-0/+8
2015-04-03hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()Dexuan Cui1-1/+1
2015-04-03hv: run non-blocking message handlers in the dispatch taskletDexuan Cui1-0/+17
2015-03-25Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRASH_NOTIFYNick Meier1-1/+1
2015-03-25Drivers: hv: vmbus: Perform device register in the per-channel work elementK. Y. Srinivasan1-1/+1
2015-03-01Drivers: hv: vmbus: Add support for VMBus panic notifier handlerNick Meier1-0/+11
2015-03-01Drivers: hv: vmbus: Teardown clockevent devices on module unloadVitaly Kuznetsov1-0/+2
2015-03-01Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection pages on shutdownVitaly Kuznetsov1-0/+1
2015-01-25Drivers: hv: vmbus: Implement a clockevent deviceK. Y. Srinivasan1-0/+21
2014-09-23Drivers: hv: vmbus: Cleanup hv_post_message()K. Y. Srinivasan1-0/+4
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2014-06-03hyper-v: make uuid_le conststephen hemminger1-3/+3
2014-05-03Drivers: hv: vmbus: Implement per-CPU mapping of relid to channelK. Y. Srinivasan1-0/+5
2014-02-18Drivers: hv: Implement the file copy serviceK. Y. Srinivasan1-0/+4
2014-02-07Drivers: hv: vmbus: Cleanup the packet send pathK. Y. Srinivasan1-2/+2
2013-09-26hv: delete struct hv_dev_port_infoGreg Kroah-Hartman1-0/+7
2013-09-26hv: make "monitor_pages" a "real" pointer arrayGreg Kroah-Hartman1-1/+1
2013-06-24drivers: hv: allocate synic structures before hv_synic_init()Jason Wang1-0/+4
2013-01-17Drivers: hv: Capture the host build informationK. Y. Srinivasan1-0/+7
2013-01-17Drivers: hv: Implement flow management on the send sideK. Y. Srinivasan1-1/+1
2013-01-17Drivers: hv: Manage event tasklets on per-cpu basisK. Y. Srinivasan1-0/+6
2013-01-17Drivers: hv: Get rid of the unused global signaling stateK. Y. Srinivasan1-8/+0
2013-01-17Drivers: hv: Setup a mapping for Hyper-V's notion cpu IDK. Y. Srinivasan1-0/+10
2013-01-17Drivers: hv: Manage signaling state on a per-connection basisK. Y. Srinivasan1-21/+0
2013-01-17Drivers: hv: Change the signature of vmbus_set_event()K. Y. Srinivasan1-1/+1
2013-01-17Drivers: hv: Change the signature for hv_signal_event()K. Y. Srinivasan1-1/+1