summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * dt-bindings: remoteproc: qcom: Use memory-region to reference memorySibi Sankar2020-05-111-0/+8
| * remoteproc: qcom: pas: Add SC7180 Modem supportSibi Sankar2020-05-111-0/+1
| * dt-bindings: remoteproc: qcom: Add SC7180 MPSS supportSibi Sankar2020-05-111-0/+3
| * 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-076-24/+6
| * soc: qcom: glink_ssr: Internalize ssr_notifiersBjorn Andersson2020-05-073-5/+33
| * remoteproc: qcom: Pass ssr_name to glink subdeviceBjorn Andersson2020-05-075-5/+15
| * remoteproc: Add missing '\n' in log messagesChristophe JAILLET2020-04-231-2/+1
| * remoteproc: Add prepare and unprepare opsLoic Pallardy2020-04-233-1/+34
| * remoteproc: remove rproc_elf32_sanity_checkClement Leger2020-04-236-27/+4
| * remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil2020-04-212-0/+72
| * remoteproc: Use a local copy for the name fieldSuman Anna2020-04-211-1/+5
| * remoteproc: Get rid of tedious error pathMathieu Poirier2020-04-211-12/+9
| * remoteproc: Split rproc_ops allocation from rproc_alloc()Mathieu Poirier2020-04-211-12/+21
| * remoteproc: Restructure firmware name allocationMathieu Poirier2020-04-211-7/+7
| * remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier2020-04-212-5/+5
| * 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-205-0/+7
| * remoteproc: add rproc_coredump_set_elf_infoClement Leger2020-04-203-5/+32
| * remoteproc: Simplify default name allocationMathieu Poirier2020-04-201-12/+7
| * remoteproc: Split firmware name allocation from rproc_alloc()Mathieu Poirier2020-04-201-27/+39
| * remoteproc: Fix IDR initialisation in rproc_alloc()Alex Elder2020-04-201-2/+1
| * remoteproc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2020-04-171-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-131-1/+1
| * | rpmsg: fix a comment typo for rpmsg_device_match()Wang Wenhu2020-04-171-1/+1
| |/
* | Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-06-0829-252/+1405
|\ \
| * | rbd: compression_hint optionIlya Dryomov2020-06-011-1/+42
| * | libceph: support for alloc hint flagsIlya Dryomov2020-06-014-3/+26
| * | libceph: read_from_replica optionIlya Dryomov2020-06-013-1/+45
| * | libceph: support for balanced and localized readsIlya Dryomov2020-06-015-6/+193
| * | libceph: crush_location infrastructureIlya Dryomov2020-06-014-1/+168
| * | libceph: decode CRUSH device/bucket types and namesIlya Dryomov2020-06-013-3/+97
| * | libceph: add non-asserting rbtree insertion helperIlya Dryomov2020-06-012-51/+19
| * | ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li2020-06-014-4/+30
| * | ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lockXiubo Li2020-06-011-2/+2
| * | ceph: don't return -ESTALE if there's still an open fileLuis Henriques2020-06-011-1/+8
| * | libceph, rbd: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-013-3/+3
| * | ceph: allow rename operation under different quota realmsLuis Henriques2020-06-013-6/+64
| * | ceph: normalize 'delta' parameter usage in check_quota_exceededLuis Henriques2020-06-011-3/+1
| * | ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton2020-06-014-3/+12
| * | ceph: request expedited service on session's last cap flushJeff Layton2020-06-011-2/+6
| * | ceph: convert mdsc->cap_dirty to a per-session listJeff Layton2020-06-014-19/+85
| * | ceph: reset i_requested_max_size if file write is not wantedYan, Zheng2020-06-011-10/+19
| * | ceph: throw a warning if we destroy session with mutex still lockedJeff Layton2020-06-011-0/+1
| * | ceph: fix potential race in ceph_check_capsJeff Layton2020-06-011-1/+13
| * | ceph: document what protects i_dirty_item and i_flushing_itemJeff Layton2020-06-011-1/+3
| * | ceph: don't take i_ceph_lock in handle_cap_importJeff Layton2020-06-011-3/+2