summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: kexec: Add comment to explain use of __flush_icache_range()Will Deacon2018-07-311-1/+8
* arm64: sdei: Mark sdei stack helper functions as staticWill Deacon2018-07-311-6/+3
* arm64, kaslr: export offset in VMCOREINFO ELF notesBhupesh Sharma2018-07-311-0/+1
* arm64: perf: Add cap_user_time aarch64Michael O'Farrell2018-07-311-0/+30
* arm64: kexec: machine_kexec should call __flush_icache_rangeDave Kleikamp2018-07-301-1/+1
* arm64: svc: Ensure hardirq tracing is updated before returnWill Deacon2018-07-301-1/+8
* Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon2018-07-271-50/+201
|\
| * arm64: perf: Add support for chaining event countersSuzuki K Poulose2018-07-101-27/+158
| * arm64: perf: Disable PMU while processing counter overflowsSuzuki K Poulose2018-07-101-22/+28
| * arm64: perf: Clean up armv8pmu_select_counterSuzuki K Poulose2018-07-101-10/+19
| * arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose2018-07-101-0/+7
| * arm_pmu: Change API to support 64bit counter valuesSuzuki K Poulose2018-07-101-5/+4
| * arm_pmu: Clean up maximum period handlingSuzuki K Poulose2018-07-101-1/+0
* | arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-262-0/+25
* | arm64: Add stack information to on_accessible_stackLaura Abbott2018-07-263-11/+44
* | arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro2018-07-231-8/+3
* | arm64: export memblock_reserve()d regions via /proc/iomemJames Morse2018-07-231-0/+38
* | arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland2018-07-231-8/+11
* | arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon2018-07-121-2/+2
* | arm64: implement syscall wrappersMark Rutland2018-07-123-5/+19
* | arm64: convert compat wrappers to CMark Rutland2018-07-123-123/+104
* | arm64: use SYSCALL_DEFINE6() for mmapMark Rutland2018-07-121-3/+3
* | arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland2018-07-122-3/+3
* | arm64: remove in-kernel call to sys_personality()Mark Rutland2018-07-121-1/+1
* | arm64: drop alignment from syscall tablesMark Rutland2018-07-122-10/+2
* | arm64: zero GPRs upon entry from EL0Mark Rutland2018-07-121-1/+7
* | arm64: don't reload GPRs after apply_ssbdMark Rutland2018-07-121-13/+7
* | arm64: don't restore GPRs when context trackingMark Rutland2018-07-121-11/+1
* | arm64: convert native/compat syscall entry to CMark Rutland2018-07-122-40/+39
* | arm64: convert syscall trace logic to CMark Rutland2018-07-122-56/+56
* | arm64: convert raw syscall invocation to CMark Rutland2018-07-124-43/+59
* | arm64: introduce syscall_fn_tMark Rutland2018-07-122-6/+10
* | arm64: remove sigreturn wrappersMark Rutland2018-07-126-25/+9
* | arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland2018-07-121-10/+0
* | arm64: kill change_cpacr()Mark Rutland2018-07-121-11/+2
* | arm64: kill config_sctlr_el1()Mark Rutland2018-07-123-7/+6
* | arm64: consistently use unsigned long for thread flagsMark Rutland2018-07-121-1/+1
* | Revert "arm64: fix infinite stacktrace"Will Deacon2018-07-121-3/+0
* | arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon2018-07-113-0/+7
* | arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi2018-07-092-46/+81
* | arm64: topology: re-introduce numa mask check for scheduler MC selectionSudeep Holla2018-07-061-1/+6
* | arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla2018-07-061-6/+6
* | arm64: smp: remove cpu and numa topology information when hotplugging out CPUSudeep Holla2018-07-061-0/+3
* | arm64: topology: restrict updating siblings_masks to online cpus onlySudeep Holla2018-07-061-5/+3
* | arm64: topology: add support to remove cpu topology sibling masksSudeep Holla2018-07-061-0/+14
* | arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla2018-07-061-0/+2
* | arm64: topology: refactor reset_cpu_topology to add support for removing topo...Sudeep Holla2018-07-061-7/+14
* | arm64: errata: Don't define type field twice for arm64_errata[] entriesWill Deacon2018-07-061-2/+0
* | arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon2018-07-051-55/+1
* | arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon2018-07-052-15/+5