| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-02-27 | 1 | -1/+1 |
|\ |
|
| * | firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/ | Elliot Berman | 2023-02-08 | 1 | -1/+1 |
* | | Merge 6.2-rc5 into char-misc-next | Greg Kroah-Hartman | 2023-01-22 | 1 | -42/+41 |
|\ \ |
|
| * | | misc: fastrpc: Pass bitfield into qcom_scm_assign_mem | Elliot Berman | 2023-01-20 | 1 | -9/+6 |
| * | | misc: fastrpc: Fix use-after-free race condition for maps | Ola Jeppsson | 2023-01-20 | 1 | -3/+5 |
| * | | misc: fastrpc: Don't remove map on creater_process and device_release | Abel Vesa | 2023-01-20 | 1 | -9/+9 |
| * | | misc: fastrpc: Fix use-after-free and race in fastrpc_map_find | Abel Vesa | 2023-01-20 | 1 | -20/+21 |
| * | | misc: fastrpc: fix error code in fastrpc_req_mmap() | Dan Carpenter | 2023-01-20 | 1 | -1/+0 |
| |/ |
|
* | | misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe() | Christophe JAILLET | 2023-01-20 | 1 | -1/+12 |
|/ |
|
* | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-12-16 | 1 | -32/+228 |
|\ |
|
| * | misc: fastrpc: Add dma_mask to fastrpc_channel_ctx | Abel Vesa | 2022-11-25 | 1 | -0/+2 |
| * | misc: fastrpc: Add mmap request assigning for static PD pool | Abel Vesa | 2022-11-25 | 1 | -1/+18 |
| * | misc: fastrpc: Safekeep mmaps on interrupted invoke | Abel Vesa | 2022-11-25 | 1 | -0/+15 |
| * | misc: fastrpc: Add support for audiopd | Abel Vesa | 2022-11-25 | 1 | -0/+135 |
| * | misc: fastrpc: Rework fastrpc_req_munmap | Abel Vesa | 2022-11-25 | 1 | -24/+23 |
| * | misc: fastrpc: Use fastrpc_map_put in fastrpc_map_create on fail | Abel Vesa | 2022-11-25 | 1 | -2/+3 |
| * | misc: fastrpc: Add fastrpc_remote_heap_alloc | Abel Vesa | 2022-11-25 | 1 | -3/+26 |
| * | misc: fastrpc: Add reserved mem support | Abel Vesa | 2022-11-25 | 1 | -0/+4 |
| * | misc: fastrpc: Rename audio protection domain to root | Abel Vesa | 2022-11-25 | 1 | -2/+2 |
* | | fastrpc: Assert held reservation lock for dma-buf mmapping | Dmitry Osipenko | 2022-11-11 | 1 | -0/+3 |
* | | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 2022-10-18 | 1 | -6/+10 |
|\ \
| |/ |
|
| * | Merge 6.0-rc4 into char-misc-next | Greg Kroah-Hartman | 2022-09-05 | 1 | -5/+9 |
| |\ |
|
| | * | misc: fastrpc: increase maximum session count | Johan Hovold | 2022-09-01 | 1 | -1/+1 |
| | * | misc: fastrpc: fix memory corruption on open | Johan Hovold | 2022-09-01 | 1 | -4/+3 |
| | * | misc: fastrpc: fix memory corruption on probe | Johan Hovold | 2022-09-01 | 1 | -0/+5 |
| * | | misc: fastrpc: Use USER_PD define in fastrpc_get_info_from_dsp | Abel Vesa | 2022-09-01 | 1 | -1/+1 |
| |/ |
|
* | | misc: fastrpc: Prepare to dynamic dma-buf locking specification | Dmitry Osipenko | 2022-10-18 | 1 | -3/+3 |
|/ |
|
* | misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_impl | Srinivas Kandagatla | 2022-05-19 | 1 | -4/+5 |
* | misc: fastrpc: fix an incorrect NULL check on list iterator | Xiaomeng Tong | 2022-04-24 | 1 | -4/+5 |
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-03-28 | 1 | -47/+509 |
|\ |
|
| * | misc: fastrpc: Add dma handle implementation | Vamsi Krishna Gattupalli | 2022-03-18 | 1 | -19/+33 |
| * | misc: fastrpc: Add fdlist implementation | Vamsi Krishna Gattupalli | 2022-03-18 | 1 | -4/+32 |
| * | misc: fastrpc: Add helper function to get list and page | Vamsi Krishna Gattupalli | 2022-03-18 | 1 | -3/+12 |
| * | misc: fastrpc: Add support to secure memory map | Vamsi Krishna Gattupalli | 2022-03-18 | 1 | -9/+56 |
| * | misc: fastrpc: check before loading process to the DSP | Jeya R | 2022-03-18 | 1 | -0/+33 |
| * | misc: fastrpc: add secure domain support | Srinivas Kandagatla | 2022-03-18 | 1 | -9/+46 |
| * | misc: fastrpc: Add support to get DSP capabilities | Jeya R | 2022-03-18 | 1 | -0/+112 |
| * | misc: fastrpc: add support for FASTRPC_IOCTL_MEM_MAP/UNMAP | Jeya R | 2022-03-18 | 1 | -0/+154 |
| * | misc: fastrpc: separate fastrpc device from channel context | Srinivas Kandagatla | 2022-03-18 | 1 | -9/+37 |
* | | Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to... | Dave Airlie | 2022-02-14 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | misc: fastrpc: avoid double fput() on failed usercopy | Mathias Krause | 2022-02-03 | 1 | -1/+8 |
* | | dma-buf-map: Rename to iosys-map | Lucas De Marchi | 2022-02-07 | 1 | -2/+2 |
|/ |
|
* | misc: fastrpc: fix improper packet size calculation | Jeya R | 2021-12-03 | 1 | -4/+6 |
* | dma-buf: move dma-buf symbols into the DMA_BUF module namespace | Greg Kroah-Hartman | 2021-10-25 | 1 | -0/+1 |
* | Merge 5.15-rc6 into char-misc-next | Greg Kroah-Hartman | 2021-10-18 | 1 | -0/+2 |
|\ |
|
| * | misc: fastrpc: Add missing lock before accessing find_vma() | Srinivas Kandagatla | 2021-10-05 | 1 | -0/+2 |
* | | misc: fastrpc: copy to user only for non-DMA-BUF heap buffers | Jeya R | 2021-10-05 | 1 | -8/+10 |
* | | misc: fastrpc: Update number of max fastrpc sessions | Jeya R | 2021-10-05 | 1 | -1/+1 |
|/ |
|
* | misc: fastrpc: restrict user apps from sending kernel RPC messages | Dmitry Baryshkov | 2021-03-10 | 1 | -0/+5 |
* | misc: fastrpc: fix incorrect usage of dma_map_sgtable | Jonathan Marek | 2021-02-09 | 1 | -3/+4 |