Show patches with: Archived = No       |   1454 patches
« 1 2 ... 4 5 614 15 »
Patch Series S/W/F Date Submitter Delegate State
core: plat-stm back to life --- 2016-10-05 Etienne Carriere Accepted
doc: Update repo xml matrix --- 2016-10-07 Joakim Bech Accepted
mtk: map entire MEM_AREA_NSEC_SHM area --- 2016-10-10 Joakim Bech Accepted
mm: fix the user L1 mmu entries caculation --- 2016-10-10 Zeng Tao Accepted
plat-stm/plat-imx: fix SCR initialization --- 2016-10-10 Etienne Carriere Accepted
core: fix spinlock for armv7 and aarch32 --- 2016-10-10 Etienne Carriere Accepted
arm32 unwind fix --- 2016-10-10 Jerome Forissier Accepted
travis: prevent warning from code checking tool --- 2016-10-13 Jerome Forissier Accepted
Fix per-library flags (cflags-lib-y / cppflags-lib-y) with multiple builds --- 2016-10-13 Jerome Forissier Accepted
core: add unwind stack in panic --- 2016-10-13 Zeng Tao Accepted
Beautify plat-stm --- 2016-10-14 Etienne Carriere Accepted
fix for 16-way pl310 --- 2016-10-14 Etienne Carriere Accepted
core: arm: kern.ld.S: put the RO sections together --- 2016-10-15 Zeng Tao Accepted
Fix cipher_final --- 2016-10-17 Jerome Forissier Accepted
core: TA private memory does not include the memref parameters --- 2016-10-18 Etienne Carriere Accepted
New secure storage RPC functions --- 2016-10-18 Jens Wiklander Accepted
A couple of small fixes --- 2016-10-19 Jens Wiklander Accepted
travis: workaround false positive in code checking tool --- 2016-10-20 Jens Wiklander Accepted
syscall_log: do not prepend TEE core prefix --- 2016-10-20 Jerome Forissier Accepted
ta_dev_kit.mk: get optional flags from $(CFLAGS_$(sm))/$(CPPFLAGS_$(sm)) --- 2016-10-20 Jerome Forissier Accepted
doc: Add NFS boot and TFTP instructions for RPi3 --- 2016-10-21 Joakim Bech Accepted
[RFC] TA profiling with gprof --- 2016-10-21 Jerome Forissier Accepted
core: pass back the user data in the irq callback --- 2016-10-24 Zeng Tao Accepted
Secure storage: new FOP interface --- 2016-10-25 Jens Wiklander Accepted
Fix ARMv7 generic boot against SMP & pager, support pager in plat-stm --- 2016-10-26 Etienne Carriere Accepted
Remove legacy tee_common_unpg.h --- 2016-10-26 Jens Wiklander Accepted
Small fixes --- 2016-10-26 Jens Wiklander Accepted
Secure storage directory functions --- 2016-10-26 Jens Wiklander Accepted
doc: update README.md, add info about VirtFS --- 2016-10-27 Igor Opaniuk Accepted
core: fix 'flow' traces in pager --- 2016-10-27 Etienne Carriere Accepted
core: do not scan pager tables before pager is inited --- 2016-10-28 Etienne Carriere Accepted
mk/checkconf.mk: allow spaces and double quotes in CFG_ config variables --- 2016-10-31 Jerome Forissier Accepted
core: REE FS: use a single file per object --- 2016-11-01 Jens Wiklander Accepted
core/libutee: perform cleanup for magic "4" --- 2016-11-02 Igor Opaniuk Accepted
scripts: add wrapper script for checkpatch --- 2016-11-03 Igor Opaniuk Accepted
crypto:add {cipher,hash,authenc,mac}{create,destroy,copy} --- 2016-11-04 Liang Guanchao Accepted
plat-stm: fix flavor 'cannes' --- 2016-11-04 Etienne Carriere Accepted
hikey: enable spi by default and add sample test code --- 2016-11-06 Victor Chong Accepted
Secure storage REE FS cleanup --- 2016-11-07 Jens Wiklander Accepted
MemoryAccessRight and Cache maintenance for SDP (SWG-186) --- 2016-11-08 Etienne Carriere Accepted
core: FS: simplify FOP create --- 2016-11-09 Jens Wiklander Accepted
[libtomcrypt] Issue and patch in TEE adaptation for clearing big numbers --- 2016-11-09 Emmanuel Michel Accepted
[RFC] cleanup bootargs for ARMv7 architectures --- 2016-11-10 Etienne Carriere Accepted
Secure storage cleanup --- 2016-11-10 Jens Wiklander Accepted
TEE Latency benchmark --- 2016-11-10 Igor Opaniuk Accepted
Pager fixes --- 2016-11-11 Jens Wiklander Accepted
core: fix mapping init deubg trace --- 2016-11-15 Etienne Carriere Accepted
RFC: Sm redesign --- 2016-11-15 Jens Wiklander Accepted
.travis.yml: Add Coverity addon --- 2016-11-17 Victor Chong Accepted
core: fix stack setup at secondary core entry --- 2016-11-24 Etienne Carriere Accepted
Coverity fixes --- 2016-11-25 Jerome Forissier Accepted
README: Update outdated text and link --- 2016-11-30 Victor Chong Accepted
Adding assertions to spinlocks & mutexes --- 2016-11-30 Jerome Forissier Accepted
Support TA profiling with gprof --- 2016-12-01 Jerome Forissier Accepted
Misc small changes and fixes --- 2016-12-02 Jens Wiklander Accepted
Makefile: unexport MAKEFILE_LIST to reduce the size of the environment --- 2016-12-02 Jerome Forissier Accepted
Some spi improvements --- 2016-12-02 Victor Chong Accepted
secure storage: update head message when info->dataSize update --- 2016-12-05 Liang Guanchao Accepted
Adding assertions to spinlocks & mutexes (2) --- 2016-12-05 Jerome Forissier Accepted
secure storage: change struct tee_fs_file_info member type --- 2016-12-05 Liang Guanchao Accepted
core: fix pl310 shared mutex when pager is enable --- 2016-12-06 Etienne Carriere Accepted
core: fix the user ta memory access permissions --- 2016-12-07 Zeng Tao New
README: minor fixes --- 2016-12-07 Igor Opaniuk Accepted
Paged secure memory --- 2016-12-07 Jens Wiklander Accepted
mm: use more strict user ta memory access control --- 2016-12-08 Zeng Tao Accepted
Uuid fixes --- 2016-12-08 Jens Wiklander Accepted
Address a few gcc 6.x warnings --- 2016-12-09 Jens Wiklander Accepted
RPi3 documentation, adding JTAG instructions and a general cleanup --- 2016-12-13 Joakim Bech Accepted
some SPI refactorization --- 2016-12-28 Victor Chong Accepted
core: lpae: deal with unaligned regions --- 2016-12-29 Jens Wiklander Accepted
Paged secure memory, take 2 --- 2016-12-31 Jens Wiklander Accepted
docs: Add build-essential to prerequisites --- 2017-01-03 Jens Wiklander Accepted
Gp socket support --- 2017-01-03 Jens Wiklander Accepted
doc: Update RPi3 NFS/TFTP setup steps --- 2017-01-04 Igor Opaniuk Accepted
Optee docs refactoring --- 2017-01-04 Joakim Bech Accepted
Update CHANGELOG.md for 2.3.0 --- 2017-01-04 Jerome Forissier Accepted
core: plat-vexpress: qemu_armv8a: correct DRAM config --- 2017-01-04 Jens Wiklander Accepted
core: fix cpu_spin_trylock() against debug lock counting --- 2017-01-04 Etienne Carriere Accepted
core: sql_fs_write(): update meta.length only if length has changed --- 2017-01-05 Jerome Forissier Accepted
Make sure "make clean" removes everything "make" has created under $(O) --- 2017-01-06 Jerome Forissier Accepted
Fix build error when $(O) starts with ./ --- 2017-01-06 Jerome Forissier Accepted
docs: Add ftp-upload to prerequisites --- 2017-01-09 Jens Wiklander Accepted
ltc: Add missing file pk_get_oid.c --- 2017-01-09 Emmanuel Michel Accepted
Coverity scan fixes --- 2017-01-11 Liang Guanchao New
libutee: bugfix srcData == NULL cases --- 2017-01-11 Jens Wiklander Accepted
mk: step up OP-TEE revsion to 2.3.0 --- 2017-01-16 Joakim Bech Accepted
core: remove obsolete mobj_is_unsafe() --- 2017-01-19 Jens Wiklander Accepted
core: optimize cache handling in load_elf_segments() --- 2017-01-20 Jens Wiklander Accepted
Mobj bugfix --- 2017-01-20 Jens Wiklander Accepted
libutee: fix off-by-one error in tee_buffer_update() --- 2017-01-20 Jerome Forissier Accepted
core: remove tee_dispatch_* functions --- 2017-01-20 Jens Wiklander Accepted
Fix pager warnings --- 2017-01-23 Jens Wiklander Accepted
libutee: AES CTS fix --- 2017-01-25 Jerome Forissier Accepted
RPMB: fix tee_rpmb_free() --- 2017-01-26 Jerome Forissier Accepted
restore Secure Data Path support in optee core --- 2017-01-26 Etienne Carriere Accepted
libutee: API: add 'const' qualifiers --- 2017-01-30 Jerome Forissier Accepted
libutee: preserve error code when calling TEE_Panic() --- 2017-01-30 Jerome Forissier Accepted
CFG_CORE_SANITIZE_UNDEFINED=y fixes --- 2017-01-31 Jens Wiklander Accepted
core: RPMB FS: nullify fops when resetting an enumerator --- 2017-02-02 Jerome Forissier Accepted
core: fix parameters type reference in SVC parameters update --- 2017-02-03 Etienne Carriere Accepted
« 1 2 ... 4 5 614 15 »