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
/
vmbus_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-04
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-71
/
+243
2020-05-23
Drivers: hv: vmbus: Resolve more races involving init_vp_index()
Andrea Parri (Microsoft)
1
-6
/
+13
2020-05-20
Driver: hv: vmbus: drop a no long applicable comment
Wei Liu
1
-1
/
+0
2020-05-20
hyper-v: Replace open-coded variant of %*phN specifier
Andy Shevchenko
1
-16
/
+3
2020-05-20
hyper-v: Supply GUID pointer to printf() like functions
Andy Shevchenko
1
-3
/
+3
2020-05-20
scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assigned
Andrea Parri (Microsoft)
1
-0
/
+4
2020-04-23
Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type
Andrea Parri (Microsoft)
1
-2
/
+106
2020-04-23
Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ...
Andrea Parri (Microsoft)
1
-13
/
+17
2020-04-23
Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...
Andrea Parri (Microsoft)
1
-19
/
+29
2020-04-23
Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPU
Andrea Parri (Microsoft)
1
-11
/
+28
2020-04-23
Drivers: hv: vmbus: Always handle the VMBus messages on CPU0
Andrea Parri (Microsoft)
1
-3
/
+17
2020-04-23
Drivers: hv: check VMBus messages lengths
Vitaly Kuznetsov
1
-0
/
+6
2020-04-23
Drivers: hv: make sure that 'struct vmbus_channel_message_header' compiles co...
Vitaly Kuznetsov
1
-0
/
+7
2020-04-23
Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()
Vitaly Kuznetsov
1
-1
/
+2
2020-04-23
Drivers: hv: allocate the exact needed memory for messages
Vitaly Kuznetsov
1
-5
/
+10
2020-04-23
Drivers: hv: copy from message page only what's needed
Vitaly Kuznetsov
1
-1
/
+8
2020-04-14
Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM
Dexuan Cui
1
-9
/
+34
2020-04-11
x86/Hyper-V: Report crash data in die() when panic_on_oops is set
Tianyu Lan
1
-2
/
+3
2020-04-11
x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set
Tianyu Lan
1
-9
/
+14
2020-04-11
x86/Hyper-V: Trigger crash enlightenment only once during system crash.
Tianyu Lan
1
-2
/
+14
2020-04-10
x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump
Tianyu Lan
1
-2
/
+5
2020-04-10
x86/Hyper-V: Unload vmbus channel in hv panic callback
Tianyu Lan
1
-8
/
+13
2020-01-26
Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)
Dexuan Cui
1
-0
/
+4
2019-12-01
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-11
/
+16
2019-11-22
Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synic
Michael Kelley
1
-1
/
+1
2019-11-22
drivers/hv: Replace binary semaphore with mutex
Davidlohr Bueso
1
-5
/
+5
2019-11-22
Drivers: hv: vmbus: Remove dependencies on guest page size
Himadri Pandya
1
-3
/
+3
2019-11-22
drivers: hv: vmbus: Introduce latency testing
Branden Bonaby
1
-0
/
+6
2019-11-22
Drivers: hv: vmbus: Introduce table of VMBus protocol versions
Andrea Parri
1
-2
/
+1
2019-11-15
x86/hyperv: Initialize clockevents earlier in CPU onlining
Michael Kelley
1
-16
/
+14
2019-10-01
Drivers: hv: vmbus: Fix harmless building warnings without CONFIG_PM_SLEEP
Dexuan Cui
1
-0
/
+6
2019-09-06
Drivers: hv: vmbus: Resume after fixing up old primary channels
Dexuan Cui
1
-0
/
+17
2019-09-06
Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channels
Dexuan Cui
1
-1
/
+43
2019-09-06
Drivers: hv: vmbus: Clean up hv_sock channels by force upon suspend
Dexuan Cui
1
-0
/
+55
2019-09-06
Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernation
Dexuan Cui
1
-0
/
+59
2019-09-06
Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernation
Dexuan Cui
1
-0
/
+46
2019-09-06
Drivers: hv: vmbus: Suspend/resume the synic for hibernation
Dexuan Cui
1
-0
/
+46
2019-07-19
proc/sysctl: add shared variables for range check
Matteo Croce
1
-4
/
+2
2019-07-13
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2019-07-03
clocksource/drivers: Make Hyper-V clocksource ISA agnostic
Michael Kelley
1
-20
/
+22
2019-06-24
drivers: hv: Add a module description line to the hv_vmbus driver
Joseph Salisbury
1
-0
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320
Thomas Gleixner
1
-14
/
+1
2019-04-11
Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutex
Kimberly Brown
1
-29
/
+53
2019-04-11
Drivers: hv: vmbus: Refactor chan->state if statement
Kimberly Brown
1
-3
/
+12
2019-03-21
Drivers: hv: vmbus: Expose monitor data only when monitor pages are used
Kimberly Brown
1
-2
/
+75
2019-03-01
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-31
/
+53
2019-02-23
Drivers: hv: vmbus: Change server monitor_pages index to 0
Kimberly Brown
1
-1
/
+1
2019-02-15
Drivers: hv: vmbus: Expose counters for interrupts and full conditions
Kimberly Brown
1
-0
/
+36
2019-02-15
vmbus: Switch to use new generic UUID API
Andy Shevchenko
1
-31
/
+17
2019-01-09
Drivers: hv: vmbus: Check for ring when getting debug info
Dexuan Cui
1
-30
/
+61
[next]