index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tee
/
optee
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-13
tee: optee: Fix kernel panic caused by incorrect error handling
Sumit Garg
1
-1
/
+2
2023-12-13
tee: optee: Fix supplicant based device enumeration
Sumit Garg
1
-2
/
+15
2022-12-02
tee: optee: fix possible memory leak in optee_register_device()
Yang Yingliang
1
-1
/
+1
2022-03-02
optee: use driver internal tee_context for some rpc
Jens Wiklander
3
-3
/
+15
2021-12-29
tee: optee: Fix incorrect page free bug
Sumit Garg
1
-4
/
+2
2021-10-20
tee: optee: Fix missing devices unregister during optee_remove
Sumit Garg
3
-0
/
+26
2021-08-15
tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag
Sumit Garg
4
-6
/
+12
2021-08-12
optee: fix tee out of memory failure seen during kexec reboot
Allen Pais
1
-0
/
+20
2021-08-12
optee: Refuse to load the driver under the kdump kernel
Tyler Hicks
1
-0
/
+11
2021-08-12
optee: Fix memory leak when failing to register shm pages
Tyler Hicks
1
-2
/
+10
2021-08-12
optee: Clear stale cache entries during initialization
Tyler Hicks
3
-3
/
+43
2021-06-10
optee: use export_uuid() to copy client UUID
Jens Wiklander
2
-4
/
+8
2021-05-11
tee: optee: do not check memref size on return from Secure World
Jerome Forissier
1
-10
/
+0
2021-03-04
optee: simplify i2c access
Arnd Bergmann
1
-15
/
+16
2021-02-04
tee: optee: replace might_sleep with cond_resched
Rouven Czerwinski
1
-1
/
+3
2020-11-25
optee: add writeback to valid memory type
Rui Miguel Silva
1
-1
/
+2
2020-09-13
Merge tag 'optee-i2c-fix-for-v5.10' of git://git.linaro.org:/people/jens.wikl...
Olof Johansson
1
-1
/
+1
2020-09-01
drivers: optee: fix i2c build issue
Jorge Ramirez-Ortiz
1
-1
/
+1
2020-08-21
Merge tag 'tee-memref-null-for-v5.10' of git://git.linaro.org/people/jens.wik...
Olof Johansson
2
-0
/
+10
2020-08-21
drivers: optee: allow op-tee to access devices on the i2c bus
Jorge Ramirez-Ortiz
3
-0
/
+117
2020-08-21
driver: tee: Handle NULL pointer indication from client
Cedric Neveux
2
-0
/
+10
2020-07-13
Merge tag 'optee-bus-for-v5.9' of git://git.linaro.org/people/jens.wiklander/...
Arnd Bergmann
3
-25
/
+50
2020-07-10
optee: enable support for multi-stage bus enumeration
Maxim Uvarov
3
-22
/
+44
2020-07-10
optee: use uuid for sysfs driver entry
Maxim Uvarov
1
-3
/
+6
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-05-11
tee: optee: Add support for session login client UUID generation
Vesa Jääskeläinen
1
-1
/
+5
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-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-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-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-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
7
-70
/
+7
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+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
7
-49
/
+181
2019-03-01
Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander...
Arnd Bergmann
2
-48
/
+4
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: 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: 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 supp_nowait flag in tee_context struct
Sumit Garg
1
-1
/
+9
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
1
-1
/
+1
[next]