summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64/sve: Add sysctl to set the default vector length for new processesDave Martin2017-11-031-1/+61
* arm64/sve: Add prctl controls for userspace vector length managementDave Martin2017-11-033-0/+68
* arm64/sve: ptrace and ELF coredump supportDave Martin2017-11-034-9/+481
* arm64/sve: Preserve SVE registers around EFI runtime service callsDave Martin2017-11-031-6/+61
* arm64/sve: Preserve SVE registers around kernel-mode NEON useDave Martin2017-11-031-2/+4
* arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin2017-11-036-3/+223
* arm64: cpufeature: Move sys_caps_initialised declarationsDave Martin2017-11-031-15/+15
* arm64/sve: Backend logic for setting the vector lengthDave Martin2017-11-032-1/+144
* arm64/sve: Signal handling supportDave Martin2017-11-034-19/+206
* arm64/sve: Support vector length resetting for new processesDave Martin2017-11-033-4/+14
* arm64/sve: Core task context handlingDave Martin2017-11-038-11/+407
* arm64/sve: Low-level CPU setupDave Martin2017-11-031-1/+12
* arm64/sve: Signal frame and context structure definitionDave Martin2017-11-031-1/+116
* arm64/sve: Kconfig update and conditional compilation supportDave Martin2017-11-032-0/+16
* arm64/sve: Low-level SVE architectural state manipulation functionsDave Martin2017-11-033-0/+170
* arm64/sve: System register and exception syndrome definitionsDave Martin2017-11-034-1/+25
* arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()Dave Martin2017-11-031-4/+2
* arm64: Port deprecated instruction emulation to new sysctl interfaceDave Martin2017-11-031-12/+3
* arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEONDave Martin2017-11-031-0/+1
* arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin2017-11-033-45/+246
* arm64: signal: Verify extra data is user-readable in sys_rt_sigreturnDave Martin2017-11-031-0/+4
* arm64: fpsimd: Correctly annotate exception helpers called from asmDave Martin2017-11-031-2/+3
* arm64: Fix static use of function graphJulien Thierry2017-11-031-9/+3
* arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi2017-11-022-7/+42
* arm64: entry.S: convert elX_irqJames Morse2017-11-022-2/+7
* arm64: entry.S convert el0_syncJames Morse2017-11-022-23/+10
* arm64: entry.S: convert el1_syncJames Morse2017-11-022-8/+10
* arm64: entry.S: Remove disable_dbgJames Morse2017-11-021-8/+1
* arm64: Mask all exceptions during kernel_exitJames Morse2017-11-022-7/+11
* arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse2017-11-024-11/+9
* arm64: introduce an order for exceptionsJames Morse2017-11-022-23/+16
* arm64: explicitly mask all exceptionsJames Morse2017-11-028-19/+104
* arm64: suspend: remove useless included fileYisheng Xie2017-11-021-1/+0
* arm64: Don't walk page table for user faults in do_mem_abortWill Deacon2017-11-021-1/+2
* arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland2017-10-311-1/+1
* arm64: prevent regressions in compressed kernel image size when upgrading to ...Nick Desaulniers2017-10-301-2/+6
* arm64: Implement arch-specific pte_access_permitted()Catalin Marinas2017-10-301-0/+14
* arm64: uapi: Remove PSR_Q_BITWill Deacon2017-10-271-1/+0
* arm64: traps: Pretty-print pstate in register dumpsWill Deacon2017-10-271-1/+35
* arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon2017-10-272-67/+6
* arm64: consistently log ESR and page tableMark Rutland2017-10-271-2/+5
* arm64: asm-bug: Renumber macro local labels to avoid clashesDave Martin2017-10-251-4/+4
* arm64: Fix single stepping in kernel trapsJulien Thierry2017-10-254-10/+27
* arm64: Use existing defines for mdscrJulien Thierry2017-10-251-2/+3
* arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}ioMark Salyzyn2017-10-241-7/+5
* Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2017-10-244-22/+114
|\
| * arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHEWill Deacon2017-10-181-5/+12
| * arm64: sysreg: Move SPE registers and PSB into common header filesWill Deacon2017-10-183-17/+102
* | arm64: Fix the feature type for ID register fieldsSuzuki K Poulose2017-10-191-51/+51
* | arm64: Update fault_info table with new exception typesJulien Thierry2017-10-191-6/+6
OpenPOWER on IntegriCloud