index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
channel_mgmt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320
Thomas Gleixner
2019-06-05
1
-13
/
+1
*
Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutex
Kimberly Brown
2019-04-10
1
-0
/
+2
*
Drivers: hv: vmbus: Expose monitor data only when monitor pages are used
Kimberly Brown
2019-03-20
1
-0
/
+1
*
vmbus: Switch to use new generic UUID API
Andy Shevchenko
2019-02-14
1
-9
/
+9
*
Merge 4.20-rc6 into char-misc-next
Greg Kroah-Hartman
2018-12-10
1
-62
/
+126
|
\
|
*
Drivers: hv: vmbus: Offload the handling of channels to two workqueues
Dexuan Cui
2018-12-03
1
-63
/
+126
*
|
Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()
Dexuan Cui
2018-11-26
1
-45
/
+0
|
/
*
Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
Dexuan Cui
2018-10-02
1
-5
/
+9
*
Drivers: hv: vmbus: Fix the descriptions of some function parameters
Dexuan Cui
2018-10-02
1
-14
/
+9
*
vmbus: pass channel to hv_process_channel_removal
Stephen Hemminger
2018-09-25
1
-12
/
+5
*
Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
Dexuan Cui
2018-08-02
1
-0
/
+6
*
Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
Dexuan Cui
2018-07-03
1
-3
/
+1
*
Drivers: hv: vmbus: do not mark HV_PCIE as perf_device
Dexuan Cui
2018-03-28
1
-1
/
+1
*
hv_vmbus: Correct the stale comments regarding cpu affinity
Haiyang Zhang
2018-03-06
1
-4
/
+2
*
Drivers: hv: vmbus: Fix a rescind issue
K. Y. Srinivasan
2017-11-28
1
-3
/
+4
*
hyper-v: trace vmbus_release_relid()
Vitaly Kuznetsov
2017-11-04
1
-2
/
+5
*
hyper-v: trace vmbus_request_offers()
Vitaly Kuznetsov
2017-11-04
1
-1
/
+3
*
hyper-v: trace vmbus_onversion_response()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+3
*
hyper-v: trace vmbus_ongpadl_torndown()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
*
hyper-v: trace vmbus_ongpadl_created()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
*
hyper-v: trace vmbus_onopen_result()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
*
hyper-v: trace vmbus_onoffer_rescind()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
*
hyper-v: trace vmbus_onoffer()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
*
hyper-v: trace vmbus_on_message()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
*
Merge 4.14-rc6 into char-misc-next
Greg Kroah-Hartman
2017-10-23
1
-1
/
+4
|
\
|
*
vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()
Dexuan Cui
2017-10-20
1
-1
/
+4
*
|
Merge 4.14-rc5 into char-misc-next
Greg Kroah-Hartman
2017-10-16
1
-23
/
+18
|
\
|
|
*
Drivers: hv: vmbus: Fix bugs in rescind handling
K. Y. Srinivasan
2017-10-04
1
-19
/
+18
|
*
vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()
Dexuan Cui
2017-09-22
1
-4
/
+0
*
|
vmbus: add per-channel sysfs info
Stephen Hemminger
2017-10-04
1
-1
/
+9
|
/
*
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-09-07
1
-15
/
+5
|
\
|
*
hyper-v: Globalize vp_index
Vitaly Kuznetsov
2017-08-10
1
-4
/
+3
|
*
hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENT
Vitaly Kuznetsov
2017-08-10
1
-11
/
+2
*
|
Drivers: hv: vmbus: Fix rescind handling issues
K. Y. Srinivasan
2017-08-16
1
-3
/
+26
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2017-07-06
1
-1
/
+0
|
\
|
*
scsi: storvsc: remove unnecessary channel inbound lock
Stephen Hemminger
2017-06-12
1
-1
/
+0
*
|
Drivers: hv: vmbus: Fix rescind handling
K. Y. Srinivasan
2017-05-18
1
-16
/
+53
|
/
*
Merge 4.11-rc4 into char-misc-next
Greg Kroah-Hartman
2017-03-27
1
-22
/
+5
|
\
|
*
Drivers: hv: vmbus: Don't leak channel ids
K. Y. Srinivasan
2017-03-16
1
-0
/
+1
|
*
vmbus: remove hv_event_tasklet_disable/enable
Dexuan Cui
2017-03-16
1
-19
/
+0
|
*
vmbus: use rcu for per-cpu channel list
Stephen Hemminger
2017-03-16
1
-3
/
+4
*
|
vmbus: make channel_message table constant
Stephen Hemminger
2017-03-17
1
-24
/
+24
|
/
*
vmbus: remove conditional locking of vmbus_write
Stephen Hemminger
2017-02-14
1
-1
/
+0
*
vmbus: add direct isr callback mode
Stephen Hemminger
2017-02-14
1
-7
/
+0
*
vmbus: change to per channel tasklet
Stephen Hemminger
2017-02-14
1
-9
/
+7
*
vmbus: put related per-cpu variable together
Stephen Hemminger
2017-02-14
1
-13
/
+22
*
Drivers: hv: vmbus: Use all supported IC versions to negotiate
Alex Ng
2017-01-31
1
-26
/
+54
*
Drivers: hv: vmbus: Move the code to signal end of message
K. Y. Srinivasan
2017-01-20
1
-0
/
+1
*
Drivers: hv: vmbus: Fix a rescind handling bug
K. Y. Srinivasan
2017-01-10
1
-0
/
+25
*
Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
Vitaly Kuznetsov
2017-01-10
1
-4
/
+6
[next]