summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* coresight: fix handling of ETM trace register access via sysfsSudeep Holla2016-08-316-22/+57
* coresight: etm4x: request to retain power to the trace unit when activeSudeep Holla2016-08-312-0/+15
* coresight: tmc: Delete an unnecessary check before the function call "kfree"Markus Elfring2016-08-311-1/+1
* coresight: etm4x: remove duplicated include from coresight-etm4x.cWei Yongjun2016-08-311-1/+0
* coresight: Use local coresight_desc instancesSuzuki K Poulose2016-08-319-114/+75
* hwtracing: coresight: of_coresight: add missing of_node_put after calling of_...Peter Chen2016-08-311-0/+1
* coresight-etm3x: Add ARM ETM 3.5 Cortex-A5 peripheral IDOlivier Schonken2016-08-311-0/+5
* coresight: add PM runtime calls to coresight_simple_func()Mathieu Poirier2016-08-311-2/+6
* coresight: delay initialisation when children are missingMathieu Poirier2016-08-311-1/+1
* coresight: Add better messages for coresight_timeoutSuzuki K Poulose2016-08-313-12/+6
* coresight: Cleanup TMC status checkSuzuki K Poulose2016-08-311-1/+1
* coresight: etmv4: Fix ETMv4x peripheral ID tableSuzuki K Poulose2016-08-311-4/+4
* coresight: tmc: Limit the trace to available dataSuzuki K Poulose2016-08-314-7/+17
* coresight: Fix csdev connections initialisationSuzuki K Poulose2016-08-311-10/+14
* coresight: Consolidate error handling path for tmc_probeSuzuki K Poulose2016-08-311-19/+17
* coresight: Remove erroneous dma_free_coherent in tmc_probeSuzuki K Poulose2016-08-311-3/+0
* coresight: always use stashed trace id value in etm4_trace_idSudeep Holla2016-08-311-15/+1
* coresight-stm: support mmapping channel regions with mmio_addrChunyan Zhang2016-08-311-0/+22
* coresight: access conn->child_name only if it's initialisedSudeep Holla2016-08-311-1/+2
* Drivers: hv: balloon: Use available memory value in pressure reportAlex Ng2016-08-311-8/+5
* Drivers: hv: balloon: replace ha_region_mutex with spinlockVitaly Kuznetsov2016-08-311-45/+53
* Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is e...Vitaly Kuznetsov2016-08-311-6/+9
* Drivers: hv: balloon: account for gaps in hot add regionsVitaly Kuznetsov2016-08-311-37/+94
* Drivers: hv: balloon: keep track of where ha_region startsVitaly Kuznetsov2016-08-311-2/+5
* Tools: hv: kvp: ensure kvp device fd is closed on execVitaly Kuznetsov2016-08-311-1/+1
* Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latencyK. Y. Srinivasan2016-08-312-1/+41
* Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()K. Y. Srinivasan2016-08-311-4/+4
* Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan2016-08-314-18/+20
* Drivers: hv: vmbus: fix the race when querying & updating the percpu listDexuan Cui2016-08-313-8/+33
* Drivers: hv: utils: fix a race on userspace daemons registrationVitaly Kuznetsov2016-08-315-22/+54
* Drivers: hv: get rid of timeout in vmbus_open()Vitaly Kuznetsov2016-08-311-6/+1
* Drivers: hv: don't leak memory in vmbus_establish_gpadl()Vitaly Kuznetsov2016-08-311-1/+5
* Drivers: hv: get rid of redundant messagecount in create_gpadl_header()Vitaly Kuznetsov2016-08-311-22/+16
* Drivers: hv: avoid vfree() on crashVitaly Kuznetsov2016-08-313-8/+10
* tile-srom: avoid krealloc(... __GFP_ZERO) patternChris Metcalf2016-08-301-13/+15
* misc: mic: scif: use vma_pages().Muhammad Falak R Wani2016-08-301-2/+2
* Documentation: mic: fix kernel versionAlexandre Belloni2016-08-301-1/+1
* mic: remove unused function argArnd Bergmann2016-08-301-4/+2
* mei: amthif: fix deadlock in initialization during a resetAlexander Usyskin2016-08-302-5/+9
* mei: drop unused file transaction statesAlexander Usyskin2016-08-301-3/+0
* mei: amthif: drop mei_amthif_readAlexander Usyskin2016-08-304-109/+1
* mei: enqueue consecutive readsAlexander Usyskin2016-08-302-20/+22
* mei: add wrapper for queuing control commands.Tomas Winkler2016-08-306-39/+61
* mei: use consistent naming for TX control flow creditsTomas Winkler2016-08-303-45/+43
* mei: rx flow control counterAlexander Usyskin2016-08-303-29/+16
* mei: prepare read cb for fixed address clients on the receive path only.Alexander Usyskin2016-08-301-5/+3
* mei: drop redundant krealloc and checks in irq readAlexander Usyskin2016-08-301-25/+11
* mei: amthif: drop mei_clear_lists functionAlexander Usyskin2016-08-301-22/+5
* mei: add read callback on demand for fixed_address clientsAlexander Usyskin2016-08-302-13/+12
* mei: add file pointer to the host client structureAlexander Usyskin2016-08-304-10/+10