aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30arm64: kexec: machine_kexec should call __flush_icache_rangeDave Kleikamp1-1/+1
2018-07-30arm64: svc: Ensure hardirq tracing is updated before returnWill Deacon1-1/+8
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+8
2018-07-27Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into aarch64/for-next/coreWill Deacon1-50/+201
2018-07-27arm64: mm: Export __sync_icache_dcache() for xen-privcmdBen Hutchings1-0/+1
2018-07-27crypto: arm64/sha256 - increase cra_priority of scalar implementationsEric Biggers1-2/+2
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2-3/+8
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott5-1/+43
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott5-26/+111
2018-07-25arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner1-1/+3
2018-07-25arm64: Check for errata before evaluating cpu featuresDirk Mueller1-2/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar26-130/+163
2018-07-24arm64: fix ACPI dependenciesArnd Bergmann1-0/+1
2018-07-23arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro2-15/+19
2018-07-23arm64: export memblock_reserve()d regions via /proc/iomemJames Morse1-0/+38
2018-07-23arm64: build with baremetal linker target instead of Linux when availableOlof Johansson1-4/+5
2018-07-23arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland1-8/+11
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner1-0/+3
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2-17/+12
2018-07-19scsi: arm64: defconfig: enable configs for Hisilicon ufsliwei1-0/+1
2018-07-19scsi: arm64: dts: add ufs dts nodeliwei1-0/+18
2018-07-18arm64: Add build salt to the vDSOLaura Abbott1-0/+3
2018-07-17Merge tag 'v4.18-rc5' into x86/mm, to pick up fixesIngo Molnar2-17/+12
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar34-148/+213
2018-07-12arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon1-2/+2
2018-07-12arm64: implement syscall wrappersMark Rutland6-8/+101
2018-07-12arm64: convert compat wrappers to CMark Rutland4-134/+115
2018-07-12arm64: use SYSCALL_DEFINE6() for mmapMark Rutland1-3/+3
2018-07-12arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland2-3/+3
2018-07-12arm64: remove in-kernel call to sys_personality()Mark Rutland1-1/+1
2018-07-12arm64: drop alignment from syscall tablesMark Rutland2-10/+2
2018-07-12arm64: zero GPRs upon entry from EL0Mark Rutland1-1/+7
2018-07-12arm64: don't reload GPRs after apply_ssbdMark Rutland1-13/+7
2018-07-12arm64: don't restore GPRs when context trackingMark Rutland1-11/+1
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland3-40/+43
2018-07-12arm64: convert syscall trace logic to CMark Rutland2-56/+56
2018-07-12arm64: convert raw syscall invocation to CMark Rutland4-43/+59
2018-07-12arm64: introduce syscall_fn_tMark Rutland3-7/+15
2018-07-12arm64: remove sigreturn wrappersMark Rutland7-27/+11
2018-07-12arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland2-11/+16
2018-07-12arm64: kill change_cpacr()Mark Rutland1-11/+2
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland5-18/+7
2018-07-12arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland1-10/+10
2018-07-12arm64: consistently use unsigned long for thread flagsMark Rutland1-1/+1
2018-07-12Revert "arm64: fix infinite stacktrace"Will Deacon1-3/+0
2018-07-11arm64: neon: Fix function may_use_simd() return error statusYandong Zhao1-12/+7
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon6-1/+11
2018-07-10arm64: make flatmem depend on !NUMAArnd Bergmann1-1/+1
2018-07-10arm64: perf: Add support for chaining event countersSuzuki K Poulose1-27/+158
2018-07-10arm64: perf: Disable PMU while processing counter overflowsSuzuki K Poulose1-22/+28