summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1426-66/+211
|\
| * mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-142-7/+5
| * sparc: implement watchdog_nmi_enable and watchdog_nmi_disableBabu Moger2016-12-141-1/+43
| * arch/xtensa: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-2/+5
| * arch/tile: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-2/+10
| * arch/sparc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-142-4/+4
| * arch/sh: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-2/+5
| * arch/powerpc: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-1/+8
| * arch/parisc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-5/+15
| * arch/openrisc: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-0/+3
| * arch/nios2: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-8/+18
| * arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-142-4/+6
| * arch/microblaze: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-2/+8
| * arch/metag: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-3/+13
| * arch/m68k: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-1/+7
| * arch/hexagon: Add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-1/+5
| * arch/frv: add option to skip sync on DMA mapAlexander Duyck2016-12-142-6/+17
| * arch/c6x: add option to skip sync on DMA map and unmapAlexander Duyck2016-12-141-4/+10
| * arch/blackfin: add option to skip sync on DMA mapAlexander Duyck2016-12-141-1/+7
| * arch/avr32: add option to skip sync on DMA mapAlexander Duyck2016-12-141-1/+6
| * arch/arm: add option to skip sync on DMA map and unmapAlexander Duyck2016-12-141-6/+10
| * arch/arc: add option to skip sync on DMA mappingAlexander Duyck2016-12-141-1/+4
| * kexec: export the value of phys_base instead of symbol addressBaoquan He2016-12-141-1/+2
| * Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He2016-12-141-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
| * | | crypto: aes-ce-ccm - Use skcipher walk interfaceHerbert Xu2016-11-281-37/+13
| * | | crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare2016-11-281-1/+1
| * | | crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel2016-11-287-0/+4228
| * | | crypto: sha-mb - Fix total_len for correct hash when larger than 512MBGreg Tucker2016-11-176-6/+6
| * | | crypto: arm/aes-ce - fix for big endianArd Biesheuvel2016-10-211-0/+5
| * | | crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel2016-10-212-1/+3