index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tee
/
tee_shm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-03
tee: optee: Move pool_op helper functions
Balint Dobszay
1
-0
/
+65
2024-04-03
tee: Refactor TEE subsystem header files
Sumit Garg
1
-1
/
+1
2023-12-13
tee: Use iov_iter to better support shared buffer registration
Arnaud Pouliquen
1
-36
/
+42
2023-03-30
tee: Pass a pointer to virt_to_page()
Linus Walleij
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
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-05-06
Merge tag 'tee-cleanup-for-v5.19' of https://git.linaro.org/people/jens.wikla...
Arnd Bergmann
1
-50
/
+0
2022-04-26
tee: remove tee_shm_va2pa() and tee_shm_pa2va()
Andrew Davis
1
-50
/
+0
2022-04-05
tee: make tee_shm_register_kernel_buf vmalloc supported
Phil Chang
1
-10
/
+25
2022-02-16
tee: refactor TEE_SHM_* flags
Jens Wiklander
1
-12
/
+11
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
1
-0
/
+33
2022-02-16
tee: replace tee_shm_alloc()
Jens Wiklander
1
-40
/
+68
2022-02-16
tee: simplify shm pool handling
Jens Wiklander
1
-15
/
+14
2022-02-16
tee: add tee_shm_alloc_user_buf()
Jens Wiklander
1
-0
/
+17
2021-12-16
tee: handle lookup of shm with reference count 0
Jens Wiklander
1
-108
/
+66
2021-10-25
dma-buf: move dma-buf symbols into the DMA_BUF module namespace
Greg Kroah-Hartman
1
-0
/
+3
2021-07-21
tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag
Sumit Garg
1
-2
/
+2
2021-07-21
tee: add tee_shm_alloc_kernel_buf()
Jens Wiklander
1
-0
/
+18
2020-08-25
tee: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-13
/
+19
2020-05-25
Merge tag 'tee-smatch-for-5.8' of git://git.linaro.org/people/jens.wiklander/...
Arnd Bergmann
1
-2
/
+1
2020-04-20
tee: enable support to register kernel memory
Sumit Garg
1
-3
/
+25
2020-04-20
tee: remove unnecessary NULL check in tee_shm_alloc()
Dan Carpenter
1
-2
/
+1
2020-02-28
tee: tee_shm_op_mmap(): use TEE_SHM_USER_MAPPED
Jens Wiklander
1
-1
/
+1
2020-02-28
tee: remove redundant teedev in struct tee_shm
Jens Wiklander
1
-5
/
+2
2020-02-28
tee: don't assign shm id for private shms
Jens Wiklander
1
-13
/
+18
2020-02-28
tee: remove unused tee_shm_priv_alloc()
Jens Wiklander
1
-31
/
+2
2020-02-28
tee: remove linked list of struct tee_shm
Jens Wiklander
1
-11
/
+1
2019-11-26
drm/tee_shm: Drop dma_buf_k(unmap) support
Daniel Vetter
1
-6
/
+0
2019-09-26
tee/shm: untag user pointers in tee_shm_register
Andrey Konovalov
1
-0
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
1
-10
/
+1
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
1
-1
/
+1
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-05-07
tee: shm: fix use-after-free via temporarily dropped reference
Jann Horn
1
-2
/
+3
2018-01-09
tee: shm: Potential NULL dereference calling tee_shm_register()
Dan Carpenter
1
-1
/
+1
2017-12-29
tee: shm: don't put_page on null shm->pages
Colin Ian King
1
-3
/
+5
2017-12-29
tee: shm: make function __tee_shm_alloc static
Colin Ian King
1
-3
/
+3
2017-12-28
tee: add start argument to shm_register callback
Jens Wiklander
1
-1
/
+1
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
1
-0
/
+7
2017-12-15
tee: add register user memory
Jens Wiklander
1
-26
/
+180
2017-12-15
tee: flexible shared memory pool creation
Jens Wiklander
1
-4
/
+4
2017-08-04
tee: tee_shm: Constify dma_buf_ops structures.
Arvind Yadav
1
-1
/
+1
2017-05-10
Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
1
-0
/
+358
2017-03-09
tee: generic TEE subsystem
Jens Wiklander
1
-0
/
+358