Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
48a92916729bd0ed6bc1d938557cd3779a0657fd
/
drivers
/
hv
/
connection.c
ada6eb1
vmbus: only reschedule tasklet if time limit exceeded
by Stephen Hemminger
· 8 years ago
b71e328
vmbus: add direct isr callback mode
by Stephen Hemminger
· 8 years ago
631e63a
vmbus: change to per channel tasklet
by Stephen Hemminger
· 8 years ago
37cdd99
vmbus: put related per-cpu variable together
by Stephen Hemminger
· 8 years ago
5c1bec6
vmbus: use kernel bitops for traversing interrupt mask
by Stephen Hemminger
· 8 years ago
8de8af7
Drivers: hv: vmbus: Move the extracting of Hypervisor version information
by K. Y. Srinivasan
· 8 years ago
c0bb039
Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
by Vitaly Kuznetsov
· 8 years ago
95096f2
uio-hv-generic: new userspace i/o driver for VMBus
by Stephen Hemminger
· 8 years ago
8de0d7e
Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()
by K. Y. Srinivasan
· 8 years ago
5cc4724
Drivers: hv: vmbus: Export the vmbus_set_event() API
by K. Y. Srinivasan
· 9 years ago
7268644
Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
by Alex Ng
· 9 years ago
75ff3a8
Drivers: hv: vmbus: avoid wait_for_completion() on crash
by Vitaly Kuznetsov
· 9 years ago
85d9aa7
Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
by Dexuan Cui
· 9 years ago
1b807e1
Drivers: hv: vmbus: Cleanup vmbus_set_event()
by K. Y. Srinivasan
· 9 years ago
b282e4c
Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
by K. Y. Srinivasan
· 9 years ago
d6f591e
Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
by Dexuan Cui
· 9 years ago
6c4e5f9
Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.
by Keith Mange
· 10 years ago
2db84ef
Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state
by K. Y. Srinivasan
· 10 years ago
e1c0d82
hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg()
by Haiyang Zhang
· 10 years ago
d43e2fe
hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()
by Dexuan Cui
· 10 years ago
fde25d2
Drivers: hv: vmbus: Perform device register in the per-channel work element
by K. Y. Srinivasan
· 10 years ago
37f492c
Drivers: hv: vmbus: Get rid of some unnecessary messages
by K. Y. Srinivasan
· 10 years ago
89f9f67
hv: vmbus_post_msg: retry the hypercall on some transient errors
by Dexuan Cui
· 10 years ago
09a1962
Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection pages on shutdown
by Vitaly Kuznetsov
· 10 years ago
87712bf8
Drivers: hv: vmbus: Use get_cpu() to get the current CPU
by K. Y. Srinivasan
· 10 years ago
fdeebcc
Drivers: hv: vmbus: Cleanup vmbus_post_msg()
by K. Y. Srinivasan
· 10 years ago
affb1af
Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code
by K. Y. Srinivasan
· 10 years ago
a100d88d
hv: use correct order when freeing monitor_pages
by Radim Krčmář
· 11 years ago
3a28fa3
Drivers: hv: vmbus: Implement per-CPU mapping of relid to channel
by K. Y. Srinivasan
· 11 years ago
d3ba720
Drivers: hv: Eliminate the channel spinlock in the callback path
by K. Y. Srinivasan
· 11 years ago
03367ef
Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hosts
by K. Y. Srinivasan
· 11 years ago
269f979
Drivers: hv: vmbus: Don't timeout during the initial connection with host
by K. Y. Srinivasan
· 11 years ago
e28bab4
Drivers: hv: vmbus: Specify the target CPU that should receive notification
by K. Y. Srinivasan
· 11 years ago
d717349
Merge 3.12-rc3 into char-misc-next
by Greg Kroah-Hartman
· 11 years ago
8bbf9f4
Drivers: hv: vmbus: Terminate vmbus version negotiation on timeout
by K. Y. Srinivasan
· 11 years ago
8681db4
hv: make "monitor_pages" a "real" pointer array
by Greg Kroah-Hartman
· 11 years ago
666b9ad
Drivers: hv: vmbus: Do not attempt to negoatiate a new version prematurely
by K. Y. Srinivasan
· 11 years ago
e68d297
Drivers: hv: vmbus: Implement multi-channel support
by K. Y. Srinivasan
· 12 years ago
3bacaf0c
Drivers: hv: Cleanup and consolidate reporting of build/version info
by K. Y. Srinivasan
· 12 years ago
2a5c43a
Drivers: hv: Enable protocol negotiation with win8 hosts
by K. Y. Srinivasan
· 12 years ago
6552ecd
Drivers: hv: Modify the interrupt handling code to support win8 and beyond
by K. Y. Srinivasan
· 12 years ago
3be7777
Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyond
by K. Y. Srinivasan
· 12 years ago
eafa707
Drivers: hv: Move vmbus version definitions to hyperv.h
by K. Y. Srinivasan
· 12 years ago
21c3bef
Drivers: hv: Change the signature of vmbus_set_event()
by K. Y. Srinivasan
· 12 years ago
1f42248
Drivers: hv: Change the signature for hv_signal_event()
by K. Y. Srinivasan
· 12 years ago
37f7278
Drivers: hv: Save and export negotiated vmbus version
by K. Y. Srinivasan
· 12 years ago
610071c
Drivers: hv: Support handling multiple VMBUS versions
by K. Y. Srinivasan
· 12 years ago
f878f3d
Drivers: hv: Optimize signaling in the read path
by K. Y. Srinivasan
· 12 years ago
407dd16
Staging: hv: remove unneeded asm include file in hyperv.h
by Greg Kroah-Hartman
· 13 years ago
46a9719
Staging: hv: move hyperv code out of staging directory
by Greg Kroah-Hartman
· 13 years ago
[Renamed (99%) from drivers/staging/hv/connection.c]
2432603
Staging: hv: vmbus: Cleanup the code in process_chn_event()
by K. Y. Srinivasan
· 13 years ago
d9add43b
Staging: hv: vmbus: Fix checkpatch warnings in connection.c
by K. Y. Srinivasan
· 13 years ago
c2ec81c
Staging: hv: vmbus: Get rid of an unnecessary check in vmbus_connect()
by K. Y. Srinivasan
· 13 years ago
dad76bf
Staging: hv: vmbus: Properly deal with de-registering channel callback
by K. Y. Srinivasan
· 13 years ago
76c39d4
Staging: hv: vmbus: Check before invoking the channel callback
by K. Y. Srinivasan
· 13 years ago
5289d3d
Staging: hv: vmbus: Retry vmbus_post_msg() before giving up
by K. Y. Srinivasan
· 13 years ago
7a9462d
Staging: hv: vmbus: Get rid of unnecessay comments in connection.c
by K. Y. Srinivasan
· 13 years ago
2dfde96
Staging: hv: vmbus: Increase the timeout value in the vmbus driver
by K. Y. Srinivasan
· 14 years ago
3a7546d
Staging: hv: vmbus: Cleanup error codes in connection.c
by K. Y. Srinivasan
· 14 years ago
c0e2490
Staging: hv: vmbus: Get rid of an unused function in connection.c
by K. Y. Srinivasan
· 14 years ago
df452fa
Staging: hv: vmbus: Directly invoke the channel callback
by K. Y. Srinivasan
· 14 years ago
89b2ca4
Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.h
by K. Y. Srinivasan
· 14 years ago
afbdc4a
Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.h
by K. Y. Srinivasan
· 14 years ago
0f2a661
Staging: hv: vmbus_drv: Create a common header file to build the vmbus driver
by K. Y. Srinivasan
· 14 years ago
f63c914
Staging: hv: Move the contents of logging.h to hyperv.h
by K. Y. Srinivasan
· 14 years ago
3f335ea
Staging: hv: Include the newly created header file in all of the relevant hyperv files
by K. Y. Srinivasan
· 14 years ago
6d81d33
Staging: hv: Get rid of some dead code in connection.c
by K. Y. Srinivasan
· 14 years ago
b004386
Staging: hv: Change Cleanup to cleanup in connection.c
by K. Y. Srinivasan
· 14 years ago
9568a19
Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfo
by K. Y. Srinivasan
· 14 years ago
3543648
hv: pass u32 to process_chn_event()
by Olaf Hering
· 14 years ago
242b45a
hv: Reduce indention in vmbus_on_event
by Olaf Hering
· 14 years ago
32235b0
Staging: merge 2.6.39-rc3 into staging-next
by Greg Kroah-Hartman
· 14 years ago
0a46618
staging: hv: Replace DPRINT with natives in hv_vmbus
by Hank Janssen
· 14 years ago
98e0870
staging: hv: Remove all unneeded DPRINT from hv_vmbus
by Hank Janssen
· 14 years ago
2235658
staging: hv: use sync_bitops when interacting with the hypervisor
by Olaf Hering
· 14 years ago
dd9b15d
staging: hv: Remove NULL check before kfree
by Ilia Mirkin
· 14 years ago
6de3d6a
Staging: hv: Eliminate vmbus_event_dpc()
by K. Y. Srinivasan
· 14 years ago
e3fe0bb
Staging: hv: Remove osd layer
by K. Y. Srinivasan
· 14 years ago
0c3b7b2
Staging: hv: Use native wait primitives
by K. Y. Srinivasan
· 14 years ago
df3493e
Staging: hv: Use native page allocation/free functions
by K. Y. Srinivasan
· 14 years ago
da9fcb7
staging: hv: Convert camel cased struct fields in vmbus_private.h to lower cases
by Haiyang Zhang
· 14 years ago
c697767
staging: hv: Convert camel cased functions in connection.c to lower cases
by Haiyang Zhang
· 14 years ago
15b2f64
staging: hv: Convert camel cased variables in connection.c to lower cases
by Haiyang Zhang
· 14 years ago
203df82
staging: hv: Convert camel cased functions in osd.c to lower cases
by Haiyang Zhang
· 14 years ago
d44890c
staging: hv: Convert camel cased functions in hv.c to lower cases
by Haiyang Zhang
· 14 years ago
f6feebe
staging: hv: Convert camel cased struct fields in hv_api.h to lower cases
by Haiyang Zhang
· 14 years ago
c50f7fb
staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
by Haiyang Zhang
· 14 years ago
fff41b2
staging: hv: Rename camel cased functions in channel.c to lowercase
by Haiyang Zhang
· 14 years ago
83c720e
Staging: hv: remove DPRINT_EXIT macro
by Greg Kroah-Hartman
· 14 years ago
2acadc2
Staging: hv: remove DPRINT_ENTER macro
by Greg Kroah-Hartman
· 14 years ago
72daf32
Staging: hv: rename VmbusPrivate.h to vmbus_private.h
by Greg Kroah-Hartman
· 15 years ago
55e9643
Staging: hv: rename Connection.c to connection.c
by Greg Kroah-Hartman
· 15 years ago
[Renamed from drivers/staging/hv/Connection.c]
972b952
staging: hv: remove ASSERT()s
by Bill Pemberton
· 15 years ago
80d11b2
Staging: hv: test return value of osd_WaitEventCreate()
by Bill Pemberton
· 15 years ago
8cad0af
Staging: hv: return correct error values in Connection.c
by Bill Pemberton
· 15 years ago
0686e4f
Staging: hv: trivial whitespace fixes found by checkpatch.pl
by Lars Lindley
· 15 years ago
3e18951
staging: hv: Corrected all header comment formats kernel-doc format
by Hank Janssen
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
53af545
Staging: hv: remove more usages of internal list routines
by Bill Pemberton
· 15 years ago
fd8b85e
Staging: hv: coding style cleanups for Connection.c
by Greg Kroah-Hartman
· 15 years ago
Next »