summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: fix recovery procedureLoic Pallardy2019-02-214-8/+22
* rpmsg: virtio: change header file sort styleLoic Pallardy2019-02-211-9/+9
* rpmsg: virtio: allocate buffer from parentLoic Pallardy2019-02-211-3/+3
* remoteproc: st: add reserved memory supportLoic Pallardy2019-02-211-11/+80
* remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy2019-02-214-4/+87
* remoteproc: q6v5_adsp: Remove voting for lpass_aon clockRohit kumar2019-02-181-1/+1
* dt-binding: remoteproc: Remove lpass_aon clock from adsp pil clock listRohit kumar2019-02-181-3/+2
* remoteproc: q6v5-mss: Active powerdomain for SDM845Bjorn Andersson2019-01-311-2/+29
* remoteproc: q6v5-mss: Vote for rpmh power domainsRajendra Nayak2019-01-311-5/+114
* remoteproc: qcom: Add support for parsing fw dt bindingsSibi Sankar2019-01-302-11/+45
* remoteproc: qcom_q6v5: don't auto boot remote processorRamon Fried2019-01-301-0/+2
* remoteproc: qcom: Wait for shutdown-ack/ind on sysmon shutdownSibi Sankar2019-01-221-1/+41
* remoteproc: qcom: Add shutdown-ack irqSibi Sankar2019-01-225-2/+53
* dt-bindings: remoteproc: qcom: Introduce shutdown-ack irq for Q6V5Sibi Sankar2019-01-222-6/+26
* remoteproc/qcom_sysmon.c: Remove duplicate headerBrajeswar Ghosh2019-01-151-1/+0
* dt-bindings: remoteproc: qcom: Add firmware bindings for Q6V5Sibi Sankar2019-01-072-0/+13
* dt-bindings: remoteproc: qcom: Add power-domain bindings for Q6V5Sibi Sankar2019-01-071-0/+19
* remoteproc: qcom: q6v5-mss: Add missing regulator for MSM8996Sibi Sankar2019-01-071-0/+7
* dt-bindings: remoteproc: qcom: Fixup regulator dependenciesSibi Sankar2019-01-071-0/+21
* remoteproc: qcom: q6v5-mss: Add missing clocks for MSM8996Sibi Sankar2019-01-071-1/+4
* dt-bindings: remoteproc: qcom: Add missing clocks for MSM8996Sibi Sankar2019-01-071-0/+3
* dt-bindings: remoteproc: qcom: Add missing clocks for SDM845Sibi Sankar2019-01-071-3/+11
* remoteproc: qcom: fix spelling mistake "Peripherial" -> "Peripheral"Colin Ian King2019-01-071-1/+1
* remoteproc: fix kernel-doc comment for parse_fwFabien Dessenne2019-01-071-2/+2
* remoteproc: debug: add crash debugfs nodeXiang Xiao2019-01-071-0/+26
* Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-071-3/+3
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0794-694/+150
|\
| * kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| * kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
| * kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-066-26/+12
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-063-10/+10
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0624-25/+0
| * riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| * kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-067-12/+14
| * kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-069-25/+16
| * kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada2019-01-061-2/+2
| * kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada2019-01-061-4/+2
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-0642-119/+65
| * kallsyms: lower alignment on ARMMathias Krause2019-01-061-2/+2
| * scripts: coccinelle: boolinit: drop warnings on named constantsJulia Lawall2019-01-061-0/+5
| * scripts: coccinelle: check for redeclarationJulia Lawall2019-01-061-0/+3
| * kconfig: remove unused "file" field of yylval unionMasahiro Yamada2019-01-061-1/+0
| * nds32: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-10/+0
| * nios2: remove unneeded HAS_DMA defineMasahiro Yamada2019-01-061-3/+0
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-01-0727-166/+620
|\ \
| * \ Merge tag 'perf-core-for-mingo-4.21-20190103' of git://git.kernel.org/pub/scm...Ingo Molnar2019-01-0327-166/+620
| |\ \
| | * | perf session: Add comment for perf_session__register_idle_thread()Adrian Hunter2019-01-021-0/+7
| | * | perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter2019-01-025-25/+69
| | * | perf thread-stack: Allocate an array of thread stacksAdrian Hunter2019-01-021-12/+17