aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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-14plat-rcar: add support for H3 module with 8GB memoryVolodymyr Babchuk
2019-02-14plat-rcar: virtualization port for RCAR platformVolodymyr Babchuk
2019-02-14mmu_lpae: flush TLBs when switching partitionsVolodymyr Babchuk
2019-02-14stm32mp1: fix missing ETZPC mappingEtienne Carriere
2019-02-14core: deprecate read32(), write32() and friendsEtienne Carriere
2019-02-14zynq7k: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14ti: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14synquancer: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14sunxi: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14stm32mp1: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14stm: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14sam: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14rockchip: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14marvell: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14ls: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14imx: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14hikey: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14core: upgrade from write32() to io_write32() and friendsEtienne Carriere
2019-02-14libutil: io_clrsetbitsX() firends for 8bit and 16bit accessesEtienne Carriere
2019-02-14libutil: replace write*() util functions with io_write*()Etienne Carriere
2019-02-14stm32mp1: reset driver for platform peripheral interfacesEtienne Carriere
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-12core: change io_{clr|set|clrset}bits32() address argument typeEtienne Carriere
2019-02-11stm32mp1: embed GPIO/pin control driverEtienne Carriere
2019-02-11stm32_gpio: driver for GPIO and pin controlEtienne Carriere
2019-02-08stm32mp1: platform enables STM32 ETZPC driverEtienne Carriere
2019-02-08stm32_etzpc: STM32 Extended TrustZone Protection ControllerEtienne Carriere
2019-02-07stm32mp1: get root clocks frequency from DTBEtienne Carriere
2019-02-07stm32mp1: platform clocks driverEtienne Carriere
2019-02-07stm32mp1: update RCC driveretienne carriere
2019-02-06Remove memalign()Jens Wiklander
2019-02-06stm32mp1: PWR supportetienne carriere
2019-02-05Fix alignment of data for mempool_alloc_pool()Jens Wiklander
2019-02-04core: pseudo_ta: fix query buffer size for SDPJens Wiklander
2019-02-01entry_fast: enable hypervisor callsVolodymyr Babchuk
2019-02-01generic_boot: add virtualization supportVolodymyr Babchuk
2019-02-01generic_boot: move all runtime initialization to init_tee_runtime()Volodymyr Babchuk
2019-02-01generic_boot: use nexus allocator during memory discoveryVolodymyr Babchuk
2019-02-01threads: add support for virtualizationVolodymyr Babchuk
2019-02-01tee_mmu: read TA memory ranges from virtualization subsystemVolodymyr Babchuk
2019-02-01core_mmu_lpae: increase number of xlat tables for virtualizationVolodymyr Babchuk
2019-02-01core_mmu: reshape memory layout for virtualizationVolodymyr Babchuk
2019-02-01core_mmu: add core_mmu_init_virtualization() functionVolodymyr Babchuk
2019-02-01virt: add virtualization subsystemVolodymyr Babchuk
2019-02-01core_mmu: add get_memory_map() functionVolodymyr Babchuk
2019-02-01thread: move threads initialization to one placeVolodymyr Babchuk
2019-02-01core_mmu: introduce mmu partitionsVolodymyr Babchuk