History for barebox / arch / arm / cpu / mmu.c
2020-04-27
@Uwe Kleine-König
treewide: remove references to CREDITS ...
Uwe Kleine-König authored on 23 Apr 2020 Sascha Hauer committed on 27 Apr 2020
2019-12-20
@Sascha Hauer
device: Introduce dma_offset ...
Sascha Hauer committed on 20 Dec 2019
2019-10-14
@Ahmad Fatoum
ARM: mmu: use client domain permissions to support ARMv7 eXecute Never ...
Ahmad Fatoum authored on 9 Oct 2019 Sascha Hauer committed on 14 Oct 2019
@Ahmad Fatoum
ARM: mmu: set R/W bits in ARMv7 translation table ...
Ahmad Fatoum authored on 9 Oct 2019 Sascha Hauer committed on 14 Oct 2019
@Ahmad Fatoum
ARM: mmu: remove no longer accurate comment ...
Ahmad Fatoum authored on 8 Oct 2019 Sascha Hauer committed on 14 Oct 2019
2019-04-29
@Ahmad Fatoum
ARM: mmu: mark uncached regions as eXecute never on v7 ...
Ahmad Fatoum authored on 25 Apr 2019 Sascha Hauer committed on 29 Apr 2019
@Ahmad Fatoum
ARM: mmu: remove doubly defined macro ...
Ahmad Fatoum authored on 25 Apr 2019 Sascha Hauer committed on 29 Apr 2019
2019-01-21
@Andrey Smirnov
ARM: mmu: Make sure DMA coherent memory is zeroed out ...
Andrey Smirnov authored on 17 Jan 2019 Sascha Hauer committed on 21 Jan 2019
@Andrey Smirnov
ARM: mmu: Share code for arm_mmu_not_initialized_error() ...
Andrey Smirnov authored on 17 Jan 2019 Sascha Hauer committed on 21 Jan 2019
@Andrey Smirnov
ARM: mmu: Share sanity checking code in mmu_init() ...
Andrey Smirnov authored on 17 Jan 2019 Sascha Hauer committed on 21 Jan 2019
@Andrey Smirnov
ARM: mmu: Share code for dma_sync_single_for_cpu() ...
Andrey Smirnov authored on 17 Jan 2019 Sascha Hauer committed on 21 Jan 2019
@Andrey Smirnov
ARM: mmu: Share code for dma_alloc_coherent() ...
Andrey Smirnov authored on 17 Jan 2019 Sascha Hauer committed on 21 Jan 2019
@Andrey Smirnov
ARM: mmu: Share code for dma_free_coherent() ...
Andrey Smirnov authored on 17 Jan 2019 Sascha Hauer committed on 21 Jan 2019
@Andrey Smirnov
ARM: mmu: Share code for dma_(un)map_single() ...
Andrey Smirnov authored on 17 Jan 2019 Sascha Hauer committed on 21 Jan 2019
@Andrey Smirnov
ARM: mmu: Simplify the use of dma_inv_range() ...
Andrey Smirnov authored on 17 Jan 2019 Sascha Hauer committed on 21 Jan 2019
@Andrey Smirnov
ARM: mmu: Drop custom virt_to_phys/phys_to_virt ...
Andrey Smirnov authored on 17 Jan 2019 Sascha Hauer committed on 21 Jan 2019
2018-10-19
@Sascha Hauer
ARM: mmu: include dma.h ...
Sascha Hauer committed on 19 Oct 2018
2018-10-18
@Sascha Hauer
ARM: mmu: rename dma_alloc ...
Sascha Hauer committed on 18 Oct 2018
2018-08-15
@Sascha Hauer
ARM: MMU: fix wrong dma_flush_range in arm_create_pte() ...
Sascha Hauer committed on 15 Aug 2018
2018-07-27
@Lucas Stach
ARM: mmu: fix cache flushing when replacing a section with a PTE ...
Lucas Stach committed on 27 Jul 2018
2018-07-12
@Sascha Hauer
ARM: MMU: fix arch_remap_range() across section boundaries ...
Sascha Hauer committed on 12 Jul 2018
2018-06-18
@Andrey Smirnov
ARM: mmu: psci: Make use of get_ttbr() ...
Andrey Smirnov authored on 15 Jun 2018 Sascha Hauer committed on 18 Jun 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