aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-05drivers/hv: Migrate to new 'set-state' interfaceViresh Kumar1-26/+19
2015-08-05Drivers: hv_vmbus: Fix signal to host conditionChristopher Oo1-11/+3
2015-08-05Drivers: hv: vmbus: Further improve CPU affiliation logicDexuan Cui1-2/+18
2015-08-05Drivers: hv: vmbus: Improve the CPU affiliation for channelsK. Y. Srinivasan3-5/+20
2015-08-05drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusJake Oshins2-29/+105
2015-08-05drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Jake Oshins2-27/+91
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman11-40/+20
2015-08-04Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUsK. Y. Srinivasan1-0/+1
2015-08-04mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev1-2/+2
2015-08-04Drivers: hv: vmbus: don't send CHANNELMSG_UNLOAD on pre-Win2012R2 hostsVitaly Kuznetsov1-0/+4
2015-08-04Drivers: hv: vmbus: fix typo in hv_port_info structNik Nyby1-1/+1
2015-08-04hv: util: checking the wrong variableDan Carpenter1-1/+1
2015-08-04Drivers: hv: vmbus: Permit sending of packets without payloadK. Y. Srinivasan1-1/+3
2015-08-04Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows 10 hostsAlex Ng1-6/+20
2015-08-04Drivers: hv: fcopy: dynamically allocate smsg_out in fcopy_send_data()Vitaly Kuznetsov1-8/+13
2015-08-04Drivers: hv: kvp: check kzalloc return valueVitaly Kuznetsov1-0/+3
2015-08-04Drivers: hv: vmbus: prefer 'die' notification chain to 'panic'Vitaly Kuznetsov1-4/+36
2015-08-04Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov1-0/+14
2015-08-04Drivers: hv: don't do hypercalls when hypercall_page is NULLVitaly Kuznetsov1-5/+8
2015-08-04Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov1-0/+14
2015-08-04Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()Vitaly Kuznetsov2-2/+1
2015-08-04mei: remove check on pm_runtime_active in __mei_cl_disconnectTomas Winkler1-3/+0
2015-08-03mei: hbm: bump supported HBM version to 2.0Tomas Winkler1-2/+2
2015-08-03mei: me: add sunrise point device idsTomas Winkler2-0/+9
2015-08-03mei: me: d0i3: exit d0i3 on driver start and enter it on stopAlexander Usyskin1-9/+29
2015-08-03mei: me: d0i3: move mei_me_hw_reset down in the fileAlexander Usyskin1-51/+52
2015-08-03mei: me: d0i3: add d0i3 enter/exit state machineAlexander Usyskin4-10/+346
2015-08-03mei: hbm: reorganize the power gating responsesAlexander Usyskin1-15/+70
2015-08-03mei: me: d0i3: enable d0i3 interruptsAlexander Usyskin4-35/+33
2015-08-03mei: me: d0i3: add flag to indicate D0i3 supportAlexander Usyskin3-3/+14
2015-08-03mei: me: d0i3: add the control registersTomas Winkler1-5/+15
2015-08-03mei: hbm: add new error code MEI_CL_CONN_NOT_ALLOWEDAlexander Usyskin2-0/+3
2015-08-03mei: bus: add and call callback on notify eventAlexander Usyskin4-5/+51
2015-08-03mei: implement fasync for event notificationTomas Winkler5-4/+53
2015-08-03mei: support polling for event notificationTomas Winkler1-0/+8
2015-08-03mei: add async event notification ioctlsTomas Winkler1-0/+67
2015-08-03mei: add a handler that waits for notification on eventTomas Winkler4-1/+58
2015-08-03mei: add mei_cl_notify_request commandTomas Winkler4-4/+157
2015-08-03mei: enable async event notifications only from hbm version 2.0Tomas Winkler4-0/+14
2015-08-03mei: implement async notification hbm messagesTomas Winkler3-0/+145
2015-08-03mei: define async notification hbm commandsTomas Winkler1-0/+62
2015-08-03mei: disconnect on connection request timeoutAlexander Usyskin6-29/+95
2015-08-03mei: support for dynamic clientsTomas Winkler4-2/+144
2015-08-03mei: bus: link client devices instead of host clientsTomas Winkler5-310/+213
2015-08-03mei: bus: simplify how we build nfc bus nameTomas Winkler3-64/+55
2015-08-03mei: bus: blacklist clients by number of connectionsTomas Winkler1-0/+19
2015-08-03mei: bus: blacklist the nfc info clientTomas Winkler1-4/+19
2015-08-03mei: bus: enable running fixup routines before device registrationTomas Winkler3-16/+107
2015-08-03mei: bus: add me client device list infrastructureTomas Winkler3-2/+6
2015-08-03mei: bus: add reference to bus device in struct mei_cl_clientTomas Winkler1-0/+17