index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tee
/
optee
/
core.c
Age
Commit message (
Expand
)
Author
2022-04-25
optee: cache argument shared memory structs
Jens Wiklander
2022-02-16
optee: add optee_pool_op_free_helper()
Jens Wiklander
2022-02-16
tee: simplify shm pool handling
Jens Wiklander
2022-02-03
optee: use driver internal tee_context for some rpc
Jens Wiklander
2022-01-10
Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2021-12-16
tee: optee: Fix incorrect page free bug
Sumit Garg
2021-11-17
optee: separate notification functions
Jens Wiklander
2021-10-18
optee: add FF-A support
Jens Wiklander
2021-10-18
optee: isolate smc abi
Jens Wiklander
2021-10-15
optee: refactor driver with internal callbacks
Jens Wiklander
2021-10-15
optee: simplify optee_release()
Jens Wiklander
2021-10-12
tee: optee: Fix missing devices unregister during optee_remove
Sumit Garg
2021-07-21
tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag
Sumit Garg
2021-07-21
optee: Clear stale cache entries during initialization
Tyler Hicks
2021-07-21
optee: fix tee out of memory failure seen during kexec reboot
Allen Pais
2021-07-21
optee: Refuse to load the driver under the kdump kernel
Tyler Hicks
2021-04-26
Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-30
tee: optee: do not check memref size on return from Secure World
Jerome Forissier
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2020-08-21
driver: tee: Handle NULL pointer indication from client
Cedric Neveux
2020-07-10
optee: enable support for multi-stage bus enumeration
Maxim Uvarov
2020-01-03
optee: model OP-TEE as a platform device/driver
Ard Biesheuvel
2019-11-15
tee: optee: fix device enumeration error handling
Jens Wiklander
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-04-28
Merge tag 'tee-optee-for-5.2' of http://git.linaro.org:/people/jens.wiklander...
Olof Johansson
2019-04-17
optee: allow to work without static shared memory
Volodymyr Babchuk
2019-03-06
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2019-02-28
tee: optee: add missing of_node_put after of_device_is_available
Julia Lawall
2019-02-01
tee: optee: add TEE bus device enumeration support
Sumit Garg
2018-12-11
tee: optee: log message if dynamic shm is enabled
Victor Chong
2018-08-26
Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/li...
Olof Johansson
2018-08-24
tee: optee: take DT status property into account
Ard Biesheuvel
2018-06-20
tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via Kconfig
Sahil Malhotra
2018-03-06
tee: optee: report OP-TEE revision information
Jérôme Forissier
2017-12-21
Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je...
Arnd Bergmann
2017-12-21
Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/peop...
Arnd Bergmann
2017-12-15
tee: optee: enable dynamic SHM support
Volodymyr Babchuk
2017-12-15
tee: optee: store OP-TEE capabilities in private data
Volodymyr Babchuk
2017-12-15
tee: optee: add registered buffers handling into RPC calls
Volodymyr Babchuk
2017-12-15
tee: optee: add registered shared parameters handling
Volodymyr Babchuk
2017-12-15
tee: optee: add shared buffer registration functions
Volodymyr Babchuk
2017-11-29
optee: support asynchronous supplicant requests
Jens Wiklander
2017-11-29
optee: fix invalid of_node_put() in optee_driver_init()
Jens Wiklander
2017-08-04
tee: optee: add const to tee_driver_ops and tee_desc structures
Bhumika Goyal
2017-08-04
tee: optee: fix uninitialized symbol 'parg'
Jens Wiklander
2017-03-10
tee: add OP-TEE driver
Jens Wiklander