aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-21arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas2-51/+44
2017-08-18Merge branch 'for-next/kernel-mode-neon' into for-next/coreCatalin Marinas8-137/+207
2017-08-18Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into for-next/coreCatalin Marinas4-175/+115
2017-08-18arm64: neon/efi: Make EFI fpsimd save/restore variables staticDave Martin1-2/+2
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas20-104/+355
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland4-0/+127
2017-08-15arm64: add on_accessible_stack()Mark Rutland3-8/+18
2017-08-15arm64: add basic VMAP_STACK supportMark Rutland5-5/+58
2017-08-15arm64: use an irq stack pointerMark Rutland3-3/+16
2017-08-15arm64: assembler: allow adr_this_cpu to use the stack pointerArd Biesheuvel1-1/+7
2017-08-15arm64: factor out entry stack manipulationMark Rutland1-21/+26
2017-08-15efi/arm64: add EFI_KIMG_ALIGNMark Rutland2-2/+7
2017-08-15arm64: move SEGMENT_ALIGN to <asm/memory.h>Mark Rutland2-16/+19
2017-08-15arm64: clean up irq stack definitionsMark Rutland4-25/+27
2017-08-15arm64: clean up THREAD_* definitionsMark Rutland2-8/+9
2017-08-15arm64: factor out PAGE_* and CONT_* definitionsMark Rutland3-11/+36
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel5-7/+5
2017-08-15fork: allow arch-override of VMAP stack alignmentMark Rutland2-1/+6
2017-08-15arm64: remove __die()'s stack dumpMark Rutland1-2/+0
2017-08-15arm64: numa: Remove the unused parent_node() macroDou Liyang1-3/+0
2017-08-10arm64: compat: Remove leftover variable declarationKevin Brodsky1-2/+0
2017-08-10ACPI/IORT: Fix build regression without IOMMUArnd Bergmann1-1/+1
2017-08-10arm64: fix pmem interface definitionArnd Bergmann1-2/+2
2017-08-10arm64: perf: add support for Cortex-A35Julien Thierry2-0/+18
2017-08-10arm64: perf: add support for Cortex-A73Julien Thierry2-0/+38
2017-08-10arm64: perf: Remove redundant entries from CPU-specific event mapsWill Deacon1-110/+4
2017-08-10arm64: perf: Connect additional events to pmu countersJulien Thierry1-0/+11
2017-08-10arm64: uaccess: Add the uaccess_flushcache.c fileRobin Murphy1-0/+47
2017-08-09md/raid6: implement recovery using ARM NEON intrinsicsArd Biesheuvel5-1/+234
2017-08-09md/raid6: use faster multiplication for ARM NEON delta syndromeArd Biesheuvel1-3/+30
2017-08-09Merge tag 'arm64-iort-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux into for-next/coreCatalin Marinas1-53/+87
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas17-198/+176
2017-08-09arm64: neon: Forbid when irqs are disabledDave Martin1-1/+3
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel7-14/+1
2017-08-09arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel8-85/+36
2017-08-09arm64/vdso: Support mremap() for vDSODmitry Safonov1-0/+15
2017-08-09arm64: uaccess: Implement *_flushcache variantsRobin Murphy4-0/+19
2017-08-09arm64: Implement pmem API supportRobin Murphy7-1/+61
2017-08-09arm64: Handle trapped DC CVAPRobin Murphy2-1/+5
2017-08-09arm64: Expose DC CVAP to userspaceRobin Murphy5-0/+7
2017-08-09arm64: Convert __inval_cache_range() to area-basedRobin Murphy3-18/+24
2017-08-09arm64: mm: Fix set_memory_valid() declarationRobin Murphy1-1/+1
2017-08-08arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon2-20/+32
2017-08-08ACPI/IORT: numa: Add numa node mapping for smmuv3 devicesGanapatrao Kulkarni1-1/+28
2017-08-08arm64: unwind: disregard frame.sp when validating frame pointerArd Biesheuvel2-18/+16
2017-08-08arm64: unwind: avoid percpu indirection for irq stackMark Rutland4-7/+7
2017-08-08arm64: move non-entry code out of .entry.textMark Rutland2-44/+57
2017-08-08arm64: consistently use bl for C exception entryMark Rutland1-4/+8
2017-08-08arm64: Add ASM_BUG()Mark Rutland2-32/+57
2017-08-08ACPI/IORT: Handle PCI aliases properly for IOMMUsRobin Murphy1-52/+59