summaryrefslogtreecommitdiffstats
path: root/drivers/hv/hyperv_vmbus.h
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: ring_buffer: wrap around mappings for ring buffersVitaly Kuznetsov2016-09-021-2/+2
* Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan2016-08-311-1/+2
* Drivers: hv: avoid vfree() on crashVitaly Kuznetsov2016-08-311-1/+1
* Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov2016-05-011-2/+14
* Drivers: hv: kvp: fix IP FailoverVitaly Kuznetsov2016-05-011-0/+5
* Drivers: hv: vmbus: Export the vmbus_set_event() APIK. Y. Srinivasan2016-04-301-2/+0
* Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-171-6/+30
|\
| * Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan2016-03-011-1/+3
| * Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov2016-03-011-0/+24
| * Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov2016-03-011-1/+1
| * Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan2016-02-071-1/+1
| * Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan2016-02-071-3/+1
* | drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI headerAndrey Smetanin2016-02-161-6/+0
|/
* Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-15/+11
|\
| * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()Vitaly Kuznetsov2015-12-141-8/+3
| * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui2015-12-141-1/+1
| * drivers:hv: Export the API to invoke a hypercall on Hyper-VJake Oshins2015-12-141-1/+1
| * Drivers: hv: utils: run polling callback always in interrupt contextOlaf Hering2015-12-141-5/+1
| * Drivers: hv: util: Increase the timeout for util servicesK. Y. Srinivasan2015-12-141-0/+5
* | 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: Implement a clocksource based on the TSC pageK. Y. Srinivasan2015-08-051-0/+9
* Drivers: hv: vmbus: Improve the CPU affiliation for channelsK. Y. Srinivasan2015-08-051-0/+5
* Drivers: hv: vmbus: fix typo in hv_port_info structNik Nyby2015-08-041-1/+1
* Drivers: hv: vmbus: Implement the protocol for tearing down vmbus stateK. Y. Srinivasan2015-05-241-0/+2
* Drivers: hv: util: introduce state machine for util driversVitaly Kuznetsov2015-05-241-0/+9
* Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.hVitaly Kuznetsov2015-05-241-0/+12
* Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.hVitaly Kuznetsov2015-05-241-0/+8
* hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()Dexuan Cui2015-04-031-1/+1
* hv: run non-blocking message handlers in the dispatch taskletDexuan Cui2015-04-031-0/+17
* Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRA...Nick Meier2015-03-251-1/+1
* Drivers: hv: vmbus: Perform device register in the per-channel work elementK. Y. Srinivasan2015-03-251-1/+1
* Drivers: hv: vmbus: Add support for VMBus panic notifier handlerNick Meier2015-03-011-0/+11
* Drivers: hv: vmbus: Teardown clockevent devices on module unloadVitaly Kuznetsov2015-03-011-0/+2
* Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...Vitaly Kuznetsov2015-03-011-0/+1
* Drivers: hv: vmbus: Implement a clockevent deviceK. Y. Srinivasan2015-01-251-0/+21
* Drivers: hv: vmbus: Cleanup hv_post_message()K. Y. Srinivasan2014-09-231-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-3/+3
|\
| * hyper-v: make uuid_le conststephen hemminger2014-06-031-3/+3
* | Drivers: hv: vmbus: Implement per-CPU mapping of relid to channelK. Y. Srinivasan2014-05-031-0/+5
|/
* Drivers: hv: Implement the file copy serviceK. Y. Srinivasan2014-02-181-0/+4
* Drivers: hv: vmbus: Cleanup the packet send pathK. Y. Srinivasan2014-02-071-2/+2
* hv: delete struct hv_dev_port_infoGreg Kroah-Hartman2013-09-261-0/+7
* hv: make "monitor_pages" a "real" pointer arrayGreg Kroah-Hartman2013-09-261-1/+1
* drivers: hv: allocate synic structures before hv_synic_init()Jason Wang2013-06-241-0/+4
* Drivers: hv: Capture the host build informationK. Y. Srinivasan2013-01-171-0/+7
* Drivers: hv: Implement flow management on the send sideK. Y. Srinivasan2013-01-171-1/+1
OpenPOWER on IntegriCloud