summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2018-08-24MLK-16005-2 arm64: tlb: add the SW workaround for i.MX8QM TKT340553Jason Liu
2018-08-03arm64: cmpwait: Clear event register before arming exclusive monitorWill Deacon
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier
2018-07-22arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier
2018-07-22arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier
2018-07-22arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier
2018-07-22arm64: ssbd: Add global mitigation state accessorMarc Zyngier
2018-07-22arm64: Add 'ssbd' command-line optionMarc Zyngier
2018-07-22arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier
2018-07-22KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall
2018-07-22KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier
2018-07-22arm64: alternatives: Add dynamic patching featureMarc Zyngier
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-07-22KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse
2018-07-22arm64: assembler: introduce ldr_this_cpuMark Rutland
2018-06-06arm64/cpufeature: don't use mutex in bringup pathMark Rutland
2018-06-06arm64: Add hypervisor safe helper for checking constant capabilitiesSuzuki K Poulose
2018-06-06arm64: lse: Add early clobbers to some input/output asm operandsWill Deacon
2018-05-30arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand
2018-05-30arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomicsWill Deacon
2018-05-22KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-05-16arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose
2018-05-09arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier
2018-04-20arm64: futex: Mask __user pointers prior to dereferenceWill Deacon
2018-04-20arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMark Rutland
2018-04-20arm/arm64: KVM: Consolidate the PSCI include filesMark Rutland
2018-04-20arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Mark Rutland
2018-04-20arm64: KVM: Use per-CPU vector when BP hardening is enabledMark Rutland
2018-04-20arm64: Add skeleton to harden the branch predictor against aliasing attacksMark Rutland
2018-04-20arm64: Move post_ttbr_update_workaround to C codeMark Rutland
2018-04-20arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroMark Rutland
2018-04-20arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userMark Rutland
2018-04-20arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userMark Rutland
2018-04-20arm64: uaccess: Prevent speculative use of the current addr_limitMark Rutland
2018-04-20arm64: entry: Ensure branch through syscall table is bounded under speculationMark Rutland
2018-04-20arm64: Use pointer masking to limit uaccess speculationMark Rutland
2018-04-20arm64: Make USER_DS an inclusive limitMark Rutland
2018-04-20arm64: move TASK_* definitions to <asm/processor.h>Mark Rutland
2018-04-20arm64: Implement array_index_mask_nospec()Mark Rutland
2018-04-20arm64: barrier: Add CSDB macros to control data-value predictionMark Rutland
2018-04-13arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usageWill Deacon
2018-04-08arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-04-08arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()Will Deacon
2018-04-08arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C
2018-04-08arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon
2018-04-08arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2018-04-08arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon
2018-04-08arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon