aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2018-02-26arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundv4.9-spectre-upstream-onlyMarc Zyngier
2018-02-26arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier
2018-02-26arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier
2018-02-26arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier
2018-02-26arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier
2018-02-26arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier
2018-02-26arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier
2018-02-26arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier
2018-02-26arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier
2018-02-26arm64: Implement branch predictor hardening for affected Cortex-A CPUsWill Deacon
2018-02-26arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon
2018-02-26arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon
2018-02-26arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon
2018-02-26arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier
2018-02-26arm64: Move BP hardening to check_and_switch_contextMarc Zyngier
2018-02-26arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-02-26arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-02-26arm64: cpufeature: Pass capability structure to ->enable callbackWill Deacon
2018-02-26arm64: Run enable method for errata work arounds on late CPUsSuzuki K Poulose
2018-02-26arm64: cpu_errata: Allow an erratum to be match for all revisions of a coreMarc Zyngier
2018-02-26arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyJames Morse
2018-02-26arm64: futex: Mask __user pointers prior to dereferenceWill Deacon
2018-02-26arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon
2018-02-26arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon
2018-02-26arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon
2018-02-26arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon
2018-02-26arm64: syscallno is secretly an int, make it officialDave Martin
2018-02-26arm64: Use pointer masking to limit uaccess speculationRobin Murphy
2018-02-26arm64: Make USER_DS an inclusive limitRobin Murphy
2018-02-26arm64: uaccess: consistently check object sizesMark Rutland
2018-02-26arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas
2018-02-26arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas
2018-02-26arm64: move TASK_* definitions to <asm/processor.h>Yury Norov
2018-02-26arm64: Implement array_index_mask_nospec()Robin Murphy
2018-02-26arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon
2018-02-26arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel
2018-02-25arm64: fix warning about swapper_pg_dir overflowArnd Bergmann
2018-02-25arm64: sunxi: always enable reset controllerArnd Bergmann
2018-02-25arm64: Kconfig: select COMPAT_BINFMT_ELF only when BINFMT_ELF is setKefeng Wang
2018-02-25arm64: define BUG() instruction without CONFIG_BUGArnd Bergmann
2018-02-25arm64: dts: add #cooling-cells to CPU nodesArnd Bergmann
2018-02-25crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-02-22arm64: dts: msm8916: Add missing #phy-cellsBjorn Andersson
2018-02-22arm64: dts: msm8916: Correct ipc references for smsmBjorn Andersson
2018-01-23arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier
2017-12-25arm64: Initialise high_memory global variable earlierSteve Capper
2017-12-20arm64: prevent regressions in compressed kernel image size when upgrading to ...Nick Desaulniers
2017-12-14arm64: KVM: Survive unknown traps from guestsMark Rutland
2017-12-14arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin
2017-12-14arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-oneKristina Martsenko