index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
channel_mgmt.c
Age
Commit message (
Expand
)
Author
2015-09-20
Drivers: hv: vmbus: fix init_vp_index() for reloading hv_netvsc
Dexuan Cui
2015-08-05
Drivers: hv: vmbus: Further improve CPU affiliation logic
Dexuan Cui
2015-08-05
Drivers: hv: vmbus: Improve the CPU affiliation for channels
K. Y. Srinivasan
2015-08-04
Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUs
K. Y. Srinivasan
2015-08-04
Drivers: hv: vmbus: don't send CHANNELMSG_UNLOAD on pre-Win2012R2 hosts
Vitaly Kuznetsov
2015-06-01
Drivers: hv: vmbus: Implement NUMA aware CPU affinity for channels
K. Y. Srinivasan
2015-06-01
Drivers: hv: vmbus: Use the vp_index map even for channels bound to CPU 0
K. Y. Srinivasan
2015-05-24
Drivers: hv: vmbus: distribute subchannels among all vcpus
Vitaly Kuznetsov
2015-05-24
Drivers: hv: vmbus: move init_vp_index() call to vmbus_process_offer()
Vitaly Kuznetsov
2015-05-24
Drivers: hv: vmbus: decrease num_sc on subchannel removal
Vitaly Kuznetsov
2015-05-24
Drivers: hv: vmbus: unify calls to percpu_channel_enq()
Vitaly Kuznetsov
2015-05-24
Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state
K. Y. Srinivasan
2015-05-24
hv: vmbus_free_channels(): remove the redundant free_channel()
Dexuan Cui
2015-04-03
hv: remove the per-channel workqueue
Dexuan Cui
2015-04-03
hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()
Dexuan Cui
2015-04-03
hv: run non-blocking message handlers in the dispatch tasklet
Dexuan Cui
2015-03-26
Drivers: hv: vmbus: Don't wait after requesting offers
K. Y. Srinivasan
2015-03-25
hv: vmbus: missing curly braces in vmbus_process_offer()
Dan Carpenter
2015-03-25
Drivers: hv: vmbus: Perform device register in the per-channel work element
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channel
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Remove the channel from the channel list(s) on failure
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Handle both rescind and offer messages in the same context
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Introduce a function to remove a rescinded offer
K. Y. Srinivasan
2015-03-01
Drivers: hv: vmbus: Add support for the NetworkDirect GUID
K. Y. Srinivasan
2015-03-01
hv: channel_mgmt: match var type to return type of wait_for_completion
Nicholas Mc Guire
2015-03-01
Drivers: hv: vmbus: avoid double kfree for device_obj
Vitaly Kuznetsov
2015-03-01
Drivers: hv: vmbus: rename channel work queues
Vitaly Kuznetsov
2015-01-25
Drivers: hv: vmbus: serialize Offer and Rescind offer
Vitaly Kuznetsov
2015-01-25
Drivers: hv: rename sc_lock to the more generic lock
Vitaly Kuznetsov
2015-01-25
Drivers: hv: check vmbus_device_create() return value in vmbus_process_offer()
Vitaly Kuznetsov
2015-01-12
Drivers: hv: vmbus: Use get_cpu() to get the current CPU
K. Y. Srinivasan
2014-12-14
Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-12-08
hyperv: Add support for vNIC hot removal
Haiyang Zhang
2014-11-07
Drivers: hv: vmbus: Fix a race condition when unregistering a device
Vitaly Kuznetsov
2014-09-23
Drivers: hv: vmbus: Properly protect calls to smp_processor_id()
K. Y. Srinivasan
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-06-03
hyper-v: make uuid_le const
stephen hemminger
2014-05-03
Drivers: hv: vmbus: Implement per-CPU mapping of relid to channel
K. Y. Srinivasan
2014-05-03
Drivers: hv: Eliminate the channel spinlock in the callback path
K. Y. Srinivasan
2013-10-19
Drivers: hv: vmbus: Fix a bug in channel rescind code
K. Y. Srinivasan
2013-08-27
Drivers: hv: vmbus: Fix a bug in the handling of channel offers
K. Y. Srinivasan
2013-07-26
Drivers: hv: util: Fix a bug in version negotiation code for util services
K. Y. Srinivasan
2013-06-03
Drivers: hv: vmbus: Implement multi-channel support
K. Y. Srinivasan
2013-05-21
Drivers: hv: Fix a bug in get_vp_index()
K. Y. Srinivasan
2013-03-15
Drivers: hv: vmbus: Handle channel rescind message correctly
K. Y. Srinivasan
2013-02-27
Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interrupts
K. Y. Srinivasan
2013-01-25
Drivers: hv: vmbus: Consolidate all offer GUID definitions in hyperv.h
K. Y. Srinivasan
2013-01-18
Drivers: hv: Bind all vmbbus interrupts to the boot CPU
K. Y. Srinivasan
2013-01-17
Drivers: hv: Add code to distribute channel interrupt load
K. Y. Srinivasan
2013-01-17
Drivers: hv: Add state to manage incoming channel interrupt load
K. Y. Srinivasan
[next]