summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rproc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2023-07-0418-100/+97
|\
| * remoteproc: qcom_q6v5_pas: staticize adsp_segment_dump()Krzysztof Kozlowski2023-06-141-1/+1
| * remoteproc: stm32: Fix error code in stm32_rproc_parse_dt()Dan Carpenter2023-05-231-1/+1
| * remoteproc: stm32: Allow hold boot management by the SCMI reset controllerArnaud Pouliquen2023-05-151-21/+55
| * remoteproc: imx_dsp_rproc: use modern pm_opsArnd Bergmann2023-05-091-6/+5
| * remoteproc: wkup_m3: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: stm32: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: st: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: virtio: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: rcar: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: qcom_wcnss: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: qcom_q6v5_wcss: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: qcom_q6v5_pas: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: qcom_q6v5_mss: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: qcom_q6v5_adsp: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: pru: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: omap: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: mtk_scp: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: meson_mx_ao_arc: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: keystone: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: imx: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: imx_dsp: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: da8xx: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
* | Merge tag 'hwlock-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2023-07-041-1/+1
|\ \
| * | hwspinlock: omap: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-06-141-1/+1
| |/
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-07-0432-326/+2360
|\ \
| * | vhost: Make parameter name match of vhost_get_vq_desc()Xianting Tian2023-07-031-1/+1
| * | vduse: fix NULL pointer dereferenceMaxime Coquelin2023-07-031-1/+5
| * | vhost: Allow worker switching while work is queueingMike Christie2023-07-032-43/+114
| * | vhost_scsi: add support for worker ioctlsMike Christie2023-07-031-0/+8
| * | vhost: allow userspace to create workersMike Christie2023-07-032-1/+144
| * | vhost: replace single worker pointer with xarrayMike Christie2023-07-032-17/+50
| * | vhost: add helper to parse userspace vring state/fileMike Christie2023-07-031-7/+22
| * | vhost: remove vhost_work_queueMike Christie2023-07-032-9/+2
| * | vhost_scsi: flush IO vqs then send TMF rspMike Christie2023-07-031-3/+18
| * | vhost_scsi: convert to vhost_vq_work_queueMike Christie2023-07-031-9/+9
| * | vhost_scsi: make SCSI cmd completion per vqMike Christie2023-07-031-30/+26
| * | vhost_sock: convert to vhost_vq_work_queueMike Christie2023-07-031-2/+2
| * | vhost: convert poll work to be vq basedMike Christie2023-07-033-6/+12
| * | vhost: take worker or vq for flushingMike Christie2023-07-032-2/+14
| * | vhost: take worker or vq instead of dev for queueingMike Christie2023-07-032-16/+29
| * | vhost, vhost_net: add helper to check if vq has workMike Christie2023-07-033-5/+5
| * | vhost: add vhost_worker pointer to vhost_virtqueueMike Christie2023-07-032-7/+15
| * | vhost: dynamically allocate vhost_workerMike Christie2023-07-032-25/+45
| * | vhost: create worker at end of vhost_dev_set_ownerMike Christie2023-07-031-6/+13
| * | virtio_bt: call scheduler when we free unused buffsXianting Tian2023-07-031-0/+1
| * | virtio-console: call scheduler when we free unused buffsXianting Tian2023-07-031-0/+1
| * | virtio-crypto: call scheduler when we free unused buffsXianting Tian2023-07-031-0/+1
| * | vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan2023-07-033-33/+17
| * | vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan2023-07-033-2/+35