index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tee
/
tee_shm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'tee-cleanup-for-v5.19' of https://git.linaro.org/people/jens.wikla...
Arnd Bergmann
2022-05-06
1
-50
/
+0
|
\
|
*
tee: remove tee_shm_va2pa() and tee_shm_pa2va()
Andrew Davis
2022-04-26
1
-50
/
+0
*
|
tee: make tee_shm_register_kernel_buf vmalloc supported
Phil Chang
2022-04-05
1
-10
/
+25
|
/
*
tee: refactor TEE_SHM_* flags
Jens Wiklander
2022-02-16
1
-12
/
+11
*
tee: replace tee_shm_register()
Jens Wiklander
2022-02-16
1
-66
/
+90
*
tee: add tee_shm_register_{user,kernel}_buf()
Jens Wiklander
2022-02-16
1
-0
/
+33
*
tee: replace tee_shm_alloc()
Jens Wiklander
2022-02-16
1
-40
/
+68
*
tee: simplify shm pool handling
Jens Wiklander
2022-02-16
1
-15
/
+14
*
tee: add tee_shm_alloc_user_buf()
Jens Wiklander
2022-02-16
1
-0
/
+17
*
tee: handle lookup of shm with reference count 0
Jens Wiklander
2021-12-16
1
-108
/
+66
*
dma-buf: move dma-buf symbols into the DMA_BUF module namespace
Greg Kroah-Hartman
2021-10-25
1
-0
/
+3
*
tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag
Sumit Garg
2021-07-21
1
-2
/
+2
*
tee: add tee_shm_alloc_kernel_buf()
Jens Wiklander
2021-07-21
1
-0
/
+18
*
tee: convert get_user_pages() --> pin_user_pages()
John Hubbard
2020-08-25
1
-13
/
+19
*
Merge tag 'tee-smatch-for-5.8' of git://git.linaro.org/people/jens.wiklander/...
Arnd Bergmann
2020-05-25
1
-2
/
+1
|
\
|
*
tee: remove unnecessary NULL check in tee_shm_alloc()
Dan Carpenter
2020-04-20
1
-2
/
+1
*
|
tee: enable support to register kernel memory
Sumit Garg
2020-04-20
1
-3
/
+25
|
/
*
tee: tee_shm_op_mmap(): use TEE_SHM_USER_MAPPED
Jens Wiklander
2020-02-28
1
-1
/
+1
*
tee: remove redundant teedev in struct tee_shm
Jens Wiklander
2020-02-28
1
-5
/
+2
*
tee: don't assign shm id for private shms
Jens Wiklander
2020-02-28
1
-13
/
+18
*
tee: remove unused tee_shm_priv_alloc()
Jens Wiklander
2020-02-28
1
-31
/
+2
*
tee: remove linked list of struct tee_shm
Jens Wiklander
2020-02-28
1
-11
/
+1
*
drm/tee_shm: Drop dma_buf_k(unmap) support
Daniel Vetter
2019-11-25
1
-6
/
+0
*
tee/shm: untag user pointers in tee_shm_register
Andrey Konovalov
2019-09-25
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-06-05
1
-10
/
+1
*
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-05-14
1
-1
/
+1
*
Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2018-06-22
1
-6
/
+0
|
\
|
*
dma-buf: remove kmap_atomic interface
Christian König
2018-06-20
1
-6
/
+0
*
|
tee: shm: fix use-after-free via temporarily dropped reference
Jann Horn
2018-05-07
1
-2
/
+3
|
/
*
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: add start argument to shm_register callback
Jens Wiklander
2017-12-28
1
-1
/
+1
*
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
1
-0
/
+7
*
tee: add register user memory
Jens Wiklander
2017-12-15
1
-26
/
+180
*
tee: flexible shared memory pool creation
Jens Wiklander
2017-12-15
1
-4
/
+4
*
tee: tee_shm: Constify dma_buf_ops structures.
Arvind Yadav
2017-08-04
1
-1
/
+1
*
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: generic TEE subsystem
Jens Wiklander
2017-03-09
1
-0
/
+358