aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-15arm64: fpsimd: Fix copying of FP state from signal frame into task structWill Deacon1-1/+1
2017-12-14arm64/sve: Report SVE to userspace via CPUID only if supportedDave Martin1-1/+2
2017-12-12arm64: hw_breakpoint: Use linux/uaccess.h instead of asm/uaccess.hWill Deacon1-1/+1
2017-12-12arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni4-0/+5
2017-12-06arm64/sve: Avoid dereference of dead task_struct in KVM guest entryDave Martin1-12/+16
2017-12-06arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.Dave Martin1-10/+15
2017-12-06arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin1-0/+9
2017-12-01arm64: cpu_ops: Add missing 'const' qualifiersYury Norov1-3/+3
2017-12-01arm64: perf: remove unsupported events for Cortex-A73Xu YiPing1-6/+0
2017-12-01arm64: fpsimd: Fix failure to restore FPSIMD state after signalsDave Martin1-3/+3
2017-12-01arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel5-27/+21
2017-12-01arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel1-36/+2
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds22-293/+1746
2017-11-03arm64/sve: Detect SVE and activate runtime supportDave Martin3-3/+22
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin1-2/+29
2017-11-03arm64/sve: Add sysctl to set the default vector length for new processesDave Martin1-1/+61
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin1-0/+50
2017-11-03arm64/sve: ptrace and ELF coredump supportDave Martin2-8/+332
2017-11-03arm64/sve: Preserve SVE registers around EFI runtime service callsDave Martin1-6/+61
2017-11-03arm64/sve: Preserve SVE registers around kernel-mode NEON useDave Martin1-2/+4
2017-11-03arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin3-3/+169
2017-11-03arm64: cpufeature: Move sys_caps_initialised declarationsDave Martin1-15/+15
2017-11-03arm64/sve: Backend logic for setting the vector lengthDave Martin1-1/+136
2017-11-03arm64/sve: Signal handling supportDave Martin3-19/+205
2017-11-03arm64/sve: Support vector length resetting for new processesDave Martin1-4/+12
2017-11-03arm64/sve: Core task context handlingDave Martin4-11/+383
2017-11-03arm64/sve: Low-level CPU setupDave Martin1-1/+12
2017-11-03arm64/sve: Low-level SVE architectural state manipulation functionsDave Martin1-0/+17
2017-11-03arm64/sve: System register and exception syndrome definitionsDave Martin1-0/+1
2017-11-03arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()Dave Martin1-4/+2
2017-11-03arm64: Port deprecated instruction emulation to new sysctl interfaceDave Martin1-12/+3
2017-11-03arm64: signal: Verify extra data is user-readable in sys_rt_sigreturnDave Martin1-0/+4
2017-11-03arm64: fpsimd: Correctly annotate exception helpers called from asmDave Martin1-2/+3
2017-11-03arm64: Fix static use of function graphJulien Thierry1-9/+3
2017-11-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2017-11-02arm64: ensure __dump_instr() checks addr_limitMark Rutland1-1/+1
2017-11-02arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi2-7/+42
2017-11-02arm64: entry.S: convert elX_irqJames Morse1-2/+2
2017-11-02arm64: entry.S convert el0_syncJames Morse1-14/+10
2017-11-02arm64: entry.S: convert el1_syncJames Morse1-8/+4
2017-11-02arm64: Mask all exceptions during kernel_exitJames Morse2-7/+11
2017-11-02arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse2-5/+6
2017-11-02arm64: introduce an order for exceptionsJames Morse1-2/+3
2017-11-02arm64: explicitly mask all exceptionsJames Morse5-14/+14
2017-11-02arm64: suspend: remove useless included fileYisheng Xie1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman11-0/+11
2017-10-31arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland1-1/+1
2017-10-27arm64: traps: Pretty-print pstate in register dumpsWill Deacon1-1/+35
2017-10-27arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon2-67/+6
2017-10-25arm64: Fix single stepping in kernel trapsJulien Thierry3-10/+21