aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tee (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-26Merge tag 'tee-dev-cleanup-for-v5.10' of git://git.linaro.org:/people/jens.wiklander/linux-tee into arm/driversOlof Johansson1-33/+7
2020-09-18tee: avoid explicit sysfs_create/delete_group by initialising dev->groupsSudeep Holla1-17/+4
2020-09-18tee: replace cdev_add + device_add with cdev_device_addSudeep Holla1-17/+4
2020-09-13Merge tag 'optee-i2c-fix-for-v5.10' of git://git.linaro.org:/people/jens.wiklander/linux-tee into arm/driversOlof Johansson1-1/+1
2020-09-01drivers: optee: fix i2c build issueJorge Ramirez-Ortiz1-1/+1
2020-08-27Merge tag 'tee-pin-user-pages-for-5.10' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversOlof Johansson1-13/+19
2020-08-25tee: convert get_user_pages() --> pin_user_pages()John Hubbard1-13/+19
2020-08-21Merge tag 'tee-memref-null-for-v5.10' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversOlof Johansson3-18/+41
2020-08-21drivers: optee: allow op-tee to access devices on the i2c busJorge Ramirez-Ortiz3-0/+117
2020-08-21driver: tee: Handle NULL pointer indication from clientCedric Neveux3-18/+41
2020-07-13Merge tag 'optee-bus-for-v5.9' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann3-25/+50
2020-07-10optee: enable support for multi-stage bus enumerationMaxim Uvarov3-22/+44
2020-07-10optee: use uuid for sysfs driver entryMaxim Uvarov1-3/+6
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-05-28tee: fix crypto selectArnd Bergmann1-0/+1
2020-05-25Merge tag 'tee-login-for-5.8' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann3-1/+158
2020-05-25Merge tag 'tee-smatch-for-5.8' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann1-2/+1
2020-05-11tee: optee: Add support for session login client UUID generationVesa Jääskeläinen1-1/+5
2020-05-11tee: add support for session's client UUID generationVesa Jääskeläinen2-0/+153
2020-04-20tee: add private login method for kernel clientsSumit Garg1-0/+7
2020-04-20tee: enable support to register kernel memorySumit Garg1-3/+25
2020-04-20tee: remove unnecessary NULL check in tee_shm_alloc()Dan Carpenter1-2/+1
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-63/+26
2020-03-27Merge tag 'tee-cleanup-for-5.7' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann3-63/+26
2020-03-25Merge tag 'tee-amdtee-fix2-for-5.6' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixesArnd Bergmann1-0/+3
2020-03-10tee: amdtee: out of bounds read in find_session()Dan Carpenter1-0/+3
2020-03-03Merge tag 'socfpga_dts_fix_for_v5.6_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixesOlof Johansson1-1/+1
2020-02-28tee: tee_shm_op_mmap(): use TEE_SHM_USER_MAPPEDJens Wiklander1-1/+1
2020-02-28tee: remove redundant teedev in struct tee_shmJens Wiklander1-5/+2
2020-02-28tee: don't assign shm id for private shmsJens Wiklander2-14/+20
2020-02-28tee: remove unused tee_shm_priv_alloc()Jens Wiklander1-31/+2
2020-02-28tee: remove linked list of struct tee_shmJens Wiklander2-12/+1
2020-02-27tee: amdtee: fix memory leak in amdtee_open_session()Dan Carpenter1-24/+24
2020-02-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2020-02-13tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DDHongbo Yao1-1/+1
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-89/+64
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+0
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-2/+1342
2020-01-24Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixesOlof Johansson1-0/+1
2020-01-23tee: optee: Fix compilation issue with nommuVincenzo Frascino1-0/+1
2020-01-22tee: fix memory allocation failure checks on drv_data and amdteeColin Ian King1-2/+2
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie1-1/+14
2020-01-16tee: amdtee: remove redundant NULL check for poolRijo Thomas1-2/+1
2020-01-16tee: amdtee: rename err label to err_device_unregisterRijo Thomas1-2/+2
2020-01-16tee: amdtee: skip tee_device_unregister if tee_device_alloc failsRijo Thomas1-1/+3
2020-01-16tee: amdtee: print error message if tee not presentRijo Thomas1-3/+4
2020-01-16tee: amdtee: remove unused variable initializationRijo Thomas2-14/+14
2020-01-04tee: amdtee: check TEE status during driver initializationRijo Thomas1-0/+6
2020-01-04tee: add AMD-TEE driverRijo Thomas9-1/+1333
2020-01-04tee: allow compilation of tee subsystem for AMD CPUsRijo Thomas1-1/+1