summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2018-07-30arm64: kexec: machine_kexec should call __flush_icache_rangeDave Kleikamp
2018-07-30arm64: svc: Ensure hardirq tracing is updated before returnWill Deacon
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-07-27Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon
2018-07-27arm64: mm: Export __sync_icache_dcache() for xen-privcmdBen Hutchings
2018-07-27crypto: arm64/sha256 - increase cra_priority of scalar implementationsEric Biggers
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott
2018-07-25arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner
2018-07-25arm64: Check for errata before evaluating cpu featuresDirk Mueller
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-07-24arm64: fix ACPI dependenciesArnd Bergmann
2018-07-23arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro
2018-07-23arm64: export memblock_reserve()d regions via /proc/iomemJames Morse
2018-07-23arm64: build with baremetal linker target instead of Linux when availableOlof Johansson
2018-07-23arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-19scsi: arm64: defconfig: enable configs for Hisilicon ufsliwei
2018-07-19scsi: arm64: dts: add ufs dts nodeliwei
2018-07-18arm64: Add build salt to the vDSOLaura Abbott
2018-07-17Merge tag 'v4.18-rc5' into x86/mm, to pick up fixesIngo Molnar
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar
2018-07-12arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon
2018-07-12arm64: implement syscall wrappersMark Rutland
2018-07-12arm64: convert compat wrappers to CMark Rutland
2018-07-12arm64: use SYSCALL_DEFINE6() for mmapMark Rutland
2018-07-12arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland
2018-07-12arm64: remove in-kernel call to sys_personality()Mark Rutland
2018-07-12arm64: drop alignment from syscall tablesMark Rutland
2018-07-12arm64: zero GPRs upon entry from EL0Mark Rutland
2018-07-12arm64: don't reload GPRs after apply_ssbdMark Rutland
2018-07-12arm64: don't restore GPRs when context trackingMark Rutland
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland
2018-07-12arm64: convert syscall trace logic to CMark Rutland
2018-07-12arm64: convert raw syscall invocation to CMark Rutland
2018-07-12arm64: introduce syscall_fn_tMark Rutland
2018-07-12arm64: remove sigreturn wrappersMark Rutland
2018-07-12arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland
2018-07-12arm64: kill change_cpacr()Mark Rutland
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland
2018-07-12arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland
2018-07-12arm64: consistently use unsigned long for thread flagsMark Rutland
2018-07-12Revert "arm64: fix infinite stacktrace"Will Deacon
2018-07-11arm64: neon: Fix function may_use_simd() return error statusYandong Zhao
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon
2018-07-10arm64: make flatmem depend on !NUMAArnd Bergmann
2018-07-10arm64: perf: Add support for chaining event countersSuzuki K Poulose
2018-07-10arm64: perf: Disable PMU while processing counter overflowsSuzuki K Poulose