aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-06-21Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Gravatar Jussi Kivilinna 5-1216/+2
2013-06-21Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Gravatar Jussi Kivilinna 5-1089/+24
2013-06-21crypto: camellia-aesni-avx2 - tune assembly code for more performanceGravatar Jussi Kivilinna 1-71/+89
2013-05-28crypto: sha256_ssse3 - add sha224 supportGravatar Jussi Kivilinna 1-5/+52
2013-05-28crypto: sha512_ssse3 - add sha384 supportGravatar Jussi Kivilinna 1-5/+53
2013-05-28crypto: dcp - Added support for Freescale's DCP co-processorGravatar Tobias Rauter 1-1/+1
2013-05-24crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a cry...Gravatar Tim Chen 2-0/+153
2013-05-20crypto: crct10dif - Accelerated CRC T10 DIF computation with PCLMULQDQ instru...Gravatar Tim Chen 1-0/+643
2013-05-11Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 3-5/+52
2013-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-0/+3
2013-05-11Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-1/+1
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 16-105/+23
2013-05-10Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6Gravatar Linus Torvalds 1-17/+0
2013-05-10Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-21/+67
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 200-2305/+16132
2013-05-10Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 13-74/+377
2013-05-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Gravatar Linus Torvalds 14-47/+56
2013-05-10Merge tag 'for-linus' of git://github.com/realmz/blackfin-linuxGravatar Linus Torvalds 14-24/+101
2013-05-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 9-29/+46
2013-05-10xen/pci: Used cached MSI-X capability offsetGravatar Bjorn Helgaas 1-2/+1
2013-05-10xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKGravatar Bjorn Helgaas 1-1/+1
2013-05-10ARC: [TB10x] Remove GENERIC_GPIOGravatar Vineet Gupta 1-7/+0
2013-05-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 40-147/+126
2013-05-09Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxGravatar Linus Torvalds 32-254/+773
2013-05-09Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 38-342/+1840
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Gravatar Linus Torvalds 5-12/+45
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2013-05-09ARM: exynos: dts: Fixed vbus-gpiosGravatar Doug Anderson 2-2/+2
2013-05-09ARM: EXYNOS5: Fix kernel dump in AFTR idle modeGravatar Inderpal Singh 2-3/+3
2013-05-09Merge tag 'omap-for-v3.10/dt-fixes-for-merge-window' of git://git.kernel.org/...Gravatar Olof Johansson 9-9/+35
2013-05-09Merge tag 'omap-for-v3.10/fixes-for-merge-window-part2' of git://git.kernel.o...Gravatar Olof Johansson 9-42/+39
2013-05-09ARM: ux500: Rid ignored return value of regulator_enable() compiler warningGravatar Lee Jones 1-2/+2
2013-05-09ARM: ux500: read the correct soc_id numberGravatar Fabio Baltieri 1-1/+1
2013-05-09ARM: exynos: dts: cros5250: add cyapa trackpadGravatar Olof Johansson 1-0/+8
2013-05-09ARM: imx: Select GENERIC_ALLOCATORGravatar Fabio Estevam 3-78/+1
2013-05-09ARM: imx: compile fix for hotplug.cGravatar Shawn Guo 2-0/+3
2013-05-09Merge branch 'late/fixes' into fixesGravatar Olof Johansson 11-10/+32
2013-05-09switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINEGravatar Al Viro 2-5/+1
2013-05-09unicore32: just use mmap_pgoff()...Gravatar Al Viro 1-9/+1
2013-05-09arch/tile: remove inline marking of EXPORT_SYMBOL functionsGravatar Denis Efremov 1-1/+1
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEGravatar Al Viro 13-65/+5
2013-05-09Merge tag 'pci-v3.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+6
2013-05-09xtensa simdisk: Fix proc_create_data() conversion falloutGravatar Geert Uytterhoeven 1-2/+2
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 3-3/+0
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 36-92/+14
2013-05-09Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-0/+4
2013-05-09ARC: [mm] Aliasing VIPT dcache support 4/4Gravatar Vineet Gupta 7-5/+101
2013-05-09ARC: [mm] Aliasing VIPT dcache support 3/4Gravatar Vineet Gupta 2-2/+4
2013-05-09ARC: [mm] Aliasing VIPT dcache support 2/4Gravatar Vineet Gupta 6-22/+223
2013-05-09ARC: [mm] Aliasing VIPT dcache support 1/4Gravatar Vineet Gupta 3-18/+34