index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
connection.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-30
Drivers: hv: vmbus: Export the vmbus_set_event() API
K. Y. Srinivasan
1
-0
/
+1
2016-03-01
Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
Alex Ng
1
-1
/
+9
2016-03-01
Drivers: hv: vmbus: avoid wait_for_completion() on crash
Vitaly Kuznetsov
1
-1
/
+1
2016-02-07
Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
Dexuan Cui
1
-2
/
+2
2016-02-07
Drivers: hv: vmbus: Cleanup vmbus_set_event()
K. Y. Srinivasan
1
-2
/
+2
2015-12-14
Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
K. Y. Srinivasan
1
-4
/
+7
2015-12-14
Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
Dexuan Cui
1
-4
/
+3
2015-06-01
Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.
Keith Mange
1
-3
/
+5
2015-05-24
Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state
K. Y. Srinivasan
1
-0
/
+5
2015-04-03
hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg()
Haiyang Zhang
1
-2
/
+5
2015-04-03
hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()
Dexuan Cui
1
-5
/
+1
2015-03-25
Drivers: hv: vmbus: Perform device register in the per-channel work element
K. Y. Srinivasan
1
-1
/
+5
2015-03-01
Drivers: hv: vmbus: Get rid of some unnecessary messages
K. Y. Srinivasan
1
-6
/
+1
2015-03-01
hv: vmbus_post_msg: retry the hypercall on some transient errors
Dexuan Cui
1
-2
/
+9
2015-03-01
Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...
Vitaly Kuznetsov
1
-5
/
+12
2015-01-12
Drivers: hv: vmbus: Use get_cpu() to get the current CPU
K. Y. Srinivasan
1
-2
/
+4
2014-09-23
Drivers: hv: vmbus: Cleanup vmbus_post_msg()
K. Y. Srinivasan
1
-3
/
+14
2014-07-09
Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code
K. Y. Srinivasan
1
-2
/
+6
2014-05-28
hv: use correct order when freeing monitor_pages
Radim Krčmář
1
-2
/
+2
2014-05-03
Drivers: hv: vmbus: Implement per-CPU mapping of relid to channel
K. Y. Srinivasan
1
-1
/
+23
2014-05-03
Drivers: hv: Eliminate the channel spinlock in the callback path
K. Y. Srinivasan
1
-7
/
+4
2014-04-16
Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hosts
K. Y. Srinivasan
1
-1
/
+4
2014-02-07
Drivers: hv: vmbus: Don't timeout during the initial connection with host
K. Y. Srinivasan
1
-10
/
+1
2014-02-07
Drivers: hv: vmbus: Specify the target CPU that should receive notification
K. Y. Srinivasan
1
-0
/
+2
2013-09-29
Merge 3.12-rc3 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2013-09-26
Drivers: hv: vmbus: Terminate vmbus version negotiation on timeout
K. Y. Srinivasan
1
-1
/
+1
2013-09-26
hv: make "monitor_pages" a "real" pointer array
Greg Kroah-Hartman
1
-11
/
+10
2013-08-30
Drivers: hv: vmbus: Do not attempt to negoatiate a new version prematurely
K. Y. Srinivasan
1
-1
/
+4
2013-06-03
Drivers: hv: vmbus: Implement multi-channel support
K. Y. Srinivasan
1
-0
/
+14
2013-01-17
Drivers: hv: Cleanup and consolidate reporting of build/version info
K. Y. Srinivasan
1
-4
/
+7
2013-01-17
Drivers: hv: Enable protocol negotiation with win8 hosts
K. Y. Srinivasan
1
-1
/
+1
2013-01-17
Drivers: hv: Modify the interrupt handling code to support win8 and beyond
K. Y. Srinivasan
1
-2
/
+24
2013-01-17
Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyond
K. Y. Srinivasan
1
-5
/
+8
2013-01-17
Drivers: hv: Move vmbus version definitions to hyperv.h
K. Y. Srinivasan
1
-15
/
+0
2013-01-17
Drivers: hv: Change the signature of vmbus_set_event()
K. Y. Srinivasan
1
-1
/
+2
2013-01-17
Drivers: hv: Change the signature for hv_signal_event()
K. Y. Srinivasan
1
-1
/
+1
2013-01-17
Drivers: hv: Save and export negotiated vmbus version
K. Y. Srinivasan
1
-0
/
+9
2013-01-17
Drivers: hv: Support handling multiple VMBUS versions
K. Y. Srinivasan
1
-54
/
+111
2013-01-17
Drivers: hv: Optimize signaling in the read path
K. Y. Srinivasan
1
-3
/
+25
2011-10-11
Staging: hv: remove unneeded asm include file in hyperv.h
Greg Kroah-Hartman
1
-1
/
+1
2011-10-10
Staging: hv: move hyperv code out of staging directory
Greg Kroah-Hartman
1
-0
/
+318