summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-11-13arm64: Implement __lshrti3 library functionJason A. Donenfeld
2017-11-03arm64: support __int128 on gcc 5+Jason A. Donenfeld
2017-11-03arm64/sve: Add documentationDave Martin
2017-11-03arm64/sve: Detect SVE and activate runtime supportDave Martin
2017-11-03arm64/sve: KVM: Hide SVE from CPU features exposed to guestsDave Martin
2017-11-03arm64/sve: KVM: Treat guest SVE use as undefined instruction executionDave 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: Signal frame and context structure definitionDave Martin
2017-11-03arm64/sve: Kconfig update and conditional compilation supportDave 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: efi: Add missing Kconfig dependency on KERNEL_MODE_NEONDave Martin
2017-11-03arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave 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-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: entry.S: Remove disable_dbgJames 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-02arm64: Don't walk page table for user faults in do_mem_abortWill Deacon
2017-10-31arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland
2017-10-30arm64: prevent regressions in compressed kernel image size when upgrading to ...Nick Desaulniers
2017-10-30arm64: Implement arch-specific pte_access_permitted()Catalin Marinas
2017-10-27arm64: uapi: Remove PSR_Q_BITWill Deacon
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-27arm64: consistently log ESR and page tableMark Rutland
2017-10-25arm64: asm-bug: Renumber macro local labels to avoid clashesDave Martin
2017-10-25arm64: Fix single stepping in kernel trapsJulien Thierry