aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-07-31arm64: perf: Add cap_user_time aarch64Michael O'Farrell1-0/+30
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 '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-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott2-0/+25
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott3-11/+44
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 Molnar2-10/+46
2018-07-23arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro1-8/+3
2018-07-23arm64: export memblock_reserve()d regions via /proc/iomemJames Morse1-0/+38
2018-07-23arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland1-8/+11
2018-07-18arm64: Add build salt to the vDSOLaura Abbott1-0/+3
2018-07-12arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon1-2/+2
2018-07-12arm64: implement syscall wrappersMark Rutland3-5/+19
2018-07-12arm64: convert compat wrappers to CMark Rutland3-123/+104
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 Rutland2-40/+39
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 Rutland2-6/+10
2018-07-12arm64: remove sigreturn wrappersMark Rutland6-25/+9
2018-07-12arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland1-10/+0
2018-07-12arm64: kill change_cpacr()Mark Rutland1-11/+2
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland3-7/+6
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: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon3-0/+7
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
2018-07-10arm64: perf: Clean up armv8pmu_select_counterSuzuki K Poulose1-10/+19
2018-07-10arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose1-0/+7
2018-07-10arm_pmu: Change API to support 64bit counter valuesSuzuki K Poulose1-5/+4
2018-07-10arm_pmu: Clean up maximum period handlingSuzuki K Poulose1-1/+0
2018-07-09arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi2-46/+81
2018-07-09arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier1-0/+20
2018-07-06arm64: topology: re-introduce numa mask check for scheduler MC selectionSudeep Holla1-1/+6
2018-07-06arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla1-6/+6
2018-07-06arm64: smp: remove cpu and numa topology information when hotplugging out CPUSudeep Holla1-0/+3
2018-07-06arm64: topology: restrict updating siblings_masks to online cpus onlySudeep Holla1-5/+3
2018-07-06arm64: topology: add support to remove cpu topology sibling masksSudeep Holla1-0/+14
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla1-0/+2
2018-07-06arm64: topology: refactor reset_cpu_topology to add support for removing topologySudeep Holla1-7/+14
2018-07-06arm64: errata: Don't define type field twice for arm64_errata[] entriesWill Deacon1-2/+0
2018-07-05arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon1-55/+1