Age | Commit message (Expand) | Author | Files | Lines |
2020-02-09 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -89/+64 |
2020-01-30 | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -6/+0 |
2020-01-29 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 9 | -2/+1342 |
2020-01-24 | Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wik... | Olof Johansson | 1 | -0/+1 |
2020-01-23 | tee: optee: Fix compilation issue with nommu | Vincenzo Frascino | 1 | -0/+1 |
2020-01-22 | tee: fix memory allocation failure checks on drv_data and amdtee | Colin Ian King | 1 | -2/+2 |
2020-01-20 | Backmerge v5.5-rc7 into drm-next | Dave Airlie | 1 | -1/+14 |
2020-01-16 | tee: amdtee: remove redundant NULL check for pool | Rijo Thomas | 1 | -2/+1 |
2020-01-16 | tee: amdtee: rename err label to err_device_unregister | Rijo Thomas | 1 | -2/+2 |
2020-01-16 | tee: amdtee: skip tee_device_unregister if tee_device_alloc fails | Rijo Thomas | 1 | -1/+3 |
2020-01-16 | tee: amdtee: print error message if tee not present | Rijo Thomas | 1 | -3/+4 |
2020-01-16 | tee: amdtee: remove unused variable initialization | Rijo Thomas | 2 | -14/+14 |
2020-01-04 | tee: amdtee: check TEE status during driver initialization | Rijo Thomas | 1 | -0/+6 |
2020-01-04 | tee: add AMD-TEE driver | Rijo Thomas | 9 | -1/+1333 |
2020-01-04 | tee: allow compilation of tee subsystem for AMD CPUs | Rijo Thomas | 1 | -1/+1 |
2020-01-03 | optee: Fix multi page dynamic shm pool alloc | Sumit Garg | 1 | -1/+14 |
2020-01-03 | optee: model OP-TEE as a platform device/driver | Ard Biesheuvel | 1 | -89/+64 |
2019-12-17 | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 1 | -6/+0 |
2019-12-06 | Merge mainline/master into arm/fixes | Olof Johansson | 1 | -1/+1 |
2019-11-26 | drm/tee_shm: Drop dma_buf_k(unmap) support | Daniel Vetter | 1 | -6/+0 |
2019-11-15 | tee: optee: fix device enumeration error handling | Jens Wiklander | 1 | -8/+12 |
2019-11-15 | tee: optee: Fix dynamic shm pool allocations | Sumit Garg | 2 | -1/+18 |
2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 1 | -1/+1 |
2019-09-26 | tee/shm: untag user pointers in tee_shm_register | Andrey Konovalov | 1 | -0/+1 |
2019-07-08 | tee: optee: add might_sleep for RPC requests | Rouven Czerwinski | 1 | -0/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 11 | -110/+11 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-16 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -31/+49 |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 1 | -1/+1 |
2019-04-29 | Merge tag 'tee-optee-for-5.2' of http://git.linaro.org:/people/jens.wiklander... | Olof Johansson | 1 | -31/+49 |
2019-04-17 | optee: allow to work without static shared memory | Volodymyr Babchuk | 1 | -31/+49 |
2019-03-06 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 8 | -53/+255 |
2019-03-01 | Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander... | Arnd Bergmann | 3 | -48/+13 |
2019-02-28 | tee: optee: update optee_msg.h and optee_smc.h to dual license | Jerome Forissier | 2 | -48/+4 |
2019-02-28 | tee: add cancellation support to client interface | Igor Opaniuk | 1 | -0/+9 |
2019-02-28 | tee: optee: add missing of_node_put after of_device_is_available | Julia Lawall | 1 | -1/+3 |
2019-02-20 | tee: optee: Fix unsigned comparison with less than zero | YueHaibing | 1 | -1/+1 |
2019-02-20 | tee: fix possible error pointer ctx dereferencing | Sumit Garg | 1 | -1/+3 |
2019-02-20 | tee: optee: Initialize some structs using memset instead of braces | Nathan Chancellor | 1 | -3/+8 |
2019-02-01 | tee: optee: add TEE bus device enumeration support | Sumit Garg | 4 | -0/+163 |
2019-02-01 | tee: add bus driver framework for TEE based devices | Sumit Garg | 1 | -4/+50 |
2019-02-01 | tee: add supp_nowait flag in tee_context struct | Sumit Garg | 2 | -1/+22 |
2019-01-01 | Merge tag 'tee-subsys-optee-for-4.21' of https://git.linaro.org/people/jens.w... | Olof Johansson | 1 | -0/+3 |
2018-12-11 | tee: optee: log message if dynamic shm is enabled | Victor Chong | 1 | -0/+3 |
2018-12-11 | tee: optee: avoid possible double list_del() | Zhizhou Zhang | 1 | -6/+7 |
2018-08-27 | Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/li... | Olof Johansson | 2 | -8/+107 |
2018-08-24 | tee: add kernel internal client interface | Jens Wiklander | 1 | -7/+106 |
2018-08-24 | tee: optee: take DT status property into account | Ard Biesheuvel | 1 | -1/+1 |
2018-08-23 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -2/+10 |
2018-06-22 | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -6/+0 |