summaryrefslogtreecommitdiff
path: root/drivers/soc (follow)
Commit message (Expand)AuthorAge
...
* | | | | soc: hab: fix uninitialized variable and relocate vchan refcntYajun Li2018-10-30
|/ / / /
* | | | icnss: NULL terminate the fw build timestamp stringYuanyuan Liu2018-10-26
* | | | Merge "soc: qcom: Remove smp2p test support"Linux Build Service Account2018-10-24
|\ \ \ \
| * | | | soc: qcom: Remove smp2p test supportHardik Arya2018-10-23
* | | | | Merge "soc: qcom: hab: add rx queue empty check after getting the lock"Linux Build Service Account2018-10-23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | soc: qcom: hab: add rx queue empty check after getting the lockYong Ding2018-10-23
| | |/ / | |/| |
* | | | Merge "soc: qcom: audio: use global lock for single hab socket"Linux Build Service Account2018-10-22
|\ \ \ \ | |/ / / |/| | |
| * | | soc: qcom: audio: use global lock for single hab socketErin Yan2018-10-22
* | | | soc: hab: add size checking when hab import bufferYajun Li2018-10-12
* | | | soc: hab: recycle mmid from qcpe to videoShiju Mathew2018-10-10
* | | | Merge "soc: msm: add sensor dsp dynamic calibration support for anc"Linux Build Service Account2018-10-09
|\ \ \ \
| * | | | soc: msm: add sensor dsp dynamic calibration support for ancTimothy Sham2018-09-25
| | |/ / | |/| |
* | | | Merge "soc: qcom: subsystem_notif_virt: Add a NULL check and fix a data type"Linux Build Service Account2018-10-09
|\ \ \ \
| * | | | soc: qcom: subsystem_notif_virt: Add a NULL check and fix a data typeAnant Goel2018-10-08
| | |/ / | |/| |
* | | | Merge "soc: hab: refine codes to support multi import"Linux Build Service Account2018-10-09
|\ \ \ \
| * | | | soc: hab: refine codes to support multi importYajun Li2018-10-07
| |/ / /
* | | | soc: qcom: hab: fix the leak risk in hab_vchan_getYao Jiang2018-10-07
* | | | soc: qcom: hab: replace kref_get with kref_get_unless_zeroYao Jiang2018-10-07
|/ / /
* | | Merge "soc: qcom: hab: fix the soft lockup in vchan free schedule"Linux Build Service Account2018-10-03
|\ \ \
| * | | soc: qcom: hab: fix the soft lockup in vchan free scheduleYao Jiang2018-10-03
* | | | Merge "soc: hab: change lifecycle of exp_id from vchan to ctx"Linux Build Service Account2018-10-03
|\ \ \ \
| * | | | soc: hab: change lifecycle of exp_id from vchan to ctxYajun Li2018-09-26
| |/ / /
* / / / soc: hab: fix mmap failure issue when hab importYajun Li2018-09-27
|/ / /
* | | Merge "soc: qcom: fix race condition while freeing private data"Linux Build Service Account2018-09-26
|\ \ \
| * | | soc: qcom: fix race condition while freeing private dataAshish Jain2018-09-17
* | | | Merge "soc: hab: add more return error checking"Linux Build Service Account2018-09-25
|\ \ \ \ | |_|/ / |/| | |
| * | | soc: hab: add more return error checkingYajun Li2018-09-21
* | | | Merge "msm: gvmq: avoid uninitialized access for data member"Linux Build Service Account2018-09-21
|\ \ \ \
| * | | | msm: gvmq: avoid uninitialized access for data memberVenkata Rao Kakani2018-09-21
| |/ / /
* | | | Merge "icnss: Add check for rejuvenate in fw_down"Linux Build Service Account2018-09-21
|\ \ \ \
| * | | | icnss: Add check for rejuvenate in fw_downAnurag Chouhan2018-09-19
| |/ / /
* / / / soc: hab: add bootmarker for hab driverYajun Li2018-09-19
|/ / /
* | | Merge "drivers: soc: qcom: qcpe: Fix return values"Linux Build Service Account2018-09-18
|\ \ \
| * | | drivers: soc: qcom: qcpe: Fix return valuesAmit Blay2018-09-17
* | | | soc: qcom: glink: Fix not sending READ_NOTIF command issueArun Kumar Neelakantam2018-09-18
* | | | Merge "soc: qcom: hab: add IRQF_NO_SUSPEND to irq flags."Linux Build Service Account2018-09-17
|\ \ \ \ | |_|/ / |/| | |
| * | | soc: qcom: hab: add IRQF_NO_SUSPEND to irq flags.Yimin Peng2018-09-17
* | | | Merge "soc: qcom: socinfo: Add support for SDM455 soc-id"Linux Build Service Account2018-09-14
|\ \ \ \ | |_|/ / |/| | |
| * | | soc: qcom: socinfo: Add support for SDM455 soc-idTeng Fei Fan2018-09-10
* | | | soc: qcom: secure_buffer: Fix the parameter passing to dmac_flush_rangeZhenhua Huang2018-09-13
| |/ / |/| |
* | | soc: qcom: glink_spi_xprt: Validate fifo read index of remote sideHardik Arya2018-09-10
* | | Merge "audio: qdsp6v2: check EINTR when retry for habmm_socket_recv"Linux Build Service Account2018-09-06
|\ \ \
| * | | audio: qdsp6v2: check EINTR when retry for habmm_socket_recvTony Han2018-09-06
* | | | soc: qcom: subsystem_notif_virt: Fix error condition checkAnant Goel2018-09-05
| |/ / |/| |
* | | icnss: Add a flag to indicare FW rejuvenateAnurag Chouhan2018-08-30
|/ /
* | Merge "soc: qcom: subsystem_notif_virt: Added support for virtual subsystems"Linux Build Service Account2018-08-28
|\ \
| * | soc: qcom: subsystem_notif_virt: Added support for virtual subsystemsAnant Goel2018-08-27
* | | Merge "icnss: Clear ICNSS_MSA0_ASSIGNED flag in cap failure case"Linux Build Service Account2018-08-27
|\ \ \ | |/ / |/| |
| * | icnss: Clear ICNSS_MSA0_ASSIGNED flag in cap failure caseHardik Kantilal Patel2018-08-24
* | | soc: qcom: hab: fix the incompatible pointer initialization warningYong Ding2018-08-23
|/ /