aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-03arm64/sve: KVM: Hide SVE from CPU features exposed to guestsDave Martin1-1/+11
2017-11-03arm64/sve: KVM: Treat guest SVE use as undefined instruction executionDave Martin1-0/+8
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin5-6/+47
2017-11-03arm64/sve: Add sysctl to set the default vector length for new processesDave Martin1-1/+61
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin3-0/+68
2017-11-03arm64/sve: ptrace and ELF coredump supportDave Martin4-9/+481
2017-11-03arm64/sve: Preserve SVE registers around EFI runtime service callsDave Martin1-6/+61
2017-11-03arm64/sve: Preserve SVE registers around kernel-mode NEON useDave Martin1-2/+4
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-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2017-11-02arm64: ensure __dump_instr() checks addr_limitMark Rutland1-1/+1
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-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier3-2/+3
2017-11-02Merge tag 'socfpga_dts_for_v4.15_part2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/dtArnd Bergmann2-1/+24
2017-11-02Merge tag 'v4.14-next-soc' of https://github.com/mbgg/linux-mediatek into next/driversArnd Bergmann1-2/+3
2017-11-02arm64: suspend: remove useless included fileYisheng Xie1-1/+0
2017-11-02arm64: dts: mt8173: remove "mediatek, mt8135-mmc" from mmc nodesChaotian Jing1-8/+4
2017-11-02arm64: Don't walk page table for user faults in do_mem_abortWill Deacon1-1/+2
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman16-0/+16
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman116-0/+116
2017-11-02arm64: dts: allwinner: H5: Restore EMAC changesCorentin Labbe3-0/+51
2017-10-31arm64: dts: allwinner: add snps,dwmac-mdio compatible to emac/mdioCorentin Labbe1-0/+1
2017-10-31arm64: dts: allwinner: A64: Restore EMAC changesCorentin Labbe5-0/+84
2017-10-31arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland1-1/+1