summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-21arm64/sve: Make sve_state_size() staticMark Brown2-3/+1
2021-10-21arm64/sve: Remove sve_load_from_fpsimd_state()Mark Brown2-18/+0
2021-10-21arm64/fp: Reindent fpsimd_save()Mark Brown1-18/+20
2021-10-19arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier6-3/+19
2021-10-19arm64: Add handling of CNTVCTSS trapsMarc Zyngier2-0/+17
2021-10-19arm64: Add CNT{P,V}CTSS_EL0 alternatives to cnt{p,v}ct_el0Marc Zyngier2-8/+27
2021-10-19arm64: Add a capability for FEAT_ECVMarc Zyngier2-0/+11
2021-10-19Merge branch 'timers/drivers/armv8.6_arch_timer' of https://git.linaro.org/pe...Will Deacon4-141/+193
2021-10-18clocksource/drivers/arch_arm_timer: Move workaround synchronisation aroundMarc Zyngier1-3/+3
2021-10-18clocksource/drivers/arm_arch_timer: Fix masking for high freq countersOliver Upton1-5/+29
2021-10-17clocksource/drivers/arm_arch_timer: Drop unnecessary ISB on CVAL programmingMarc Zyngier2-4/+4
2021-10-17clocksource/drivers/arm_arch_timer: Remove any trace of the TVAL programming ...Marc Zyngier2-9/+0
2021-10-17clocksource/drivers/arm_arch_timer: Work around broken CVAL implementationsMarc Zyngier1-1/+27
2021-10-17clocksource/drivers/arm_arch_timer: Advertise 56bit timer to the core codeMarc Zyngier1-1/+1
2021-10-17clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVALMarc Zyngier2-12/+39
2021-10-17clocksource/drivers/arm_arch_timer: Fix MMIO base address vs callback orderin...Marc Zyngier1-14/+13
2021-10-17clocksource/drivers/arm_arch_timer: Move drop _tval from erratum function namesMarc Zyngier1-13/+13
2021-10-17clocksource/drivers/arm_arch_timer: Move system register timer programming ov...Marc Zyngier4-12/+33
2021-10-17clocksource/drivers/arm_arch_timer: Extend write side of timer register acces...Marc Zyngier3-11/+11
2021-10-17clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessorsMarc Zyngier3-67/+0
2021-10-17clocksource/arm_arch_timer: Add build-time guards for unhandled register acce...Marc Zyngier3-1/+32
2021-10-12acpi/arm64: fix next_platform_timer() section mismatch errorJackie Liu1-1/+1
2021-10-12arm64: ftrace: use function_nocfi for _mcount as wellSumit Garg1-1/+1
2021-10-12arm64: asm: setup.h: export common variablesAnders Roxell1-0/+6
2021-10-11arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZEMike Kravetz1-1/+1
2021-10-07kasan: Extend KASAN mode kernel parameterVincenzo Frascino5-18/+52
2021-10-07arm64: mte: Add asymmetric mode supportVincenzo Frascino5-12/+47
2021-10-07arm64: mte: CPU feature detection for Asymm MTEVincenzo Frascino2-0/+11
2021-10-07arm64: mte: Bitfield definitions for Asymm MTEVincenzo Frascino1-0/+3
2021-10-07kasan: Remove duplicate of kasan_flag_asyncVincenzo Frascino1-2/+0
2021-10-07selftests: arm64: Add coverage of ptrace flags for SVE VL inheritanceMark Brown1-1/+54
2021-10-04drivers/perf: Improve build test coverageJohn Garry1-5/+7
2021-10-04drivers/perf: thunderx2_pmu: Change data in size tx2_uncore_event_update()John Garry1-1/+1
2021-10-04drivers/perf: hisi: Fix PA PMU counter offsetShaokun Zhang1-1/+1
2021-10-01arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual3-39/+0
2021-10-01dma-mapping: remove bogus test for pfn_valid from dma_map_resourceMike Rapoport1-4/+0
2021-10-01arm64: trans_pgd: remove trans_pgd_map_page()Pasha Tatashin2-61/+1
2021-10-01arm64: kexec: remove cpu-reset.hPasha Tatashin4-38/+11
2021-10-01arm64: kexec: remove the pre-kexec PoC maintenancePasha Tatashin1-43/+0
2021-10-01arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin4-15/+36
2021-10-01arm64: kexec: install a copy of the linear-mapPasha Tatashin6-22/+40
2021-10-01arm64: kexec: use ld script for relocation functionPasha Tatashin4-23/+27
2021-10-01arm64: kexec: relocate in EL1 modePasha Tatashin3-6/+14
2021-10-01arm64: kexec: configure EL2 vectors for kexecPasha Tatashin5-2/+42
2021-10-01arm64: kexec: pass kimage as the only argument to relocation functionPasha Tatashin3-8/+16
2021-10-01arm64: kexec: Use dcache ops macros instead of open-codingPasha Tatashin2-17/+26
2021-10-01arm64: kexec: skip relocation code for inplace kexecPasha Tatashin2-16/+21
2021-10-01arm64: kexec: flush image and lists during kexec load timePasha Tatashin1-32/+26
2021-10-01arm64: hibernate: abstract ttrb0 setup functionPasha Tatashin2-20/+25
2021-10-01arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectorsPasha Tatashin7-72/+103