summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand2018-05-301-1/+1
* arm64: lse: Add early clobbers to some input/output asm operandsWill Deacon2018-05-301-12/+12
* KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara2018-05-221-0/+16
* arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose2018-05-162-0/+42
* arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-05-011-0/+3
* arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomicsWill Deacon2018-04-261-2/+2
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2018-02-221-1/+1
* arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2018-02-161-0/+5
* arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier2018-02-161-27/+0
* arm64: Implement branch predictor hardening for FalkorShanker Donthineni2018-02-162-1/+4
* arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75Will Deacon2018-02-161-0/+4
* arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-02-161-0/+38
* arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-02-163-1/+40
* arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2018-02-161-13/+0
* arm64: futex: Mask __user pointers prior to dereferenceWill Deacon2018-02-161-3/+6
* arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon2018-02-161-7/+22
* arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon2018-02-161-22/+32
* arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon2018-02-161-0/+7
* arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon2018-02-161-0/+11
* arm64: Use pointer masking to limit uaccess speculationRobin Murphy2018-02-161-3/+23
* arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-162-19/+29
* arm64: Implement array_index_mask_nospec()Robin Murphy2018-02-161-0/+21
* arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon2018-02-162-0/+9
* arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon2018-02-161-0/+4
* arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()Will Deacon2018-02-162-26/+16
* arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUsJayachandran C2018-02-161-0/+3
* arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-02-164-14/+22
* arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBRWill Deacon2018-02-163-3/+5
* arm64: Take into account ID_AA64PFR0_EL1.CSV3Will Deacon2018-02-161-0/+1
* arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon2018-02-161-0/+1
* arm64: entry: Add fake CPU feature for unmapping the kernel at EL0Will Deacon2018-02-162-2/+4
* arm64: cpu_errata: Add Kryo to Falkor 1003 errataStephen Boyd2018-02-161-0/+2
* arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon2018-02-162-0/+5
* arm64: mm: Invalidate both kernel and user ASIDs when performing TLBIWill Deacon2018-02-161-2/+14
* arm64: mm: Add arm64_kernel_unmapped_at_el0 helperWill Deacon2018-02-161-0/+8
* arm64: mm: Allocate ASIDs in pairsWill Deacon2018-02-161-0/+1
* arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2018-02-162-12/+34
* arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon2018-02-161-3/+2
* arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon2018-02-162-24/+0
* arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon2018-02-163-6/+8
* arm64: mm: Use non-global mappings for kernel spaceWill Deacon2018-02-162-8/+25
* arm64: move TASK_* definitions to <asm/processor.h>Yury Norov2018-02-162-15/+21
* arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni2018-02-161-0/+10
* arm64: Define cputype macros for Falkor CPUShanker Donthineni2018-02-161-0/+2
* ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse2017-12-251-0/+7
* arm64: mm: Fix pte_mkclean, pte_mkdirty semanticsSteve Capper2017-12-201-15/+18
* fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-12-171-1/+0
* arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlbWill Deacon2017-12-141-14/+10
* arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mmWill Deacon2017-12-142-12/+14
* arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-oneKristina Martsenko2017-12-141-2/+1