index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num
Jake Oshins
2015-12-14
1
-0
/
+17
|
*
drivers/hv: cleanup synic msrs if vmbus connect failed
Andrey Smetanin
2015-12-14
1
-1
/
+3
|
*
Drivers: hv: utils: use memdup_user in hvt_op_write
Olaf Hering
2015-12-14
1
-5
/
+4
|
*
Drivers: hv: util: catch allocation errors
Olaf Hering
2015-12-14
1
-3
/
+6
|
*
Drivers: hv: utils: run polling callback always in interrupt context
Olaf Hering
2015-12-14
4
-63
/
+34
|
*
Drivers: hv: util: Increase the timeout for util services
K. Y. Srinivasan
2015-12-14
3
-2
/
+9
|
*
Drivers: hv: vmbus: fix build warning
Sudip Mukherjee
2015-12-14
1
-2
/
+3
*
|
drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 header
Andrey Smetanin
2015-12-16
1
-9
/
+0
*
|
drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
Andrey Smetanin
2015-12-16
1
-75
/
+0
*
|
drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
Andrey Smetanin
2015-12-16
1
-2
/
+0
*
|
drivers/hv: replace enum hv_message_type by u32
Andrey Smetanin
2015-12-16
1
-2
/
+2
|
/
*
drivers/hv: share Hyper-V SynIC constants with userspace
Andrey Smetanin
2015-11-04
1
-5
/
+0
*
Drivers: hv: vmbus: fix init_vp_index() for reloading hv_netvsc
Dexuan Cui
2015-09-20
1
-0
/
+17
*
Drivers: hv: vmbus: use cpu_hotplug_enable/disable
Vitaly Kuznetsov
2015-08-05
1
-34
/
+4
*
Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VP
Dexuan Cui
2015-08-05
1
-0
/
+38
*
Drivers: hv: vmbus: Implement a clocksource based on the TSC page
K. Y. Srinivasan
2015-08-05
2
-0
/
+92
*
drivers/hv: Migrate to new 'set-state' interface
Viresh Kumar
2015-08-05
1
-26
/
+19
*
Drivers: hv_vmbus: Fix signal to host condition
Christopher Oo
2015-08-05
1
-11
/
+3
*
Drivers: hv: vmbus: Further improve CPU affiliation logic
Dexuan Cui
2015-08-05
1
-2
/
+18
*
Drivers: hv: vmbus: Improve the CPU affiliation for channels
K. Y. Srinivasan
2015-08-05
3
-5
/
+20
*
drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus
Jake Oshins
2015-08-05
1
-4
/
+84
*
drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.
Jake Oshins
2015-08-05
1
-26
/
+90
*
Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUs
K. Y. Srinivasan
2015-08-04
1
-0
/
+1
*
mshyperv: fix recognition of Hyper-V guest crash MSR's
Denis V. Lunev
2015-08-04
1
-2
/
+2
*
Drivers: hv: vmbus: don't send CHANNELMSG_UNLOAD on pre-Win2012R2 hosts
Vitaly Kuznetsov
2015-08-04
1
-0
/
+4
*
Drivers: hv: vmbus: fix typo in hv_port_info struct
Nik Nyby
2015-08-04
1
-1
/
+1
*
hv: util: checking the wrong variable
Dan Carpenter
2015-08-04
1
-1
/
+1
*
Drivers: hv: vmbus: Permit sending of packets without payload
K. Y. Srinivasan
2015-08-04
1
-1
/
+3
*
Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows...
Alex Ng
2015-08-04
1
-6
/
+20
*
Drivers: hv: fcopy: dynamically allocate smsg_out in fcopy_send_data()
Vitaly Kuznetsov
2015-08-04
1
-8
/
+13
*
Drivers: hv: kvp: check kzalloc return value
Vitaly Kuznetsov
2015-08-04
1
-0
/
+3
*
Drivers: hv: vmbus: prefer 'die' notification chain to 'panic'
Vitaly Kuznetsov
2015-08-04
1
-4
/
+36
*
Drivers: hv: vmbus: add special crash handler
Vitaly Kuznetsov
2015-08-04
1
-0
/
+14
*
Drivers: hv: don't do hypercalls when hypercall_page is NULL
Vitaly Kuznetsov
2015-08-04
1
-5
/
+8
*
Drivers: hv: vmbus: add special kexec handler
Vitaly Kuznetsov
2015-08-04
1
-0
/
+14
*
Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()
Vitaly Kuznetsov
2015-08-04
2
-2
/
+1
*
Drivers: hv: vmbus: Allocate ring buffer memory in NUMA aware fashion
K. Y. Srinivasan
2015-06-12
1
-2
/
+12
*
Drivers: hv: vmbus: Implement NUMA aware CPU affinity for channels
K. Y. Srinivasan
2015-06-01
1
-29
/
+43
*
Drivers: hv: vmbus: Use the vp_index map even for channels bound to CPU 0
K. Y. Srinivasan
2015-06-01
1
-1
/
+1
*
Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL...
Vitaly Kuznetsov
2015-06-01
1
-1
/
+3
*
Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.
Keith Mange
2015-06-01
1
-3
/
+5
*
Drivers: hv: vmbus: distribute subchannels among all vcpus
Vitaly Kuznetsov
2015-05-24
1
-1
/
+28
*
Drivers: hv: vmbus: move init_vp_index() call to vmbus_process_offer()
Vitaly Kuznetsov
2015-05-24
1
-2
/
+5
*
Drivers: hv: vmbus: decrease num_sc on subchannel removal
Vitaly Kuznetsov
2015-05-24
1
-1
/
+2
*
Drivers: hv: vmbus: unify calls to percpu_channel_enq()
Vitaly Kuznetsov
2015-05-24
1
-33
/
+18
*
Drivers: hv: vmbus: kill tasklets on module unload
Vitaly Kuznetsov
2015-05-24
1
-1
/
+4
*
Drivers: hv: vmbus: do cleanup on all vmbus_open() failure paths
Vitaly Kuznetsov
2015-05-24
1
-7
/
+6
*
Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state
K. Y. Srinivasan
2015-05-24
4
-1
/
+33
*
hv: vmbus_free_channels(): remove the redundant free_channel()
Dexuan Cui
2015-05-24
1
-3
/
+8
*
Drivers: hv: vmbus: unregister panic notifier on module unload
Vitaly Kuznetsov
2015-05-24
1
-0
/
+4
[prev]
[next]