Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
38e23194e1c95e73819d25a63bcf94fe4709d4c5
/
include
/
linux
/
hyperv.h
5d4e2d0
Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
c836d0a
Drivers: hv: util: Properly handle version negotiations.
by K. Y. Srinivasan
· 12 years ago
33be96e
net/hyperv: Add flow control based on hi/low watermark
by Haiyang Zhang
· 13 years ago
adc80ae
Tools: hv: Support enumeration from all the pools
by K. Y. Srinivasan
· 13 years ago
fa3d5b8
Drivers: hv: Support the newly introduced KVP messages in the driver
by K. Y. Srinivasan
· 13 years ago
e485ceac
Drivers: hv: Add new message types to enhance KVP
by K. Y. Srinivasan
· 13 years ago
263a5c8
Merge 3.3-rc6 into driver-core-next
by Greg Kroah-Hartman
· 13 years ago
264033543
drivers: hv: kvp: Cleanup the kernel/user protocol
by K. Y. Srinivasan
· 13 years ago
59a084a
drivers: hv: Cleanup the kvp related state in hyperv.h
by K. Y. Srinivasan
· 13 years ago
2939437
drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h
by K. Y. Srinivasan
· 13 years ago
c31c151
net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundary
by Haiyang Zhang
· 13 years ago
4d447c9
net/hyperv: Add support for jumbo frame up to 64KB
by Haiyang Zhang
· 13 years ago
15b80d6
hv: remove struct hv_device_info from hyperv.h
by Greg Kroah-Hartman
· 13 years ago
9f3e28e
hv: remove free_channel() from hyperv.h
by Greg Kroah-Hartman
· 13 years ago
2726f95
hv: hyperv.h: remove unneeded forward declarations of structures
by Greg Kroah-Hartman
· 13 years ago
7a4ba88
hv: hyperv.h: remove unused module macros
by Greg Kroah-Hartman
· 13 years ago
5557e8a
hv: remove unused LOWORD and HIWORD macros from hyperv.h
by Greg Kroah-Hartman
· 13 years ago
815166b
Staging: hv: remove vmbus_loglevel as it is not used at all anymore
by Greg Kroah-Hartman
· 13 years ago
1a26430
Staging: hv: remove last user of DPRINT() macro
by Greg Kroah-Hartman
· 13 years ago
d181daa
Staging: hv: storvsc: remove last usage of DPRINT_WARN
by Greg Kroah-Hartman
· 13 years ago
a832a1e
hv: remove a bunch of unused debug macros from hyperv.h
by Greg Kroah-Hartman
· 13 years ago
da0e963
hv: rename prep_negotiate_resp() to vmbus_prep_negotiate_resp()
by Greg Kroah-Hartman
· 13 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 from drivers/staging/hv/hyperv.h]
e0f4c67
Staging: hv: vmbus: Get rid of hv_cb_utils[] and other unneeded code
by K. Y. Srinivasan
· 13 years ago
a29b643
Staging: hv: util: Perform some service specific init/deinit in probe/remove
by K. Y. Srinivasan
· 13 years ago
b0bb551
Staging: hv: vmbus: Get rid of the ext field in struct hv_device
by K. Y. Srinivasan
· 13 years ago
ab101e8
Staging: hv: vmbus: Introduce functions for setting and getting driver data
by K. Y. Srinivasan
· 13 years ago
8494689
Staging: hv: vmbus: Change the signature of struct hv_driver probe function
by K. Y. Srinivasan
· 13 years ago
768fa21
Staging: hv: fix up driver registering mess
by Greg Kroah-Hartman
· 13 years ago
c45cf2d
Staging: hv: create VMBUS_DEVICE macro and use it.
by Greg Kroah-Hartman
· 13 years ago
2e2c1d1
Staging: hv: vmbus: Introduce vmbus ID space in struct hv_driver
by K. Y. Srinivasan
· 13 years ago
358d2ee
Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux
by K. Y. Srinivasan
· 13 years ago
f9f1db8
Staging: hv: vmbus: Embed the state needed to close the channel
by K. Y. Srinivasan
· 13 years ago
7d7c75c
Staging: hv: vmbus: Move the definition of struct vmbus_channel
by K. Y. Srinivasan
· 13 years ago
ac4accb
Staging: hv: vmbus: Get rid of the poll timer in the channel state
by K. Y. Srinivasan
· 13 years ago
d664347
Staging: hv: vmbus: Get rid of the unused wrapper - vmbus_onchannel_event()
by K. Y. Srinivasan
· 13 years ago
02bb4b9
Staging: hv: vmbus_drv: Get rid of util synchronixation based on channel counting
by K. Y. Srinivasan
· 13 years ago
31bceb8
Staging: hv: vmbus_drv: Introduce state in struct vmbus_channel to track util services
by K. Y. Srinivasan
· 13 years ago
8ff3e6f
Staging: hv: Include asm/hyperv.h in hyperv.h
by K. Y. Srinivasan
· 14 years ago
b189702
Staging: hv: Move the contents of utils.h to hyperv.h
by K. Y. Srinivasan
· 14 years ago
27b5b3c
Staging: hv: Move the contents of vmbus.h to hyperv.h
by K. Y. Srinivasan
· 14 years ago
35ea09c
Staging: hv: Move the contents of vmbus_api.h to hyperv.h
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
c35470b
Staging: hv: Move the contents of channel.h to hyperv.h
by K. Y. Srinivasan
· 14 years ago
b56dda0
Staging: hv: Move the contents of channel_mgmt.h to hyperv.h
by K. Y. Srinivasan
· 14 years ago
50ed40e
Staging: hv: Move the contents of vmbus_packet_format.h to hyperv.h
by K. Y. Srinivasan
· 14 years ago
517d8dc
Staging: hv: Move the contents of vmbus_channel_interface.h to hyperv.h
by K. Y. Srinivasan
· 14 years ago
f7c6dfd
Staging: hv: Move the contents of the file version_info.h to hyperv.h
by K. Y. Srinivasan
· 14 years ago
7effffb
Staging: hv: Move a subset of definitions from ring_buffer.h to hyperv.h
by K. Y. Srinivasan
· 14 years ago
a363bf7
Staging: hv: Add a subset of definitions from vmbus_api.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
5c47340
Staging: hv: Create a common header for all hyperv drivers to include
by K. Y. Srinivasan
· 14 years ago