index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
channel_mgmt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-22
Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
K. Y. Srinivasan
1
-0
/
+3
2015-12-15
Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
Dexuan Cui
1
-6
/
+6
2015-12-15
Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
Dexuan Cui
1
-6
/
+15
2015-12-15
Drivers: hv: vmbus: fix rescind-offer handling for device without a driver
Dexuan Cui
1
-3
/
+3
2015-12-15
Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
K. Y. Srinivasan
1
-2
/
+1
2015-12-15
Drivers: hv: vmbus: Use uuid_le type consistently
K. Y. Srinivasan
1
-1
/
+1
2015-12-15
drivers:hv: Define the channel type for Hyper-V PCI Express pass-through
Jake Oshins
1
-0
/
+3
2015-09-21
Drivers: hv: vmbus: fix init_vp_index() for reloading hv_netvsc
Dexuan Cui
1
-0
/
+17
2015-08-05
Drivers: hv: vmbus: Further improve CPU affiliation logic
Dexuan Cui
1
-2
/
+18
2015-08-05
Drivers: hv: vmbus: Improve the CPU affiliation for channels
K. Y. Srinivasan
1
-5
/
+6
2015-08-05
Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUs
K. Y. Srinivasan
1
-0
/
+1
2015-08-05
Drivers: hv: vmbus: don't send CHANNELMSG_UNLOAD on pre-Win2012R2 hosts
Vitaly Kuznetsov
1
-0
/
+4
2015-06-01
Drivers: hv: vmbus: Implement NUMA aware CPU affinity for channels
K. Y. Srinivasan
1
-29
/
+43
2015-06-01
Drivers: hv: vmbus: Use the vp_index map even for channels bound to CPU 0
K. Y. Srinivasan
1
-1
/
+1
2015-05-24
Drivers: hv: vmbus: distribute subchannels among all vcpus
Vitaly Kuznetsov
1
-1
/
+28
2015-05-24
Drivers: hv: vmbus: move init_vp_index() call to vmbus_process_offer()
Vitaly Kuznetsov
1
-2
/
+5
2015-05-24
Drivers: hv: vmbus: decrease num_sc on subchannel removal
Vitaly Kuznetsov
1
-1
/
+2
2015-05-24
Drivers: hv: vmbus: unify calls to percpu_channel_enq()
Vitaly Kuznetsov
1
-33
/
+18
2015-05-24
Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state
K. Y. Srinivasan
1
-0
/
+25
2015-05-24
hv: vmbus_free_channels(): remove the redundant free_channel()
Dexuan Cui
1
-3
/
+8
2015-04-03
hv: remove the per-channel workqueue
Dexuan Cui
1
-29
/
+1
2015-04-03
hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()
Dexuan Cui
1
-129
/
+28
2015-04-03
hv: run non-blocking message handlers in the dispatch tasklet
Dexuan Cui
1
-23
/
+18
2015-03-27
Drivers: hv: vmbus: Don't wait after requesting offers
K. Y. Srinivasan
1
-11
/
+0
2015-03-25
hv: vmbus: missing curly braces in vmbus_process_offer()
Dan Carpenter
1
-1
/
+2
2015-03-25
Drivers: hv: vmbus: Perform device register in the per-channel work element
K. Y. Srinivasan
1
-42
/
+101
2015-03-02
Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channel
K. Y. Srinivasan
1
-15
/
+15
2015-03-02
Drivers: hv: vmbus: Remove the channel from the channel list(s) on failure
K. Y. Srinivasan
1
-5
/
+16
2015-03-02
Drivers: hv: vmbus: Handle both rescind and offer messages in the same context
K. Y. Srinivasan
1
-53
/
+62
2015-03-02
Drivers: hv: vmbus: Introduce a function to remove a rescinded offer
K. Y. Srinivasan
1
-19
/
+30
2015-03-02
Drivers: hv: vmbus: Add support for the NetworkDirect GUID
K. Y. Srinivasan
1
-0
/
+2
2015-03-02
hv: channel_mgmt: match var type to return type of wait_for_completion
Nicholas Mc Guire
1
-1
/
+2
2015-03-02
Drivers: hv: vmbus: avoid double kfree for device_obj
Vitaly Kuznetsov
1
-1
/
+0
2015-03-02
Drivers: hv: vmbus: rename channel work queues
Vitaly Kuznetsov
1
-1
/
+4
2015-01-25
Drivers: hv: vmbus: serialize Offer and Rescind offer
Vitaly Kuznetsov
1
-8
/
+22
2015-01-25
Drivers: hv: rename sc_lock to the more generic lock
Vitaly Kuznetsov
1
-5
/
+5
2015-01-25
Drivers: hv: check vmbus_device_create() return value in vmbus_process_offer()
Vitaly Kuznetsov
1
-5
/
+9
2015-01-12
Drivers: hv: vmbus: Use get_cpu() to get the current CPU
K. Y. Srinivasan
1
-1
/
+3
2014-12-15
Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+9
2014-12-09
hyperv: Add support for vNIC hot removal
Haiyang Zhang
1
-0
/
+2
2014-11-07
Drivers: hv: vmbus: Fix a race condition when unregistering a device
Vitaly Kuznetsov
1
-2
/
+9
2014-09-24
Drivers: hv: vmbus: Properly protect calls to smp_processor_id()
K. Y. Srinivasan
1
-6
/
+15
2014-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2014-06-04
hyper-v: make uuid_le const
stephen hemminger
1
-1
/
+1
2014-05-04
Drivers: hv: vmbus: Implement per-CPU mapping of relid to channel
K. Y. Srinivasan
1
-1
/
+40
2014-05-04
Drivers: hv: Eliminate the channel spinlock in the callback path
K. Y. Srinivasan
1
-4
/
+7
2013-10-20
Drivers: hv: vmbus: Fix a bug in channel rescind code
K. Y. Srinivasan
1
-2
/
+3
2013-08-28
Drivers: hv: vmbus: Fix a bug in the handling of channel offers
K. Y. Srinivasan
1
-7
/
+7
2013-07-27
Drivers: hv: util: Fix a bug in version negotiation code for util services
K. Y. Srinivasan
1
-22
/
+53
2013-06-04
Drivers: hv: vmbus: Implement multi-channel support
K. Y. Srinivasan
1
-4
/
+115
[next]