summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2018-06-06arm64/cpufeature: don't use mutex in bringup pathMark Rutland3-6/+37
2018-06-06arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose6-13/+19
2018-06-06arm64: lse: Add early clobbers to some input/output asm operandsWill Deacon1-11/+11
2018-05-30arm64: dts: qcom: Fix SPI5 config on MSM8996Ilia Lin1-2/+2
2018-05-30arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discoveryMarc Zyngier1-2/+2
2018-05-30arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand3-2/+7
2018-05-30arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomicsWill Deacon1-2/+2
2018-05-22KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara1-0/+16
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-23/+4
2018-05-16arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose4-0/+64
2018-05-09arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier3-1/+22
2018-04-20arm64: futex: Mask __user pointers prior to dereferenceWill Deacon1-3/+6
2018-04-20arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMark Rutland3-70/+13
2018-04-20arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMark Rutland4-3/+3235
2018-04-20arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMark Rutland1-2/+18
2018-04-20arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMark Rutland1-0/+5
2018-04-20arm/arm64: KVM: Turn kvm_psci_version into a static inlineMark Rutland1-8/+12
2018-04-20arm64: KVM: Make PSCI_VERSION a fast pathMark Rutland1-0/+13
2018-04-20arm/arm64: KVM: Advertise SMCCC v1.1Mark Rutland1-1/+1
2018-04-20arm/arm64: KVM: Consolidate the PSCI include filesMark Rutland2-28/+4
2018-04-20arm64: KVM: Increment PC after handling an SMC trapMark Rutland1-0/+9
2018-04-20arm64: Branch predictor hardening for Cavium ThunderX2Mark Rutland1-0/+10
2018-04-20arm64: Implement branch predictor hardening for affected Cortex-A CPUsMark Rutland2-0/+66
2018-04-20arm64: cpu_errata: Allow an erratum to be match for all revisions of a coreMark Rutland1-0/+7
2018-04-20arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Mark Rutland1-0/+6
2018-04-20arm64: entry: Apply BP hardening for suspicious interrupts from EL0Mark Rutland2-0/+11
2018-04-20arm64: entry: Apply BP hardening for high-priority synchronous exceptionsMark Rutland2-2/+13
2018-04-20arm64: KVM: Use per-CPU vector when BP hardening is enabledMark Rutland2-1/+39
2018-04-20arm64: Move BP hardening to check_and_switch_contextMark Rutland1-2/+3
2018-04-20arm64: Add skeleton to harden the branch predictor against aliasing attacksMark Rutland11-5/+219
2018-04-20arm64: Move post_ttbr_update_workaround to C codeMark Rutland3-15/+10
2018-04-20arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroMark Rutland2-5/+15
2018-04-20arm64: cpufeature: Pass capability structure to ->enable callbackMark Rutland1-2/+2
2018-04-20arm64: Run enable method for errata work arounds on late CPUsMark Rutland1-3/+6
2018-04-20arm64: cpufeature: __this_cpu_has_cap() shouldn't stop earlyMark Rutland1-2/+1
2018-04-20arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userMark Rutland4-15/+17
2018-04-20arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userMark Rutland1-26/+36
2018-04-20arm64: uaccess: Prevent speculative use of the current addr_limitMark Rutland1-0/+7
2018-04-20arm64: entry: Ensure branch through syscall table is bounded under speculationMark Rutland2-0/+12
2018-04-20arm64: Use pointer masking to limit uaccess speculationMark Rutland1-3/+23
2018-04-20arm64: Make USER_DS an inclusive limitMark Rutland4-22/+33
2018-04-20arm64: move TASK_* definitions to <asm/processor.h>Mark Rutland3-15/+22
2018-04-20arm64: Implement array_index_mask_nospec()Mark Rutland1-0/+21
2018-04-20arm64: barrier: Add CSDB macros to control data-value predictionMark Rutland2-0/+9
2018-04-13arm64: kernel: restrict /dev/mem read() calls to linear regionArd Biesheuvel1-6/+13
2018-04-13arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usageWill Deacon1-4/+4
2018-04-13ARM64: PCI: Fix struct acpi_pci_root_ops allocation failure pathTimmy Li1-1/+3
2018-04-13KVM: arm64: Restore host physical timer access on hyp_panic()James Morse1-0/+1
2018-04-13arm64: perf: Ignore exclude_hv when kernel is running in HYPGanapatrao Kulkarni1-7/+16
2018-04-08arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon4-7/+7