summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64/sve: Avoid dereference of dead task_struct in KVM guest entryDave Martin2017-12-061-12/+16
* arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.Dave Martin2017-12-061-10/+15
* arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin2017-12-061-0/+9
* arm64: cpu_ops: Add missing 'const' qualifiersYury Norov2017-12-011-3/+3
* arm64: perf: remove unsupported events for Cortex-A73Xu YiPing2017-12-011-6/+0
* arm64: fpsimd: Fix failure to restore FPSIMD state after signalsDave Martin2017-12-011-3/+3
* arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel2017-12-015-27/+21
* arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel2017-12-011-36/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-1522-293/+1746
|\
| * arm64/sve: Detect SVE and activate runtime supportDave Martin2017-11-033-3/+22
| * arm64/sve: KVM: Prevent guests from using SVEDave Martin2017-11-031-2/+29
| * arm64/sve: Add sysctl to set the default vector length for new processesDave Martin2017-11-031-1/+61
| * arm64/sve: Add prctl controls for userspace vector length managementDave Martin2017-11-031-0/+50
| * arm64/sve: ptrace and ELF coredump supportDave Martin2017-11-032-8/+332
| * arm64/sve: Preserve SVE registers around EFI runtime service callsDave Martin2017-11-031-6/+61
| * arm64/sve: Preserve SVE registers around kernel-mode NEON useDave Martin2017-11-031-2/+4
| * arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin2017-11-033-3/+169
| * arm64: cpufeature: Move sys_caps_initialised declarationsDave Martin2017-11-031-15/+15
| * arm64/sve: Backend logic for setting the vector lengthDave Martin2017-11-031-1/+136
| * arm64/sve: Signal handling supportDave Martin2017-11-033-19/+205
| * arm64/sve: Support vector length resetting for new processesDave Martin2017-11-031-4/+12
| * arm64/sve: Core task context handlingDave Martin2017-11-034-11/+383
| * arm64/sve: Low-level CPU setupDave Martin2017-11-031-1/+12
| * arm64/sve: Low-level SVE architectural state manipulation functionsDave Martin2017-11-031-0/+17
| * arm64/sve: System register and exception syndrome definitionsDave Martin2017-11-031-0/+1
| * arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()Dave Martin2017-11-031-4/+2
| * arm64: Port deprecated instruction emulation to new sysctl interfaceDave Martin2017-11-031-12/+3
| * arm64: signal: Verify extra data is user-readable in sys_rt_sigreturnDave Martin2017-11-031-0/+4
| * arm64: fpsimd: Correctly annotate exception helpers called from asmDave Martin2017-11-031-2/+3
| * arm64: Fix static use of function graphJulien Thierry2017-11-031-9/+3
| * arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi2017-11-022-7/+42
| * arm64: entry.S: convert elX_irqJames Morse2017-11-021-2/+2
| * arm64: entry.S convert el0_syncJames Morse2017-11-021-14/+10
| * arm64: entry.S: convert el1_syncJames Morse2017-11-021-8/+4
| * arm64: Mask all exceptions during kernel_exitJames Morse2017-11-022-7/+11
| * arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse2017-11-022-5/+6
| * arm64: introduce an order for exceptionsJames Morse2017-11-021-2/+3
| * arm64: explicitly mask all exceptionsJames Morse2017-11-025-14/+14
| * arm64: suspend: remove useless included fileYisheng Xie2017-11-021-1/+0
| * arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland2017-10-311-1/+1
| * arm64: traps: Pretty-print pstate in register dumpsWill Deacon2017-10-271-1/+35
| * arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon2017-10-272-67/+6
| * arm64: Fix single stepping in kernel trapsJulien Thierry2017-10-253-10/+21
| * arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}ioMark Salyzyn2017-10-241-7/+5
| * Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2017-10-241-5/+12
| |\
| | * arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHEWill Deacon2017-10-181-5/+12
| * | arm64: Fix the feature type for ID register fieldsSuzuki K Poulose2017-10-191-51/+51
| * | arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose2017-10-112-0/+14
| * | arm64: consistently log boot/secondary CPU IDsMark Rutland2017-10-042-5/+6
| * | arm64: remove unneeded copy to init_utsname()->machineMasahiro Yamada2017-10-022-4/+0