Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
883f537a92734700f62ebd3e277bd2113d6f0122
/
drivers
/
hv
c5e2254
Drivers: hv: balloon: Do not post pressure status if interrupted
by K. Y. Srinivasan
· 11 years ago
ed07ec9
Drivers: hv: balloon: Fix a bug in the hot-add code
by K. Y. Srinivasan
· 11 years ago
8467236
Drivers: hv: vmbus: incorrect device name is printed when child device is unregistered
by Fernando Soto
· 11 years ago
2608fb6
drivers: hv: allocate synic structures before hv_synic_init()
by Jason Wang
· 11 years ago
e91e84f
drivers: hv: check interrupt mask before read_index
by Jason Wang
· 11 years ago
35848f6
drivers: hv: switch to use mb() instead of smp_mb()
by Jason Wang
· 11 years ago
e68d297
Drivers: hv: vmbus: Implement multi-channel support
by K. Y. Srinivasan
· 11 years ago
d2242a3
Drivers: hv: Fix a bug in get_vp_index()
by K. Y. Srinivasan
· 11 years ago
1e2f5b5
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
288fa3e
Drivers: hv: vmbus: Fix a bug in hv_need_to_signal()
by K. Y. Srinivasan
· 12 years ago
7f4f230
Drivers: hv: Notify the host of permanent hot-add failures
by K. Y. Srinivasan
· 12 years ago
f766dc1
Drivers: hv: balloon: Support 2M page allocations for ballooning
by K. Y. Srinivasan
· 12 years ago
647965a
Drivers: hv: balloon: Permit Linux to specify hot-add alignment requirements
by K. Y. Srinivasan
· 12 years ago
a6025a2
Drivers: hv: balloon: make local functions static
by Wei Yongjun
· 12 years ago
96dd86f
Drivers: hv: Add a new driver to support host initiated backup
by K. Y. Srinivasan
· 12 years ago
c870597
Drivers: hv: vmbus: Handle channel rescind message correctly
by K. Y. Srinivasan
· 12 years ago
1cac8cd
Drivers: hv: balloon: Implement hot-add functionality
by K. Y. Srinivasan
· 12 years ago
0cf40a3
Drivers: hv: balloon: Make the balloon driver not unloadable
by K. Y. Srinivasan
· 12 years ago
c51af82
Drivers: hv: balloon: Execute hot-add code in a separate context
by K. Y. Srinivasan
· 12 years ago
6571b2d
Drivers: hv: balloon: Execute balloon inflation in a separate context
by K. Y. Srinivasan
· 12 years ago
7a64b86
Drivers: hv: balloon: Do not request completion notification
by K. Y. Srinivasan
· 12 years ago
3334948
driver: hv: remove cast for kmalloc return value
by Zhang Yanfei
· 12 years ago
6276a07
x86: Make Linux guest support optional
by Borislav Petkov
· 12 years ago
302a3c0
Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interrupts
by K. Y. Srinivasan
· 12 years ago
7ed214a
Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 12 years ago
cb20e5f
x86, hyperv: HYPERV depends on X86_LOCAL_APIC
by H. Peter Anvin
· 12 years ago
1c7db96
Drivers: hv: balloon: Prevent the host from ballooning the guest too low
by K. Y. Srinivasan
· 12 years ago
e500d15
Drivers: hv: balloon: Add a parameter to delay pressure reporting
by K. Y. Srinivasan
· 12 years ago
0731572
Drivers: hv: balloon: Make adjustments to the pressure report
by K. Y. Srinivasan
· 12 years ago
7479014
Merge 3.8-rc5 into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
3dd6cb4
Drivers: hv: Execute shutdown in a thread context
by K. Y. Srinivasan
· 12 years ago
d13984e
Drivers: hv: Use consolidated GUID definitions
by K. Y. Srinivasan
· 12 years ago
7fb9656
Drivers: hv: vmbus: Consolidate all offer GUID definitions in hyperv.h
by K. Y. Srinivasan
· 12 years ago
0f3f2f8
Drivers: hv: Bind all vmbbus interrupts to the boot CPU
by K. Y. Srinivasan
· 12 years ago
83ebf6e
Drivers: hv: vmbus_flow_handler() can be static
by Fengguang Wu
· 12 years ago
33080c1
Drivers: hv: balloon: Fix a memory leak
by K. Y. Srinivasan
· 12 years ago
6427a0d
Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msg
by K. Y. Srinivasan
· 12 years ago
f994a15
Drivers: hv: remove unused variable in vmbus_recvpacket_raw()
by Wei Yongjun
· 12 years ago
3bacaf0c
Drivers: hv: Cleanup and consolidate reporting of build/version info
by K. Y. Srinivasan
· 12 years ago
5fbebb2
Drivers: hv: Capture the host build information
by K. Y. Srinivasan
· 12 years ago
c2b8e52
Drivers: hv: Implement flow management on the send side
by K. Y. Srinivasan
· 12 years ago
2a5c43a
Drivers: hv: Enable protocol negotiation with win8 hosts
by K. Y. Srinivasan
· 12 years ago
5ab0595
Drivers: hv: Add a check to deal with spurious interrupts
by K. Y. Srinivasan
· 12 years ago
b020950
Drivers: hv: Handle vmbus interrupts concurrently on all cpus
by K. Y. Srinivasan
· 12 years ago
db11f12
Drivers: hv: Manage event tasklets on per-cpu basis
by K. Y. Srinivasan
· 12 years ago
0198631
Drivers: hv: Get rid of unnecessary request for offers
by K. Y. Srinivasan
· 12 years ago
9acd644
Drivers: hv: Get rid of the unused global signaling state
by K. Y. Srinivasan
· 12 years ago
a119845
Drivers: hv: Add code to distribute channel interrupt load
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
abbf3b2
Drivers: hv: Add state to manage incoming channel interrupt load
by K. Y. Srinivasan
· 12 years ago
917ea42
Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID
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
b3bf60c
Drivers: hv: Manage signaling state on a per-connection basis
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
4fa152c
Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask()
by K. Y. Srinivasan
· 12 years ago
98fa8cf
Drivers: hv: Optimize the signaling on the write path
by K. Y. Srinivasan
· 12 years ago
f878f3d
Drivers: hv: Optimize signaling in the read path
by K. Y. Srinivasan
· 12 years ago
7ae3e03
Drivers: hv: Turn off batched reading for util drivers
by K. Y. Srinivasan
· 12 years ago
132368b
Drivers: hv: Add state to manage batched reading
by K. Y. Srinivasan
· 12 years ago
6fdf3b2
Drivers: hv: Implement routines for read side signaling optimization
by K. Y. Srinivasan
· 12 years ago
10d498b
hv: hv_balloon: remove duplicated include from hv_balloon.c
by Wei Yongjun
· 12 years ago
989623c
hv: hv_balloon: mark a function static
by Greg Kroah-Hartman
· 12 years ago
9aa8b50
Drivers: hv: Add Hyper-V balloon driver
by K. Y. Srinivasan
· 12 years ago
e64de3b
Merge 3.7-rc3 into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
1392550
Drivers: hv: Cleanup error handling in vmbus_open()
by K. Y. Srinivasan
· 12 years ago
b456355
Drivers: hv: remove unused variable from channel_mgmt.c
by Wei Yongjun
· 12 years ago
8b5c8b6
Drivers: hv: Get rid of unnecessary forward declarations
by K. Y. Srinivasan
· 12 years ago
a500e0e
Drivers: hv: kvp: Copy the address family information
by K. Y. Srinivasan
· 12 years ago
1f94ea8
hv: vmbus_drv: detect hyperv through x86_hyper
by Jason Wang
· 12 years ago
0592969
hv: fail the probing immediately when we are not in hyperv platform
by Jason Wang
· 12 years ago
03db772
Drivers: hv: kvp: Support the new IP injection messages
by K. Y. Srinivasan
· 12 years ago
b47a81d
Drivers: hv: kvp: Cleanup error handling in KVP
by K. Y. Srinivasan
· 12 years ago
9b59578
Drivers: hv: Add KVP definitions for IP address injection
by K. Y. Srinivasan
· 12 years ago
2221f6e
Drivers: hv: vmbus: Use the standard format string to format GUIDs
by K. Y. Srinivasan
· 12 years ago
83ba0c4
Drivers: hv: Cleanup the guest ID computation
by K. Y. Srinivasan
· 12 years ago
3e9a970
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 12 years ago
bd8a4f0
Drivers: hv: Change the hex constant to a decimal constant
by K. Y. Srinivasan
· 12 years ago
20ed3ef
drivers: hv: remove IRQF_SAMPLE_RANDOM which is now a no-op
by Theodore Ts'o
· 12 years ago
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
a360530
Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp()
by K. Y. Srinivasan
· 12 years ago
415f0a0
hv: fix return type of hv_post_message()
by Dan Carpenter
· 13 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
14c1bf8
drivers: hv: Increase the number of VCPUs supported in the guest
by K. Y. Srinivasan
· 13 years ago
264033543
drivers: hv: kvp: Cleanup the kernel/user protocol
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
4f03a2c
drivers: hv: kvp: Add/cleanup connector defines
by K. Y. Srinivasan
· 13 years ago
2897a56
drivers: hv: Get rid of some unnecessary code
by K. Y. Srinivasan
· 13 years ago
55b81e6
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
8f257a1
Drivers:hv: Fix a bug in vmbus_driver_unregister()
by K. Y. Srinivasan
· 13 years ago
175cad2
Drivers: hv: Get rid of an unnecessary check in hv.c
by K. Y. Srinivasan
· 13 years ago
93e5bd0
Drivers: hv: Make the vmbus driver unloadable
by K. Y. Srinivasan
· 13 years ago
8b8ee67
Drivers: hv: Fix a memory leak
by K. Y. Srinivasan
· 13 years ago
Next »