summaryrefslogtreecommitdiffstats
path: root/arch/arm64
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: drop unused kernel_neon_begin_partial() macroArd Biesheuvel2018-07-311-7/+0
* 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: mm: Export __sync_icache_dcache() for xen-privcmdBen Hutchings2018-07-271-0/+1
* | arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-265-1/+43
* | arm64: Add stack information to on_accessible_stackLaura Abbott2018-07-265-26/+111
* | arm64: fix ACPI dependenciesArnd Bergmann2018-07-241-0/+1
* | arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro2018-07-232-15/+19
* | arm64: export memblock_reserve()d regions via /proc/iomemJames Morse2018-07-231-0/+38
* | arm64: build with baremetal linker target instead of Linux when availableOlof Johansson2018-07-231-4/+5
* | 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-126-8/+101
* | arm64: convert compat wrappers to CMark Rutland2018-07-124-134/+115
* | 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-123-40/+43
* | 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-123-7/+15
* | arm64: remove sigreturn wrappersMark Rutland2018-07-127-27/+11
* | arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland2018-07-122-11/+16
* | arm64: kill change_cpacr()Mark Rutland2018-07-121-11/+2
* | arm64: kill config_sctlr_el1()Mark Rutland2018-07-125-18/+7
* | arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland2018-07-121-10/+10
* | 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-116-1/+11
* | arm64: make flatmem depend on !NUMAArnd Bergmann2018-07-101-1/+1
* | arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi2018-07-093-48/+85
* | arm64: add ARM64-specific support for flatmemNikunj Kela2018-07-091-0/+3
* | arm64: mm: Export __flush_icache_range() to modulesWill Deacon2018-07-061-1/+1
* | 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-062-8/+8