summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
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
2017-10-25arm64: Use existing defines for mdscrJulien 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-19arm64: Update fault_info table with new exception typesJulien Thierry
2017-10-18arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHEWill Deacon
2017-10-18arm64: sysreg: Move SPE registers and PSB into common header filesWill Deacon