summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-12-154-24/+35
|\
| * Merge branch 'topic/st_fdma' into for-linusVinod Koul2016-12-141-0/+6
| |\
| * \ Merge branch 'topic/s3c64xx' into for-linusVinod Koul2016-12-142-24/+32
| |\ \
| | * | ARM: s3c64xx: Drop unused DMA fields from struct s3c64xx_spi_csinfoSylwester Nawrocki2016-11-171-24/+0
| | * | ARM: s3c64xx: Add DMA slave maps for PL080 devicesSylwester Nawrocki2016-11-171-0/+32
| * | | dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev2016-11-302-0/+3
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1526-66/+211
|\ \ \
| * | | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-152-7/+5
| * | | sparc: implement watchdog_nmi_enable and watchdog_nmi_disableBabu Moger2016-12-151-1/+43
| * | | arch/xtensa: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-151-2/+5
| * | | arch/tile: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-151-2/+10
| * | | arch/sparc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-152-4/+4
| * | | arch/sh: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-151-2/+5
| * | | arch/powerpc: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-151-1/+8
| * | | arch/parisc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-151-5/+15
| * | | arch/openrisc: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-151-0/+3
| * | | arch/nios2: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-151-8/+18
| * | | arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-152-4/+6
| * | | arch/microblaze: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-151-2/+8
| * | | arch/metag: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-151-3/+13
| * | | arch/m68k: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-151-1/+7
| * | | arch/hexagon: Add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-151-1/+5
| * | | arch/frv: add option to skip sync on DMA mapAlexander Duyck2016-12-152-6/+17
| * | | arch/c6x: add option to skip sync on DMA map and unmapAlexander Duyck2016-12-151-4/+10
| * | | arch/blackfin: add option to skip sync on DMA mapAlexander Duyck2016-12-151-1/+7
| * | | arch/avr32: add option to skip sync on DMA mapAlexander Duyck2016-12-151-1/+6
| * | | arch/arm: add option to skip sync on DMA map and unmapAlexander Duyck2016-12-151-6/+10
| * | | arch/arc: add option to skip sync on DMA mappingAlexander Duyck2016-12-151-1/+4
| * | | kexec: export the value of phys_base instead of symbol addressBaoquan He2016-12-151-1/+2
| * | | Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He2016-12-151-3/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-146-9/+9
|\ \ \ \
| * | | | ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-226-9/+9
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-1443-1359/+7337
|\ \ \ \ \
| * | | | | crypto: arm/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel2016-12-074-0/+555
| * | | | | crypto: arm64/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel2016-12-074-0/+487
| * | | | | crypto: arm/crct10dif - port x86 SSE implementation to ARMArd Biesheuvel2016-12-074-0/+535
| * | | | | crypto: arm64/crct10dif - port x86 SSE implementation to arm64Ard Biesheuvel2016-12-074-0/+495
| * | | | | crypto: aes-ce - Make aes_simd_algs staticHerbert Xu2016-12-011-1/+1
| * | | | | crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu2016-12-011-2/+2
| * | | | | crypto: arm/aesbs - fix brokenness after skcipher conversionArd Biesheuvel2016-11-301-1/+1
| * | | | | crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel2016-11-301-0/+1
| * | | | | crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel2016-11-301-1/+1
| * | | | | crypto: arm/aes - Add missing SIMD select for aesbsHerbert Xu2016-11-301-3/+3
| * | | | | crypto: arm/aes - Select SIMD in KconfigHerbert Xu2016-11-292-3/+3
| * | | | | crypto: arm64/sha2 - add generated .S files to .gitignoreArd Biesheuvel2016-11-291-0/+2
| * | | | | crypto: aesbs - Convert to skcipherHerbert Xu2016-11-281-228/+152
| * | | | | crypto: aes-ce - Convert to skcipherHerbert Xu2016-11-281-233/+157
| * | | | | crypto: arm64/aes - Convert to skcipherHerbert Xu2016-11-281-224/+158
| * | | | | crypto: aesni - Convert to skcipherHerbert Xu2016-11-282-569/+343
| * | | | | crypto: glue_helper - Add skcipher xts helpersHerbert Xu2016-11-282-2/+111