summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2022-04-20arm64: module: remove (NOLOAD) from linker scriptFangrui Song1-1/+1
2022-04-20arm64: patch_text: Fixup last cpu should be masterGuo Ren1-2/+2
2022-04-20ARM: dts: bcm2837: Add the missing L1/L2 cache informationRichard Schleich1-0/+49
2022-04-20arm64: dts: broadcom: Fix sata nodenameFrank Wunderlich1-1/+1
2022-04-20arm64: dts: ns2: Fix spi-cpol and spi-cpha propertyKuldeep Singh1-4/+4
2022-04-12arm64: Use the clearbhb instruction in mitigationsJames Morse8-0/+58
2022-04-12arm64: add ID_AA64ISAR2_EL1 sys registerJames Morse4-0/+12
2022-04-12KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse1-0/+4
2022-04-12arm64: Mitigate spectre style branch history side channelsJames Morse8-4/+346
2022-04-12KVM: arm64: Add templates for BHB mitigation sequencesJames Morse5-4/+128
2022-04-12arm64: Add percpu vectors for EL1James Morse5-10/+55
2022-04-12arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse1-7/+15
2022-04-12arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse3-9/+103
2022-04-12arm64: Move arm64_update_smccc_conduit() out of SSBD ifdefJames Morse1-22/+22
2022-04-12arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse1-1/+33
2022-04-12arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse5-7/+20
2022-04-12arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse1-6/+11
2022-04-12arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse1-6/+6
2022-04-12arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse1-13/+15
2022-04-12arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse1-4/+7
2022-04-12arm64: entry: Move the trampoline data page before the text pageJames Morse2-2/+7
2022-04-12arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse1-6/+12
2022-04-12arm64: entry: Make the trampoline cleanup optionalJames Morse1-3/+7
2022-04-12arm64: entry.S: Add ventry overflow sanity checksJames Morse1-0/+3
2022-04-12arm64: Add helper to decode register from instructionSuzuki K Poulose2-0/+31
2022-04-12arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual1-0/+2
2022-04-12arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose1-0/+4
2022-04-12arm64: Add part number for Arm Cortex-A77Rob Herring1-0/+2
2022-04-12arm64: Add part number for Neoverse N1Marc Zyngier1-0/+2
2022-04-12arm64: Make ARM64_ERRATUM_1188873 depend on COMPATMarc Zyngier1-0/+1
2022-04-12arm64: arch_timer: avoid unused function warningArnd Bergmann1-0/+1
2022-04-12arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier4-1/+24
2022-04-12arm64: arch_timer: Add erratum handler for CPU-specific capabilityMarc Zyngier1-0/+1
2022-04-12arm64: arch_timer: Add infrastructure for multiple erratum detection methodsMarc Zyngier1-1/+6
2022-04-12clocksource/drivers/arm_arch_timer: Introduce generic errata handling infrast...Ding Tianhong1-25/+13
2022-04-12arm64: capabilities: Add support for checks based on a list of MIDRsSuzuki K Poulose4-35/+58
2022-04-12arm64: Add helpers for checking CPU MIDR against a rangeSuzuki K Poulose3-11/+37
2022-04-12arm64: capabilities: Clean up midr range helpersSuzuki K Poulose1-32/+50
2022-04-12arm64: capabilities: Add flags to handle the conflicts on late CPUSuzuki K Poulose3-16/+84
2022-04-12arm64: capabilities: Prepare for fine grained capabilitiesSuzuki K Poulose3-26/+119
2022-04-12arm64: capabilities: Move errata processing codeSuzuki K Poulose3-43/+40
2022-04-12arm64: capabilities: Move errata work around check on boot CPUSuzuki K Poulose2-6/+5
2022-04-12arm64: capabilities: Update prototype for enable call backDave Martin7-42/+56
2022-04-12arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35Suzuki K Poulose1-0/+4
2022-04-12arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse3-16/+4
2022-04-12arm64: errata: Provide macro for major and minor cpu revisionsRobert Richter2-11/+12
2022-01-27arm64: dts: qcom: msm8916: fix MMC controller aliasesDmitry Baryshkov1-2/+2
2022-01-11arm64: sysreg: Move to use definitions for all the SCTLR bitsJames Morse3-35/+67
2022-01-11arm64: move !VHE work to end of el2_setupMark Rutland1-20/+17
2022-01-11arm64: reduce el2_setup branchingMark Rutland1-8/+7