index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tee
Commit message (
Expand
)
Author
Age
Files
Lines
*
tee: optee: report OP-TEE revision information
Jérôme Forissier
2018-03-06
1
-0
/
+23
*
tee: optee: GET_OS_REVISION: document a2 as a build identifier
Jérôme Forissier
2018-03-06
1
-1
/
+9
*
tee: correct max value for id allocation
Peng Fan
2018-03-06
1
-5
/
+9
*
Merge tag 'tee-drv-dynamic-shm+fixes-for-v4.16' of https://git.linaro.org/peo...
Olof Johansson
2018-01-11
3
-14
/
+59
|
\
|
*
tee: shm: Potential NULL dereference calling tee_shm_register()
Dan Carpenter
2018-01-09
1
-1
/
+1
|
*
tee: shm: don't put_page on null shm->pages
Colin Ian King
2017-12-28
1
-3
/
+5
|
*
tee: shm: make function __tee_shm_alloc static
Colin Ian King
2017-12-28
1
-3
/
+3
|
*
tee: optee: check type of registered shared memory
Jens Wiklander
2017-12-28
1
-2
/
+42
|
*
tee: add start argument to shm_register callback
Jens Wiklander
2017-12-28
3
-5
/
+9
*
|
tee: optee: fix header dependencies
Arnd Bergmann
2017-12-21
1
-1
/
+1
*
|
Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je...
Arnd Bergmann
2017-12-21
13
-218
/
+895
|
\
|
|
*
tee: shm: inline tee_shm_get_id()
Volodymyr Babchuk
2017-12-15
1
-11
/
+0
|
*
tee: use reference counting for tee_context
Volodymyr Babchuk
2017-12-15
3
-9
/
+41
|
*
tee: optee: enable dynamic SHM support
Volodymyr Babchuk
2017-12-15
1
-18
/
+51
|
*
tee: optee: add optee-specific shared pool implementation
Volodymyr Babchuk
2017-12-15
3
-0
/
+99
|
*
tee: optee: store OP-TEE capabilities in private data
Volodymyr Babchuk
2017-12-15
2
-0
/
+4
|
*
tee: optee: add registered buffers handling into RPC calls
Volodymyr Babchuk
2017-12-15
4
-11
/
+102
|
*
tee: optee: add registered shared parameters handling
Volodymyr Babchuk
2017-12-15
1
-15
/
+63
|
*
tee: optee: add shared buffer registration functions
Volodymyr Babchuk
2017-12-15
3
-0
/
+75
|
*
tee: optee: add page list manipulation functions
Volodymyr Babchuk
2017-12-15
2
-0
/
+96
|
*
tee: optee: Update protocol definitions
Volodymyr Babchuk
2017-12-15
2
-6
/
+39
|
*
tee: add register user memory
Jens Wiklander
2017-12-15
2
-28
/
+219
|
*
tee: flexible shared memory pool creation
Jens Wiklander
2017-12-15
3
-122
/
+108
*
|
Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/peop...
Arnd Bergmann
2017-12-21
5
-189
/
+276
|
\
\
|
|
/
|
/
|
|
*
optee: support asynchronous supplicant requests
Jens Wiklander
2017-11-29
4
-173
/
+243
|
*
tee: add TEE_IOCTL_PARAM_ATTR_META
Jens Wiklander
2017-11-29
2
-6
/
+35
|
*
tee: add tee_param_is_memref() for driver use
Jens Wiklander
2017-11-29
1
-14
/
+2
*
|
optee: fix invalid of_node_put() in optee_driver_init()
Jens Wiklander
2017-11-29
1
-1
/
+0
|
/
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
2
-0
/
+2
*
tee: optee: sync with new naming of interrupts
David Wang
2017-08-04
2
-10
/
+10
*
tee: indicate privileged dev in gen_caps
Jens Wiklander
2017-08-04
1
-0
/
+5
*
tee: optee: interruptible RPC sleep
tiger-yu99
2017-08-04
1
-5
/
+2
*
tee: optee: add const to tee_driver_ops and tee_desc structures
Bhumika Goyal
2017-08-04
1
-4
/
+4
*
tee: tee_shm: Constify dma_buf_ops structures.
Arvind Yadav
2017-08-04
1
-1
/
+1
*
tee: optee: fix uninitialized symbol 'parg'
Jens Wiklander
2017-08-04
1
-5
/
+6
*
Merge tag 'v4.12-rc1' into fixes
Olof Johansson
2017-05-18
1
-4
/
+4
|
\
|
*
Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
2017-05-10
1
-4
/
+4
*
|
tee: add ARM_SMCCC dependency
Arnd Bergmann
2017-05-10
1
-0
/
+1
|
/
*
tee: add OP-TEE driver
Jens Wiklander
2017-03-10
11
-0
/
+2809
*
tee: generic TEE subsystem
Jens Wiklander
2017-03-09
6
-0
/
+1548