summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2020-06-0825-263/+801
|\
| * remoteproc: Fix an error code in devm_rproc_alloc()Dan Carpenter2020-05-201-1/+1
| * remoteproc: ingenic: Added remoteproc driverPaul Cercueil2020-05-183-0/+290
| * remoteproc: Add support for runtime PMPaul Cercueil2020-05-181-1/+16
| * remoteproc: wcss: Fix arguments passed to qcom_add_glink_subdev()Bjorn Andersson2020-05-141-1/+1
| * remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna2020-05-121-1/+1
| * remoteproc: Fall back to using parent memory pool if no dedicated availableTero Kristo2020-05-121-0/+12
| * remoteproc: wcss: add support for rpmsg communicationSivaprakash Murugesan2020-05-121-0/+6
| * remoteproc: core: Prevent system suspend during remoteproc recoveryRishabh Bhatnagar2020-05-122-0/+7
| * remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va functionSibi Sankar2020-05-121-14/+0
| * remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after useSibi Sankar2020-05-121-11/+20
| * remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register spaceSibi Sankar2020-05-121-84/+18
| * remoteproc: qcom: pas: Add SM8250 PAS remoteprocsBjorn Andersson2020-05-121-0/+62
| * remoteproc: qcom_q6v5_mss: Extract mba/mpss from memory-regionSibi Sankar2020-05-111-3/+18
| * remoteproc: qcom: pas: Add SC7180 Modem supportSibi Sankar2020-05-111-0/+1
| * remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()Wei Yongjun2020-05-111-2/+2
| * rpmsg: glink: Integrate glink_ssr in qcom_glinkBjorn Andersson2020-05-075-18/+5
| * soc: qcom: glink_ssr: Internalize ssr_notifiersBjorn Andersson2020-05-072-5/+27
| * remoteproc: qcom: Pass ssr_name to glink subdeviceBjorn Andersson2020-05-075-5/+15
| * remoteproc: Add missing '\n' in log messagesChristophe JAILLET2020-04-221-2/+1
| * remoteproc: Add prepare and unprepare opsLoic Pallardy2020-04-222-1/+30
| * remoteproc: remove rproc_elf32_sanity_checkClement Leger2020-04-226-27/+4
| * remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil2020-04-201-0/+67
| * remoteproc: Use a local copy for the name fieldSuman Anna2020-04-201-1/+5
| * remoteproc: Get rid of tedious error pathMathieu Poirier2020-04-201-12/+9
| * remoteproc: Split rproc_ops allocation from rproc_alloc()Mathieu Poirier2020-04-201-12/+21
| * remoteproc: Restructure firmware name allocationMathieu Poirier2020-04-201-7/+7
| * remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier2020-04-201-4/+4
| * remoteproc: sysmon: Inform current rproc about all active rprocsSiddharth Gupta2020-04-201-0/+25
| * remoteproc: sysmon: Add notifications for eventsSiddharth Gupta2020-04-201-0/+37
| * remoteproc: sysmon: Add ability to send type of notificationSiddharth Gupta2020-04-201-17/+37
| * remoteproc: use rproc_coredump_set_elf_info in driversClement Leger2020-04-195-0/+7
| * remoteproc: add rproc_coredump_set_elf_infoClement Leger2020-04-192-5/+30
| * remoteproc: Simplify default name allocationMathieu Poirier2020-04-191-12/+7
| * remoteproc: Split firmware name allocation from rproc_alloc()Mathieu Poirier2020-04-191-27/+39
| * remoteproc: Fix IDR initialisation in rproc_alloc()Alex Elder2020-04-191-2/+1
| * remoteproc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2020-04-161-24/+4
* | Merge tag 'rpmsg-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2020-06-082-2/+2
|\ \
| * | rpmsg: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-1/+1
| * | rpmsg: fix a comment typo for rpmsg_device_match()Wang Wenhu2020-04-161-1/+1
| |/
* | Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-06-082-2/+44
|\ \
| * | rbd: compression_hint optionIlya Dryomov2020-06-011-1/+42
| * | libceph: support for alloc hint flagsIlya Dryomov2020-06-011-1/+2
| * | libceph, rbd: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-011-1/+1
* | | Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-0824-614/+870
|\ \ \
| * | | vfio-ccw: make vfio_ccw_regops variables declarations staticVasily Gorbik2020-06-041-2/+2
| * | | vfio-ccw: Add trace for CRW eventEric Farman2020-06-033-0/+32
| * | | vfio-ccw: Wire up the CRW irq and CRW regionFarhan Ali2020-06-033-0/+74
| * | | vfio-ccw: Introduce a new CRW regionFarhan Ali2020-06-034-0/+87
| * | | vfio-ccw: Refactor IRQ handlersEric Farman2020-06-021-6/+17