Age | Commit message (Expand) | Author | Files | Lines |
2022-02-18 | Merge tag 'optee-fix2-for-v5.17' of git://git.linaro.org/people/jens.wiklande... | Arnd Bergmann | 2 | -2/+6 |
2022-02-14 | tee: optee: fix error return code in probe function | Yang Yingliang | 2 | -2/+6 |
2022-02-08 | Merge tag 'optee-fixes-for-v5.17' of git://git.linaro.org/people/jens.wikland... | Arnd Bergmann | 3 | -14/+13 |
2022-02-03 | optee: use driver internal tee_context for some rpc | Jens Wiklander | 4 | -67/+64 |
2022-01-24 | optee: add error checks in optee_ffa_do_call_with_arg() | Jens Wiklander | 1 | -3/+12 |
2022-01-24 | tee: optee: do not check memref size on return from Secure World | Jerome Forissier | 1 | -10/+0 |
2022-01-24 | optee: Use bitmap_free() to free bitmap | Christophe JAILLET | 1 | -1/+1 |
2022-01-10 | Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 11 | -124/+471 |
2021-12-23 | Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -112/+70 |
2021-12-16 | optee: Suppress false positive kmemleak report in optee_handle_rpc() | Xiaolei Wang | 1 | -0/+2 |
2021-12-16 | tee: optee: Fix incorrect page free bug | Sumit Garg | 1 | -4/+2 |
2021-12-16 | tee: handle lookup of shm with reference count 0 | Jens Wiklander | 1 | -108/+66 |
2021-11-30 | optee: Fix NULL but dereferenced coccicheck error | Yang Li | 1 | -2/+2 |
2021-11-29 | tee: amdtee: fix an IS_ERR() vs NULL bug | Dan Carpenter | 1 | -3/+2 |
2021-11-17 | optee: add asynchronous notifications | Jens Wiklander | 4 | -36/+289 |
2021-11-17 | optee: separate notification functions | Jens Wiklander | 8 | -91/+181 |
2021-11-17 | tee: export teedev_open() and teedev_close_context() | Jens Wiklander | 1 | -2/+4 |
2021-11-17 | tee: fix put order in teedev_close_context() | Jens Wiklander | 1 | -1/+3 |
2021-11-16 | optee: fix kfree NULL pointer | Lv Ruyi | 1 | -4/+3 |
2021-11-04 | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
2021-11-02 | Merge tag 'optee-ffa-fix-for-v5.16' of git://git.linaro.org/people/jens.wikla... | Arnd Bergmann | 1 | -2/+2 |
2021-10-28 | optee: Fix spelling mistake "reclain" -> "reclaim" | Colin Ian King | 1 | -2/+2 |
2021-10-25 | dma-buf: move dma-buf symbols into the DMA_BUF module namespace | Greg Kroah-Hartman | 1 | -0/+3 |
2021-10-21 | optee: smc_abi.c: add missing #include <linux/mm.h> | Jens Wiklander | 1 | -0/+1 |
2021-10-18 | optee: add FF-A support | Jens Wiklander | 7 | -13/+1143 |
2021-10-18 | optee: isolate smc abi | Jens Wiklander | 8 | -1388/+1506 |
2021-10-15 | optee: refactor driver with internal callbacks | Jens Wiklander | 4 | -106/+182 |
2021-10-15 | optee: simplify optee_release() | Jens Wiklander | 3 | -49/+39 |
2021-10-12 | tee: optee: Fix missing devices unregister during optee_remove | Sumit Garg | 3 | -0/+26 |
2021-09-14 | tee/optee/shm_pool: fix application of sizeof to pointer | jing yangyang | 1 | -1/+1 |
2021-07-21 | tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag | Sumit Garg | 5 | -8/+14 |
2021-07-21 | tee: add tee_shm_alloc_kernel_buf() | Jens Wiklander | 1 | -0/+18 |
2021-07-21 | optee: Clear stale cache entries during initialization | Tyler Hicks | 3 | -3/+43 |
2021-07-21 | optee: fix tee out of memory failure seen during kexec reboot | Allen Pais | 1 | -0/+20 |
2021-07-21 | optee: Refuse to load the driver under the kdump kernel | Tyler Hicks | 1 | -0/+11 |
2021-07-21 | optee: Fix memory leak when failing to register shm pages | Tyler Hicks | 1 | -2/+10 |
2021-06-29 | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
2021-06-06 | Merge tag 'optee-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander... | Olof Johansson | 2 | -4/+8 |
2021-05-18 | optee: use export_uuid() to copy client UUID | Jens Wiklander | 2 | -4/+8 |
2021-05-18 | tee: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-05-17 | Merge tag 'amdtee-fixes-for-v5.13' of git://git.linaro.org/people/jens.wiklan... | Arnd Bergmann | 3 | -16/+106 |
2021-05-05 | tee: amdtee: unload TA only when its refcount becomes 0 | Rijo Thomas | 3 | -16/+106 |
2021-04-26 | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -10/+74 |
2021-04-01 | Merge tag 'optee-memref-size-for-v5.13' of git://git.linaro.org/people/jens.w... | Arnd Bergmann | 1 | -10/+0 |
2021-03-30 | tee: optee: do not check memref size on return from Secure World | Jerome Forissier | 1 | -10/+0 |
2021-03-30 | tee: optee: fix build error caused by recent optee tracepoints feature | Jisheng Zhang | 1 | -0/+3 |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 1 | -1/+0 |
2021-03-15 | tee: optee: add invoke_fn tracepoints | Jisheng Zhang | 2 | -0/+71 |
2021-02-09 | Merge tag 'optee-simplify-i2c-access_for-v5.12' of git://git.linaro.org/peopl... | Arnd Bergmann | 1 | -15/+16 |
2021-02-08 | optee: simplify i2c access | Arnd Bergmann | 1 | -15/+16 |