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
/
lib
/
xlat_tables_v2
Commit message (
Expand
)
Author
Age
Files
Lines
*
xlat v2: Correctly unmap regions on map error
Antonio Nino Diaz
2018-01-10
1
-2
/
+2
*
Merge pull request #1145 from etienne-lms/rfc-armv7-2
davidcunado-arm
2017-11-23
1
-0
/
+4
|
\
|
*
ARMv7 may not support large page addressing
Etienne Carriere
2017-11-08
1
-0
/
+4
*
|
Add ARMv8.2 ID_AA64MMFR0_EL1.PARange value
Antonio Nino Diaz
2017-11-17
1
-1
/
+4
*
|
xlat: Make function to calculate TCR PA bits public
Antonio Nino Diaz
2017-11-08
1
-3
/
+2
|
/
*
xlat: Introduce API to change memory attributes of a region
Sandrine Bailleux
2017-10-17
2
-4
/
+153
*
xlat: Introduce API to get memory attributes of a region
Sandrine Bailleux
2017-10-17
1
-1
/
+193
*
xlat: Add support for EL0 and EL1 mappings
Antonio Nino Diaz
2017-10-05
7
-71
/
+171
*
xlat: Introduce function xlat_arch_tlbi_va_regime()
Douglas Raillard
2017-10-05
3
-10
/
+50
*
xlat: Always compile TLB invalidation functions
Sandrine Bailleux
2017-10-05
2
-7
/
+2
*
xlat: Introduce MAP_REGION2() macro
Sandrine Bailleux
2017-10-05
1
-6
/
+12
*
Set TCR_EL1.EPD1 bit to 1
Antonio Nino Diaz
2017-09-21
1
-1
/
+5
*
xlat: simplify mmap_add_region_check parameters (#1101)
Douglas Raillard
2017-09-21
1
-30
/
+51
*
Merge pull request #1099 from douglas-raillard-arm/dr/fix_mm_copy
davidcunado-arm
2017-09-19
1
-8
/
+3
|
\
|
*
xlat: fix mm copy when adding a region
Douglas Raillard
2017-09-14
1
-8
/
+3
*
|
xlat: Use MAP_REGION macro as compatibility layer
Douglas Raillard
2017-09-11
1
-12
/
+2
|
/
*
Enable CnP bit for ARMv8.2 CPUs
Isla Mitchell
2017-08-24
2
-0
/
+17
*
xlat lib v2: Fix sign of debug loop variable
Sandrine Bailleux
2017-08-01
1
-1
/
+1
*
xlat lib: Fix some types
Sandrine Bailleux
2017-07-26
3
-5
/
+5
*
xlat lib v2: Remove hard-coded virtual address space size
Sandrine Bailleux
2017-07-26
4
-14
/
+33
*
xlat lib v2: Refactor the functions enabling the MMU
Sandrine Bailleux
2017-07-26
2
-71
/
+85
*
xlat lib v2: Remove init_xlat_tables_arch() function
Sandrine Bailleux
2017-07-26
4
-40
/
+47
*
xlat lib v2: Expose *_ctx() APIs
Sandrine Bailleux
2017-07-26
4
-143
/
+114
*
xlat lib v2: Export translation context as an opaque type
Sandrine Bailleux
2017-07-25
2
-121
/
+6
*
xlat lib: Reorganize architectural defs
Sandrine Bailleux
2017-07-25
5
-192
/
+36
*
xlat lib v2: Print some debug statistics
Sandrine Bailleux
2017-07-25
1
-0
/
+24
*
aarch32: Apply workaround for errata 813419 of Cortex-A57
Dimitris Papastamos
2017-06-22
1
-1
/
+1
*
xlat_tables_v2: fix signed/unsigned comparisons
Varun Wadekar
2017-06-20
1
-1
/
+1
*
Tegra: enable 'signed-comparison' compilation warning/errors
Varun Wadekar
2017-06-14
2
-13
/
+13
*
xlat: Fix missing header file dependency
Antonio Nino Diaz
2017-05-18
2
-0
/
+2
*
Minor fixes to the xlat tables lib v2
Antonio Nino Diaz
2017-05-09
3
-4
/
+10
*
Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit
davidcunado-arm
2017-05-05
5
-12
/
+68
|
\
|
*
Fix execute-never permissions in xlat tables libs
Antonio Nino Diaz
2017-05-02
5
-12
/
+68
*
|
Use SPDX license identifiers
dp-arm
2017-05-03
8
-200
/
+8
|
/
*
Merge branch 'integration' into tf_issue_461
Scott Branden
2017-04-29
4
-8
/
+8
|
\
|
*
Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvements
davidcunado-arm
2017-04-24
2
-4
/
+4
|
|
\
|
|
*
xlat lib: Use mmap_attr_t type consistently
Sandrine Bailleux
2017-04-20
2
-4
/
+4
|
*
|
Control inclusion of helper code used for asserts
Antonio Nino Diaz
2017-04-20
2
-4
/
+4
|
|
/
*
/
Move defines in utils.h to utils_def.h to fix shared header compile issues
Scott Branden
2017-04-29
1
-1
/
+1
|
/
*
Add support to change xlat_tables to non-cacheable
Summer Qin
2017-03-28
2
-10
/
+25
*
Apply workaround for errata 813419 of Cortex-A57
Antonio Nino Diaz
2017-03-08
1
-1
/
+1
*
Add dynamic region support to xlat tables lib v2
Antonio Nino Diaz
2017-03-08
5
-13
/
+598
*
Improve debug output of the translation tables
Antonio Nino Diaz
2017-03-08
1
-7
/
+33
*
Add version 2 of xlat tables library
Antonio Nino Diaz
2017-03-08
8
-0
/
+1509