aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-24arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}ioMark Salyzyn1-7/+5
2017-10-24Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon1-5/+12
2017-10-19arm64: Fix the feature type for ID register fieldsSuzuki K Poulose1-51/+51
2017-10-18arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHEWill Deacon1-5/+12
2017-10-11arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose2-0/+14
2017-10-06arm64: Ensure fpsimd support is ready before userspace is activeSuzuki K Poulose1-1/+1
2017-10-06arm64: Ensure the instruction emulation is ready for userspaceSuzuki K Poulose2-2/+2
2017-10-04arm64: consistently log boot/secondary CPU IDsMark Rutland2-5/+6
2017-10-02arm64: remove unneeded copy to init_utsname()->machineMasahiro Yamada2-4/+0
2017-10-02arm64: move TASK_* definitions to <asm/processor.h>Yury Norov1-1/+1
2017-09-27arm64: Make sure SPsel is always setMarc Zyngier1-0/+1
2017-09-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3