summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2022-06-14arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscallAlexandru Elisei1-1/+1
2022-05-18arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport2-0/+13
2022-05-09arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clockFabio Estevam1-0/+4
2022-05-09arm64: dts: meson: remove CPU opps below 1GHz for SM1 boardsChristian Hewitt1-20/+0
2022-05-09arm64: dts: meson: remove CPU opps below 1GHz for G12B boardsChristian Hewitt2-80/+0
2022-04-20arm64: alternatives: mark patch_alternative() as `noinstr`Joey Gouly1-3/+3
2022-04-15cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionMario Limonciello1-3/+3
2022-04-15arm64: module: remove (NOLOAD) from linker scriptFangrui Song1-3/+3
2022-04-15arm64: patch_text: Fixup last cpu should be masterGuo Ren1-2/+2
2022-04-15KVM: arm64: Check arm64_get_bp_hardening_data() didn't return NULLJames Morse1-1/+2
2022-04-15bpf, arm64: Feed byte-offset into bpf line infoHou Tao1-0/+5
2022-04-15bpf, arm64: Call build_prologue() first in first JIT passHou Tao1-5/+8
2022-04-15arm64: dts: rockchip: Fix SDIO regulator supply properties on rk3399-fireflyRob Herring1-2/+2
2022-04-15arm64: dts: broadcom: Fix sata nodenameFrank Wunderlich1-1/+1
2022-04-15arm64: dts: ns2: Fix spi-cpol and spi-cpha propertyKuldeep Singh1-4/+4
2022-04-15arm64: dts: qcom: sm8150: Correct TCS configuration for apps rscMaulik Shah1-3/+3
2022-03-23arm64: fix clang warning about TRAMP_VALIASArnd Bergmann1-2/+2
2022-03-19fixup for "arm64 entry: Add macro for reading symbol address from the trampol...James Morse1-2/+2
2022-03-19arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg"Dinh Nguyen1-2/+2
2022-03-19arm64: dts: rockchip: reorder rk3399 hdmi clocksSascha Hauer1-3/+3
2022-03-19arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrityJakob Unterwurzacher1-0/+6
2022-03-19arm64: Use the clearbhb instruction in mitigationsJames Morse8-0/+57
2022-03-19KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse2-0/+10
2022-03-19arm64: Mitigate spectre style branch history side channelsJames Morse8-4/+316
2022-03-19KVM: arm64: Add templates for BHB mitigation sequencesJames Morse5-4/+130
2022-03-19arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse2-4/+46
2022-03-19arm64: Add percpu vectors for EL1James Morse5-9/+55
2022-03-19arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse1-19/+16
2022-03-19arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse3-9/+102
2022-03-19arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse1-1/+34
2022-03-19arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse5-7/+20
2022-03-19arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse1-6/+12
2022-03-19arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse1-6/+5
2022-03-19arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse1-13/+15
2022-03-19arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse1-5/+8
2022-03-19arm64: entry: Move the trampoline data page before the text pageJames Morse2-3/+8
2022-03-19arm64: entry: Free up another register on kpti's tramp_exit pathJames Morse1-6/+12
2022-03-19arm64: entry: Make the trampoline cleanup optionalJames Morse1-3/+7
2022-03-19arm64: entry.S: Add ventry overflow sanity checksJames Morse1-0/+3
2022-03-19arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual1-0/+2
2022-03-19arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly5-1/+27
2022-03-19arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose1-0/+4
2022-03-19arm64: Add part number for Arm Cortex-A77Rob Herring1-0/+2
2022-03-16arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0Pali Rohár2-2/+7
2022-03-16arm64: dts: armada-3720-turris-mox: Add missing ethernet0 aliasPali Rohár1-0/+1
2022-03-08arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF outputBrian Norris1-5/+12
2022-02-23arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610Christian Hewitt2-16/+0
2022-02-23arm64: dts: meson-g12: add ATF BL32 reserved-memory regionChristian Hewitt1-0/+6
2022-02-23arm64: dts: meson-gx: add ATF BL32 reserved-memory regionChristian Hewitt1-0/+6
2022-02-23arm64: module/ftrace: intialize PLT at load timeMark Rutland2-52/+35