summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-03arm64/sve: Detect SVE and activate runtime supportDave Martin
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin
2017-11-03arm64/sve: Add sysctl to set the default vector length for new processesDave Martin
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin
2017-11-03arm64/sve: ptrace and ELF coredump supportDave Martin
2017-11-03arm64/sve: Preserve SVE registers around EFI runtime service callsDave Martin
2017-11-03arm64/sve: Preserve SVE registers around kernel-mode NEON useDave Martin
2017-11-03arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin
2017-11-03arm64: cpufeature: Move sys_caps_initialised declarationsDave Martin
2017-11-03arm64/sve: Backend logic for setting the vector lengthDave Martin
2017-11-03arm64/sve: Signal handling supportDave Martin
2017-11-03arm64/sve: Support vector length resetting for new processesDave Martin
2017-11-03arm64/sve: Core task context handlingDave Martin
2017-11-03arm64/sve: Low-level CPU setupDave Martin
2017-11-03arm64/sve: Low-level SVE architectural state manipulation functionsDave Martin
2017-11-03arm64/sve: System register and exception syndrome definitionsDave Martin
2017-11-03arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()Dave Martin
2017-11-03arm64: Port deprecated instruction emulation to new sysctl interfaceDave Martin
2017-11-03arm64: signal: Verify extra data is user-readable in sys_rt_sigreturnDave Martin
2017-11-03arm64: fpsimd: Correctly annotate exception helpers called from asmDave Martin
2017-11-03arm64: Fix static use of function graphJulien Thierry
2017-11-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2017-11-02arm64: ensure __dump_instr() checks addr_limitMark Rutland
2017-11-02arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi
2017-11-02arm64: entry.S: convert elX_irqJames Morse
2017-11-02arm64: entry.S convert el0_syncJames Morse
2017-11-02arm64: entry.S: convert el1_syncJames Morse
2017-11-02arm64: Mask all exceptions during kernel_exitJames Morse
2017-11-02arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse
2017-11-02arm64: introduce an order for exceptionsJames Morse
2017-11-02arm64: explicitly mask all exceptionsJames Morse
2017-11-02arm64: suspend: remove useless included fileYisheng Xie
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland
2017-10-27arm64: traps: Pretty-print pstate in register dumpsWill Deacon
2017-10-27arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon
2017-10-25arm64: Fix single stepping in kernel trapsJulien Thierry
2017-10-24arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}ioMark Salyzyn
2017-10-24Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon
2017-10-19arm64: Fix the feature type for ID register fieldsSuzuki K Poulose
2017-10-18arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHEWill Deacon
2017-10-11arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose
2017-10-06arm64: Ensure fpsimd support is ready before userspace is activeSuzuki K Poulose
2017-10-06arm64: Ensure the instruction emulation is ready for userspaceSuzuki K Poulose
2017-10-04arm64: consistently log boot/secondary CPU IDsMark Rutland
2017-10-02arm64: remove unneeded copy to init_utsname()->machineMasahiro Yamada
2017-10-02arm64: move TASK_* definitions to <asm/processor.h>Yury Norov
2017-09-27arm64: Make sure SPsel is always setMarc Zyngier
2017-09-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds