summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2017-08-15arm64: kernel: remove {THREAD,IRQ_STACK}_START_SPArd Biesheuvel3-5/+3
2017-08-15arm64: numa: Remove the unused parent_node() macroDou Liyang1-3/+0
2017-08-13Merge branch 'clockevents/4.13-fixes' of http://git.linaro.org/people/daniel....Ingo Molnar1-2/+2
2017-08-11clocksource/drivers/arm_arch_timer: Avoid infinite recursion when ftrace is e...Ding Tianhong1-2/+2
2017-08-10arm64: compat: Remove leftover variable declarationKevin Brodsky1-2/+0
2017-08-10irq: Make the irqentry text section unconditionalMasami Hiramatsu1-7/+0
2017-08-10locking: Remove smp_mb__before_spinlock()Peter Zijlstra1-9/+0
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra1-0/+2
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas7-61/+85
2017-08-09arm64: neon: Forbid when irqs are disabledDave Martin1-1/+3
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel1-1/+0
2017-08-09arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel3-25/+6
2017-08-09arm64: uaccess: Implement *_flushcache variantsRobin Murphy2-0/+16
2017-08-09arm64: Implement pmem API supportRobin Murphy3-1/+9
2017-08-09arm64: Handle trapped DC CVAPRobin Murphy1-1/+2
2017-08-09arm64: Expose DC CVAP to userspaceRobin Murphy2-0/+2
2017-08-09arm64: Convert __inval_cache_range() to area-basedRobin Murphy1-0/+1
2017-08-09arm64: mm: Fix set_memory_valid() declarationRobin Murphy1-1/+1
2017-08-08arm64: unwind: disregard frame.sp when validating frame pointerArd Biesheuvel1-1/+9
2017-08-08arm64: unwind: avoid percpu indirection for irq stackMark Rutland1-3/+3
2017-08-08arm64: move non-entry code out of .entry.textMark Rutland1-0/+11
2017-08-08arm64: Add ASM_BUG()Mark Rutland2-32/+57
2017-08-07arm64: Decode information from ESR upon mem faultsJulien Thierry1-10/+29
2017-08-07arm64: Abstract syscallno manipulationDave Martin2-1/+22
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin2-2/+9
2017-08-04arm64: neon: Temporarily add a kernel_mode_begin_partial() definitionCatalin Marinas1-0/+7
2017-08-04arm64: avoid overflow in VA_START and PAGE_OFFSETNick Desaulniers1-2/+4
2017-08-04arm64: neon: Remove support for nested or hardirq kernel-mode NEONDave Martin4-74/+33
2017-08-04arm64: neon: Allow EFI runtime services to use FPSIMD in irq contextDave Martin2-2/+7
2017-08-04arm64: neon: Add missing header guard in <asm/neon.h>Dave Martin1-0/+5
2017-08-04arm64: neon: replace generic definition of may_use_simd()Ard Biesheuvel2-1/+23
2017-07-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-4/+4
2017-07-26arm64: sysreg: Fix unprotected macro argmuent in write_sysregDave Martin1-2/+2
2017-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2017-07-20debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf1-1/+1
2017-07-20arm64: atomics: Remove '&' from '+&' asm constraint in lse atomicsWill Deacon1-1/+1
2017-07-20arm64: uaccess: Remove redundant __force from addr cast in __range_okWill Deacon1-1/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+0
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-17/+16
2017-07-12arm64: ascii armor the arm64 boot init stack canaryRik van Riel1-0/+1
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay1-0/+5
2017-07-10arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook1-6/+6
2017-07-10arm64: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-17/+16
2017-07-08arm64/syscalls: Check address limit on user-mode returnThomas Garnier2-1/+6
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+4
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-8/+56
2017-07-06mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V1-0/+4
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds12-9/+88