summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorLines
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini-0/+20
2018-08-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+1
2018-08-17arm64: Avoid calling stop_machine() when patching jump labelsWill Deacon-1/+1
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+3
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-610/+885
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-125/+49
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-10/+0
2018-08-08arm64: alternative: Use true and false for boolean valuesGustavo A. R. Silva-2/+2
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-12/+48
2018-08-03arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt-10/+0
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-2/+2
2018-07-31arm64: kexec: Add comment to explain use of __flush_icache_range()Will Deacon-1/+8
2018-07-31arm64: sdei: Mark sdei stack helper functions as staticWill Deacon-6/+3
2018-07-31arm64, kaslr: export offset in VMCOREINFO ELF notesBhupesh Sharma-0/+1
2018-07-31arm64: perf: Add cap_user_time aarch64Michael O'Farrell-0/+30
2018-07-30arm64: kexec: machine_kexec should call __flush_icache_rangeDave Kleikamp-1/+1
2018-07-30arm64: svc: Ensure hardirq tracing is updated before returnWill Deacon-1/+8
2018-07-27Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon-50/+201
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott-0/+25
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott-11/+44
2018-07-25arm64: Check for errata before evaluating cpu featuresDirk Mueller-2/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-10/+46
2018-07-23arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro-8/+3
2018-07-23arm64: export memblock_reserve()d regions via /proc/iomemJames Morse-0/+38
2018-07-23arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland-8/+11
2018-07-18arm64: Add build salt to the vDSOLaura Abbott-0/+3
2018-07-12arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon-2/+2
2018-07-12arm64: implement syscall wrappersMark Rutland-5/+19
2018-07-12arm64: convert compat wrappers to CMark Rutland-123/+104
2018-07-12arm64: use SYSCALL_DEFINE6() for mmapMark Rutland-3/+3
2018-07-12arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland-3/+3
2018-07-12arm64: remove in-kernel call to sys_personality()Mark Rutland-1/+1
2018-07-12arm64: drop alignment from syscall tablesMark Rutland-10/+2
2018-07-12arm64: zero GPRs upon entry from EL0Mark Rutland-1/+7
2018-07-12arm64: don't reload GPRs after apply_ssbdMark Rutland-13/+7
2018-07-12arm64: don't restore GPRs when context trackingMark Rutland-11/+1
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland-40/+39
2018-07-12arm64: convert syscall trace logic to CMark Rutland-56/+56
2018-07-12arm64: convert raw syscall invocation to CMark Rutland-43/+59
2018-07-12arm64: introduce syscall_fn_tMark Rutland-6/+10
2018-07-12arm64: remove sigreturn wrappersMark Rutland-25/+9
2018-07-12arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland-10/+0
2018-07-12arm64: kill change_cpacr()Mark Rutland-11/+2
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland-7/+6
2018-07-12arm64: consistently use unsigned long for thread flagsMark Rutland-1/+1
2018-07-12Revert "arm64: fix infinite stacktrace"Will Deacon-3/+0
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon-0/+7
2018-07-10arm64: perf: Add support for chaining event countersSuzuki K Poulose-27/+158
2018-07-10arm64: perf: Disable PMU while processing counter overflowsSuzuki K Poulose-22/+28
2018-07-10arm64: perf: Clean up armv8pmu_select_counterSuzuki K Poulose-10/+19