summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-11-03arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin6-3/+223
2017-11-03arm64: cpufeature: Move sys_caps_initialised declarationsDave Martin1-15/+15
2017-11-03arm64/sve: Backend logic for setting the vector lengthDave Martin2-1/+144
2017-11-03arm64/sve: Signal handling supportDave Martin4-19/+206
2017-11-03arm64/sve: Support vector length resetting for new processesDave Martin3-4/+14
2017-11-03arm64/sve: Core task context handlingDave Martin8-11/+407
2017-11-03arm64/sve: Low-level CPU setupDave Martin1-1/+12
2017-11-03arm64/sve: Signal frame and context structure definitionDave Martin1-1/+116
2017-11-03arm64/sve: Kconfig update and conditional compilation supportDave Martin2-0/+16
2017-11-03arm64/sve: Low-level SVE architectural state manipulation functionsDave Martin3-0/+170
2017-11-03arm64/sve: System register and exception syndrome definitionsDave Martin4-1/+25
2017-11-03arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()Dave Martin1-4/+2
2017-11-03arm64: Port deprecated instruction emulation to new sysctl interfaceDave Martin1-12/+3
2017-11-03arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEONDave Martin1-0/+1
2017-11-03arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin3-45/+246
2017-11-03arm64: signal: Verify extra data is user-readable in sys_rt_sigreturnDave Martin1-0/+4
2017-11-03arm64: fpsimd: Correctly annotate exception helpers called from asmDave Martin1-2/+3
2017-11-03arm64: Fix static use of function graphJulien Thierry1-9/+3
2017-11-02arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi2-7/+42
2017-11-02arm64: entry.S: convert elX_irqJames Morse2-2/+7
2017-11-02arm64: entry.S convert el0_syncJames Morse2-23/+10
2017-11-02arm64: entry.S: convert el1_syncJames Morse2-8/+10
2017-11-02arm64: entry.S: Remove disable_dbgJames Morse1-8/+1
2017-11-02arm64: Mask all exceptions during kernel_exitJames Morse2-7/+11
2017-11-02arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse4-11/+9
2017-11-02arm64: introduce an order for exceptionsJames Morse2-23/+16
2017-11-02arm64: explicitly mask all exceptionsJames Morse8-19/+104
2017-11-02arm64: suspend: remove useless included fileYisheng Xie1-1/+0
2017-11-02arm64: Don't walk page table for user faults in do_mem_abortWill Deacon1-1/+2
2017-10-31arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland1-1/+1
2017-10-30arm64: prevent regressions in compressed kernel image size when upgrading to ...Nick Desaulniers1-2/+6
2017-10-30arm64: Implement arch-specific pte_access_permitted()Catalin Marinas1-0/+14
2017-10-27arm64: uapi: Remove PSR_Q_BITWill Deacon1-1/+0
2017-10-27arm64: traps: Pretty-print pstate in register dumpsWill Deacon1-1/+35
2017-10-27arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon2-67/+6
2017-10-27arm64: consistently log ESR and page tableMark Rutland1-2/+5
2017-10-25arm64: asm-bug: Renumber macro local labels to avoid clashesDave Martin1-4/+4
2017-10-25arm64: Fix single stepping in kernel trapsJulien Thierry4-10/+27
2017-10-25arm64: Use existing defines for mdscrJulien Thierry1-2/+3
2017-10-24arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}ioMark Salyzyn1-7/+5
2017-10-24Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon4-22/+114
2017-10-19arm64: Fix the feature type for ID register fieldsSuzuki K Poulose1-51/+51
2017-10-19arm64: Update fault_info table with new exception typesJulien Thierry1-6/+6
2017-10-18arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHEWill Deacon1-5/+12
2017-10-18arm64: sysreg: Move SPE registers and PSB into common header filesWill Deacon3-17/+102
2017-10-13arm64: use WFE for long delaysJulien Thierry1-4/+19
2017-10-13arm_arch_timer: Expose event stream statusJulien Thierry2-0/+2
2017-10-11arm64: Expose support for optional ARMv8-A featuresSuzuki K Poulose4-0/+23
2017-10-09arm64: elf.h: Correct comment about READ_IMPLIES_EXEC propagationBen Hutchings1-2/+2
2017-10-04dma mapping : export caller to vmallocinfoMatthieu CASTET1-1/+1