summaryrefslogtreecommitdiffstats
path: root/drivers/misc/fastrpc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman2024-09-091-3/+2
|\
| * misc: fastrpc: Fix double free of 'buf' in error pathSukrut Bellary2024-09-031-3/+2
* | misc: fastrpc: Add support for cdsp1 remoteprocLing Xu2024-09-031-4/+6
|/
* Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"Griffin Kroah-Hartman2024-08-151-19/+3
* Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-201-14/+32
|\
| * misc: fastrpc: use coherent pool for untranslated Compute BanksDylan Van Assche2024-07-051-1/+4
| * misc: fastrpc: support complete DMA pool access to the DSPDylan Van Assche2024-07-051-0/+19
| * misc: fastrpc: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-051-0/+1
| * misc: fastrpc: Add missing dev_err newlinesEkansh Gupta2024-07-051-5/+5
| * misc: fastrpc: Use memdup_user()Thorsten Blum2024-07-051-8/+3
* | misc: fastrpc: Restrict untrusted app to attach to privileged PDEkansh Gupta2024-07-031-3/+19
* | misc: fastrpc: Fix ownership reassignment of remote heapEkansh Gupta2024-07-031-1/+3
* | misc: fastrpc: Fix memory leak in audio daemon attach operationEkansh Gupta2024-07-031-0/+1
* | misc: fastrpc: Avoid updating PD type for capability requestEkansh Gupta2024-07-031-1/+0
* | misc: fastrpc: Copy the complete capability structure to userEkansh Gupta2024-07-031-1/+1
* | misc: fastrpc: Fix DSP capabilities requestEkansh Gupta2024-07-031-3/+8
|/
* Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-211-4/+2
|\
| * misc: fastrpc: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-4/+2
* | misc: fastrpc: Pass proper arguments to scm callEkansh Gupta2024-03-051-4/+6
|/
* misc: fastrpc: Mark all sessions as invalid in cb_removeEkansh Gupta2024-01-311-1/+1
* misc: fastrpc: Unmap only if buffer is unmapped from DSPEkansh Gupta2023-10-161-3/+5
* misc: fastrpc: Clean buffers on remote invocation failuresEkansh Gupta2023-10-161-5/+5
* misc: fastrpc: Free DMA handles for RPC calls with no argumentsEkansh Gupta2023-10-161-13/+10
* misc: fastrpc: Reset metadata buffer to avoid incorrect freeEkansh Gupta2023-10-161-0/+1
* misc: fastrpc: Pass proper scm arguments for static process initEkansh Gupta2023-08-221-4/+9
* misc: fastrpc: Fix incorrect DMA mapping unmap requestEkansh Gupta2023-08-221-3/+5
* misc: fastrpc: Fix remote heap allocation requestEkansh Gupta2023-08-221-7/+7
* misc: Explicitly include correct DT includesRob Herring2023-08-041-0/+1
* misc: fastrpc: check return value of devm_kasprintf()Claudiu Beznea2023-06-191-0/+3
* misc: fastrpc: Create fastrpc scalar with correct buffer countEkansh Gupta2023-06-151-1/+1
* misc: fastrpc: reject new invocations during device removalRichard Acayan2023-05-291-1/+2
* misc: fastrpc: return -EPIPE to invocations on device removalRichard Acayan2023-05-291-1/+3
* misc: fastrpc: Reassign memory ownership only for remote heapEkansh Gupta2023-05-291-1/+1
* misc: fastrpc: Pass proper scm arguments for secure map requestEkansh Gupta2023-05-291-5/+17
* firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman2023-03-161-1/+1
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-1/+1
|\
| * firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-091-1/+1
* | Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman2023-01-221-42/+41
|\ \
| * | misc: fastrpc: Pass bitfield into qcom_scm_assign_memElliot Berman2023-01-201-9/+6
| * | misc: fastrpc: Fix use-after-free race condition for mapsOla Jeppsson2023-01-201-3/+5
| * | misc: fastrpc: Don't remove map on creater_process and device_releaseAbel Vesa2023-01-201-9/+9
| * | misc: fastrpc: Fix use-after-free and race in fastrpc_map_findAbel Vesa2023-01-201-20/+21
| * | misc: fastrpc: fix error code in fastrpc_req_mmap()Dan Carpenter2023-01-201-1/+0
| |/
* / misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe()Christophe JAILLET2023-01-201-1/+12
|/
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-32/+228
|\
| * misc: fastrpc: Add dma_mask to fastrpc_channel_ctxAbel Vesa2022-11-251-0/+2
| * misc: fastrpc: Add mmap request assigning for static PD poolAbel Vesa2022-11-251-1/+18
| * misc: fastrpc: Safekeep mmaps on interrupted invokeAbel Vesa2022-11-251-0/+15
| * misc: fastrpc: Add support for audiopdAbel Vesa2022-11-251-0/+135
| * misc: fastrpc: Rework fastrpc_req_munmapAbel Vesa2022-11-251-24/+23