1. 06db73b libteec: copy out partial shadow buffer by Jens Wiklander · 4 years, 6 months ago 3.16.0 3.16.0-rc1
  2. 788fa9c libteec: Convert EINVAL errno to an appropriate TEEC error code by Sadiq Hussain · 5 years ago
  3. 562dadc Allocate page aligned shared memory buffers by Jens Wiklander · 6 years ago
  4. b061b41 libteec: Fix the initial value of shm->id in teec_pre_process_operation() by JY Ho · 6 years ago
  5. c0c9253 libteec: Handle NULL pointer when using TEEC_TempMemoryReference by Ruchika Gupta · 6 years ago 3.11.0
  6. 2de7f25 libteec: Avoid memcpy() when using TEEC_TempMemoryReference by Ruchika Gupta · 6 years ago 3.11.0-rc1
  7. f123848 libteec: TEEC_ReleaseSharedMemory(): add missing close() by Ruchika Gupta · 6 years ago
  8. 4f3d4cb libteec: fix TEEC_RegisterSharedMemory() with a fallback option by Jens Wiklander · 6 years ago
  9. 128b8f5 libteec: Update TEEC_OpenSession() to pass connection data based on method by Vesa Jääskeläinen · 6 years ago
  10. 342acae Sync tee.h with Linux kernel v5.6 by Jens Wiklander · 6 years ago
  11. c3476fd libteec: registration shared memory for a null buffer is invalid by Etienne Carriere · 6 years ago
  12. 29ddb48 libteec: report out of bound memory references from client library by Etienne Carriere · 6 years ago
  13. aea2081 libckteec/libteec: move LFLAGS to end of call by Rouven Czerwinski · 6 years ago
  14. 20b5670 libutee: flag NULL pointer using invalid shm id by Michael Whitfield · 7 years ago
  15. 5602227 config.mk: get rid of CFG_TEE_LOGS_PATH by Victor Chong · 7 years ago
  16. 1f8f9ab Cleanup some local variable initialization by Etienne Carriere · 7 years ago 3.5.0 3.5.0-rc1
  17. 16c8f54 libteec: fix clang build errors by Victor Chong · 7 years ago
  18. 924a474 Explicitly initialize local variables by Etienne Carriere · 7 years ago
  19. 9dbc61b libteec: fix build warnings by Etienne Carriere · 7 years ago
  20. fada4dd cmake: support BUILD_STATIC_LIBS/BUILD_SHARED_LIBS by Etienne Carriere · 7 years ago
  21. 28eea17 libteec: Makefile: Generate .so files the same way as CMake by Fabian Hofmann · 8 years ago 3.4.0-rc1
  22. 0361f9b libteec: refactor _dprintf() by Jerome Forissier · 8 years ago
  23. 8742233 benchmark: fix computation of page address by Jerome Forissier · 8 years ago
  24. 9a63135 Android.mk & config.mk: move teec.log/teesupp.log under /data/tee by Yongqin Liu · 8 years ago
  25. 6b4ca04 benchmark: fix compilation issues by Igor Opaniuk · 8 years ago
  26. 0fc28f2 libteec: Fix incorrect SOVERSION number by Joakim Bech · 8 years ago
  27. e0a12e2 cmake: Initial CMake support by Joakim Bech · 10 years ago
  28. 09b69af libteec/tee-supplicant: respect LDFLAGS set from distribution toolchain by Martin Jansa · 9 years ago 3.0.0 3.0.0-rc1
  29. 9681680 libteec/Makefile: generate static library (libteec.a) by Jerome Forissier · 9 years ago
  30. 27888d7 tee_client_api: register user memory by Jens Wiklander · 10 years ago
  31. 32d9b77 rpi3: fix unsupported exclusive access issue by Igor Opaniuk · 9 years ago
  32. 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
  33. 5883a75 libteec: benchmark cleanup by Jerome Forissier · 9 years ago 2.5.0-rc1
  34. 5db6c2d Fix incorrect share memory size by James Kung · 9 years ago
  35. 63106fb OP-TEE Benchmark by Igor Opaniuk · 10 years ago
  36. 5229afd tee-supplicant: support asynchronous supplicant requests by Jens Wiklander · 10 years ago
  37. 1d5cc96 Allow O to be an absolute path by Jerome Forissier · 10 years ago
  38. 731f8a7 Encode UUID big endian by Jens Wiklander · 10 years ago
  39. 6432f51 Update clean rules by Jerome Forissier · 10 years ago
  40. 1fc06a1 libteec: sync tee.h with the linux kernel header file by Etienne Carriere · 10 years ago
  41. e305d73 libteec extension: TEEC_RegisterSharedMemoryFileDescriptor() by Etienne Carriere · 10 years ago
  42. 658ae53 build: print 'LINK' rather than 'LD' when $(LD) is not used directly by Jerome Forissier · 10 years ago 2.2.0
  43. 2527120 Remove the connection_method limit by prime-zeng · 10 years ago
  44. f8cbe70 Adjust error codes for TEEC_OpenSession() and TEEC_InvokeCommand() by Jerome Forissier · 10 years ago
  45. 17d1add Check flags before allocating shared memory. by Kris · 10 years ago 2.1.0
  46. fcd1014 Fix compiler missing-field-initializers warnings by Zoltan Kuscsik · 10 years ago
  47. 51d5906 Use Android way for detecting Android builds by Zoltan Kuscsik · 10 years ago
  48. 88acd6b Support OP-TEE in generic TEE subsystem by Jens Wiklander · 11 years ago 2.0.0
  49. 0b0d237 Fix trace by Pascal Brand · 11 years ago 1.1.0
  50. 6b08c09 Restructure struct type to support 32-bit CA running with 64-bit linux kernel by Aijun Sun · 11 years ago
  51. 73531b9 dma_buf support by Pascal Brand · 11 years ago
  52. 774b2cc Align TEEC_FinalizeContext with GP specifications by Pascal Brand · 11 years ago
  53. caf0745 Adding missing mutex_lock() by Pascal Brand · 11 years ago
  54. a3dad78 Remove dependency on optee_linuxdriver/include/tee_ioc.h by Pascal Brand · 11 years ago
  55. f2b0ed4 Updated related Linux Driver Refactoring by Cedric Chaumont · 12 years ago 0.2.0
  56. 0b032b6 Fixes on trace levels by Pascal Brand · 12 years ago
  57. 6d19e80 Cleanup loading of a TA by Jens Wiklander · 12 years ago
  58. 955e125 Add support for arm64 by Jens Wiklander · 12 years ago
  59. 5e98be7 Cleanup Makefile by Pascal Brand · 12 years ago
  60. b656f42 Fix confusing comment by Pascal Brand · 12 years ago
  61. 04ac465 Open-source the TEE Client API by Pascal Brand · 12 years ago