aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2020-09-29arm64: Pull in task_stack_page() to Spectre-v4 mitigation codeWill Deacon1-0/+1
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon6-58/+36
2020-09-29arm64: Get rid of arm64_ssbd_stateMarc Zyngier2-16/+0
2020-09-29KVM: arm64: Convert ARCH_WORKAROUND_2 to arm64_get_spectre_v4_state()Marc Zyngier3-14/+30
2020-09-29KVM: arm64: Get rid of kvm_arm_have_ssbd()Marc Zyngier1-23/+0
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier14-163/+41
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon9-352/+401
2020-09-29arm64: Move SSBD prctl() handler alongside other spectre mitigation codeWill Deacon3-130/+119
2020-09-29arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Will Deacon3-3/+3
2020-09-29arm64: Treat SSBS as a non-strict system featureWill Deacon1-3/+3
2020-09-29arm64: Group start_thread() functions togetherWill Deacon1-12/+12
2020-09-29KVM: arm64: Set CSV2 for guests on hardware unaffected by Spectre-v2Marc Zyngier1-0/+3
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon8-264/+327
2020-09-29arm64: Introduce separate file for spectre mitigations and reportingWill Deacon3-7/+33
2020-09-29arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Will Deacon4-17/+16
2020-09-29KVM: arm64: Simplify install_bp_hardening_cb()Will Deacon1-20/+7
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon6-9/+6
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon11-80/+4
2020-09-29arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUsMarc Zyngier1-0/+7
2020-09-29Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/nextMarc Zyngier5-26/+199
2020-09-29KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1Marc Zyngier2-4/+30
2020-09-29KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier4-6/+86
2020-09-29KVM: arm64: Use event mask matching architecture revisionMarc Zyngier2-5/+77
2020-09-29KVM: arm64: Refactor PMU attribute error handlingMarc Zyngier1-12/+7
2020-09-29arm64: dts: zynqmp: Fix leds subnode name for zcu100/ultra96 v1Michal Simek1-4/+4
2020-09-29arm64: dts: zynqmp: Remove undocumented u-boot propertiesMichal Simek2-6/+0
2020-09-29arm64: dts: zynqmp: Remove additional compatible string for i2c IPsMichal Simek1-2/+2
2020-09-29arm64: dts: zynqmp: Rename buses to be align with simple-bus yamlMichal Simek1-2/+2
2020-09-29arm64: dts: xilinx: align GPIO hog names with dtschemaKrzysztof Kozlowski1-4/+4
2020-09-28Merge branch 'for-next/svm' of git://git.kernel.org/pub/scm/linux/kernel/git/...Will Deacon4-7/+113
2020-09-28iommu/arm-smmu-v3: Ensure queue is read after updating prod pointerZhou Wang2-0/+2
2020-09-28arm64: cpufeature: Export symbol read_sanitised_ftr_reg()Jean-Philippe Brucker1-0/+1
2020-09-28arm64: mm: Pin down ASIDs for sharing mm with devicesJean-Philippe Brucker3-7/+112
2020-09-28KVM: arm64: pmu: Make overflow handler NMI safeJulien Thierry1-1/+25
2020-09-28arm64: perf: Defer irq_work to IPI_IRQ_WORKJulien Thierry1-9/+5
2020-09-28arm64: perf: Remove PMU lockingJulien Thierry1-28/+0
2020-09-28arm64: perf: Avoid PMXEV* indirectionMark Rutland1-14/+85
2020-09-28arm64: perf: Add missing ISB in armv8pmu_enable_counter()Alexandru Elisei1-0/+5
2020-09-28arm64: perf: Add support caps under sysfsShaokun Zhang3-33/+75
2020-09-28Merge branch 'irq/ipi-as-irq', remote-tracking branches 'origin/irq/dw' and '...Marc Zyngier1-1/+3
2020-09-26Merge tag 'samsung-defconfig-5.10' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson1-0/+4
2020-09-26Merge tag 'tegra-for-5.10-arm64-defconfig' of git://git.kernel.org/pub/scm/li...Olof Johansson1-0/+8
2020-09-26Merge tag 'v5.9-next-dts64' of https://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson5-7/+60
2020-09-26Merge tag 'amlogic-dt64' of https://git.kernel.org/pub/scm/linux/kernel/git/k...Olof Johansson8-793/+1069
2020-09-26Merge tag 'qcom-arm64-for-5.10' of https://git.kernel.org/pub/scm/linux/kerne...Olof Johansson36-2097/+6403
2020-09-26Merge tag 'v5.10-rockchip-dts64-1' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson15-36/+920
2020-09-26Merge tag 'imx-dt64-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Olof Johansson44-956/+4136
2020-09-26Merge tag 'ti-k3-dt-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson11-152/+608
2020-09-26Merge tag 'qcom-arm64-fixes-for-5.9' of https://git.kernel.org/pub/scm/linux/...Olof Johansson4-4/+22
2020-09-26Merge tag 'sunxi-fixes-for-5.9-1' of https://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-4/+2