aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/cache_v8.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-25arm64: add software pagetable walkerCaleb Connolly1-0/+245
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06arm: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-04-10arm64: Fix map_range() not splitting mapped blocksPierre-Clément Tosi1-0/+2
2023-11-17Revert "arm64: Use FEAT_HAFDBS to track dirty pages when available"WIP/2023-11-17-assorted-important-fixesChris Packham1-15/+1
2023-11-17Revert "arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is pre...Chris Packham1-10/+4
2023-11-17Revert "armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present"Chris Packham1-5/+1
2023-04-25armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is presentmeitao1-1/+5
2023-04-25arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is presentMarc Zyngier1-4/+10
2023-04-25arm64: Use FEAT_HAFDBS to track dirty pages when availableMarc Zyngier1-1/+15
2023-03-06arm64: Reduce PT size estimation complexityMarc Zyngier1-75/+34
2023-03-06arm64: Reduce add_map() complexityMarc Zyngier1-48/+46
2023-03-06arm: cpu: Add optional CMOs by VAMarc Zyngier1-1/+96
2022-10-06armv8: cache_v8: Fix pgtables setup when MMU is already enabledPali Rohár1-0/+4
2022-06-16armv8: always use current exception level for TCR_ELx accessAndre Przywara1-4/+24
2021-07-28arm64: Update memcpy_{from, to}io() helpersPatrice Chotard1-0/+10
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-25armv8: cache_v8: fix mmu_set_region_dcache_behaviourPeng Fan1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-6/+6
2019-05-05arch: armv8: Provide a way to disable cache maintenance opsVignesh Raghavendra1-0/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-04armv8: mmu: fix page table mappingPeng Fan1-1/+4
2017-05-11arm: Support cache invalidateSimon Glass1-1/+1
2017-03-14armv8: mmu: Add a function to change mapping attributesYork Sun1-4/+68
2016-11-07armv8: add hooks for all cache-wide operationsStephen Warren1-3/+5
2016-08-05armv8: mmu: Detect page table overflow in emergency pt creationAlexander Graf1-0/+4
2016-07-15armv8: mmu: Add support of non-identical mappingYork Sun1-17/+20
2016-07-15armv8: mmu: split block if necessaryYork Sun1-32/+38
2016-07-15armv8: mmu: house cleaningYork Sun1-5/+8
2016-03-21arm64: Fix layerscape mmu setupAlexander Graf1-1/+1
2016-03-15arm64: Only allow dcache disabled in SPL buildsAlexander Graf1-0/+9
2016-03-15arm64: Remove non-full-va map codeAlexander Graf1-90/+0
2016-03-15thunderx: Move mmu table into board fileAlexander Graf1-5/+3
2016-03-15arm64: Make full va map code more dynamicAlexander Graf1-55/+398
2016-03-15arm64: Disable TTBR1 maps in EL1Alexander Graf1-1/+1
2016-03-15thunderx: Calculate TCR dynamicallyAlexander Graf1-1/+58
2016-01-19armv8: New MMU setup code allowing to use 48+ bits PA/VASergey Temerkhanov1-0/+77
2015-11-30armv8/layerscape: Update MMU table with execute-never bitsAlison Wang1-2/+2
2015-11-10armv8: allow custom MMU setup routines on ARMv8Stephen Warren1-1/+1
2015-10-15armv8/mmu: Set bits marked RES1 in TCRThierry Reding1-3/+3
2015-09-01armv8: fsl-lsch3: Rewrite MMU translation table entriesAlison Wang1-4/+13
2015-08-12ARM: cache: implement a default weak flush_cache() functionWu, Josh1-8/+0
2015-08-12ARM: cache: add an empty stub function for invalidate/flush dcacheWu, Josh1-8/+0
2015-07-31armv8: caches: Added routine to set non cacheable regionSiva Durga Prasad Paladugu1-0/+36
2015-07-28armv8/cache: Fix page table creationThierry Reding1-2/+2