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
/
std_svc
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPMD: Add support for SPCI_ID_GET
Max Shvetsov
2020-03-12
2
-0
/
+39
*
SPMD: add command line parameter to run SPM at S-EL2 or S-EL1
Max Shvetsov
2020-03-03
1
-32
/
+29
*
SPMD: smc handler qualify secure origin using booleans
Olivier Deprez
2020-03-03
1
-34
/
+27
*
SPMD: SPMC init, SMC handler cosmetic changes
Max Shvetsov
2020-03-03
1
-139
/
+161
*
SPMD: Adds partially supported EL2 registers.
Max Shvetsov
2020-03-03
1
-8
/
+8
*
SPMD: save/restore EL2 system registers.
Max Shvetsov
2020-03-02
1
-0
/
+10
*
SPMD: hook SPMD into standard services framework
Achin Gupta
2020-02-10
1
-1
/
+19
*
SPMD: add SPM dispatcher based upon SPCI Beta 0 spec
Achin Gupta
2020-02-10
4
-0
/
+659
*
Prevent speculative execution past ERET
Anthony Steinhauser
2020-01-22
1
-2
/
+2
*
spm-mm: Rename aarch64 assembly files
Paul Beesley
2019-12-20
3
-2
/
+2
*
spm-mm: Rename source files
Paul Beesley
2019-12-20
4
-3
/
+3
*
spm-mm: Rename spm_shim_private.h
Paul Beesley
2019-12-20
3
-6
/
+6
*
spm-mm: Rename spm_private.h
Paul Beesley
2019-12-20
5
-9
/
+9
*
spm-mm: Rename component makefile
Paul Beesley
2019-12-20
1
-3
/
+3
*
spm-mm: Remove mm_svc.h header
Paul Beesley
2019-12-20
1
-1
/
+0
*
spm-mm: Refactor spm_svc.h and its contents
Paul Beesley
2019-12-20
3
-42
/
+42
*
spm-mm: Refactor secure_partition.h and its contents
Paul Beesley
2019-12-20
3
-15
/
+15
*
spm: Remove SPM Alpha 1 prototype and support files
Paul Beesley
2019-12-20
13
-2396
/
+1
*
Remove dependency between SPM_MM and ENABLE_SPM build flags
Paul Beesley
2019-12-20
1
-2
/
+2
*
Enable -Wshadow always
Justin Chadwell
2019-11-19
1
-5
/
+5
*
Merge changes from topic "jc/coverity-fixes" into integration
Paul Beesley
2019-08-13
1
-0
/
+2
|
\
|
*
Fix Coverity #343017, Missing unlock
Justin Chadwell
2019-08-06
1
-0
/
+2
*
|
Switch AARCH32/AARCH64 to __aarch64__
Julius Werner
2019-08-01
1
-1
/
+1
*
|
Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
Julius Werner
2019-08-01
2
-4
/
+4
|
/
*
services/spm: Fix service UUID lookup
Paul Beesley
2019-04-09
1
-1
/
+1
*
SPM: Adjust size of virtual address space per partition
Antonio Nino Diaz
2019-04-03
1
-2
/
+56
*
SPM: Refactor xlat context creation
Antonio Nino Diaz
2019-04-03
4
-18
/
+7
*
SPM: Move shim layer to TTBR1_EL1
Antonio Nino Diaz
2019-04-03
5
-14
/
+65
*
SPM: Ignore empty regions in resource description
Antonio Nino Diaz
2019-04-02
1
-1
/
+6
*
SPM: Create SPCI auxiliary function
Ambroise Vincent
2019-04-01
1
-56
/
+39
*
Remove several warnings reported with W=2
Ambroise Vincent
2019-04-01
1
-1
/
+1
*
Remove several warnings reported with W=1
Ambroise Vincent
2019-04-01
2
-2
/
+5
*
SPM: Remove unnecessary register save
Antonio Nino Diaz
2019-02-14
1
-8
/
+0
*
Make setjmp.h prototypes comply with the C standard
Antonio Nino Diaz
2019-02-08
3
-10
/
+10
*
Remove support for the SMC Calling Convention 2.0
Antonio Nino Diaz
2019-01-30
3
-12
/
+31
*
SPM: Rename folder of SPM based on MM
Antonio Nino Diaz
2019-01-22
8
-1
/
+1
*
SPM: Rename SPM_DEPRECATED flag to SPM_MM
Antonio Nino Diaz
2019-01-22
1
-2
/
+2
*
Merge pull request #1738 from ardbiesheuvel/synquacer-spm
Soby Mathew
2019-01-16
3
-5
/
+14
|
\
|
*
services/spm_deprecated: fix return code polarity of spm_init()
Ard Biesheuvel
2019-01-15
1
-1
/
+1
|
*
services/spm_deprecated: disable alignment checking for S-EL0
Ard Biesheuvel
2019-01-15
1
-2
/
+5
|
*
services/spm_deprecated: permit timer sysreg access at S-EL0
Ard Biesheuvel
2019-01-08
2
-0
/
+6
|
*
services/spm_deprecated: update ARM platform specific asserts
Ard Biesheuvel
2019-01-08
1
-2
/
+2
*
|
Correct typographical errors
Paul Beesley
2019-01-15
1
-2
/
+2
|
/
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
21
-124
/
+147
*
SPM: Rename files for consistency
Antonio Nino Diaz
2018-12-11
6
-4
/
+4
*
SPM: Remove remaining SMC interfaces
Antonio Nino Diaz
2018-12-11
3
-52
/
+4
*
SPM: Migrate mem attr get/set helpers to SPRT
Antonio Nino Diaz
2018-12-11
4
-160
/
+157
*
SPM: Allow preemption in non-blocking requests
Antonio Nino Diaz
2018-12-11
3
-8
/
+65
*
SPM: Support non-blocking calls
Antonio Nino Diaz
2018-12-11
1
-0
/
+329
*
SPM: Implement global response buffer helpers
Antonio Nino Diaz
2018-12-11
3
-0
/
+115
[next]