index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-21
hv: hv_balloon: mark a function static
Greg Kroah-Hartman
1
-1
/
+1
2012-11-15
Drivers: hv: Add Hyper-V balloon driver
K. Y. Srinivasan
3
-0
/
+1048
2012-10-29
Merge 3.7-rc3 into char-misc-next
Greg Kroah-Hartman
1
-11
/
+13
2012-10-24
Drivers: hv: Cleanup error handling in vmbus_open()
K. Y. Srinivasan
1
-11
/
+13
2012-10-24
Drivers: hv: remove unused variable from channel_mgmt.c
Wei Yongjun
1
-8
/
+0
2012-10-24
Drivers: hv: Get rid of unnecessary forward declarations
K. Y. Srinivasan
1
-8
/
+0
2012-09-05
Drivers: hv: kvp: Copy the address family information
K. Y. Srinivasan
1
-0
/
+2
2012-09-04
hv: vmbus_drv: detect hyperv through x86_hyper
Jason Wang
1
-23
/
+2
2012-08-17
hv: fail the probing immediately when we are not in hyperv platform
Jason Wang
2
-25
/
+25
2012-08-17
Drivers: hv: kvp: Support the new IP injection messages
K. Y. Srinivasan
1
-6
/
+135
2012-08-16
Drivers: hv: kvp: Cleanup error handling in KVP
K. Y. Srinivasan
1
-23
/
+91
2012-08-16
Drivers: hv: Add KVP definitions for IP address injection
K. Y. Srinivasan
1
-2
/
+2
2012-08-13
Drivers: hv: vmbus: Use the standard format string to format GUIDs
K. Y. Srinivasan
1
-36
/
+2
2012-08-13
Drivers: hv: Cleanup the guest ID computation
K. Y. Srinivasan
2
-7
/
+49
2012-07-31
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2012-07-19
Drivers: hv: Change the hex constant to a decimal constant
K. Y. Srinivasan
1
-1
/
+1
2012-07-19
drivers: hv: remove IRQF_SAMPLE_RANDOM which is now a no-op
Theodore Ts'o
1
-2
/
+1
2012-05-22
Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-32
/
+57
2012-05-14
Drivers: hv: util: Properly handle version negotiations.
K. Y. Srinivasan
3
-20
/
+46
2012-05-14
Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp()
K. Y. Srinivasan
1
-22
/
+21
2012-04-09
hv: fix return type of hv_post_message()
Dan Carpenter
2
-2
/
+2
2012-04-03
net/hyperv: Add flow control based on hi/low watermark
Haiyang Zhang
1
-31
/
+0
2012-03-16
Tools: hv: Support enumeration from all the pools
K. Y. Srinivasan
1
-3
/
+4
2012-03-16
Drivers: hv: Support the newly introduced KVP messages in the driver
K. Y. Srinivasan
1
-51
/
+167
2012-03-13
Drivers: hv: Add new message types to enhance KVP
K. Y. Srinivasan
1
-2
/
+3
2012-02-09
drivers: hv: Increase the number of VCPUs supported in the guest
K. Y. Srinivasan
2
-5
/
+4
2012-02-09
drivers: hv: kvp: Cleanup the kernel/user protocol
K. Y. Srinivasan
1
-16
/
+25
2012-02-02
drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h
K. Y. Srinivasan
3
-186
/
+0
2012-02-02
drivers: hv: kvp: Add/cleanup connector defines
K. Y. Srinivasan
1
-3
/
+0
2012-01-24
drivers: hv: Get rid of some unnecessary code
K. Y. Srinivasan
1
-87
/
+0
2012-01-09
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-4
/
+6
2012-01-04
Drivers:hv: Fix a bug in vmbus_driver_unregister()
K. Y. Srinivasan
1
-4
/
+1
2011-12-12
Drivers: hv: Get rid of an unnecessary check in hv.c
K. Y. Srinivasan
1
-5
/
+0
2011-12-12
Drivers: hv: Make the vmbus driver unloadable
K. Y. Srinivasan
4
-0
/
+26
2011-12-12
Drivers: hv: Fix a memory leak
K. Y. Srinivasan
1
-0
/
+1
2011-12-09
drivers: hv: Don't OOPS when you cannot init vmbus
K. Y. Srinivasan
1
-0
/
+16
2011-11-26
hv: Add Kconfig menu entry
Bart Van Assche
1
-1
/
+3
2011-11-26
Staging: hv: vmbus: Support building the vmbus driver as part of the kernel
K. Y. Srinivasan
1
-1
/
+1
2011-11-18
NLS: improve UTF8 -> UTF16 string conversion routine
Alan Stern
1
-4
/
+6
2011-10-11
hv: remove struct hv_device_info from hyperv.h
Greg Kroah-Hartman
1
-0
/
+19
2011-10-11
hv: remove free_channel() from hyperv.h
Greg Kroah-Hartman
1
-1
/
+1
2011-10-11
Staging: hv: remove vmbus_loglevel as it is not used at all anymore
Greg Kroah-Hartman
1
-5
/
+0
2011-10-11
Staging: hv: remove last user of DPRINT() macro
Greg Kroah-Hartman
2
-33
/
+0
2011-10-11
hv: rename prep_negotiate_resp() to vmbus_prep_negotiate_resp()
Greg Kroah-Hartman
3
-9
/
+8
2011-10-11
Staging: hv: remove unneeded asm include file in hyperv.h
Greg Kroah-Hartman
3
-3
/
+3
2011-10-10
Staging: hv: move hyperv code out of staging directory
Greg Kroah-Hartman
12
-0
/
+5034