index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
channel_mgmt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-03
Drivers: hv: Compare cpumasks and not their weights in init_vp_index()
Vitaly Kuznetsov
1
-2
/
+1
2022-02-03
Drivers: hv: Rename 'alloced' to 'allocated'
Vitaly Kuznetsov
1
-9
/
+9
2022-01-05
Drivers: hv: vmbus: Initialize request offers message for Isolation VM
Juan Vazquez
1
-1
/
+1
2021-10-28
Drivers: hv: vmbus: Remove unused code to check for subchannels
Michael Kelley
1
-34
/
+0
2021-07-19
Drivers: hv: vmbus: Fix duplicate CPU assignments within a device
Haiyang Zhang
1
-32
/
+64
2021-04-20
Drivers: hv: vmbus: Increase wait time for VMbus unload
Michael Kelley
1
-5
/
+25
2021-04-20
Drivers: hv: vmbus: Initialize unload_event statically
Andrea Parri (Microsoft)
1
-1
/
+6
2021-04-18
Drivers: hv: vmbus: Drivers: hv: vmbus: Introduce CHANNELMSG_MODIFYCHANNEL_RE...
Andrea Parri (Microsoft)
1
-0
/
+42
2021-03-22
drivers: hv: Fix EXPORT_SYMBOL and tab spaces issue
Vasanth
1
-4
/
+3
2021-02-11
Drivers: hv: vmbus: Restrict vmbus_devices on isolated guests
Andrea Parri (Microsoft)
1
-0
/
+38
2021-02-05
Drivers: hv: vmbus: Resolve race condition in vmbus_onoffer_rescind()
Andrea Parri (Microsoft)
1
-0
/
+12
2021-02-05
Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()
Andrea Parri (Microsoft)
1
-2
/
+1
2021-02-05
hv_utils: Add validation for untrusted Hyper-V values
Andres Beltran
1
-5
/
+19
2020-09-15
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+5
2020-09-14
Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unload
Michael Kelley
1
-2
/
+5
2020-06-20
Drivers: hv: vmbus: Remove the lock field from the vmbus_channel struct
Andrea Parri (Microsoft)
1
-1
/
+0
2020-06-19
Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_li...
Andrea Parri (Microsoft)
1
-19
/
+6
2020-06-19
Drivers: hv: vmbus: Remove the numa_node field from the vmbus_channel struct
Andrea Parri (Microsoft)
1
-2
/
+0
2020-06-19
Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel struct
Andrea Parri (Microsoft)
1
-3
/
+0
2020-05-23
Drivers: hv: vmbus: Resolve more races involving init_vp_index()
Andrea Parri (Microsoft)
1
-6
/
+16
2020-05-23
Drivers: hv: vmbus: Resolve race between init_vp_index() and CPU hotplug
Andrea Parri (Microsoft)
1
-28
/
+18
2020-05-20
drivers: hv: remove redundant assignment to pointer primary_channel
Colin Ian King
1
-4
/
+1
2020-04-23
Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type
Andrea Parri (Microsoft)
1
-1
/
+1
2020-04-23
Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplug
Andrea Parri (Microsoft)
1
-13
/
+34
2020-04-23
Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logic
Andrea Parri (Microsoft)
1
-80
/
+25
2020-04-23
Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ...
Andrea Parri (Microsoft)
1
-0
/
+1
2020-04-23
Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...
Andrea Parri (Microsoft)
1
-67
/
+112
2020-04-23
Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPU
Andrea Parri (Microsoft)
1
-5
/
+16
2020-04-23
Drivers: hv: check VMBus messages lengths
Vitaly Kuznetsov
1
-24
/
+30
2020-04-23
Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()
Vitaly Kuznetsov
1
-6
/
+1
2020-04-10
x86/Hyper-V: Unload vmbus channel in hv panic callback
Tianyu Lan
1
-0
/
+3
2020-01-25
Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)
Dexuan Cui
1
-14
/
+7
2019-09-06
Drivers: hv: vmbus: Resume after fixing up old primary channels
Dexuan Cui
1
-20
/
+65
2019-09-06
Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channels
Dexuan Cui
1
-0
/
+26
2019-09-06
Drivers: hv: vmbus: Ignore the offers when resuming from hibernation
Dexuan Cui
1
-1
/
+57
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320
Thomas Gleixner
1
-13
/
+1
2019-04-10
Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutex
Kimberly Brown
1
-0
/
+2
2019-03-20
Drivers: hv: vmbus: Expose monitor data only when monitor pages are used
Kimberly Brown
1
-0
/
+1
2019-02-14
vmbus: Switch to use new generic UUID API
Andy Shevchenko
1
-9
/
+9
2018-12-10
Merge 4.20-rc6 into char-misc-next
Greg Kroah-Hartman
1
-62
/
+126
2018-12-03
Drivers: hv: vmbus: Offload the handling of channels to two workqueues
Dexuan Cui
1
-63
/
+126
2018-11-26
Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()
Dexuan Cui
1
-45
/
+0
2018-10-02
Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
Dexuan Cui
1
-5
/
+9
2018-10-02
Drivers: hv: vmbus: Fix the descriptions of some function parameters
Dexuan Cui
1
-14
/
+9
2018-09-25
vmbus: pass channel to hv_process_channel_removal
Stephen Hemminger
1
-12
/
+5
2018-08-02
Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
Dexuan Cui
1
-0
/
+6
2018-07-03
Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
Dexuan Cui
1
-3
/
+1
2018-03-28
Drivers: hv: vmbus: do not mark HV_PCIE as perf_device
Dexuan Cui
1
-1
/
+1
2018-03-06
hv_vmbus: Correct the stale comments regarding cpu affinity
Haiyang Zhang
1
-4
/
+2
2017-11-28
Drivers: hv: vmbus: Fix a rescind issue
K. Y. Srinivasan
1
-3
/
+4
[next]