aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)Author
2018-05-18Merge branch 'linux-linaro-lsk-v4.14' into linux-linaro-lsk-v4.14-rtMark Brown
2018-05-16arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose
2018-05-03Merge tag 'v4.14.39' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-05-01arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier
2018-04-26arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomicsWill Deacon
2018-03-05Merge tag 'v4.14.24' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-02-22kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2018-02-22Merge tag 'v4.14.20' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-02-16arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier
2018-02-16arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier
2018-02-16arm64: Implement branch predictor hardening for FalkorShanker Donthineni
2018-02-16arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon
2018-02-16arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier
2018-02-16arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon
2018-02-16arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier
2018-02-16arm64: futex: Mask __user pointers prior to dereferenceWill Deacon
2018-02-16arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon
2018-02-16arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon
2018-02-16arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon
2018-02-16arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon
2018-02-16arm64: Use pointer masking to limit uaccess speculationRobin Murphy
2018-02-16arm64: Make USER_DS an inclusive limitRobin Murphy
2018-02-16arm64: Implement array_index_mask_nospec()Robin Murphy
2018-02-16arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon
2018-02-16arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon
2018-02-16arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()Will Deacon
2018-02-16arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C
2018-02-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas
2018-02-16arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon
2018-02-16arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon
2018-02-16arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon
2018-02-16arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon
2018-02-16arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd
2018-02-16arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
2018-02-16arm64: mm: Invalidate both kernel and user ASIDs when performing TLBIWill Deacon
2018-02-16arm64: mm: Add arm64_kernel_unmapped_at_el0 helperWill Deacon
2018-02-16arm64: mm: Allocate ASIDs in pairsWill Deacon
2018-02-16arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon
2018-02-16arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon
2018-02-16arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon
2018-02-16arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon
2018-02-16arm64: mm: Use non-global mappings for kernel spaceWill Deacon
2018-02-16arm64: move TASK_* definitions to <asm/processor.h>Yury Norov
2018-02-16arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni
2018-02-16arm64: Define cputype macros for Falkor CPUShanker Donthineni
2018-01-09Merge tag 'v4.14.12' into linux-4.14.y-rtSebastian Andrzej Siewior
2017-12-25ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse
2017-12-22Merge tag 'v4.14.8' into linux-4.14.y-rtSebastian Andrzej Siewior
2017-12-20arm64: mm: Fix pte_mkclean, pte_mkdirty semanticsSteve Capper
2017-12-17fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton