summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin 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: 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...Catalin Marinas1-53/+87
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas17-198/+176
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-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
2017-08-07arm64: Decode information from ESR upon mem faultsJulien Thierry2-10/+76
2017-08-07arm64: Abstract syscallno manipulationDave Martin6-14/+33
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin7-25/+32
2017-08-07Linux 4.13-rc4Linus Torvalds1-1/+1
2017-08-07Merge tag 'platform-drivers-x86-v4.13-4' of git://git.infradead.org/linux-pla...Linus Torvalds1-2/+2
2017-08-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-196/+290
2017-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-0/+3
2017-08-06Fix compat_sys_sigpending breakageDmitry V. Levin1-4/+7
2017-08-06ext4: fix copy paste error in ext4_swap_extents()Maninder Singh1-1/+1
2017-08-06ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2