summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2018-02-16arm64: entry: Hook up entry trampoline to exception vectorsWill Deacon
2018-02-16arm64: entry: Explicitly pass exception level to kernel_ventry macroWill Deacon
2018-02-16arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon
2018-02-16arm64: entry: Add exception trampoline page for exceptions from EL0Will Deacon
2018-02-16arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon
2018-02-16arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon
2017-12-15arm64: fpsimd: Fix copying of FP state from signal frame into task structWill Deacon
2017-12-14arm64/sve: Report SVE to userspace via CPUID only if supportedDave Martin
2017-12-12arm64: hw_breakpoint: Use linux/uaccess.h instead of asm/uaccess.hWill Deacon
2017-12-12arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni
2017-12-06arm64/sve: Avoid dereference of dead task_struct in KVM guest entryDave Martin
2017-12-06arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.Dave Martin
2017-12-06arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin
2017-12-01arm64: cpu_ops: Add missing 'const' qualifiersYury Norov
2017-12-01arm64: perf: remove unsupported events for Cortex-A73Xu YiPing
2017-12-01arm64: fpsimd: Fix failure to restore FPSIMD state after signalsDave Martin
2017-12-01arm64: ftrace: emit ftrace-mod.o contents through codeArd Biesheuvel
2017-12-01arm64: module-plts: factor out PLT generation code for ftraceArd Biesheuvel
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