aboutsummaryrefslogtreecommitdiff
path: root/drivers/tee
AgeCommit message (Expand)Author
2019-09-25tee/shm: untag user pointers in tee_shm_registerAndrey Konovalov
2019-07-08tee: optee: add might_sleep for RPC requestsRouven Czerwinski
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-04-28Merge tag 'tee-optee-for-5.2' of http://git.linaro.org:/people/jens.wiklander...Olof Johansson
2019-04-17optee: allow to work without static shared memoryVolodymyr Babchuk
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-03-01Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander...Arnd Bergmann
2019-02-28tee: optee: update optee_msg.h and optee_smc.h to dual licenseJerome Forissier
2019-02-28tee: add cancellation support to client interfaceIgor Opaniuk
2019-02-28tee: optee: add missing of_node_put after of_device_is_availableJulia Lawall
2019-02-20tee: optee: Fix unsigned comparison with less than zeroYueHaibing
2019-02-20tee: fix possible error pointer ctx dereferencingSumit Garg
2019-02-20tee: optee: Initialize some structs using memset instead of bracesNathan Chancellor
2019-02-01tee: optee: add TEE bus device enumeration supportSumit Garg
2019-02-01tee: add bus driver framework for TEE based devicesSumit Garg
2019-02-01tee: add supp_nowait flag in tee_context structSumit Garg
2018-12-31Merge tag 'tee-subsys-optee-for-4.21' of https://git.linaro.org/people/jens.w...Olof Johansson
2018-12-11tee: optee: log message if dynamic shm is enabledVictor Chong
2018-12-11tee: optee: avoid possible double list_del()Zhizhou Zhang
2018-08-26Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/li...Olof Johansson
2018-08-24tee: add kernel internal client interfaceJens Wiklander
2018-08-24tee: optee: take DT status property into accountArd Biesheuvel
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König
2018-06-20tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via KconfigSahil Malhotra
2018-06-19tee: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann
2018-05-07tee: check shm references are consistent in offset/sizeEtienne Carriere
2018-05-07tee: shm: fix use-after-free via temporarily dropped referenceJann Horn
2018-03-06tee: optee: report OP-TEE revision informationJérôme Forissier
2018-03-06tee: optee: GET_OS_REVISION: document a2 as a build identifierJérôme Forissier
2018-03-06tee: correct max value for id allocationPeng Fan
2018-01-11Merge tag 'tee-drv-dynamic-shm+fixes-for-v4.16' of https://git.linaro.org/peo...Olof Johansson
2018-01-09tee: shm: Potential NULL dereference calling tee_shm_register()Dan Carpenter
2017-12-28tee: shm: don't put_page on null shm->pagesColin Ian King
2017-12-28tee: shm: make function __tee_shm_alloc staticColin Ian King
2017-12-28tee: optee: check type of registered shared memoryJens Wiklander
2017-12-28tee: add start argument to shm_register callbackJens Wiklander
2017-12-21tee: optee: fix header dependenciesArnd Bergmann
2017-12-21Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je...Arnd Bergmann
2017-12-21Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/peop...Arnd Bergmann
2017-12-15tee: shm: inline tee_shm_get_id()Volodymyr Babchuk
2017-12-15tee: use reference counting for tee_contextVolodymyr Babchuk
2017-12-15tee: optee: enable dynamic SHM supportVolodymyr Babchuk
2017-12-15tee: optee: add optee-specific shared pool implementationVolodymyr Babchuk
2017-12-15tee: optee: store OP-TEE capabilities in private dataVolodymyr Babchuk
2017-12-15tee: optee: add registered buffers handling into RPC callsVolodymyr Babchuk