summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2013-01-20crypto: crc32-pclmul - Kill warning on x86-32Herbert Xu
2013-01-20crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump l...Jussi Kivilinna
2013-01-20crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROCJussi Kivilinna
2013-01-20crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize j...Jussi Kivilinna
2013-01-20crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember funct...Jussi Kivilinna
2013-01-20crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functionsJussi Kivilinna
2013-01-20crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROCJussi Kivilinna
2013-01-20crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functionsJussi Kivilinna
2013-01-20crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize...Jussi Kivilinna
2013-01-20crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions...Jussi Kivilinna
2013-01-20crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and lo...Jussi Kivilinna
2013-01-20crypto: aesni-intel - add ENDPROC statements for assembler functionsJussi Kivilinna
2013-01-20crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targetsJussi Kivilinna
2013-01-20crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko
2012-12-21Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds
2012-12-21ARM: dts: fix duplicated build target and alphabetical sort out for exynosKukjin Kim
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-20Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-12-20Merge tag 'fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-20vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton
2012-12-20ARM: OMAP2+: Trivial fix for IOMMU merge issueTony Lindgren
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-12-20ARM: OMAP2+: Fix compillation error in mach-omap2/timer.cPeter Ujfalusi
2012-12-20Merge branch 'v3.8-samsung-fixes-audio' of git://git.kernel.org/pub/scm/linux...Olof Johansson
2012-12-20Merge branch 'v3.8-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2012-12-20ARM: sunxi: rename device tree source filesOlof Johansson
2012-12-20ARM: OMAP: Fix build breakage due to missing include in i2c.cVaibhav Bedia
2012-12-20Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-12-20Merge tags 'disintegrate-h8300-20121219', 'disintegrate-m32r-20121219' and 'd...Linus Torvalds
2012-12-20Merge tag 'cris-for-linus-3.8' of git://jni.nu/crisLinus Torvalds
2012-12-20Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-20UAPI: Fix up empty files in arch/cris/David Howells
2012-12-20CRIS: locking: fix the return value of arch_read_trylock()Wei Yongjun
2012-12-20Merge tag 'disintegrate-cris-20121009' of git://git.infradead.org/users/dhowe...Jesper Nilsson
2012-12-20CRIS: use kbuild.h instead of defining macros in asm-offset.cJames Hogan
2012-12-20UAPI: (Scripted) Disintegrate arch/score/include/asmDavid Howells
2012-12-20ARM: 7607/1: realview: fix private peripheral memory base for EB rev. B boardsWill Deacon
2012-12-20ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUsWill Deacon
2012-12-20ARM: missing ->mmap_sem around find_vma() in swp_emulate.cAl Viro
2012-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code.David S. Miller
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code.David S. Miller
2012-12-19sparc64: Fix ECB looping constructs in AES code.David S. Miller
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.David S. Miller
2012-12-19sparc64: Fix AES ctr mode block size.David S. Miller
2012-12-19sparc64: Fix unrolled AES 256-bit key loops.David S. Miller
2012-12-19alpha: switch to generic sigaltstackAl Viro
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro
2012-12-19generic compat_sys_sigaltstack()Al Viro