aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds58-507/+3008
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds29-140/+27
2017-11-13Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-12/+11
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+8
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+27
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-177/+20
2017-11-13Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-8/+4
2017-11-13arm64: Make ARMV8_DEPRECATED depend on SYSCTLDave Martin1-0/+1
2017-11-13arm64: Implement __lshrti3 library functionJason A. Donenfeld1-0/+21
2017-11-13Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki3-12/+11
2017-11-13Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+8
2017-11-09kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada28-112/+27
2017-11-08kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada27-27/+0
2017-11-08.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada1-1/+0
2017-11-07irqchip/exiu: Add support for Socionext Synquacer EXIU controllerArd Biesheuvel1-0/+3
2017-11-07arm64: mm: Remove arch_apei_flush_tlb_one()James Morse2-12/+4
2017-11-07ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse1-0/+7
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar137-6/+157
2017-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+16
2017-11-04Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+6
2017-11-03arm64: support __int128 on gcc 5+Jason A. Donenfeld3-1/+62
2017-11-03arm64/sve: Add documentationDave Martin1-0/+3
2017-11-03arm64/sve: Detect SVE and activate runtime supportDave Martin6-5/+27
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