aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/mm/core_mmu.c
AgeCommit message (Expand)Author
2020-04-16core: mmu: remove TEE/TA RAM from total RAMRouven Czerwinski
2020-04-15core: arm: mm: fix VA overflow issue in assign_mem_va()Khoa Hoang
2020-02-27core: exclude core_init_mmu_map() from unpaged partJens Wiklander
2020-02-25core: mmu: fix check of memory physical end addressEtienne Carriere
2020-01-31core_mmu: fix warnings when CFG_CORE_DYN_SHM=n && CFG_SECURE_DATA_PATH=nJerome Forissier
2020-01-24virt: core_mmu: use nexus memory area for temporary mapVolodymyr Babchuk
2020-01-24core: fix typo error in nsec ddr discoveryFangsuo Wu
2020-01-24core: introduce a new memory type for external dtb imageFangsuo Wu
2020-01-24core: fix compiling error if reserved SHM not usedFangsuo Wu
2020-01-24core: adjust nsec ddr memory size correctlyFangsuo Wu
2020-01-16core: arm64: introduce CFG_CORE_ARM64_PA_BITSJens Wiklander
2019-12-19core: add core_mmu_map_contiguous_pages()Jens Wiklander
2019-12-17core: support ASLR and pagingJens Wiklander
2019-12-17core: fix pager vaspace start in assign_mem_va()Jens Wiklander
2019-12-16core: add struct user_mode_ctxJens Wiklander
2019-11-15core: fix check_mem_map() vs MEM_AREA_IDENTITY_MAP_RXJens Wiklander
2019-11-14core: add support for CFG_CORE_ASLRJens Wiklander
2019-11-14core: Add core memory type MEM_AREA_IDENTITY_MAP_RXJens Wiklander
2019-11-14core: generic_entry: add enable_mmu()Jens Wiklander
2019-11-14core: refactor core_init_mmu_map() and helpersJens Wiklander
2019-07-30core: mmu: Update TCR_EL1 register when new physical address addedFangsuo Wu
2019-07-29core_mmu: fix "outside of array bounds" warningVolodymyr Babchuk
2019-05-17core: introduce io_pa_or_va_{secure|nsec}()Etienne Carriere
2019-05-13core: fix assertion '(*pgt)->vabase == pg_info->va_base'Jens Wiklander
2019-05-13core: user_ta: support mapping paged parametersJens Wiklander
2019-05-02core: introduce CFG_CORE_RESERVED_SHMJens Wiklander
2019-05-02core: introduce CFG_CORE_DYN_SHMJens Wiklander
2019-02-21core: mm: simplify overlap checkPeng Fan
2019-02-15Revert "core_mmu: phys_to_virt_io(): warn if PA has both S and NS mappings"Jerome Forissier
2019-02-13core_mmu: phys_to_virt_io(): warn if PA has both S and NS mappingsJerome Forissier
2019-02-13core_mmu: do not restrict device memory mapping to PGDIR_SIZE granularityJerome Forissier
2019-02-01core_mmu: reshape memory layout for virtualizationVolodymyr Babchuk
2019-02-01core_mmu: add core_mmu_init_virtualization() functionVolodymyr Babchuk
2019-02-01core_mmu: add get_memory_map() functionVolodymyr Babchuk
2019-02-01core_mmu: introduce mmu partitionsVolodymyr Babchuk
2019-02-01core_mmu: add MEM_AREA_SEC_RAM_OVERALL memory typeVolodymyr Babchuk
2019-02-01virt: tag variables with __nex_data and __nex_bssVolodymyr Babchuk
2019-02-01virt: add nexus memory areaVolodymyr Babchuk
2018-12-13core: introduce is_unpaged() functionsEtienne Carriere
2018-11-27core: base memory registration on scatter arrayJens Wiklander
2018-10-01core: correct memory layout traceEtienne Carriere
2018-07-04asid: move asid allocator from tee_mmu.c to core_mmu.cVolodymyr Babchuk
2018-07-04mmu: align va of memory regions to pa modulo PGDIR_SIZEVolodymyr Babchuk
2018-06-27core: arm64: update max pa after discovered nsec ddrJens Wiklander
2018-05-18mmu: add locking for OP-TEE address space manipulationVolodymyr Babchuk
2018-05-16Remove license notice from STMicroelectronics filesEtienne Carriere
2018-04-25core: remove CFG_ prefix from CFG_TEE_LOAD_ADDREtienne Carriere
2018-04-25core: remove CFG_ prefix from CFG_SHMEM_START/_SIZEEtienne Carriere
2018-04-25core: remove CFG_ prefix from TA_RAM_START/TA_RAM_SIZEEtienne Carriere
2018-04-25core: remove CFG_ prefix from TEE_RAM_START/VA_SIZE/PH_SIZEEtienne Carriere