- d221676 libteec/CMakeLists.txt: remove CFG_TEE_CLIENT_LOAD_PATH comment by Mikko Rapeli · 1 year, 9 months ago 4.4.0 4.4.0-rc1
- bf0d027 tee-supplicant: add udev rule and systemd service file by Mikko Rapeli · 1 year, 10 months ago
- 3eac340 libteec: Move OP-TEE defined fields into an imp struct by Julianus Larson · 3 years, 2 months ago 4.2.0 4.2.0-rc1
- 07d2dfa libteec: pkgconfig: remove duplicate flags in teec.pc by Eero Aaltonen · 2 years, 5 months ago
- 6f992c5 libteec: pkgconfig: rename libteec.pc as teec.pc by Eero Aaltonen · 2 years, 5 months ago
- bfe3771 libteec: drop benchmark framework support by Igor Opaniuk · 2 years, 6 months ago
- f7e4ced teec: do fail on MAX_SIZE allocation requests by Jorge Ramirez-Ortiz · 2 years, 6 months ago 4.1.0
- a8381cf tee_client_api: deprecate two TEE_ERROR_* macros not in the specification by Vincent Mailhol · 2 years, 9 months ago
- e5f9986 tee_client_api: define additional return codes by Vincent Mailhol · 2 years, 9 months ago
- 570c3b4 tee_client_api: correct reference to TEEC_MemoryReference by Vincent Mailhol · 2 years, 9 months ago
- acb0885 teec: use multiple of page size for page aligned buffers by Jens Wiklander · 2 years, 10 months ago 4.0.0
- 6178477 cmake: pkgconfig file: install the file by Eero Aaltonen · 2 years, 11 months ago 4.0.0-rc1
- 46831ac pkgconfig file: remove extra comments by Eero Aaltonen · 2 years, 11 months ago
- 3ac968e Makefile, cmake: move teec related headers by Eero Aaltonen · 3 years ago
- 2dd250b cmake: remove whitespace before parenthesis by Eero Aaltonen · 3 years ago
- fc67c27 Add pkgconfig file for libteec by Neil Horman · 3 years, 8 months ago
- 4a8438d libteec: fix memory mapping function in benchmark by KanYuelei · 3 years, 9 months ago
- 1dcb80a Use CMake project command to set version by Eero Aaltonen · 6 years ago
- d59ed2d cmake: fix log level don't take effect by zhanglejia · 4 years ago
- 06db73b libteec: copy out partial shadow buffer by Jens Wiklander · 4 years, 6 months ago 3.16.0 3.16.0-rc1
- 788fa9c libteec: Convert EINVAL errno to an appropriate TEEC error code by Sadiq Hussain · 5 years ago
- 562dadc Allocate page aligned shared memory buffers by Jens Wiklander · 6 years ago
- b061b41 libteec: Fix the initial value of shm->id in teec_pre_process_operation() by JY Ho · 6 years ago
- c0c9253 libteec: Handle NULL pointer when using TEEC_TempMemoryReference by Ruchika Gupta · 6 years ago 3.11.0
- 2de7f25 libteec: Avoid memcpy() when using TEEC_TempMemoryReference by Ruchika Gupta · 6 years ago 3.11.0-rc1
- f123848 libteec: TEEC_ReleaseSharedMemory(): add missing close() by Ruchika Gupta · 6 years ago
- 4f3d4cb libteec: fix TEEC_RegisterSharedMemory() with a fallback option by Jens Wiklander · 6 years ago
- 128b8f5 libteec: Update TEEC_OpenSession() to pass connection data based on method by Vesa Jääskeläinen · 6 years ago
- 342acae Sync tee.h with Linux kernel v5.6 by Jens Wiklander · 6 years ago
- c3476fd libteec: registration shared memory for a null buffer is invalid by Etienne Carriere · 6 years ago
- 29ddb48 libteec: report out of bound memory references from client library by Etienne Carriere · 6 years ago
- aea2081 libckteec/libteec: move LFLAGS to end of call by Rouven Czerwinski · 6 years ago
- 20b5670 libutee: flag NULL pointer using invalid shm id by Michael Whitfield · 7 years ago
- 5602227 config.mk: get rid of CFG_TEE_LOGS_PATH by Victor Chong · 7 years ago
- 1f8f9ab Cleanup some local variable initialization by Etienne Carriere · 7 years ago 3.5.0 3.5.0-rc1
- 16c8f54 libteec: fix clang build errors by Victor Chong · 7 years ago
- 924a474 Explicitly initialize local variables by Etienne Carriere · 7 years ago
- 9dbc61b libteec: fix build warnings by Etienne Carriere · 7 years ago
- fada4dd cmake: support BUILD_STATIC_LIBS/BUILD_SHARED_LIBS by Etienne Carriere · 7 years ago
- 28eea17 libteec: Makefile: Generate .so files the same way as CMake by Fabian Hofmann · 8 years ago 3.4.0-rc1
- 0361f9b libteec: refactor _dprintf() by Jerome Forissier · 8 years ago
- 8742233 benchmark: fix computation of page address by Jerome Forissier · 8 years ago
- 9a63135 Android.mk & config.mk: move teec.log/teesupp.log under /data/tee by Yongqin Liu · 8 years ago
- 6b4ca04 benchmark: fix compilation issues by Igor Opaniuk · 8 years ago
- 0fc28f2 libteec: Fix incorrect SOVERSION number by Joakim Bech · 8 years ago
- e0a12e2 cmake: Initial CMake support by Joakim Bech · 10 years ago
- 09b69af libteec/tee-supplicant: respect LDFLAGS set from distribution toolchain by Martin Jansa · 9 years ago 3.0.0 3.0.0-rc1
- 9681680 libteec/Makefile: generate static library (libteec.a) by Jerome Forissier · 9 years ago
- 27888d7 tee_client_api: register user memory by Jens Wiklander · 10 years ago
- 32d9b77 rpi3: fix unsupported exclusive access issue by Igor Opaniuk · 9 years ago
- 0efaf6b libteec/Makefile: create relative links to shared library instead of absolute ones by Marc Kleine-Budde · 9 years ago 2.5.0 2.5.0-rc2
- 5883a75 libteec: benchmark cleanup by Jerome Forissier · 9 years ago 2.5.0-rc1
- 5db6c2d Fix incorrect share memory size by James Kung · 9 years ago
- 63106fb OP-TEE Benchmark by Igor Opaniuk · 10 years ago
- 5229afd tee-supplicant: support asynchronous supplicant requests by Jens Wiklander · 10 years ago
- 1d5cc96 Allow O to be an absolute path by Jerome Forissier · 10 years ago
- 731f8a7 Encode UUID big endian by Jens Wiklander · 10 years ago
- 6432f51 Update clean rules by Jerome Forissier · 10 years ago
- 1fc06a1 libteec: sync tee.h with the linux kernel header file by Etienne Carriere · 10 years ago
- e305d73 libteec extension: TEEC_RegisterSharedMemoryFileDescriptor() by Etienne Carriere · 10 years ago
- 658ae53 build: print 'LINK' rather than 'LD' when $(LD) is not used directly by Jerome Forissier · 10 years ago 2.2.0
- 2527120 Remove the connection_method limit by prime-zeng · 10 years ago
- f8cbe70 Adjust error codes for TEEC_OpenSession() and TEEC_InvokeCommand() by Jerome Forissier · 10 years ago
- 17d1add Check flags before allocating shared memory. by Kris · 10 years ago 2.1.0
- fcd1014 Fix compiler missing-field-initializers warnings by Zoltan Kuscsik · 10 years ago
- 51d5906 Use Android way for detecting Android builds by Zoltan Kuscsik · 10 years ago
- 88acd6b Support OP-TEE in generic TEE subsystem by Jens Wiklander · 11 years ago 2.0.0
- 0b0d237 Fix trace by Pascal Brand · 11 years ago 1.1.0
- 6b08c09 Restructure struct type to support 32-bit CA running with 64-bit linux kernel by Aijun Sun · 11 years ago
- 73531b9 dma_buf support by Pascal Brand · 11 years ago
- 774b2cc Align TEEC_FinalizeContext with GP specifications by Pascal Brand · 11 years ago
- caf0745 Adding missing mutex_lock() by Pascal Brand · 11 years ago
- a3dad78 Remove dependency on optee_linuxdriver/include/tee_ioc.h by Pascal Brand · 11 years ago
- f2b0ed4 Updated related Linux Driver Refactoring by Cedric Chaumont · 12 years ago 0.2.0
- 0b032b6 Fixes on trace levels by Pascal Brand · 12 years ago
- 6d19e80 Cleanup loading of a TA by Jens Wiklander · 12 years ago
- 955e125 Add support for arm64 by Jens Wiklander · 12 years ago
- 5e98be7 Cleanup Makefile by Pascal Brand · 12 years ago
- b656f42 Fix confusing comment by Pascal Brand · 12 years ago
- 04ac465 Open-source the TEE Client API by Pascal Brand · 12 years ago