summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vme: trivial spelling and capitalization fixesAaron Sierra2016-05-011-6/+6
* tools: hv: lsvmbus: add pci pass-through UUIDVitaly Kuznetsov2016-05-011-0/+1
* Drivers: hv: balloon: reset host_specified_ha_regionVitaly Kuznetsov2016-05-011-0/+1
* Drivers: hv: balloon: don't crash when memory is added in non-sorted orderVitaly Kuznetsov2016-05-011-2/+2
* Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov2016-05-013-20/+61
* Drivers: hv: kvp: fix IP FailoverVitaly Kuznetsov2016-05-012-0/+36
* misc: sram: fix check of devm_ioremap*() return valueVladimir Zapolskiy2016-04-301-2/+2
* spmi: do not use bus internal dataSudip Mukherjee2016-04-301-2/+10
* mei: fix waiting for wr_ctrl for corner cases.Alexander Usyskin2016-04-301-4/+14
* mei: don't clean control queues on notify request timeoutAlexander Usyskin2016-04-301-6/+2
* mei: amthif: discard not read messagesAlexander Usyskin2016-04-303-2/+5
* mei: fix NULL dereferencing during FW initiated disconnectionAlexander Usyskin2016-04-303-6/+6
* mei: drop global me_client_indexAlexander Usyskin2016-04-302-17/+8
* mei: do not pin module if cldrv->probe() failedAlexey Khoroshilov2016-04-301-2/+6
* char: xillybus: use devm_add_action_or_resetSudip Mukherjee2016-04-302-19/+2
* drivers:hv: Separate out frame buffer logic when picking MMIO rangeJake Oshins2016-04-301-45/+35
* drivers:hv: Record MMIO range in use by frame bufferJake Oshins2016-04-301-1/+36
* drivers:hv: Track allocations of children of hv_vmbus in private resource treeJake Oshins2016-04-301-1/+21
* drivers:hv: Reverse order of resources in hyperv_mmioJake Oshins2016-04-301-2/+1
* drivers:hv: Use new vmbus_mmio_free() from client drivers.Jake Oshins2016-04-302-9/+9
* drivers:hv: Make a function to free mmio regions through vmbusJake Oshins2016-04-302-1/+16
* drivers:hv: Lock access to hyperv_mmio resource treeJake Oshins2016-04-301-4/+12
* Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus...K. Y. Srinivasan2016-04-302-0/+87
* Drivers: hv: vmbus: Move some ring buffer functions to hyperv.hK. Y. Srinivasan2016-04-302-55/+54
* Drivers: hv: vmbus: Export the vmbus_set_event() APIK. Y. Srinivasan2016-04-303-2/+2
* Drivers: hv: vmbus: Use the new virt_xx barrier codeK. Y. Srinivasan2016-04-301-7/+7
* Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatileK. Y. Srinivasan2016-04-301-3/+3
* Drivers: hv: vmbus: Introduce functions for estimating room in the ring bufferK. Y. Srinivasan2016-04-302-21/+31
* Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()K. Y. Srinivasan2016-04-301-6/+20
* parport: use subsys_initcallSudip Mukherjee2016-04-301-1/+1
* misc: mic: Remove return statements from void functionsAmitoj Kaur Chawla2016-04-301-3/+3
* misc: mic: silence uninitialized variable warningDan Carpenter2016-04-301-1/+2
* misc: mic: Fix randconfig build errorSudeep Dutt2016-04-301-0/+1
* misc: mic: Fix for double fetch security bug in VOP driverAshutosh Dixit2016-04-271-0/+5
* Merge tag 'stm-for-greg-20160420' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2016-04-2610-86/+131
|\
| * intel_th: pci: Add Broxton-M SOC supportAlexander Shishkin2016-04-191-0/+5
| * intel_th: msu: Release resources on removalAlexander Shishkin2016-04-081-0/+12
| * intel_th: msu: Set fops::owner to prevent module from unloadingAlexander Shishkin2016-04-081-0/+1
| * intel_th: Hold output driver module reference while capture is activeAlexander Shishkin2016-04-081-0/+5
| * intel_th: msu: Serialize enabling/disablingAlexander Shishkin2016-04-081-43/+49
| * intel_th: Fix activating a subdevice without a driverAlexander Shishkin2016-04-082-2/+13
| * intel_th: pti: Create sysfs attributes using core driver's facilityAlexander Shishkin2016-04-081-6/+1
| * intel_th: msu: Create sysfs attributes using core driver's facilityAlexander Shishkin2016-04-081-5/+1
| * intel_th: Allow subdevice drivers to bring in own attribute groupsAlexander Shishkin2016-04-082-0/+15
| * intel_th: msu: Handle kstrndup() failureAlexander Shishkin2016-04-081-0/+5
| * intel_th: pti: Do remove sysfs group on device removalAlexander Shishkin2016-04-081-0/+1
| * stm class: Remove unnecessary pointer incrementAlexander Shishkin2016-04-081-1/+1
| * stm class: Fix stm device initialization orderAlexander Shishkin2016-04-081-8/+9
| * stm class: Do not leak the chrdev in error pathAlexander Shishkin2016-04-081-0/+2
| * stm class: Remove a pointless lineAlexander Shishkin2016-04-081-2/+0