index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tee
Age
Commit message (
Expand
)
Author
Files
Lines
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-28
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
2018-12-31
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-26
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
2018-06-20
dma-buf: remove kmap_atomic interface
Christian König
1
-6
/
+0
2018-06-20
tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via Kconfig
Sahil Malhotra
2
-1
/
+9
2018-06-19
tee: replace getnstimeofday64() with ktime_get_real_ts64()
Arnd Bergmann
1
-1
/
+1
2018-05-07
tee: check shm references are consistent in offset/size
Etienne Carriere
1
-0
/
+11
2018-05-07
tee: shm: fix use-after-free via temporarily dropped reference
Jann Horn
1
-2
/
+3
2018-03-06
tee: optee: report OP-TEE revision information
Jérôme Forissier
1
-0
/
+23
2018-03-06
tee: optee: GET_OS_REVISION: document a2 as a build identifier
Jérôme Forissier
1
-1
/
+9
2018-03-06
tee: correct max value for id allocation
Peng Fan
1
-5
/
+9
2018-01-11
Merge tag 'tee-drv-dynamic-shm+fixes-for-v4.16' of https://git.linaro.org/peo...
Olof Johansson
3
-14
/
+59
2018-01-09
tee: shm: Potential NULL dereference calling tee_shm_register()
Dan Carpenter
1
-1
/
+1
2017-12-28
tee: shm: don't put_page on null shm->pages
Colin Ian King
1
-3
/
+5
2017-12-28
tee: shm: make function __tee_shm_alloc static
Colin Ian King
1
-3
/
+3
2017-12-28
tee: optee: check type of registered shared memory
Jens Wiklander
1
-2
/
+42
2017-12-28
tee: add start argument to shm_register callback
Jens Wiklander
3
-5
/
+9
2017-12-21
tee: optee: fix header dependencies
Arnd Bergmann
1
-1
/
+1
2017-12-21
Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je...
Arnd Bergmann
13
-218
/
+895
2017-12-21
Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/peop...
Arnd Bergmann
5
-189
/
+276
2017-12-15
tee: shm: inline tee_shm_get_id()
Volodymyr Babchuk
1
-11
/
+0
2017-12-15
tee: use reference counting for tee_context
Volodymyr Babchuk
3
-9
/
+41
2017-12-15
tee: optee: enable dynamic SHM support
Volodymyr Babchuk
1
-18
/
+51
2017-12-15
tee: optee: add optee-specific shared pool implementation
Volodymyr Babchuk
3
-0
/
+99
2017-12-15
tee: optee: store OP-TEE capabilities in private data
Volodymyr Babchuk
2
-0
/
+4
2017-12-15
tee: optee: add registered buffers handling into RPC calls
Volodymyr Babchuk
4
-11
/
+102
2017-12-15
tee: optee: add registered shared parameters handling
Volodymyr Babchuk
1
-15
/
+63
2017-12-15
tee: optee: add shared buffer registration functions
Volodymyr Babchuk
3
-0
/
+75
[prev]
[next]