summaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-28arm64: Document boot requirements for FEAT_SME_FA64Mark Brown1-0/+10
2021-10-21selftests: arm64: Factor out utility functions for assembly FP testsMark Brown5-329/+185
2021-10-21arm64: vmlinux.lds.S: remove `.fixup` sectionMark Rutland1-1/+0
2021-10-21arm64: extable: add load_unaligned_zeropad() handlerMark Rutland3-17/+48
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland6-48/+58
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland6-23/+96
2021-10-21arm64: extable: use `ex` for `exception_table_entry`Mark Rutland1-5/+5
2021-10-21arm64: extable: make fixup_exception() return boolMark Rutland3-11/+11
2021-10-21arm64: extable: consolidate definitionsMark Rutland5-35/+58
2021-10-21arm64: gpr-num: support W registersMark Rutland1-1/+5
2021-10-21arm64: factor out GPR numbering helpersMark Rutland2-17/+30
2021-10-21arm64: kvm: use kvm_exception_table_entryMark Rutland2-6/+11
2021-10-21arm64: lib: __arch_copy_to_user(): fold fixups into bodyMark Rutland1-5/+3
2021-10-21arm64: lib: __arch_copy_from_user(): fold fixups into bodyMark Rutland1-5/+3
2021-10-21arm64: lib: __arch_clear_user(): fold fixups into bodyMark Rutland1-5/+3
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-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-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-07selftests: arm64: Add coverage of ptrace flags for SVE VL inheritanceMark Brown1-1/+54
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
2021-10-01arm64: kernel: add helper for booted at EL2 and not VHEPasha Tatashin4-4/+8