summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds19-150/+409
2018-04-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+0
2018-03-28arm64: uaccess: Fix omissions from usercopy whitelistDave Martin1-13/+25
2018-03-28arm64: fpsimd: Split cpu field out from struct fpsimd_stateDave Martin2-29/+4
2018-03-28arm64: tlbflush: avoid writing RES0 bitsPhilip Elcan1-8/+17
2018-03-27arm64: cmpxchg: Include linux/compiler.h in asm/cmpxchg.hWill Deacon1-0/+1
2018-03-27arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.hWill Deacon2-26/+29
2018-03-27arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUGWill Deacon1-1/+1
2018-03-27arm64: lse: Include compiler_types.h and export.h for out-of-line LL/SCWill Deacon1-0/+3
2018-03-27arm64: fpsimd: include <linux/init.h> in fpsimd.hWill Deacon1-0/+1
2018-03-27Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"Will Deacon2-46/+3
2018-03-26arm64: Delay enabling hardware DBM featureSuzuki K Poulose1-1/+2
2018-03-26arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35Suzuki K Poulose1-0/+4
2018-03-26arm64: capabilities: Handle shared entriesSuzuki K Poulose1-0/+12
2018-03-26arm64: capabilities: Add support for checks based on a list of MIDRsSuzuki K Poulose2-0/+10
2018-03-26arm64: Add helpers for checking CPU MIDR against a rangeSuzuki K Poulose2-2/+32
2018-03-26arm64: capabilities: Change scope of VHE to Boot CPU featureSuzuki K Poulose2-6/+6
2018-03-26arm64: capabilities: Add support for features enabled earlySuzuki K Poulose1-9/+39
2018-03-26arm64: capabilities: Restrict KPTI detection to boot-time CPUsSuzuki K Poulose1-0/+9
2018-03-26arm64: capabilities: Introduce weak features based on local CPUSuzuki K Poulose1-0/+8
2018-03-26arm64: capabilities: Filter the entries based on a given maskSuzuki K Poulose1-0/+1
2018-03-26arm64: capabilities: Add flags to handle the conflicts on late CPUSuzuki K Poulose1-0/+68
2018-03-26arm64: capabilities: Prepare for fine grained capabilitiesSuzuki K Poulose1-6/+99
2018-03-26arm64: capabilities: Move errata processing codeSuzuki K Poulose1-7/+0
2018-03-26arm64: capabilities: Update prototype for enable call backDave Martin3-5/+13
2018-03-22irqchip/gic-v3: Probe for SCR_EL3 being clear before resetting AP0RnMarc Zyngier1-5/+0
2018-03-20arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPEDave Martin1-0/+9
2018-03-19arm64: Expose Arm v8.4 featuresSuzuki K Poulose1-0/+3
2018-03-19arm64: asm: drop special versions of adr_l/ldr_l/str_l for modulesArd Biesheuvel1-32/+2
2018-03-09arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShanker Donthineni3-1/+10
2018-03-09arm64/kernel: enable A53 erratum #8434319 handling at runtimeArd Biesheuvel1-1/+2
2018-03-09arm64/errata: add REVIDR handling to frameworkArd Biesheuvel1-0/+4
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel1-0/+2
2018-03-09efi/arm64: Check whether x18 is preserved by runtime services callsArd Biesheuvel1-1/+3
2018-03-06arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=yWill Deacon1-0/+1
2018-03-06arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)Catalin Marinas2-3/+46
2018-03-06arm64: Move show_unhandled_signals_ratelimited into traps.cWill Deacon1-11/+0
2018-03-06arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_dieWill Deacon1-0/+2
2018-03-06arm64: signal: Make force_signal_inject more robustWill Deacon1-4/+2
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand1-1/+1
2018-02-19arm64: uaccess: Formalise types for access_ok()Robin Murphy1-6/+6
2018-02-19arm64: Fix compilation error while accessing MPIDR_HWID_BITMASK from .S filesBhupesh Sharma1-1/+1
2018-02-17arm64: cputype: Silence Sparse warningsRobin Murphy1-1/+1
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon5-48/+51
2018-02-11Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-8/+65
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds10-107/+204
2018-02-07kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov2-8/+12
2018-02-07arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier1-0/+6
2018-02-07arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier1-27/+0
2018-02-07arm64: futex: Mask __user pointers prior to dereferenceWill Deacon1-3/+6