summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spmi: add command tracepoints for SPMIAnkit Gupta2015-08-052-3/+154
* char: xillybus: Allow 64-bit DMA on PCIe interfaceEli Billauer2015-08-051-4/+6
* Drivers: hv: vmbus: use cpu_hotplug_enable/disableVitaly Kuznetsov2015-08-051-34/+4
* cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disableVitaly Kuznetsov2015-08-051-1/+2
* cpu-hotplug: convert cpu_hotplug_disabled to a counterVitaly Kuznetsov2015-08-052-11/+16
* Drivers: hv: vmbus: document the VMBus sysfs filesDexuan Cui2015-08-052-0/+30
* tools: hv: add a python script lsvmbus to list VMBus devicesDexuan Cui2015-08-051-0/+101
* Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VPDexuan Cui2015-08-051-0/+38
* Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan2015-08-053-0/+94
* drivers/hv: Migrate to new 'set-state' interfaceViresh Kumar2015-08-051-26/+19
* Drivers: hv_vmbus: Fix signal to host conditionChristopher Oo2015-08-051-11/+3
* Drivers: hv: vmbus: Further improve CPU affiliation logicDexuan Cui2015-08-052-2/+19
* Drivers: hv: vmbus: Improve the CPU affiliation for channelsK. Y. Srinivasan2015-08-054-6/+20
* drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusJake Oshins2015-08-053-31/+110
* drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Jake Oshins2015-08-053-28/+92
* char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-0516-59/+27
* Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUsK. Y. Srinivasan2015-08-041-0/+1
* mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev2015-08-043-2/+4
* Drivers: hv: vmbus: don't send CHANNELMSG_UNLOAD on pre-Win2012R2 hostsVitaly Kuznetsov2015-08-041-0/+4
* Drivers: hv: vmbus: fix typo in hv_port_info structNik Nyby2015-08-041-1/+1
* hv: util: checking the wrong variableDan Carpenter2015-08-041-1/+1
* Drivers: hv: vmbus: Permit sending of packets without payloadK. Y. Srinivasan2015-08-041-1/+3
* Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows...Alex Ng2015-08-041-6/+20
* Drivers: hv: fcopy: dynamically allocate smsg_out in fcopy_send_data()Vitaly Kuznetsov2015-08-041-8/+13
* Drivers: hv: kvp: check kzalloc return valueVitaly Kuznetsov2015-08-041-0/+3
* Drivers: hv: vmbus: prefer 'die' notification chain to 'panic'Vitaly Kuznetsov2015-08-041-4/+36
* Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov2015-08-043-0/+38
* Drivers: hv: don't do hypercalls when hypercall_page is NULLVitaly Kuznetsov2015-08-041-5/+8
* Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov2015-08-043-0/+40
* kexec: define kexec_in_progress in !CONFIG_KEXEC caseVitaly Kuznetsov2015-08-041-0/+1
* Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()Vitaly Kuznetsov2015-08-042-2/+1
* mei: remove check on pm_runtime_active in __mei_cl_disconnectTomas Winkler2015-08-041-3/+0
* mei: hbm: bump supported HBM version to 2.0Tomas Winkler2015-08-031-2/+2
* mei: me: add sunrise point device idsTomas Winkler2015-08-032-0/+9
* mei: me: d0i3: exit d0i3 on driver start and enter it on stopAlexander Usyskin2015-08-031-9/+29
* mei: me: d0i3: move mei_me_hw_reset down in the fileAlexander Usyskin2015-08-031-51/+52
* mei: me: d0i3: add d0i3 enter/exit state machineAlexander Usyskin2015-08-034-10/+346
* mei: hbm: reorganize the power gating responsesAlexander Usyskin2015-08-031-15/+70
* mei: me: d0i3: enable d0i3 interruptsAlexander Usyskin2015-08-034-35/+33
* mei: me: d0i3: add flag to indicate D0i3 supportAlexander Usyskin2015-08-033-3/+14
* mei: me: d0i3: add the control registersTomas Winkler2015-08-031-5/+15
* mei: hbm: add new error code MEI_CL_CONN_NOT_ALLOWEDAlexander Usyskin2015-08-032-0/+3
* mei: bus: add and call callback on notify eventAlexander Usyskin2015-08-035-5/+55
* mei: implement fasync for event notificationTomas Winkler2015-08-035-4/+53
* mei: support polling for event notificationTomas Winkler2015-08-031-0/+8
* mei: add async event notification ioctlsTomas Winkler2015-08-034-1/+132
* mei: add a handler that waits for notification on eventTomas Winkler2015-08-034-1/+58
* mei: add mei_cl_notify_request commandTomas Winkler2015-08-034-4/+157
* mei: enable async event notifications only from hbm version 2.0Tomas Winkler2015-08-034-0/+14
* mei: implement async notification hbm messagesTomas Winkler2015-08-033-0/+145