History for barebox / arch / arm / cpu / mmu.c
2018-07-27
@Sascha Hauer
ARM: MMU: fix arch_remap_range() across section boundaries ...
Sascha Hauer authored on 10 Jul 2018 Lucas Stach committed on 27 Jul 2018
2018-05-28
@Sascha Hauer
ARM: mmu: only create flat mapping when early MMU hasn't done it already ...
Sascha Hauer committed on 28 May 2018
2018-05-22
@Andrey Smirnov
ARM: mmu: Introduce ARM_TTB_SIZE ...
Andrey Smirnov authored on 21 May 2018 Sascha Hauer committed on 22 May 2018
@Andrey Smirnov
ARM: mmu: Implement on-demand PTE allocation ...
Andrey Smirnov authored on 21 May 2018 Sascha Hauer committed on 22 May 2018
@Andrey Smirnov
ARM: mmu: Simplify the use of dma_flush_range() ...
Andrey Smirnov authored on 21 May 2018 Sascha Hauer committed on 22 May 2018
@Andrey Smirnov
ARM: mmu: Use dma_inv_range() in dma_sync_single_for_cpu() ...
Andrey Smirnov authored on 21 May 2018 Sascha Hauer committed on 22 May 2018
@Andrey Smirnov
ARM: mmu: Use find_pte() to find PTE in create_vector_table() ...
Andrey Smirnov authored on 21 May 2018 Sascha Hauer committed on 22 May 2018
@Andrey Smirnov
ARM: mmu: Make sure that address is 1M aligned in arm_create_pte() ...
Andrey Smirnov authored on 21 May 2018 Sascha Hauer committed on 22 May 2018
2018-05-18
@Andrey Smirnov
ARM: mmu: Pass PTE flags a parameter to arm_create_pte() ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Share code between dma_alloc_*() functions ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Use xmemalign in mmu_init() ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Use xmemalign in arm_create_pte() ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Use PAGE_SIZE instead of magic right shift by 12 ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Define and use PTRS_PER_PTE ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Use PAGE_SIZE when specifying size of one page ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Replace various SZ_1M with PGDIR_SIZE ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Trivial simplification in arm_mmu_remap_sdram() ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Replace hardcoded shifts with pgd_index() from Linux ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Drop needless shifting in map_io_sections() ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Share code for initial flat mapping creation ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Specify size in bytes in create_sections() ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Share code for create_sections() ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Introduce set_domain() ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Introduce set_ttbr() ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Make use of IS_ALIGNED in arm_mmu_remap_sdram() ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
@Andrey Smirnov
ARM: mmu: Remove unused ARM_VECTORS_SIZE ...
Andrey Smirnov authored on 17 May 2018 Sascha Hauer committed on 18 May 2018
2018-03-29
@Sascha Hauer
ARM: implement dma mapping functions ...
Sascha Hauer committed on 29 Mar 2018
@Sascha Hauer
dma: Use dma_addr_t as type for DMA addresses ...
Sascha Hauer committed on 29 Mar 2018
2018-03-21
@Sascha Hauer
ARM: move linker variable declarations to sections.h ...
Sascha Hauer committed on 21 Mar 2018
@Sascha Hauer
ARM: Move mmu_disable to mmu.c ...
Sascha Hauer committed on 21 Mar 2018