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
2022-11-17
tee: optee: fix possible memory leak in optee_register_device()
Yang Yingliang
1
-1
/
+1
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+10
2022-10-06
Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-25
/
+22
2022-09-26
optee: remove vma linked list walk
Matthew Wilcox (Oracle)
1
-8
/
+10
2022-09-15
Merge tag 'ffa-updates-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
2
-25
/
+22
2022-09-08
firmware: arm_ffa: Split up ffa_ops into info, message and memory operations
Sudeep Holla
1
-15
/
+18
2022-09-08
firmware: arm_ffa: Rename ffa_dev_ops as ffa_ops
Sudeep Holla
1
-7
/
+7
2022-09-08
firmware: arm_ffa: Make memory apis ffa_device independent
Sudeep Holla
1
-1
/
+1
2022-09-08
tee: optee: Drop ffa_ops in optee_ffa structure using ffa_dev->ops directly
Sudeep Holla
2
-11
/
+5
2022-08-25
tee: fix compiler warning in tee_shm_register()
Jens Wiklander
1
-0
/
+1
2022-08-18
tee: add overflow check in register_shm_helper()
Jens Wiklander
1
-0
/
+3
2022-07-08
tee: tee_get_drvdata(): fix description of return value
Marc Kleine-Budde
1
-1
/
+1
2022-07-08
optee: Remove duplicate 'of' in two places.
Jiang Jian
1
-1
/
+1
2022-07-08
optee: smc_abi.c: fix wrong pointer passed to IS_ERR/PTR_ERR()
Yang Yingliang
1
-2
/
+2
2022-05-30
Merge tag 'optee-warning-for-v5.19' of https://git.linaro.org/people/jens.wik...
Arnd Bergmann
1
-1
/
+1
2022-05-30
tee: optee: Pass a pointer to virt_addr_valid()
Linus Walleij
1
-1
/
+1
2022-05-26
Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-170
/
+489
2022-05-06
Merge tag 'tee-cleanup-for-v5.19' of https://git.linaro.org/people/jens.wikla...
Arnd Bergmann
2
-52
/
+0
2022-05-05
Merge tag 'optee-rpc-arg-for-v5.19' of https://git.linaro.org/people/jens.wik...
Arnd Bergmann
7
-102
/
+461
2022-05-05
Merge tag 'ffa-updates-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Arnd Bergmann
1
-1
/
+1
2022-05-05
Merge tag 'tee-shm-vmalloc-for-v5.19' of https://git.linaro.org/people/jens.w...
Arnd Bergmann
2
-11
/
+26
2022-04-29
tee: optee: Use ffa_dev_get_drvdata to fetch driver_data
Sudeep Holla
1
-1
/
+1
2022-04-26
tee: remove flags TEE_IOCTL_SHM_MAPPED and TEE_IOCTL_SHM_DMA_BUF
Andrew Davis
1
-2
/
+0
2022-04-26
tee: remove tee_shm_va2pa() and tee_shm_pa2va()
Andrew Davis
1
-50
/
+0
2022-04-25
optee: cache argument shared memory structs
Jens Wiklander
5
-67
/
+318
2022-04-13
optee: add FF-A capability OPTEE_FFA_SEC_CAP_ARG_OFFSET
Jens Wiklander
2
-3
/
+26
2022-04-13
optee: add OPTEE_SMC_CALL_WITH_RPC_ARG and OPTEE_SMC_CALL_WITH_REGD_ARG
Jens Wiklander
3
-32
/
+117
2022-04-13
optee: rename rpc_arg_count to rpc_param_count
Jens Wiklander
3
-10
/
+10
2022-04-05
tee: optee: add missing mutext_destroy in optee_ffa_probe
Dongliang Mu
1
-0
/
+1
2022-04-05
tee: make tee_shm_register_kernel_buf vmalloc supported
Phil Chang
2
-11
/
+26
2022-04-05
tee: combine "config" and "menu" for TEE's menuconfig
Jan Engelhardt
1
-4
/
+1
2022-03-23
Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
13
-444
/
+346
2022-02-25
Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/...
Arnd Bergmann
12
-505
/
+404
2022-02-18
Merge tag 'optee-fix2-for-v5.17' of git://git.linaro.org/people/jens.wiklande...
Arnd Bergmann
2
-2
/
+6
2022-02-16
tee: refactor TEE_SHM_* flags
Jens Wiklander
3
-15
/
+14
2022-02-16
tee: replace tee_shm_register()
Jens Wiklander
1
-66
/
+90
2022-02-16
tee: add tee_shm_register_{user,kernel}_buf()
Jens Wiklander
3
-2
/
+36
2022-02-16
optee: add optee_pool_op_free_helper()
Jens Wiklander
4
-7
/
+17
2022-02-16
tee: replace tee_shm_alloc()
Jens Wiklander
5
-50
/
+75
2022-02-16
tee: simplify shm pool handling
Jens Wiklander
9
-270
/
+117
2022-02-16
tee: add tee_shm_alloc_user_buf()
Jens Wiklander
4
-2
/
+21
2022-02-16
tee: remove unused tee_shm_pool_alloc_res_mem()
Jens Wiklander
1
-56
/
+0
2022-02-14
tee: optee: fix error return code in probe function
Yang Yingliang
2
-2
/
+6
2022-02-14
tee: amdtee: Make use of the helper macro LIST_HEAD()
Cai Huoqing
1
-1
/
+1
2022-02-08
Merge tag 'optee-fixes-for-v5.17' of git://git.linaro.org/people/jens.wikland...
Arnd Bergmann
3
-14
/
+13
2022-02-03
optee: use driver internal tee_context for some rpc
Jens Wiklander
4
-67
/
+64
2022-01-24
optee: add error checks in optee_ffa_do_call_with_arg()
Jens Wiklander
1
-3
/
+12
2022-01-24
tee: optee: do not check memref size on return from Secure World
Jerome Forissier
1
-10
/
+0
2022-01-24
optee: Use bitmap_free() to free bitmap
Christophe JAILLET
1
-1
/
+1
2022-01-10
Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
11
-124
/
+471
[next]