index
:
kernel/git/mips/linux.git
master
mips-fixes
mips-next
MIPS group's fork of linux.git
MIPS group
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
tee
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-21
Merge tag 'qcomtee-fixes2-for-6.18' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
2
-2
/
+2
2025-11-17
tee: qcomtee: initialize result before use in release worker
Amirreza Zarrabi
1
-1
/
+1
2025-11-14
tee: qcomtee: fix uninitialized pointers with free attribute
Ally Heev
1
-1
/
+1
2025-10-17
Merge tag 'tee-qcomtee-fixes-for-v6.18' of git://git.kernel.org/pub/scm/linux...
Arnd Bergmann
3
-2
/
+3
2025-10-02
tee: QCOMTEE should depend on ARCH_QCOM
Geert Uytterhoeven
1
-0
/
+1
2025-10-01
Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
28
-124
/
+5581
2025-09-24
Merge tag 'tee-shm-register-fix-for-v6.17' of git://git.kernel.org/pub/scm/li...
Arnd Bergmann
1
-0
/
+8
2025-09-23
Merge tag 'tee-qcomtee-for-v6.18' of git://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
16
-7
/
+3995
2025-09-22
tee: fix register_shm_helper()
Jens Wiklander
1
-0
/
+8
2025-09-19
tee: qcom: return -EFAULT instead of -EINVAL if copy_from_user() fails
Dan Carpenter
1
-1
/
+1
2025-09-19
tee: qcom: prevent potential off by one read
Dan Carpenter
1
-1
/
+1
2025-09-15
tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl
Amirreza Zarrabi
6
-4
/
+267
2025-09-15
tee: qcom: add primordial object
Amirreza Zarrabi
4
-5
/
+81
2025-09-15
tee: add Qualcomm TEE driver
Amirreza Zarrabi
12
-0
/
+3530
2025-09-15
tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
Amirreza Zarrabi
1
-0
/
+85
2025-09-15
tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
Amirreza Zarrabi
1
-0
/
+33
2025-09-15
tee: add close_context to TEE driver operation
Amirreza Zarrabi
2
-6
/
+7
2025-09-15
tee: allow a driver to allocate a tee_device without a pool
Amirreza Zarrabi
1
-1
/
+1
2025-09-15
Merge tag 'tee-prot-dma-buf-for-v6.18' of git://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
16
-67
/
+1566
2025-09-15
Merge tag 'tee-sha1-lib-for-v6.18' of git://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
2
-48
/
+10
2025-09-11
optee: smc abi: dynamic protected memory allocation
Jens Wiklander
1
-3
/
+75
2025-09-11
optee: FF-A: dynamic protected memory allocation
Jens Wiklander
4
-3
/
+492
2025-09-11
optee: support protected memory allocation
Jens Wiklander
4
-2
/
+81
2025-09-11
tee: add tee_shm_alloc_dma_mem()
Jens Wiklander
1
-2
/
+83
2025-09-11
tee: new ioctl to a register tee_shm from a dmabuf file descriptor
Etienne Carriere
3
-4
/
+140
2025-09-11
tee: refactor params_from_user()
Jens Wiklander
1
-40
/
+54
2025-09-11
tee: implement protected DMA-heap
Jens Wiklander
5
-0
/
+516
2025-09-11
optee: sync secure world ABI headers
Jens Wiklander
3
-18
/
+130
2025-09-01
Merge tag 'optee-typo-fix-for-v6.17' of https://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
1
-2
/
+2
2025-08-18
tee: optee: ffa: fix a typo of "optee_ffa_api_is_compatible"
Sungbae Yoo
1
-2
/
+2
2025-08-13
tee: Use SHA-1 library instead of crypto_shash
Eric Biggers
2
-48
/
+10
2025-08-04
tee: fix memory leak in tee_dyn_shm_alloc_helper
Pei Xiao
1
-3
/
+5
2025-08-04
tee: fix NULL pointer dereference in tee_shm_put
Pei Xiao
1
-1
/
+5
2025-08-04
drivers: tee: improve sysfs interface by using sysfs_emit()
Akhilesh Patil
2
-2
/
+2
2025-07-03
Merge tag 'optee-fix-for-v6.16' of https://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
2
-9
/
+34
2025-06-12
optee: ffa: fix sleep in atomic context
Jens Wiklander
2
-9
/
+34
2025-05-10
Merge tag 'tee-for-v6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
2
-7
/
+7
2025-04-30
tee: Prevent size calculation wraparound on 32-bit kernels
Jann Horn
1
-5
/
+6
2025-04-29
amdtee: Sort header includes
Mario Limonciello
1
-4
/
+5
2025-04-29
amdtee: Use pr_fmt for messages
Mario Limonciello
1
-3
/
+4
2025-04-25
tee: optee: smc: remove unnecessary NULL check before release_firmware()
Chen Ni
1
-2
/
+1
2025-02-14
tee: optee: Fix supplicant wait loop
Sumit Garg
1
-27
/
+8
2024-12-17
optee: fix format string for printing optee build_id
Sahil Malhotra
1
-2
/
+3
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-09-09
optee: Fix a NULL vs IS_ERR() check
Dan Carpenter
1
-1
/
+1
2024-09-03
optee: add RPMB dependency
Jens Wiklander
1
-0
/
+1
2024-08-26
optee: probe RPMB device using RPMB subsystem
Jens Wiklander
9
-2
/
+371
2024-08-26
tee: add tee_device_set_dev_groups()
Jens Wiklander
1
-6
/
+13
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-07-16
Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-5
/
+20
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-06-27
Merge tag 'optee-fix-for-v6.11' of https://git.linaro.org/people/jens.wikland...
Arnd Bergmann
1
-3
/
+9
2024-06-27
Merge tag 'optee-notif-wait-timeout-for-v6.11' of https://git.linaro.org/peop...
Arnd Bergmann
4
-5
/
+20
2024-06-27
tee: optee: ffa: Fix missing-field-initializers warning
Mark-PK Tsai
1
-3
/
+9
2024-05-30
optee: add timeout value to optee_notif_wait() to support timeout
Gavin Liu
4
-5
/
+20
2024-04-29
Merge tag 'tee-ts-for-v6.10' of https://git.linaro.org/people/jens.wiklander/...
Arnd Bergmann
22
-135
/
+675
2024-04-03
tee: tstee: Add Trusted Services TEE driver
Balint Dobszay
6
-0
/
+588
2024-04-03
tee: optee: Move pool_op helper functions
Balint Dobszay
5
-84
/
+72
2024-04-03
tee: Refactor TEE subsystem header files
Sumit Garg
16
-51
/
+15
2024-03-25
tee: optee: smc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-03-12
Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2024-03-04
tee: make tee_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-03-04
tee: optee: Fix kernel panic caused by incorrect error handling
Sumit Garg
1
-1
/
+2
2024-01-11
Merge tag 'docs-6.8' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2023-12-22
Merge tag 'tee-iov-iter-for-v6.8' of https://git.linaro.org/people/jens.wikla...
Arnd Bergmann
1
-36
/
+42
2023-12-22
Merge tag 'optee-cleanup-for-v6.8' of https://git.linaro.org/people/jens.wikl...
Arnd Bergmann
4
-15
/
+18
2023-12-22
Merge tag 'kern-priv-shm-for-v6.8' of https://git.linaro.org/people/jens.wikl...
Arnd Bergmann
2
-45
/
+44
2023-12-13
tee: Use iov_iter to better support shared buffer registration
Arnaud Pouliquen
1
-36
/
+42
2023-12-11
optee: add missing description of RPC argument reference
Etienne Carriere
1
-0
/
+1
2023-12-08
Documentation: Destage TEE subsystem documentation
Sumit Garg
1
-1
/
+1
2023-12-04
optee: allocate shared memory with alloc_pages_exact()
Jens Wiklander
1
-11
/
+9
2023-12-04
optee: add page list to kernel private shared memory
Jens Wiklander
2
-36
/
+37
2023-11-17
optee: ffa_abi: add asynchronous notifications
Jens Wiklander
3
-8
/
+117
2023-11-17
optee: provide optee_do_bottom_half() as a common function
Jens Wiklander
3
-34
/
+38
2023-11-17
tee: optee: support tracking system threads
Etienne Carriere
4
-4
/
+141
2023-11-17
tee: system session
Etienne Carriere
1
-0
/
+8
2023-11-17
tee: optee: system thread call property
Etienne Carriere
5
-23
/
+42
2023-11-14
tee: optee: Remove redundant custom workqueue
Sumit Garg
2
-13
/
+2
2023-11-03
tee: optee: Fix supplicant based device enumeration
Sumit Garg
1
-2
/
+15
2023-10-18
tee: make tee_class constant
Greg Kroah-Hartman
1
-10
/
+11
2023-10-12
Merge tag 'soc-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+6
2023-10-03
tee: amdtee: fix use-after-free vulnerability in amdtee_close_session
Rijo Thomas
1
-4
/
+6
2023-09-13
tee: Remove unused declarations
Yue Haibing
2
-4
/
+0
2023-06-29
Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2023-06-15
tee: optee: Use kmemdup() to replace kmalloc + memcpy
Jiapeng Chong
1
-2
/
+1
2023-06-07
Merge tag 'amdtee-fix-for-v6.5' of https://git.linaro.org/people/jens.wikland...
Arnd Bergmann
2
-17
/
+23
2023-05-25
Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/j...
Arnd Bergmann
1
-1
/
+3
2023-05-15
tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'
Rijo Thomas
2
-17
/
+23
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-04-26
Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2
-2
/
+2
2023-04-25
Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-4
/
+332
2023-04-20
optee: fix uninited async notif value
Etienne Carriere
1
-1
/
+3
2023-04-06
Merge tag 'optee-load-for-v6.4' of https://git.linaro.org/people/jens.wikland...
Arnd Bergmann
4
-0
/
+190
2023-04-03
Merge tag 'tee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklander/...
Arnd Bergmann
1
-1
/
+1
2023-04-03
Merge tag 'optee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklande...
Arnd Bergmann
1
-1
/
+1
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
1
-15
/
+14
2023-04-03
tee: optee: Add SMC for loading OP-TEE image
Jeffrey Kardatzke
4
-0
/
+190
2023-03-30
tee: Pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2023-03-30
optee: add per cpu asynchronous notification
Etienne Carriere
2
-4
/
+142
2023-03-17
Merge tag 'amdtee-fix-for-v6.3' of https://git.linaro.org/people/jens.wikland...
Arnd Bergmann
1
-15
/
+14
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
crypto: ccp - Add a header for multiple drivers to use `__psp_pa`
Mario Limonciello
2
-2
/
+2
2023-03-14
tee: optee: Fix typo Unuspported -> Unsupported
Jules Maselbas
1
-1
/
+1
2023-02-28
tee: amdtee: fix race condition in amdtee_open_session
Rijo Thomas
1
-15
/
+14
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-02-13
tee: Remove call to get_kernel_pages()
Ira Weiny
1
-13
/
+8
2023-02-13
tee: Remove vmalloc page support
Ira Weiny
1
-24
/
+12
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-12-12
Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2022-11-21
Merge tag 'optee-for-6.2' of https://git.linaro.org/people/jens.wiklander/lin...
Arnd Bergmann
1
-2
/
+2
2022-11-17
tee: optee: fix possible memory leak in optee_register_device()
Yang Yingliang
1
-1
/
+1
2022-10-11
optee: Add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
1
-2
/
+2
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
2021-12-23
Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-112
/
+70
2021-12-16
optee: Suppress false positive kmemleak report in optee_handle_rpc()
Xiaolei Wang
1
-0
/
+2
2021-12-16
tee: optee: Fix incorrect page free bug
Sumit Garg
1
-4
/
+2
2021-12-16
tee: handle lookup of shm with reference count 0
Jens Wiklander
1
-108
/
+66
2021-11-29
optee: Fix NULL but dereferenced coccicheck error
Yang Li
1
-2
/
+2
2021-11-29
tee: amdtee: fix an IS_ERR() vs NULL bug
Dan Carpenter
1
-3
/
+2
2021-11-17
optee: add asynchronous notifications
Jens Wiklander
4
-36
/
+289
2021-11-17
optee: separate notification functions
Jens Wiklander
8
-91
/
+181
2021-11-17
tee: export teedev_open() and teedev_close_context()
Jens Wiklander
1
-2
/
+4
2021-11-17
tee: fix put order in teedev_close_context()
Jens Wiklander
1
-1
/
+3
2021-11-16
optee: fix kfree NULL pointer
Lv Ruyi
1
-4
/
+3
2021-11-04
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2021-11-02
Merge tag 'optee-ffa-fix-for-v5.16' of git://git.linaro.org/people/jens.wikla...
Arnd Bergmann
1
-2
/
+2
2021-10-28
optee: Fix spelling mistake "reclain" -> "reclaim"
Colin Ian King
1
-2
/
+2
2021-10-25
dma-buf: move dma-buf symbols into the DMA_BUF module namespace
Greg Kroah-Hartman
1
-0
/
+3
2021-10-21
optee: smc_abi.c: add missing #include <linux/mm.h>
Jens Wiklander
1
-0
/
+1
2021-10-18
optee: add FF-A support
Jens Wiklander
7
-13
/
+1143
2021-10-18
optee: isolate smc abi
Jens Wiklander
8
-1388
/
+1506
2021-10-15
optee: refactor driver with internal callbacks
Jens Wiklander
4
-106
/
+182
2021-10-15
optee: simplify optee_release()
Jens Wiklander
3
-49
/
+39
2021-10-12
tee: optee: Fix missing devices unregister during optee_remove
Sumit Garg
3
-0
/
+26
2021-09-14
tee/optee/shm_pool: fix application of sizeof to pointer
jing yangyang
1
-1
/
+1
2021-07-21
tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag
Sumit Garg
5
-8
/
+14
2021-07-21
tee: add tee_shm_alloc_kernel_buf()
Jens Wiklander
1
-0
/
+18
2021-07-21
optee: Clear stale cache entries during initialization
Tyler Hicks
3
-3
/
+43
2021-07-21
optee: fix tee out of memory failure seen during kexec reboot
Allen Pais
1
-0
/
+20
2021-07-21
optee: Refuse to load the driver under the kdump kernel
Tyler Hicks
1
-0
/
+11
2021-07-21
optee: Fix memory leak when failing to register shm pages
Tyler Hicks
1
-2
/
+10
2021-06-28
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2021-06-05
Merge tag 'optee-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander...
Olof Johansson
2
-4
/
+8
2021-05-18
optee: use export_uuid() to copy client UUID
Jens Wiklander
2
-4
/
+8
2021-05-17
tee: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-05-17
Merge tag 'amdtee-fixes-for-v5.13' of git://git.linaro.org/people/jens.wiklan...
Arnd Bergmann
3
-16
/
+106
2021-05-05
tee: amdtee: unload TA only when its refcount becomes 0
Rijo Thomas
3
-16
/
+106
2021-04-26
Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-10
/
+74
2021-04-01
Merge tag 'optee-memref-size-for-v5.13' of git://git.linaro.org/people/jens.w...
Arnd Bergmann
1
-10
/
+0
2021-03-30
tee: optee: do not check memref size on return from Secure World
Jerome Forissier
1
-10
/
+0
2021-03-30
tee: optee: fix build error caused by recent optee tracepoints feature
Jisheng Zhang
1
-0
/
+3
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
1
-1
/
+0
[next]