aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/include/mm/core_mmu.h
AgeCommit message (Expand)Author
2019-05-02core: introduce CFG_CORE_RESERVED_SHMJens Wiklander
2019-05-02core: introduce CFG_CORE_DYN_SHMJens Wiklander
2019-02-13core_mmu: do not restrict device memory mapping to PGDIR_SIZE granularityJerome Forissier
2019-02-01core_mmu: add core_mmu_init_virtualization() 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: add nexus memory areaVolodymyr Babchuk
2018-11-27core: base memory registration on scatter arrayJens Wiklander
2018-07-04asid: move asid allocator from tee_mmu.c to core_mmu.cVolodymyr Babchuk
2018-05-16Remove license notice from STMicroelectronics filesEtienne Carriere
2018-05-15core: generic RAM layoutEtienne Carriere
2018-04-25core: remove CFG_ prefix from CFG_TEE_LOAD_ADDREtienne Carriere
2018-04-25core: remove CFG_ prefix from TEE_RAM_START/VA_SIZE/PH_SIZEEtienne Carriere
2018-03-02core: add ddr overall registerEdison Ai
2018-03-02core: rename register_nsec_ddr() to register_dynamic_shm()Edison Ai
2018-02-16mmu: replace _prepare_small_page_mapping with _entry_to_finer_grainedVolodymyr Babchuk
2018-01-18Fix compiler warning with register_sdp_mem()Jerome Forissier
2018-01-17Define register_sdp_mem() only when CFG_SECURE_DATA_PATH is definedVictor Chong
2018-01-10Add SPDX license identifiersJerome Forissier
2018-01-10core: user mode translation tableJens Wiklander
2018-01-10core: make core_mmu.h asm friendlyJens Wiklander
2017-11-09core; add MEM_AREA_TEE_ASANJens Wiklander
2017-10-12core: add register_phys_mem_ul()Jens Wiklander
2017-10-06core:mmu: rename _divide_block into _prepare_small_page_mappingEtienne Carriere
2017-10-06core: fix core_mmu_divide_block() against 32bit mmu constraintEtienne Carriere
2017-09-18core: mmu: export map_memarea_sectionsPeng Fan
2017-09-14core: introduce TEE_RAM_VA_START and TEE_TEXT_VA_STARTZeng Tao
2017-08-29core: add MEM_AREA_PAGER_VASPACEJens Wiklander
2017-08-29core: add CORE_MMU_PGDIR_LEVELJens Wiklander
2017-06-26core: fix TODOs related to TLB maintenance in the pagerEtienne Carriere
2017-06-26core: deprecate core_tlb_maintenance()Etienne Carriere
2017-06-22core: assign non-sec DDR configuration from DTJens Wiklander
2017-06-16core: clarify end of static mapping tableEtienne Carriere
2017-06-02core_mmu: add non-secure DDR ranges supportVolodymyr Babchuk
2017-05-30Remove CFG_SMALL_PAGE_USER_TA=nJens Wiklander
2017-05-19core: exclusive writable/executable attribute in core mappingEtienne Carriere
2017-05-19core: MEM_AREA_TEE_RAM_RW_DATA identifies core read/write data memoryEtienne Carriere
2017-05-19core: introduce TEE_RAM_RX/_RO/_RW memory areasEtienne Carriere
2017-05-19core: core static mapping should not mandate a default mapped SHMEtienne Carriere
2017-05-15core: unexport deprecated core_va2pa_helper()Etienne Carriere
2017-05-04core: mm: add missing entry in teecore_memtype_name()Jerome Forissier
2017-04-28core_mmu: add page map/unmap functionsVolodymyr Babchuk
2017-04-28mm: add new VA region for dynamic shared buffersVolodymyr Babchuk
2017-04-19core: mm: print memory type name instead of numerical valueJerome Forissier
2017-04-12core: default define stack alignment and core vmem sizeEtienne Carriere
2017-04-12core: fix register_XXX_mem() against physical addressEtienne Carriere
2017-03-17core: identify SDP memories though memory objectsEtienne Carriere
2017-03-17core: platform registers SDP memoriesEtienne Carriere
2017-03-16core: minor cleaning in cache resourcesEtienne Carriere
2017-03-16core: rename cache_maintenance_l1() into cache_op_inner()Etienne Carriere