index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drivers: hv: vmbus: Fix rescind handling issues
K. Y. Srinivasan
2017-08-16
3
-3
/
+43
*
Drivers: hv: kvp: Use MAX_ADAPTER_ID_SIZE for translating adapter id
Alex Ng
2017-08-16
1
-1
/
+1
*
Drivers: hv: balloon: Initialize last_post_time on startup
Alex Ng
2017-08-16
1
-0
/
+1
*
Drivers: hv: balloon: Show the max dynamic memory assigned
Alex Ng
2017-08-16
1
-2
/
+2
*
Drivers: hv: balloon: Correctly update onlined page count
Alex Ng
2017-08-16
1
-4
/
+3
*
Merge 4.13-rc2 into char-misc-next
Greg Kroah-Hartman
2017-07-23
1
-0
/
+2
|
\
|
*
vmbus: re-enable channel tasklet
Stephen Hemminger
2017-07-17
1
-0
/
+2
*
|
vmbus: add prefetch to ring buffer iterator
Stephen Hemminger
2017-07-17
1
-1
/
+6
*
|
vmbus: more host signalling avoidance
Stephen Hemminger
2017-07-17
1
-8
/
+19
*
|
vmbus: eliminate duplicate cached index
Stephen Hemminger
2017-07-17
1
-13
/
+4
*
|
vmbus: refactor hv_signal_on_read
Stephen Hemminger
2017-07-17
1
-2
/
+30
*
|
vmbus: simplify hv_ringbuffer_read
Stephen Hemminger
2017-07-17
1
-101
/
+17
|
/
*
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: Close timing hole that can corrupt per-cpu page
Michael Kelley
2017-05-25
1
-1
/
+6
*
|
vmbus: Reuse uuid_le_to_bin() helper
Andy Shevchenko
2017-05-25
1
-41
/
+10
*
|
drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()
K. Y. Srinivasan
2017-05-25
1
-1
/
+1
*
|
hv_utils: fix TimeSync work on pre-TimeSync-v4 hosts
Vitaly Kuznetsov
2017-05-25
1
-74
/
+54
*
|
hv_utils: drop .getcrosststamp() support from PTP driver
Vitaly Kuznetsov
2017-05-25
1
-36
/
+0
*
|
Drivers: hv: vmbus: Get the current time from the current clocksource
K. Y. Srinivasan
2017-05-25
1
-1
/
+1
*
|
HV: properly delay KVP packets when negotiation is in progress
Long Li
2017-05-18
1
-6
/
+8
*
|
Drivers: hv: vmbus: Fix rescind handling
K. Y. Srinivasan
2017-05-18
5
-21
/
+99
*
|
Drivers: hv: util: Make hv_poll_channel() a little more efficient
K. Y. Srinivasan
2017-05-18
1
-0
/
+4
*
|
Drivers: hv: vmbus: Fix error code returned by vmbus_post_msg()
K. Y. Srinivasan
2017-05-18
1
-1
/
+1
|
/
*
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-04
11
-111
/
+90
|
\
|
*
Merge 4.11-rc4 into char-misc-next
Greg Kroah-Hartman
2017-03-27
9
-52
/
+33
|
|
\
|
*
|
Drivers: hv: Base autoeoi enablement based on hypervisor hints
K. Y. Srinivasan
2017-03-17
1
-1
/
+4
|
*
|
vmbus: expose debug info for drivers
Stephen Hemminger
2017-03-17
2
-11
/
+1
|
*
|
vmbus: cleanup header file style
Stephen Hemminger
2017-03-17
1
-8
/
+8
|
*
|
vmbus: make channel_message table constant
Stephen Hemminger
2017-03-17
3
-26
/
+26
|
*
|
hyperv: remove unnecessary return variable
Stephen Hemminger
2017-03-17
1
-4
/
+2
|
*
|
vmbus: fix spelling errors
Stephen Hemminger
2017-03-17
2
-10
/
+10
|
*
|
vmbus: remove unnecessary initialization
Stephen Hemminger
2017-03-17
1
-8
/
+5
|
*
|
vmbus: remove useless return's
Stephen Hemminger
2017-03-17
6
-12
/
+0
|
*
|
vmbus: only reschedule tasklet if time limit exceeded
Stephen Hemminger
2017-03-17
1
-31
/
+34
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-05-02
1
-1
/
+93
|
\
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
9
-52
/
+33
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-15
1
-1
/
+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
vmbus: introduce in-place packet iterator
stephen hemminger
2017-03-06
1
-1
/
+93
*
|
|
|
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-05-01
1
-0
/
+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
x86/hyperv: Implement hv_get_tsc_page()
Vitaly Kuznetsov
2017-03-11
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Drivers: hv: vmbus: Don't leak memory when a channel is rescinded
K. Y. Srinivasan
2017-03-16
1
-5
/
+8
*
|
|
Drivers: hv: vmbus: Don't leak channel ids
K. Y. Srinivasan
2017-03-16
1
-0
/
+1
*
|
|
Drivers: hv: util: don't forget to init host_ts.lock
Dexuan Cui
2017-03-16
1
-0
/
+2
*
|
|
Drivers: hv: util: move waiting for release to hv_utils_transport itself
Vitaly Kuznetsov
2017-03-16
5
-16
/
+9
*
|
|
vmbus: remove hv_event_tasklet_disable/enable
Dexuan Cui
2017-03-16
2
-27
/
+4
*
|
|
vmbus: use rcu for per-cpu channel list
Stephen Hemminger
2017-03-16
2
-4
/
+9
|
/
/
*
/
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
Masahiro Yamada
2017-03-09
1
-1
/
+1
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+2
*
vmbus: replace modulus operation with subtraction
Stephen Hemminger
2017-02-14
1
-3
/
+6
[next]