index
:
platform_external_arm-trusted-firmware
android-s-beta-4
android-s-beta-5
android10-mainline-networking-release
android10-mainline-resolv-release
android11-d1-b-release
android11-d1-release
android11-d1-s1-release
android11-d1-s5-release
android11-d1-s6-release
android11-d1-s7-release
android11-d2-release
android11-dev
android11-gsi
android11-mainline-captiveportallogin-release
android11-mainline-cellbroadcast-release
android11-mainline-conscrypt-release
android11-mainline-documentsui-release
android11-mainline-extservices-release
android11-mainline-media-release
android11-mainline-media-swcodec-release
android11-mainline-networkstack-release
android11-mainline-os-statsd-release
android11-mainline-permission-release
android11-mainline-release
android11-mainline-sparse-2020-dec-release
android11-mainline-sparse-2021-jan-release
android11-mainline-tethering-release
android11-platform-release
android11-qpr1-c-release
android11-qpr1-d-release
android11-qpr1-d-s1-release
android11-qpr1-release
android11-qpr1-s1-release
android11-qpr1-s2-release
android11-qpr2-release
android11-qpr3-release
android11-qpr3-s1-release
android11-release
android11-s1-release
android11-security-release
android11-tests-release
main-cg-testing-release
master
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
spd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
15
-79
/
+103
*
Standardise header guards across codebase
Antonio Nino Diaz
2018-11-08
6
-18
/
+18
*
Merge pull request #1584 from danielboulby-arm/db/Switches
Soby Mathew
2018-10-03
2
-2
/
+3
|
\
|
*
Ensure the flow through switch statements is clear
Daniel Boulby
2018-09-21
2
-2
/
+3
*
|
Remove all other deprecated interfaces and files
Antonio Nino Diaz
2018-09-28
1
-10
/
+0
*
|
trusty: Fix return value of trusty_init()
Antonio Nino Diaz
2018-09-18
1
-1
/
+1
|
/
*
opteed: pass power level on suspend
Jorge Ramirez-Ortiz
2018-08-31
1
-0
/
+3
*
libc: Use printf and snprintf across codebase
Antonio Nino Diaz
2018-08-22
1
-3
/
+4
*
Replace stdio.h functions by TF functions
Antonio Nino Diaz
2018-08-10
1
-4
/
+4
*
Fix handler prototype in Trusty generic dispatcher
Sandrine Bailleux
2018-08-01
1
-6
/
+6
*
Fix some violations to MISRA rule 8.3
Sandrine Bailleux
2018-07-11
2
-2
/
+2
*
Make TF UUID RFC 4122 compliant
Roberto Vargas
2018-06-14
2
-6
/
+6
*
Fix MISRA Rule 5.7 Part 3
Daniel Boulby
2018-06-12
3
-20
/
+20
*
Fix MISRA Rule 5.3 Part 3
Daniel Boulby
2018-06-12
1
-6
/
+6
*
types: use int-ll64 for both aarch32 and aarch64
Masahiro Yamada
2018-04-27
1
-4
/
+4
*
Fix pointer type mismatch of handlers
Masahiro Yamada
2018-04-27
7
-43
/
+43
*
spd: add static qualifier to locally used functions and data
Masahiro Yamada
2018-04-21
5
-19
/
+9
*
Fix MISRA rule 8.4 Part 3
Roberto Vargas
2018-04-13
1
-0
/
+12
*
Fix MISRA rule 8.3 Part 3
Roberto Vargas
2018-04-13
1
-4
/
+4
*
services: fix switch statements to comply with MISRA rules
Jonathan Wright
2018-03-26
4
-1
/
+7
*
Trusty: Fix sanity check on NS entry point
Sandrine Bailleux
2018-03-21
1
-1
/
+1
*
Merge pull request #1239 from arve-android/trusty-fixes
davidcunado-arm
2018-03-07
4
-25
/
+200
|
\
|
*
trusty: Fix another reported misra violation
Arve Hjønnevåg
2018-03-02
1
-1
/
+1
|
*
trusty: Fix reported misra violation
Arve Hjønnevåg
2018-03-01
1
-1
/
+1
|
*
trusty: Fix reported static check errors
Arve Hjønnevåg
2018-02-28
2
-2
/
+2
|
*
trusty: Change type of aarch32 flag t bool
Arve Hjønnevåg
2018-02-28
1
-2
/
+3
|
*
tegra/trusty: Setup tegra specific trusty args in platform code
Arve Hjønnevåg
2018-02-21
1
-3
/
+0
|
*
trusty: generic-arm64-smcall: Use SPDX license identifiers
Arve Hjønnevåg
2018-02-01
2
-50
/
+2
|
*
trusty: Pass cpu suspend/resume reason to trusty
Arve Hjønnevåg
2018-01-24
1
-8
/
+8
|
*
trusty: Run bl33 in EL1 instead of EL2 is trusty image is 32-bit
Arve Hjønnevåg
2018-01-24
1
-0
/
+25
|
*
trusty: Add fpu/simd support
Arve Hjønnevåg
2018-01-24
2
-4
/
+5
|
*
trusty: Add generic-arm64 support
Arve Hjønnevåg
2018-01-24
3
-0
/
+173
|
*
trusty: Restore working trusty setup code and include trusty image in build
Arve Hjønnevåg
2018-01-24
2
-10
/
+36
*
|
TSPD: Register preempted SMC error code with EHF
Jeenu Viswambharan
2018-02-27
1
-4
/
+6
*
|
TSPD: Require NS preemption along with EL3 exception handling
Jeenu Viswambharan
2018-02-06
1
-1
/
+7
*
|
TSPD: Explicitly allow NS preemption for Yielding SMCs
Jeenu Viswambharan
2018-02-06
1
-2
/
+21
|
/
*
spd: tlkd: support for "NS memory ranges" function ID
Varun Wadekar
2018-01-08
1
-4
/
+6
*
spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG`
Antonio Nino Diaz
2017-11-08
3
-3
/
+3
*
trusty: save/restore FPU registers in world switch
Aijun Sun
2017-09-19
1
-0
/
+15
*
opteed: pass device tree pointer in x2
Jens Wiklander
2017-08-24
4
-6
/
+7
*
Support paging function for OPTEE.
Edison Ai
2017-08-09
4
-8
/
+16
*
Fix order of #includes
Isla Mitchell
2017-07-12
4
-6
/
+7
*
Tegra: enable 'signed-comparison' compilation warning/errors
Varun Wadekar
2017-06-14
1
-1
/
+1
*
Migrate secure payload dispatchers to new SMC terminology
David Cunado
2017-05-04
7
-47
/
+48
*
Merge pull request #925 from dp-arm/dp/spdx
davidcunado-arm
2017-05-04
25
-626
/
+26
|
\
|
*
Use SPDX license identifiers
dp-arm
2017-05-03
25
-626
/
+26
*
|
Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic
davidcunado-arm
2017-05-02
3
-39
/
+41
|
\
\
|
|
/
|
/
|
|
*
Update terminology: standard SMC to yielding SMC
David Cunado
2017-04-26
3
-39
/
+41
*
|
tspd:FWU:Fix usage of SMC_RET0
Antonio Nino Diaz
2017-04-20
1
-1
/
+1
|
/
*
spd: trusty: support for AARCH64 mode
Varun Wadekar
2017-03-06
1
-22
/
+6
[next]