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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-04
hyper-v: trace vmbus_ongpadl_torndown()
Vitaly Kuznetsov
2
-0
/
+10
2017-11-04
hyper-v: trace vmbus_ongpadl_created()
Vitaly Kuznetsov
2
-0
/
+19
2017-11-04
hyper-v: trace vmbus_onopen_result()
Vitaly Kuznetsov
2
-0
/
+19
2017-11-04
hyper-v: trace vmbus_onoffer_rescind()
Vitaly Kuznetsov
2
-0
/
+10
2017-11-04
hyper-v: trace vmbus_onoffer()
Vitaly Kuznetsov
2
-0
/
+39
2017-11-04
hyper-v: trace vmbus_on_message()
Vitaly Kuznetsov
2
-0
/
+7
2017-11-04
hyper-v: trace vmbus_on_msg_dpc()
Vitaly Kuznetsov
5
-1
/
+40
2017-10-31
Drivers: hv: vmbus: Make panic reporting to be more useful
K. Y. Srinivasan
1
-2
/
+2
2017-10-31
Drivers: hv: vmbus: Expose per-channel interrupts and events counters
Stephen Hemminger
2
-0
/
+18
2017-10-23
Merge 4.14-rc6 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+4
2017-10-20
vmbus: initialize reserved fields in messages
Stephen Hemminger
1
-0
/
+2
2017-10-20
vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()
Dexuan Cui
1
-1
/
+4
2017-10-16
Merge 4.14-rc5 into char-misc-next
Greg Kroah-Hartman
4
-28
/
+26
2017-10-04
Drivers: hv: vmbus: Fix bugs in rescind handling
K. Y. Srinivasan
3
-24
/
+22
2017-10-04
vmbus: add per-channel sysfs info
Stephen Hemminger
3
-13
/
+184
2017-09-22
Drivers: hv: fcopy: restore correct transfer length
Olaf Hering
1
-0
/
+4
2017-09-22
vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()
Dexuan Cui
1
-4
/
+0
2017-09-07
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-54
/
+11
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-106
/
+23
2017-08-16
vmbus: remove unused vmbus_sendpacket_ctl
stephen hemminger
1
-26
/
+17
2017-08-16
vmbus: remove unused vmubs_sendpacket_pagebuffer_ctl
stephen hemminger
1
-24
/
+6
2017-08-16
vmbus: remove unused vmbus_sendpacket_multipagebuffer
stephen hemminger
1
-56
/
+0
2017-08-16
Drivers: hv: vmbus: Fix rescind handling issues
K. Y. Srinivasan
3
-3
/
+43
2017-08-16
Drivers: hv: kvp: Use MAX_ADAPTER_ID_SIZE for translating adapter id
Alex Ng
1
-1
/
+1
2017-08-16
Drivers: hv: balloon: Initialize last_post_time on startup
Alex Ng
1
-0
/
+1
2017-08-16
Drivers: hv: balloon: Show the max dynamic memory assigned
Alex Ng
1
-2
/
+2
2017-08-16
Drivers: hv: balloon: Correctly update onlined page count
Alex Ng
1
-4
/
+3
2017-08-10
x86/hyper-v: Use hypercall for remote TLB flush
Vitaly Kuznetsov
1
-0
/
+1
2017-08-10
hyper-v: Globalize vp_index
Vitaly Kuznetsov
5
-42
/
+5
2017-08-10
hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENT
Vitaly Kuznetsov
2
-12
/
+3
2017-08-10
x86/hyper-v: Make hv_do_hypercall() inline
Vitaly Kuznetsov
1
-0
/
+2
2017-07-23
Merge 4.13-rc2 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+2
2017-07-17
vmbus: add prefetch to ring buffer iterator
Stephen Hemminger
1
-1
/
+6
2017-07-17
vmbus: more host signalling avoidance
Stephen Hemminger
1
-8
/
+19
2017-07-17
vmbus: eliminate duplicate cached index
Stephen Hemminger
1
-13
/
+4
2017-07-17
vmbus: refactor hv_signal_on_read
Stephen Hemminger
1
-2
/
+30
2017-07-17
vmbus: simplify hv_ringbuffer_read
Stephen Hemminger
1
-101
/
+17
2017-07-17
vmbus: re-enable channel tasklet
Stephen Hemminger
1
-0
/
+2
2017-07-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2017-06-12
scsi: storvsc: remove unnecessary channel inbound lock
Stephen Hemminger
1
-1
/
+0
2017-05-25
Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu page
Michael Kelley
1
-1
/
+6
2017-05-25
vmbus: Reuse uuid_le_to_bin() helper
Andy Shevchenko
1
-41
/
+10
2017-05-25
drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()
K. Y. Srinivasan
1
-1
/
+1
2017-05-25
hv_utils: fix TimeSync work on pre-TimeSync-v4 hosts
Vitaly Kuznetsov
1
-74
/
+54
2017-05-25
hv_utils: drop .getcrosststamp() support from PTP driver
Vitaly Kuznetsov
1
-36
/
+0
2017-05-25
Drivers: hv: vmbus: Get the current time from the current clocksource
K. Y. Srinivasan
1
-1
/
+1
2017-05-18
HV: properly delay KVP packets when negotiation is in progress
Long Li
1
-6
/
+8
2017-05-18
Drivers: hv: vmbus: Fix rescind handling
K. Y. Srinivasan
5
-21
/
+99
2017-05-18
Drivers: hv: util: Make hv_poll_channel() a little more efficient
K. Y. Srinivasan
1
-0
/
+4
2017-05-18
Drivers: hv: vmbus: Fix error code returned by vmbus_post_msg()
K. Y. Srinivasan
1
-1
/
+1
[next]